• Stars
    star
    2
  • Language
    C++
  • License
    GNU General Publi...
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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 server that supports this protocol (ChucK, Supercollider, PD, Max, Csound, RtMix, etc.)