summaryrefslogtreecommitdiff
path: root/lib.ck
AgeCommit message (Collapse)AuthorFilesLines
2012-09-11added RumbleEvent class for using the "Logitech Rumble Gamepad"Robin Haberkorn1-0/+1
* similar to NanoEvent: symbolic controller names, normalized value and scaling functions, ports
2012-09-11moved value scaling functions from NanoEvent into "GenEvent" base classRobin Haberkorn1-0/+1
so it can be used for other controller events as well
2012-09-09added Scale UGen allowing to a signal from source (in) to target (out) rangeRobin Haberkorn1-2/+5
patch is very simple but the calculations are not; with scale the target range can be explicit in the code
2012-09-07removed ChubgraphStd workaroundRobin Haberkorn1-1/+0
fixed in ChucK v1.3.1.0
2012-08-30replace Chubgraph Clipper with Chugin Clipper, giving a significant speed ↵Robin Haberkorn1-1/+1
increase * Chubgraph Clipper now available as ClipperGraph * Chugins are built in chugins/ and do not need to be installed * additional command line options to ./start_chuck are passed to chuck
2012-08-30updated initialization (new classes)Robin Haberkorn1-2/+2
2012-06-25add LiSaX class: extension of LiSa that allows loading of audio filesRobin Haberkorn1-0/+1
2012-04-30NanoEvent MIDI abstraction, List instead of Queue classRobin Haberkorn1-2/+2
* 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-29make Queue element class publicRobin Haberkorn1-0/+1
necessary for iterating a queue without flushing it
2012-04-16added sample-based oscillator classRobin Haberkorn1-0/+1
2012-04-16initial import of files relevant for noise projectRobin Haberkorn1-0/+10