You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Midi Sequencer written in c++ using openFrameworks. It takes a midi note in, passes the note through four pitch quantizers and outputs a packet of four quantized notes. The newly quantized notes include a relative temporal position and probability of occurring. This module does not produce sound, it sends control values via Osc to any sound serv…