I added vol, quant, ramp, sin, range, every, snap and snapMetre to the reference of cineCer0. Suggestions: Homogenise the representation of arguments of functions since there are two different sets of representations. Example: range Min Max Signal and setWidth [w].
I noticed some bugs while working in cineCer0:
If the tempo is changed, the quant function de-synchronises. I am not sure how to solve this problem, I think I need to understand better the tempi library.
Functions fadeIn and fadeOut are not working properly. opacity 0.5 * (fadeIn 3)... should work. The only think that can be done is: opacity (fadeIn 3)... which limits a lot what fadeIn could be doing.
I am not 100% sure if snap and snapMetre are working properly, the calculation might be off. The same problem with the tempi library.
I added vol, quant, ramp, sin, range, every, snap and snapMetre to the reference of cineCer0. Suggestions: Homogenise the representation of arguments of functions since there are two different sets of representations. Example: range Min Max Signal and setWidth [w].
I noticed some bugs while working in cineCer0:
If the tempo is changed, the quant function de-synchronises. I am not sure how to solve this problem, I think I need to understand better the tempi library.
Functions fadeIn and fadeOut are not working properly. opacity 0.5 * (fadeIn 3)... should work. The only think that can be done is: opacity (fadeIn 3)... which limits a lot what fadeIn could be doing.
I am not 100% sure if snap and snapMetre are working properly, the calculation might be off. The same problem with the tempi library.