[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] new class
Hi Jem,
hi Jem,
1.059 is a very rough estimate of 12th root out of 2 (is that correct English?)
__
n = 72 (octave above)
1.059 ** (n - 60);
gives
1.9895347141859
(n - 60).midiratio;
gives
1.9999999999945
adrian
On Dec 19, 2003, at 10:59 PM, Jem Finer wrote:
MIDIRatePlayer : MIDIPlayer {
*new { arg init=1.0; ^super.new.value_(init) }
initResponders {
resp = NoteOnResponder({ arg note,veloc; value = 1.059 ** (note - 60); this.changed });
}
}
MIDIRatePlayer : MIDIPlayer {
*new { arg init=1.0; ^super.new.value_(init) }
initResponders {
resp = NoteOnResponder({ arg note,veloc; value = 1.059 ** (note - 60); this.changed });
}
}
cheers
Jem_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev