Releases: gbevin/SendMIDI
Releases · gbevin/SendMIDI
1.0.10
1.0.9
1.0.8
- Added compatibility with the new ReceiveMIDI tool.
- Added support for sending single MIDI clock messages.
- Added support for sending MIDI Time Code messages.
- Added support for timestamps.
- Properly output errors to the system error output instead of to the standard output.
- Slightly reformatted docs to group relevant messages together.
1.0.7
1.0.6
1.0.5
1.0.4
Added support for sending SysEx messages.
Added support for Tune Request, Active Sensing and Reset messages
Added support for entering any number in hexadecimal by suffixing with H.
Added support for entering any number in decimal by suffixing with D.
Added support for switching between using decimal and hexadecimal numeric systems by default.
Tweaked JUCE modules for small executable size and reduced dependencies.
1.0.3
1.0.2
1.0.1
Added support for "panic" command.
Added support MIDI clock transport commands.
Added alternative long versions of the commands.
Added support for piping commands through standard input.
Allow any argument on the command line to be a program file, this adds support for unix shell script Shebang headers.
Improved readme.