summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2012-06-25several fixesRobin Haberkorn2-17/+42
* 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-06-06store maximum latency for Sample Oscillator into class attributeRobin Haberkorn1-3/+5
2012-06-06small identation changeRobin Haberkorn1-2/+4
2012-04-30MIDI class removedRobin Haberkorn1-18/+0
2012-04-30NanoEvent MIDI abstraction, List instead of Queue classRobin Haberkorn5-82/+264
* 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-30SampOsc code cleanupRobin Haberkorn1-1/+2
2012-04-29make Queue element class publicRobin Haberkorn2-4/+7
necessary for iterating a queue without flushing it
2012-04-28robust MIDI setup, configurable LFO oscillator waveform, multiple LFO shred ↵Robin Haberkorn1-7/+6
support
2012-04-18fixed SampOsc and integrated it as oscillator into lfoRobin Haberkorn1-6/+23
2012-04-16add clarifying comment to Bus shredRobin Haberkorn1-0/+4
2012-04-16added sample-based oscillator classRobin Haberkorn2-0/+26
2012-04-16initial import of files relevant for noise projectRobin Haberkorn5-0/+234