| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-08-30 | simplified LFO patch since SampOsc may now be frequency-modulated | Robin Haberkorn | 1 | -5/+6 | |
| 2012-08-30 | revised SampOsc as Chubgraph allowing us to frequency-sync a SampOsc | Robin Haberkorn | 1 | -5/+30 | |
| will simplify the LFO patch | |||||
| 2012-08-30 | implement Clipper as Chubgraph (simplifying usage) | Robin Haberkorn | 1 | -13/+15 | |
| also make members pseudo-private by appending "__" | |||||
| 2012-08-30 | updated initialization (new classes) | Robin Haberkorn | 1 | -2/+2 | |
| 2012-08-30 | added Chugen-implementation of Clipper UGen | Robin Haberkorn | 1 | -0/+10 | |
| will probably be slower than the "Clipper" implementation - will test that | |||||
| 2012-08-30 | add base clase for Chubgraphs implementing some standard methods | Robin Haberkorn | 1 | -0/+25 | |
| 2012-08-29 | chuck exec is built with rpath now, so we don't need the LD_LIBRARY_PATH | Robin Haberkorn | 1 | -2/+1 | |
| 2012-06-28 | additional live-sampler volume and pitch controls | Robin Haberkorn | 2 | -16/+44 | |
| * check for collisions when registering scenes/controls in NanoEvent * fixed null-string checks in NanoEvent.ck | |||||
| 2012-06-28 | fixed live-sampler for stereo sound files (well actually it's still broken ↵ | Robin Haberkorn | 2 | -3/+15 | |
| but I do know about the issue now) | |||||
| 2012-06-25 | added live sampler shred based on LiSa (LiSaX) | Robin Haberkorn | 1 | -0/+49 | |
| * it reserves several controller buttons as sample banks (some of them may be preinitialized with stock samples) * allows recording into the bank and playback * loop playback and loop recording | |||||
| 2012-06-25 | add LiSaX class: extension of LiSa that allows loading of audio files | Robin Haberkorn | 2 | -0/+17 | |
| 2012-06-25 | several fixes | Robin Haberkorn | 5 | -19/+45 | |
| * 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-25 | ensure that ChucK is loaded with 32-bit version of a manually installed Jack ↵ | Robin Haberkorn | 1 | -0/+1 | |
| client library | |||||
| 2012-06-06 | store maximum latency for Sample Oscillator into class attribute | Robin Haberkorn | 1 | -3/+5 | |
| 2012-06-06 | small identation change | Robin Haberkorn | 1 | -2/+4 | |
| 2012-06-06 | added .gitignore file | Robin Haberkorn | 1 | -0/+2 | |
| 2012-04-30 | MIDI class removed | Robin Haberkorn | 1 | -18/+0 | |
| 2012-04-30 | stereo wave recording | Robin Haberkorn | 1 | -17/+16 | |
| 2012-04-30 | NanoEvent MIDI abstraction, List instead of Queue class | Robin Haberkorn | 10 | -216/+363 | |
| * 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-30 | added RecEvent constructor | Robin Haberkorn | 1 | -4/+12 | |
| 2012-04-30 | SampOsc code cleanup | Robin Haberkorn | 1 | -1/+2 | |
| 2012-04-29 | added MIDI event recorder (Scene 2) | Robin Haberkorn | 2 | -0/+93 | |
| all MIDI events can be recorded and played back again (optionally using looping) | |||||
| 2012-04-29 | make Queue element class public | Robin Haberkorn | 3 | -4/+8 | |
| necessary for iterating a queue without flushing it | |||||
| 2012-04-29 | avoid unnecessary LFO patch changes | Robin Haberkorn | 1 | -3/+6 | |
| 2012-04-28 | some contact mic params made configurable | Robin Haberkorn | 1 | -1/+38 | |
| 2012-04-28 | global samplerate changed to 44.1kHz | Robin Haberkorn | 1 | -1/+1 | |
| Chuck's samplerate must be adapted | |||||
| 2012-04-28 | robust MIDI setup, configurable LFO oscillator waveform, multiple LFO shred ↵ | Robin Haberkorn | 4 | -20/+54 | |
| support | |||||
| 2012-04-18 | fixed SampOsc and integrated it as oscillator into lfo | Robin Haberkorn | 2 | -15/+47 | |
| 2012-04-16 | add clarifying comment to Bus shred | Robin Haberkorn | 1 | -0/+4 | |
| 2012-04-16 | added sample-based oscillator class | Robin Haberkorn | 3 | -0/+27 | |
| 2012-04-16 | initial import of files relevant for noise project | Robin Haberkorn | 15 | -0/+500 | |
