HomeSort by: relevance | last modified time | path
    Searched refs:attackv (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/
midisynvar.h 68 * attackv(midisyn *ms,
80 void (*attackv) (midisyn *, uint_fast16_t, midipitch_t, int16_t); member in struct:midisyn_methods
88 * does not supply this method, midisyn will call the attackv method
133 * into a single 'level' parameter to attackv, but if the driver is
midisyn.c 267 if (ms->mets->attackv_vel == 0 && ms->mets->attackv != 0)
334 ms->mets->attackv(ms, voice, mp, level_cB + ms->voices[voice].velcB);
  /src/sys/dev/isa/
midi_pcppi.c 77 .attackv = midi_pcppi_on,
cms.c 84 .attackv = cms_on,
  /src/sys/dev/ic/
opl.c 132 .attackv = oplsyn_attackv,

Completed in 13 milliseconds