Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Feb 6, 2017
1 parent 4e84b07 commit ac6f114
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ These are all the supported commands:
spp beats Send Song Position Pointer with beat (0-16383)
ss number Send Song Select with song number (0-127)
syx bytes Send SysEx with a series of 7-bit bytes
syf path Send SysEx from a .syx file
tun Send Tune Request
as Send Active Sensing
rst Send Reset
Expand Down Expand Up @@ -98,6 +99,12 @@ Load the commands from a text file on your system and execute them, afterwards s
sendmidi file path/to/some/text/file dev "Network Session 1" pc 10
```

Change parameters on a Yamaha FS1R over SysEx:

```
sendmidi dev "iConnectMIDI4+ DIN 1" hex syx 43 10 5e 10 00 10 00 7f
```

## Text File Format

The text file that can be read through the "file" command can contain a list of commands and options, just like when you would have written them manually on the console (without the "sendmidi" executable). You can insert new lines instead of spaces and any line that starts with a hash (#) character is a comment.
Expand Down

0 comments on commit ac6f114

Please sign in to comment.