Home
last modified time | relevance | path

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

/dports/devel/indi/indi-1.9.1/drivers/focuser/
H A Drbfocus.h13 typedef enum {HOLD_OFF, HOLD_ON } focuserHold; enumerator
H A Drbfocus.cpp31 IUFillSwitch(&focuserHoldS[HOLD_OFF], "HOLD_OFF", "Hold Disabled", ISS_OFF); in initProperties()
184 focuserHoldS[HOLD_OFF].s = ISS_ON; in readHold()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/wildmidi/
H A Dwildmidi_lib.cpp91 #define HOLD_OFF 0x02 macro
1452 nte->hold |= HOLD_OFF; in do_note_off_extra()
1579 && (!(nte->hold & HOLD_OFF))) in do_note_on()
1588 && (!(nte->hold & HOLD_OFF))) in do_note_on()
1725 if (note_data->hold & HOLD_OFF) { in do_control_channel_hold()
1876 note_data->hold |= HOLD_OFF; in do_control_channel_notes_off()
/dports/games/zdoom/zdoom-2.8.1/src/wildmidi/
H A Dwildmidi_lib.cpp112 #define HOLD_OFF 0x02 macro
1503 nte->hold |= HOLD_OFF; in do_note_off_extra()
1628 && (!(nte->hold & HOLD_OFF))) in do_note_on()
1637 && (!(nte->hold & HOLD_OFF))) in do_note_on()
1774 if (note_data->hold & HOLD_OFF) { in do_control_channel_hold()
1926 note_data->hold |= HOLD_OFF; in do_control_channel_notes_off()
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/src/
H A Dinternal_midi.c50 #define HOLD_OFF 0x02
577 nte->hold |= HOLD_OFF;
714 && (!(nte->hold & HOLD_OFF)))
723 && (!(nte->hold & HOLD_OFF)))
866 if (note_data->hold & HOLD_OFF) {
1040 note_data->hold |= HOLD_OFF;
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wildmidi/src/
H A Dwildmidi_lib.c250 #define HOLD_OFF 0x02 macro
2479 nte->hold |= HOLD_OFF;
2583 if ((nte->modes & SAMPLE_ENVELOPE) && (nte->env < 3) && (!(nte->hold & HOLD_OFF)))
2591 if ((nte->modes & SAMPLE_ENVELOPE) && (nte->env < 3) && (!(nte->hold & HOLD_OFF)))
2795 if ((*note_data)->hold & HOLD_OFF) {
2952 (*note_data)->hold |= HOLD_OFF;
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dprivate.h1259 #define HOLD_OFF (0) macro