crucialfelix / crucial-library

SuperCollider music programming library.
17 stars 4 forks source link

MIDIClockOut play args? #7

Open jamshark70 opened 9 years ago

jamshark70 commented 9 years ago
    play {
        var delta, songBeat = 0.0, quantize=4.0;

Should this be arg? I suppose so... I can't imagine why it should be forbidden to quantize to 3.0 beats if I happen to be working on a 3/4 piece.

crucialfelix commented 9 years ago

yes, it should be arg. and delta is unused