Skip to content

Releases: wvengen/rmididings

v0.2.1

30 Jun 15:30
Compare
Choose a tag to compare
  • Let generators replace the event they originated from (like mididings does, #7).
  • Fix OSC TCP connections.
  • Make pre and post patches do the right thing (#1).
  • Add a Process! filter, and change ProcessOsc!. Both are subject to change, however.
  • Add an example to communicate with Carla using OSC.

v0.2.0

27 Jun 11:20
Compare
Choose a tag to compare
  • Adds OSC events, which can be filtered an generated just like MIDI events.
  • Filter renamed to TypeFilter and the addition of TypeFilters to filter on multiple event types at once.
  • The pre and post patches are now handled as they are meant to be (before and after all other patches).
  • An overhaul of Event and EventStream (breaking change for custom filters).