summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-20no need to explicitly specify chuck sample rate beginning with v1.3.1.2Robin Haberkorn1-1/+1
2012-09-16load OSCGraphics classesRobin Haberkorn1-4/+6
2012-09-14specify period size for alsa_in/out improving sound qualityRobin Haberkorn1-2/+2
2012-09-13fixed recording shredRobin Haberkorn1-4/+4
2012-09-13integrated gamepad data into live samplerRobin Haberkorn1-48/+93
2012-09-13fixed live sample recording and loop recordingRobin Haberkorn1-24/+25
2012-09-13colorize chuck's stderr output (red)Robin Haberkorn1-1/+9
2012-09-13minor startup script changeRobin Haberkorn1-5/+9
2012-09-11renamed joystick and button controls, named buttons for left and right joysticksRobin Haberkorn1-4/+5
2012-09-11added comments clarifing that scaling target ranges may be inversedRobin Haberkorn2-0/+8
2012-09-11explicitly yield() after broadcast() since it does not automatically yield (o...Robin Haberkorn2-1/+14
2012-09-11include symbolic control name in GenEvent, so port creation can be defined in...Robin Haberkorn3-122/+71
2012-09-11added RumbleEvent class for using the "Logitech Rumble Gamepad"Robin Haberkorn2-0/+106
2012-09-11moved value scaling functions from NanoEvent into "GenEvent" base classRobin Haberkorn3-37/+48
2012-09-10implemented NanoEvent ports: you can request a "port" for a registered contro...Robin Haberkorn2-25/+72
2012-09-09revised lfo patch using new Scale UGenRobin Haberkorn2-31/+29
2012-09-09renamed Chugen and Chubgraph Clipper implementations so they can be used as d...Robin Haberkorn2-3/+3
2012-09-09added Scale UGen allowing to a signal from source (in) to target (out) rangeRobin Haberkorn2-2/+58
2012-09-08show progress on stdout when reading files (stock samples) into the samplerRobin Haberkorn1-1/+10
2012-09-08use IO for giving warnings and errors to stderrRobin Haberkorn1-7/+14
2012-09-08since SndBuf.valueAt() has been fixed in v1.3.0.0, multichannel sound files c...Robin Haberkorn1-11/+34
2012-09-08adapted to new mono LiSaRobin Haberkorn1-2/+6
2012-09-07kill possible running jack.scope and alsa_in/alsa_out instances on startupRobin Haberkorn1-0/+5
2012-09-07limit LiSa voices to 1: performance increaseRobin Haberkorn1-0/+1
2012-09-07minor typo fixRobin Haberkorn1-1/+1
2012-09-07check to see if scene exists to prevent array access error for unregistered s...Robin Haberkorn1-1/+4
2012-09-07removed ChubgraphStd workaroundRobin Haberkorn4-28/+2
2012-09-06simplified LFO setup (no casting to UGen in array constructor necessary due t...Robin Haberkorn1-5/+2
2012-09-05use array initializersRobin Haberkorn1-8/+6
2012-09-05live sampler volume controls current sample's volumeRobin Haberkorn1-1/+1
2012-09-05initially mute LFOsRobin Haberkorn1-0/+1
2012-09-05added contact_mic master volume and adapted to new Clipper chuginRobin Haberkorn1-6/+6
2012-09-05removed map array access workaroundRobin Haberkorn1-3/+3
2012-09-05add monitor port to Bus (goes to second soundcard for head phones)Robin Haberkorn1-0/+9
2012-09-04simplified scene/CCId-to-name mappingRobin Haberkorn1-15/+6
2012-09-04simplified string array handlingRobin Haberkorn1-15/+11
2012-09-04if possible save SampOsc source directory for later useRobin Haberkorn1-3/+9
2012-09-04remove GainMod chugin/UGen: multiplying two UGen outputs can already be achie...Robin Haberkorn2-23/+1
2012-09-04fixed live sampler: LiSa has now 8 output channels (a completely undocumented...Robin Haberkorn1-1/+2
2012-09-04minor changeRobin Haberkorn1-1/+1
2012-09-03build 64-bit ChuginsRobin Haberkorn1-4/+2
2012-09-02allow specifying ChucK executable using CHUCK variableRobin Haberkorn1-1/+1
2012-09-01minor fixRobin Haberkorn1-2/+2
2012-09-01added "GainMod" chugin (essentially sample multiplication like Pure Data [~*])Robin Haberkorn2-1/+23
2012-08-30updated .gitignoreRobin Haberkorn1-0/+4
2012-08-30replace Chubgraph Clipper with Chugin Clipper, giving a significant speed inc...Robin Haberkorn5-4/+43
2012-08-30updated recording patch to write a single stereo WAV fileRobin Haberkorn1-10/+10
2012-08-30updated master Bus to make use of Clipper UGen (simplified)Robin Haberkorn1-10/+3
2012-08-30minor comment changesRobin Haberkorn2-1/+2
2012-08-30simplified LFO patch since SampOsc may now be frequency-modulatedRobin Haberkorn1-5/+6