Searched refs:vel (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/dev/isa/
H A Dmidi_pcppi.c135 midi_pcppi_off(midisyn *ms, uint_fast16_t voice, uint_fast8_t vel) argument
H A Dcms.c273 cms_off(midisyn *ms, uint_fast16_t vidx, uint_fast8_t vel) argument
/netbsd-current/sys/dev/
H A Dmidisyn.c325 /* dummy attackv_vel that just adds vel into level for simple drivers */
328 int16_t level_cB, uint_fast8_t vel)
333 ms->voices[voice].velcB = midisyn_vol2cB((uint_fast16_t)vel << 7);
376 * where midisyn computes a volume from vel*volume*expression*
383 ms->voices[voice].velcB = 0; /* assume driver handles vel */
493 /* releasev all voices sounding on chan; use normal vel 64 */
499 /* releasev all voices sounding on chan; use max vel 127 */
635 midisyn_chan_releasev(midisyn *ms, uint_fast8_t chan, uint_fast8_t vel) argument
641 ms->mets->releasev(ms, vp - ms->voices, vel);
327 midisyn_attackv_vel(midisyn *ms, uint_fast16_t voice, midipitch_t mp, int16_t level_cB, uint_fast8_t vel) argument
/netbsd-current/sys/sys/
H A Dmidiio.h270 #define SEQ_MK_CHN_VOICE(e, unit, cmd, chan, key, vel) (\
272 (e)->arr[3] = (chan), (e)->arr[4] = (key), (e)->arr[5] = (vel),\
634 printf("Note on, dev=%d chn=%d key=%d vel=%d\n",
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_ripencc.c4692 londeg, latdeg, vel[3]; local
4700 &info, &lat, &lon, &alt, vel,
4745 vel[0], vel[1], vel[2]);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dscript.cc2546 const Version_expression_list* vel) const
2549 for (size_t i = 0; i < vel->expressions.size(); ++i)
2551 const Version_expression& ve(vel->expressions[i]);
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript.cc2546 const Version_expression_list* vel) const
2549 for (size_t i = 0; i < vel->expressions.size(); ++i)
2551 const Version_expression& ve(vel->expressions[i]);
/netbsd-current/sys/dev/ic/
H A Dopl.c617 oplsyn_releasev(midisyn *ms, uint_fast16_t voice, uint_fast8_t vel) argument

Completed in 164 milliseconds