summaryrefslogtreecommitdiff
path: root/lib/Oscope.ck
AgeCommit message (Collapse)AuthorFilesLines
2012-06-25several fixesRobin Haberkorn1-1/+1
* fixed (pseudo) constructor name ("new" not allowed, use "init" instead) * fixed NanoEvent's channel and CC Id mappings (due to several ChucK bugs, we have to use wrapper classes for strings and arrays) * store CC Id in NanoEvent object (for non-symbolic access to values)
2012-04-30NanoEvent MIDI abstraction, List instead of Queue classRobin Haberkorn1-38/+17
* had to adapt all MIDI-using shreds * some (slider/knob) scalings are more sane now (there are helpers for scaling a MIDI message value between two values)
2012-04-28robust MIDI setup, configurable LFO oscillator waveform, multiple LFO shred ↵Robin Haberkorn1-7/+6
support
2012-04-16initial import of files relevant for noise projectRobin Haberkorn1-0/+120