Home
last modified time | relevance | path

Searched refs:cFreqstep (Results 1 – 4 of 4) sorted by relevance

/dports/audio/bristol/bristol-0.60.10/bristol/
H A Dbristolpoly.c330 mods->keydata[0].cFreqstep = voice->cFreqstep; in polyNoteOn()
377 mods->keydata[delta].cFreqstep = voice->cFreqstep; in polyNoteOn()
411 mods->keydata[i].cFreqstep = voice->cFreqstep; in polyNoteOn()
438 mods->keydata[0].cFreqstep = mods->keydata[1].cFreqstep in polyNoteOn()
485 mods->keydata[0].cFreqstep = mods->keydata[1].cFreqstep in polyNoteOn()
546 mods->keydata[1].cFreqstep = voice->cFreqstep; in polyNoteOn()
563 mods->keydata[i].cFreqstep = voice->cFreqstep; in polyNoteOn()
587 mods->keydata[i].cFreqstep = voice->cFreqstep; in polyNoteOn()
623 mods->keydata[osc].cFreqstep = voice->cFreqstep; in polyNoteOn()
827 mods->keydata[0].cFreqstep = mods->keydata[1].cFreqstep in polyNoteOff()
[all …]
H A Dbristolpoly.h84 float cFreq, dFreq, cFreqstep, oFreq, cFreqmult; member
H A Darpeggiator.c754 voice->cFreqstep = (voice->dFreq - voice->cFreq) in bristolArpegReVoice()
/dports/audio/bristol/bristol-0.60.10/include/bristol/
H A Dbristol.h401 float cFreqstep; /* rate of change from C to D */ member