Skip to content

ControlChange events

Compare
Choose a tag to compare
@ravelox ravelox released this 11 Aug 01:48
· 236 commits to master since this release

This release handles ControlChange events on the local input port. To that end, I have replaced udp_client.py with a number of similar scripts for testing:

note_send.py
control_send.py
send100.py

send100.py will send a Note On, Note Off and ControlChange event 100 times. The intention being that it can be used for a poor man's version of volume testing.

Additionally, the file_mode default has been changed from 0700 to 0640 because subsequent executions of raveloxmidi would fail the security check on the file because of the executable permission when the file got created.

Finally the configuration item "network.note.port" has been renamed to "network.local.port" to reflect it is used for more than just MIDI Note events.