Home
last modified time | relevance | path

Searched refs:midi_destination (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/vice/vice-3.5/src/mididrv/
H A Dmidi-osx-drv.c70 static MIDIEndpointRef midi_destination; variable
321 …SStatus status = MIDIDestinationCreate(midi_client, name, midi_read_proc, NULL, &midi_destination); in mididrv_in_open()
371 OSStatus status = MIDIEndpointDispose(midi_destination); in mididrv_in_close()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/mididrv/
H A Dmidi-osx-drv.c70 static MIDIEndpointRef midi_destination; variable
319 …SStatus status = MIDIDestinationCreate(midi_client, name, midi_read_proc, NULL, &midi_destination); in mididrv_in_open()
369 OSStatus status = MIDIEndpointDispose(midi_destination); in mididrv_in_close()
/dports/audio/denemo/denemo-2.0.6/src/audio/
H A Dmidi.c158 if ((Denemo.project->midi_destination & MIDIRECORD)) in finish_recording()
160 Denemo.project->midi_destination ^= MIDIRECORD; in finish_recording()
829 if ((Denemo.project->midi_destination & MIDIPLAYALONG) && Denemo.project->movement->currentobject) in initialize_until_time()
948 …if ((Denemo.project->midi_destination & MIDIRECORD) || (Denemo.project->midi_destination & (MIDIPL… in handle_midi_event()
950 if (Denemo.project->midi_destination & MIDIRECORD) in handle_midi_event()
952 if (Denemo.project->midi_destination & (MIDIPLAYALONG)) in handle_midi_event()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dview.c1338 …if ((Denemo.project->midi_destination & MIDIRECORD) && (Denemo.project->midi_destination & MIDIPLA… in set_midi_in_status()
1340 else if (Denemo.project->midi_destination & MIDIRECORD) in set_midi_in_status()
1342 else if (Denemo.project->midi_destination & MIDIPLAYALONG) in set_midi_in_status()
1387 Denemo.project->midi_destination ^= MIDICONDUCT; in pb_conduct()
1388 if (Denemo.project->midi_destination & MIDICONDUCT) in pb_conduct()
1399 Denemo.project->midi_destination ^= MIDIPLAYALONG; in pb_playalong()
1400 if (Denemo.project->midi_destination & MIDIPLAYALONG) in pb_playalong()
1447 Denemo.project->midi_destination |= MIDIRECORD; in pb_record()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h1052 MidiDestination midi_destination;/**< Where MIDI in should go */ member
/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dmousing.c680 if (Denemo.project->midi_destination & MIDICONDUCT) in scorearea_motion_notify()
/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()
5219 return SCM_BOOL (Denemo.project->midi_destination | MIDICONDUCT); in scheme_toggle_conduct()
5234 return SCM_BOOL (Denemo.project->midi_destination | MIDIRECORD); in scheme_midi_record()