Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-10 | implemented NanoEvent ports: you can request a "port" for a registered ↵ | Robin Haberkorn | 1 | -20/+16 | |
control which will emit the control's data as samples * may be used to simplify situations where a control directly influences a frequency/amplitude/phase * samples are generated uniformly between [-1, 1] and can be scaled using "Scale" | |||||
2012-09-09 | revised lfo patch using new Scale UGen | Robin Haberkorn | 1 | -31/+28 | |
* new LFO rate knob (currently only sets SampOsc's rate) * cur_lfo/cur_osc are UGen references now, further simplifying code | |||||
2012-09-06 | simplified LFO setup (no casting to UGen in array constructor necessary due ↵ | Robin Haberkorn | 1 | -5/+2 | |
to improved array equivalence checking) | |||||
2012-09-05 | use array initializers | Robin Haberkorn | 1 | -8/+6 | |
objects must be casted to UGen (perhaps a bug since the array types should be compatible) | |||||
2012-09-05 | initially mute LFOs | Robin Haberkorn | 1 | -0/+1 | |
2012-08-30 | simplified LFO patch since SampOsc may now be frequency-modulated | Robin Haberkorn | 1 | -5/+6 | |
2012-04-30 | NanoEvent MIDI abstraction, List instead of Queue class | Robin Haberkorn | 1 | -54/+34 | |
* 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 | avoid unnecessary LFO patch changes | Robin Haberkorn | 1 | -3/+6 | |
2012-04-28 | robust MIDI setup, configurable LFO oscillator waveform, multiple LFO shred ↵ | Robin Haberkorn | 1 | -13/+41 | |
support | |||||
2012-04-18 | fixed SampOsc and integrated it as oscillator into lfo | Robin Haberkorn | 1 | -9/+24 | |
2012-04-16 | initial import of files relevant for noise project | Robin Haberkorn | 1 | -0/+82 | |