chuckLib
Hi,
I've just discovered the amazing chuckLib. I almost had to change my shorts after reading the documentation and playing around a bit ! This library is exactly what I was missing in sc, a neat way to manage variables connected to a single musical process and a nice way of cleaning up after the process.
Just wanted to express my deepest thanks to James for creating this very killer library !
I have found only one annoyance with the lib. When a BP is playing and you press cmd + . to stop all process, the pattern in the BP stops, but if you then ask BP to play again you get this warning :
WARNING:
already playing
BP('...')
you have to manually BP.stop, before you can BP.play again. I think all BP objects should receive a stop message when you press cmd + .
If for some reason you don't wanna do this, could we have a stop to the BP class that would stop all playing BP's ?
Best,
Hjalte