Searched refs:vibrato_LFO (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.h234 emuxki_chanparms_vibrato_LFO vibrato_LFO; member in struct:_emuxki_channel
H A Demuxki.c405 chan->vibrato_LFO.state = 0x8000;
406 chan->vibrato_LFO.modulation_depth = 0x00; /* none */
407 chan->vibrato_LFO.vibrato_depth = 0x00;
408 chan->vibrato_LFO.frequency = 0x00; /* Why set to 24 when
571 chan->vibrato_LFO.state);
573 (chan->vibrato_LFO.modulation_depth << 8) |
578 (chan->vibrato_LFO.vibrato_depth << 8) |
579 chan->vibrato_LFO.frequency);

Completed in 17 milliseconds