Home
last modified time | relevance | path

Searched refs:keyon (Results 1 – 25 of 113) sorted by relevance

12345

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Drf5c68.c12 UINT8 keyon; member
27 if(!(rpcm.keyon & (1<<ch))) { in RF5C68_update()
67 rpcm.keyon = 0xff; in RF5C68_sh_start()
90 UINT8 map = (~rpcm.keyon)|data; in WRITE_HANDLER()
97 rpcm.keyon = data; in WRITE_HANDLER()
H A Dymz280b.c35 UINT8 keyon; /* 1 if the key is on */ member
257 if (voice->keyon) in generate_adpcm()
328 if (voice->keyon) in generate_pcm8()
392 if (voice->keyon) in generate_pcm16()
634 state_save_register_UINT8 ("YMZ280B.voice", i*8+j, "keyon", &ymz280b[i].voice[j].keyon,1); in YMZ280B_sh_start()
733 if (!voice->keyon && (data & 0x80) && chip->keyon_enable) in write_to_register()
741 if (voice->keyon && !(data & 0x80) && !voice->looping) in write_to_register()
748 voice->keyon = (data & 0x80) >> 7; in write_to_register()
835 if (chip->voice[i].keyon && chip->voice[i].looping) in write_to_register()
/dports/audio/faust/faust-2.37.3/architecture/webaudio/
H A Dorgan.dsp4 // MIDI keyon-keyoff
6 // MIDI keyon key
8 // MIDI keyon velocity
/dports/audio/faust/faust-2.37.3/tests/architecture-tests/
H A Dorgan.dsp7 midigate = button("gate"); // MIDI keyon-keyoff
8 midifreq = hslider("freq[unit:Hz]", 440, 20, 5000, 1); // MIDI keyon key
9 midigain = hslider("gain", 0.5, 0, 10, 0.01); // MIDI keyon velocity
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DPlayerIT.h59 bool reachedEnd(bool keyon) in reachedEnd()
67 if (ITBreakLoop && keyon) in reachedEnd()
73 bool brokeLoop = !keyon && (AMSBreakLoop || XMBreakLoop); in reachedEnd()
81 bool finished(bool keyon) in finished()
87 return reachedEnd(keyon); in finished()
90 bool cutted(bool keyon) in cutted()
93 reachedEnd(keyon) && in cutted()
184 bool getKeyon() { return chnstat().keyon; } \
199 void setKeyon(bool keyon) { chnstat().keyon = keyon; } \
274 bool keyon; member
[all …]
H A DPlayerSTD.cpp508 if ((!(env->envstruc->type&8) || keyon) && in prenvelope()
1321 chnInf->keyon = true; in doTickEffect()
1508 chnInf->keyon = false; in doTickEffect()
1842 chnInf->keyon = true; in doEffect()
1865 chnInf->keyon = true; in doEffect()
2500 chnInf->keyon = true; in progressRow()
2540 chnInf->keyon = false; in progressRow()
2612 prenvelope(c,&chnInf->venv,chnInf->keyon); in update()
2633 if (!chnInf->keyon) in update()
3148 chnInf->keyon = true; in playNote()
[all …]
/dports/audio/faust/faust-2.37.3/examples/misc/
H A DmidiTester.dsp26 //Note tester (keyon) : tester(midi in, midi out)
29 …der("NoteOn Value IN (Note %i) [midi:keyon %i]", 60, 0, 127, 1) : hbargraph("NoteOn Value OUT (Not…
30 …) = checkbox("NoteOn Bool IN (Note %i) [midi:keyon %i]") : hbargraph("NoteOn Bool OUT (Note %o) [m…
33 //Note Chan tester (keyon) : tester(midi in, midi out)
36 …IN (Note %i Channel %ic) [midi:keyon %i %ic]", 60, 0, 127, 1) : hbargraph("NoteOn Value OUT (Note …
37 …ool IN (Note %i Channel %ic) [midi:keyon %i %ic]") : hbargraph("NoteOn Chan Bool OUT (Note %o Chan…
/dports/audio/faustlive/faustlive-2.5.7/Resources/Examples/
H A DmidiTester.dsp20 //Note tester (keyon) : tester(midi in, midi out)
23 …der("NoteOn Value IN (Note %i) [midi:keyon %i]", 60, 0, 127, 1) : hbargraph("NoteOn Value OUT (Not…
24 …) = checkbox("NoteOn Bool IN (Note %i) [midi:keyon %i]") : hbargraph("NoteOn Bool OUT (Note %o) [m…
/dports/audio/faust/faust-2.37.3/tests/impulse-tests/dsp/
H A Dmidi_tester.dsp20 //Note tester (keyon) : tester(midi in, midi out)
23 …der("NoteOn Value IN (Note %i) [midi:keyon %i]", 60, 0, 127, 1) : hbargraph("NoteOn Value OUT (Not…
24 …) = checkbox("NoteOn Bool IN (Note %i) [midi:keyon %i]") : hbargraph("NoteOn Bool OUT (Note %o) [m…
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dymz280b.cpp247 if (voice->keyon) in generate_adpcm()
324 if (voice->keyon) in generate_pcm8()
394 if (voice->keyon) in generate_pcm16()
584 save_item(STRUCT_MEMBER(m_voice, keyon)); in device_start()
692 if (!voice->keyon && (data & 0x80) && m_keyon_enable) in write_to_register()
703 else if (voice->keyon && !(data & 0x80)) in write_to_register()
710 voice->keyon = (data & 0x80) >> 7; in write_to_register()
837 if (m_voice[i].keyon && m_voice[i].looping) in write_to_register()
H A Dk054539.cpp95 void k054539_device::keyon(int channel) in keyon() function in k054539_device
407 keyon(ch); in write()
415 keyon(ch); in write()
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dymz280b.cpp247 if (voice->keyon) in generate_adpcm()
324 if (voice->keyon) in generate_pcm8()
394 if (voice->keyon) in generate_pcm16()
584 save_item(STRUCT_MEMBER(m_voice, keyon)); in device_start()
692 if (!voice->keyon && (data & 0x80) && m_keyon_enable) in write_to_register()
703 else if (voice->keyon && !(data & 0x80)) in write_to_register()
710 voice->keyon = (data & 0x80) >> 7; in write_to_register()
837 if (m_voice[i].keyon && m_voice[i].looping) in write_to_register()
H A Dk054539.cpp95 void k054539_device::keyon(int channel) in keyon() function in k054539_device
407 keyon(ch); in write()
415 keyon(ch); in write()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dymz280b.c35 UINT8 keyon; /* 1 if the key is on */ member
257 if (voice->keyon) in generate_adpcm()
328 if (voice->keyon) in generate_pcm8()
392 if (voice->keyon) in generate_pcm16()
634 state_save_register_UINT8 ("YMZ280B.voice", i*8+j, "keyon", &ymz280b[i].voice[j].keyon,1); in YMZ280B_sh_start()
733 if (!voice->keyon && (data & 0x80) && chip->keyon_enable) in write_to_register()
741 if (voice->keyon && !(data & 0x80) && !voice->looping) in write_to_register()
748 voice->keyon = (data & 0x80) >> 7; in write_to_register()
835 if (chip->voice[i].keyon && chip->voice[i].looping) in write_to_register()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dymz280b.c29 UINT8 keyon; /* 1 if the key is on */ member
258 if (voice->keyon) in generate_adpcm()
329 if (voice->keyon) in generate_pcm8()
393 if (voice->keyon) in generate_pcm16()
669 if (!voice->keyon && (data & 0x80) && chip->keyon_enable) in write_to_register()
677 if (voice->keyon && !(data & 0x80) && !voice->looping) in write_to_register()
679 voice->keyon = (data & 0x80) >> 7; in write_to_register()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A Dymz280b.c67 UINT8 keyon; /* 1 if the key is on */ member
393 if (voice->keyon) in generate_adpcm()
485 if (voice->keyon) in generate_pcm8()
573 if (voice->keyon) in generate_pcm16()
1012 if (!voice->keyon && (data & 0x80) && chip->keyon_enable) in write_to_register()
1037 else if (voice->keyon && !(data & 0x80)) in write_to_register()
1044 voice->keyon = (data & 0x80) >> 7; in write_to_register()
1172 if (chip->voice[i].keyon && chip->voice[i].looping) in write_to_register()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Disr.c605 int keyon; in I_KeyboardISR() local
650 keyon = k & 0x80; in I_KeyboardISR()
679 k = sc_RShift | keyon; in I_KeyboardISR()
682 if ( !keyon ) in I_KeyboardISR()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dymz280b.c76 UINT8 keyon; /* 1 if the key is on */ member
423 if (voice->keyon) in generate_adpcm()
515 if (voice->keyon) in generate_pcm8()
604 if (voice->keyon) in generate_pcm16()
1049 if (!voice->keyon && (data & 0x80) && chip->keyon_enable) in write_to_register()
1074 else if (voice->keyon && !(data & 0x80)) in write_to_register()
1081 voice->keyon = (data & 0x80) >> 7; in write_to_register()
1212 if (chip->voice[i].keyon && chip->voice[i].looping) in write_to_register()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dymz280b.c75 UINT8 keyon; /* 1 if the key is on */ in main()
427 if (voice->keyon)
519 if (voice->keyon)
608 if (voice->keyon)
1052 if (!voice->keyon && (data & 0x80) && chip->keyon_enable)
1077 else if (voice->keyon && !(data & 0x80))
1084 voice->keyon = (data & 0x80) >> 7;
1215 if (chip->voice[i].keyon && chip->voice[i].looping)
H A Dym2413_opl.c48 UINT8 keyon;
427 CH->block | CH->keyon | CH->sus);
435 CH->keyon = (v & 0x10) << 1;
448 CH->block | CH->keyon | CH->sus);
551 CH->keyon = 0;
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/cmt/
H A Drecord.c266 int keyon; /* TRUE if noteon message had non-zero velocity */ in getdur() local
275 noteon = keyon = FALSE; in getdur()
279 keyon = noteon && (note->n[2] != 0); in getdur()
288 if ((!key && !ped) || keyon) in getdur()
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Dpathdrawer.cpp133 extern bool keyon;
153 if (need_retrace || keyon) { in onStep()
155 if (keyon) in onStep()
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dherad.cpp706 chn[i].keyon = false; in rewind()
807 if (chn[ch].keyon) in ev_noteOn()
810 chn[ch].keyon = false; in ev_noteOn()
823 chn[ch].keyon = true; in ev_noteOn()
841 if (note != chn[ch].note || !chn[ch].keyon) in ev_noteOff()
843 chn[ch].keyon = false; in ev_noteOff()
876 if (chn[ch].keyon) // update pitch in ev_pitchBend()
1216 if (chn[i].slide_dur > 0 && chn[i].keyon) in processEvents()
/dports/games/zdoom/zdoom-2.8.1/src/oplsynth/
H A Dmlopl_io.cpp176 void OPLio::OPLwriteFreq(uint channel, uint note, uint pitch, uint keyon) in OPLwriteFreq() argument
198 OPLwriteValue (0xB0, channel, (BYTE)(i>>8)|(keyon<<5)); in OPLwriteFreq()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A DSPU.h60 keyon(0), in channel_struct()
87 u8 keyon; member

12345