GameOfLife / Unit-Lib

The Unit Library is a system that provides high level abstractions on top of the SuperCollider language.
25 stars 6 forks source link

While playing a simple score sc.app hits 100% usage #3

Closed miguel-negrao closed 12 years ago

miguel-negrao commented 12 years ago

( z = UScore( *12.collect({ |i| var evt; evt = UChain(i/2,i,rrand(3.0,10.0),false,\sine, \StereoOutput).fadeOut(1).fadeIn(1); evt.units[0].set(\freq,rrand(200.0,600.0) ); evt; }) ); z.prepareAndStart(s) )

cpu hits 100% and we get late events... late 2.960465803 late 2.599793597 late 2.227498377 late 1.855215521 late 1.494535134 late 1.122252279 late 0.896951676 late 0.784792535 late 0.412509679 late 0.051806820

miguel-negrao commented 12 years ago

Oopps... it's the case-sensitive issues again.