Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-11 | added RumbleEvent class for using the "Logitech Rumble Gamepad" | Robin Haberkorn | 1 | -0/+1 | |
* similar to NanoEvent: symbolic controller names, normalized value and scaling functions, ports | |||||
2012-09-11 | moved value scaling functions from NanoEvent into "GenEvent" base class | Robin Haberkorn | 1 | -0/+1 | |
so it can be used for other controller events as well | |||||
2012-09-09 | added Scale UGen allowing to a signal from source (in) to target (out) range | Robin Haberkorn | 1 | -2/+5 | |
patch is very simple but the calculations are not; with scale the target range can be explicit in the code | |||||
2012-09-07 | removed ChubgraphStd workaround | Robin Haberkorn | 1 | -1/+0 | |
fixed in ChucK v1.3.1.0 | |||||
2012-08-30 | replace Chubgraph Clipper with Chugin Clipper, giving a significant speed ↵ | Robin Haberkorn | 1 | -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-30 | updated initialization (new classes) | Robin Haberkorn | 1 | -2/+2 | |
2012-06-25 | add LiSaX class: extension of LiSa that allows loading of audio files | Robin Haberkorn | 1 | -0/+1 | |
2012-04-30 | NanoEvent MIDI abstraction, List instead of Queue class | Robin Haberkorn | 1 | -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-29 | make Queue element class public | Robin Haberkorn | 1 | -0/+1 | |
necessary for iterating a queue without flushing it | |||||
2012-04-16 | added sample-based oscillator class | Robin Haberkorn | 1 | -0/+1 | |
2012-04-16 | initial import of files relevant for noise project | Robin Haberkorn | 1 | -0/+10 | |