Home
last modified time | relevance | path

Searched refs:synth (Results 1 – 6 of 6) sorted by relevance

/dragonfly/dports.base/
H A Ddsynth.ini4 ; Note that /build/synth will be sed-replaced by buildworld when
12 Directory_packages= /build/synth/live_packages
13 Directory_repository= /build/synth/live_packages/All
15 Directory_options= /build/synth/options
17 Directory_buildbase= /build/synth/build
18 Directory_logs= /build/synth/logs
H A Dpkg.conf6 url : file:///build/synth/live_packages/,
/dragonfly/
H A DMakefile.inc1491 mkdir -p ${WORLDDEST}/chroot/build/synth
492 mkdir -p ${WORLDDEST}/chroot/build/synth/live_packages
493 mkdir -p ${WORLDDEST}/chroot/build/synth/logs
494 mkdir -p ${WORLDDEST}/chroot/build/synth/options
495 mkdir -p ${WORLDDEST}/chroot/build/synth/build
497 cp ${.CURDIR}/dports.base/dsynth.ini ${WORLDDEST}/chroot/build/synth/
501 chroot ${WORLDDEST}/chroot dsynth -SS -y -C /build/synth build dragonfly/base
512 …cd ${WORLDDEST} && tar xvzpf ${WORLDDEST}/chroot/build/synth/live_packages/All/pkg-*.pkg > /dev/nu…
537 -@chroot ${WORLDDEST}/chroot dsynth -SS -y -C /build/synth cleanup > /dev/null 2>&1 || true
/dragonfly/sys/dev/sound/midi/
H A Dsequencer.c1027 ret = md->synth.loadpatch(md, *(short *)&event[0], buf, in seq_write()
1846 lockmgr(&md->synth.vc_lock, LK_EXCLUSIVE); in seq_chncommon()
1847 md->synth.chn_info[chn].bender_value = w14; in seq_chncommon()
1854 for (i = 0; i < md->synth.alloc.max_voice; i++) in seq_chncommon()
1855 if ((md->synth.alloc.map[i] & 0xff00) == key) { in seq_chncommon()
1856 lockmgr(&md->synth.vc_lock, LK_RELEASE); in seq_chncommon()
1858 if (md->synth.bender(md, i, w14) == EAGAIN) { in seq_chncommon()
1865 lockmgr(&md->synth.vc_lock, LK_RELEASE); in seq_chncommon()
1867 if (md->synth.bender(md, chn, w14) == EAGAIN) { in seq_chncommon()
H A Dmidi.c116 struct synth_midi *synth; member
311 m->synth = kmalloc(sizeof(*m->synth), M_MIDI, M_WAITOK | M_ZERO); in midi_init()
312 kobj_init((kobj_t)m->synth, &midisynth_class); in midi_init()
313 m->synth->m = m; in midi_init()
1571 return (kobj_t)m->synth; in midimapper_fetch_synth()
H A Dsynth_if.m29 INTERFACE synth;