Skip to main content

Home/ topot_controller/ Group items tagged specification

Rss Feed Group items tagged

marcell mars

OcempGUI Manual - 0 views

  •  
    The event management system of OcempGUI uses a simple approach using signal slots. This means, that objects will register themselves only for specific event types, of which they want to be notified. Any other event will not be sent to them.This reduces the overhead of events the objects have to deal with (either by dropping or processing them) and improves the performance and scalability of the event management system (especially with many objects).
marcell mars

O c c a m - 0 views

  • /osc/midi/out/noteOn channel (int) key (int) velocity (int) /osc/midi/out/noteOff channel (int) key (int) velocity (int) /osc/midi/out/polyTouch channel (int) key (int) pressure (int) /osc/midi/out/control channel (int) index (int) value (int) /osc/midi/out/program channel (int) index (int) /osc/midi/out/touch channel (int) pressure (int) /osc/midi/out/bend channel (int) value (int) /osc/midi/out/allNotesOff channel (int)
  •  
    proposal on howo to convert midi to osc and vice versa...
1 - 2 of 2
Showing 20 items per page