Skip to content

Releases: gbevin/SendMIDI

1.0.10

27 Feb 16:54
Compare
Choose a tag to compare
  • Added ability to set the octave for middle C for note name input.

1.0.9

26 Feb 23:31
Compare
Choose a tag to compare
  • Added support for using note names as arguments.
  • Added support for sending raw midi commands from a series of bytes.
  • Added support for older macOS versions.

1.0.8

25 Feb 23:37
Compare
Choose a tag to compare
  • 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

15 Feb 09:48
Compare
Choose a tag to compare

Changed the numerical decimal suffix from D into M due to conflicts with hex numbers that terminate with a D.

1.0.6

06 Feb 10:32
Compare
Choose a tag to compare
  • Added support for sending sysex from a .syx file through the syf command
  • Allow hex and dec commands to be inlined anywhere without interrupting the currently active command.

1.0.5

16 Jan 12:52
Compare
Choose a tag to compare

Simplified sysex command by just providing a series of bytes without having to specify the length.

1.0.4

16 Jan 08:30
Compare
Choose a tag to compare

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

15 Jan 10:30
Compare
Choose a tag to compare

Added MPE configuration message.
Added pitchbend syntax to specify in value/range.
Changed Continuous Control into Control Change, as per MIDI spec.

1.0.2

14 Jan 12:54
Compare
Choose a tag to compare

Added fuzzy matching of the MIDI device name as a fallback if an exact match can't be found.
Added support for sending MIDI clock at a certain BPM.

1.0.1

14 Jan 11:21
Compare
Choose a tag to compare

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.