summaryrefslogtreecommitdiff
path: root/live_sampler.ck
AgeCommit message (Collapse)AuthorFilesLines
2012-09-08show progress on stdout when reading files (stock samples) into the samplerRobin Haberkorn1-1/+10
also now stereo files may be read in
2012-09-08adapted to new mono LiSaRobin Haberkorn1-2/+6
added comments about performance
2012-09-07limit LiSa voices to 1: performance increaseRobin Haberkorn1-0/+1
2012-09-07minor typo fixRobin Haberkorn1-1/+1
2012-09-05live sampler volume controls current sample's volumeRobin Haberkorn1-1/+1
2012-09-04fixed live sampler: LiSa has now 8 output channels (a completely ↵Robin Haberkorn1-1/+2
undocumented feature)
2012-06-28additional live-sampler volume and pitch controlsRobin Haberkorn1-12/+29
* check for collisions when registering scenes/controls in NanoEvent * fixed null-string checks in NanoEvent.ck
2012-06-28fixed live-sampler for stereo sound files (well actually it's still broken ↵Robin Haberkorn1-2/+7
but I do know about the issue now)
2012-06-25added live sampler shred based on LiSa (LiSaX)Robin Haberkorn1-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