Home
last modified time | relevance | path

Searched refs:MIDIPLAYALONG (Results 1 – 4 of 4) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/audio/
H A Dmidi.c829 if ((Denemo.project->midi_destination & MIDIPLAYALONG) && Denemo.project->movement->currentobject) in initialize_until_time()
948 …idi_destination & MIDIRECORD) || (Denemo.project->midi_destination & (MIDIPLAYALONG | MIDICONDUCT)… in handle_midi_event()
952 if (Denemo.project->midi_destination & (MIDIPLAYALONG)) in handle_midi_event()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h675 MIDIPLAYALONG = (1<<5), enumerator
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dview.c1338 …nemo.project->midi_destination & MIDIRECORD) && (Denemo.project->midi_destination & MIDIPLAYALONG)) in set_midi_in_status()
1342 else if (Denemo.project->midi_destination & MIDIPLAYALONG) in set_midi_in_status()
1399 Denemo.project->midi_destination ^= MIDIPLAYALONG; in pb_playalong()
1400 if (Denemo.project->midi_destination & MIDIPLAYALONG) in pb_playalong()
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c5212 return SCM_BOOL (Denemo.project->midi_destination | MIDIPLAYALONG); in scheme_toggle_playalong()