summaryrefslogtreecommitdiff
path: root/lib/NanoEvent.ck
AgeCommit message (Expand)AuthorFilesLines
2012-09-11explicitly yield() after broadcast() since it does not automatically yield (o...Robin Haberkorn1-1/+8
2012-09-11include symbolic control name in GenEvent, so port creation can be defined in...Robin Haberkorn1-56/+18
2012-09-11moved value scaling functions from NanoEvent into "GenEvent" base classRobin Haberkorn1-37/+4
2012-09-10implemented NanoEvent ports: you can request a "port" for a registered contro...Robin Haberkorn1-5/+56
2012-09-09revised lfo patch using new Scale UGenRobin Haberkorn1-0/+1
2012-09-08use IO for giving warnings and errors to stderrRobin Haberkorn1-7/+14
2012-09-07check to see if scene exists to prevent array access error for unregistered s...Robin Haberkorn1-1/+4
2012-09-05removed map array access workaroundRobin Haberkorn1-3/+3
2012-09-04simplified scene/CCId-to-name mappingRobin Haberkorn1-15/+6
2012-09-04simplified string array handlingRobin Haberkorn1-15/+11
2012-08-30minor comment changesRobin Haberkorn1-1/+1
2012-06-28additional live-sampler volume and pitch controlsRobin Haberkorn1-4/+15
2012-06-25several fixesRobin Haberkorn1-16/+41
2012-04-30NanoEvent MIDI abstraction, List instead of Queue classRobin Haberkorn1-0/+159