Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdadams authored Jun 6, 2019
1 parent 53f33dc commit dd1609c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ To run, `node main.js` within the midi-relay folder.

* _note_ should be an integer of the MIDI Number value that represents the note, between 21 (A0) and 108 (C8).
* _channel_ should be a integer between 0 and 15.
* _velocity_ should be a integer between 1 and 127.
* _velocity_ should be a integer between 1 and 127.

To send a MSC (MIDI Show Control) message, the JSON object should be in this format:
```javascript
{
Expand All @@ -57,7 +58,8 @@ To run, `node main.js` within the midi-relay folder.
* projection.general
* processcontrol.general
* pyro.general
* allAny other value for _commandformat_ will default to "all".
* all
Any other value for _commandformat_ will default to "all".

_command_ should be a string with one of the following values:
* go
Expand Down

0 comments on commit dd1609c

Please sign in to comment.