Home
last modified time | relevance | path

Searched refs:NOTE_NONE (Results 1 – 25 of 1869) sorted by relevance

12345678910>>...75

/dports/audio/schismtracker/schismtracker-20211116/fmt/
H A Dmid.c144 } midich[16] = {{NOTE_NONE, NOTE_NONE, 0}}; in fmt_mid_load_song()
177 note = (song_note_t) {.note = NOTE_NONE}; in fmt_mid_load_song()
219 note = (song_note_t) {.note = NOTE_NONE}; in fmt_mid_load_song()
235 midich[cn].fg_note = NOTE_NONE; in fmt_mid_load_song()
239 midich[cn].bg_note = NOTE_NONE; in fmt_mid_load_song()
255 midich[cn].fg_note = NOTE_NONE; in fmt_mid_load_song()
259 midich[cn].bg_note = NOTE_NONE; in fmt_mid_load_song()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A Dmodcommand.h25 NOTE_NONE = 0, // Empty note cell enumerator
169 return (note == NOTE_NONE && instr == 0 && volcmd == VOLCMD_NONE && command == CMD_NONE); in IsEmpty()
186 bool IsNoteOrEmpty() const { return note == NOTE_NONE || IsNote(); } in IsNoteOrEmpty()
187 static bool IsNoteOrEmpty(NOTE note) { return note == NOTE_NONE || IsNote(note); } in IsNoteOrEmpty()
226 uint8 note = NOTE_NONE;
H A Dmodcommand.cpp207 note = NOTE_NONE; in Convert()
301 if(note == NOTE_NONE) in Convert()
335 note = NOTE_NONE; in Convert()
577 note = NOTE_NONE; in Convert()
741 if(command == CMD_MODCMDEX && (param & 0xF0) == 0xD0 && note == NOTE_NONE) in Convert()
755 note = NOTE_NONE; in Convert()
862 note = NOTE_NONE; in Convert()
H A DModChannel.cpp22 nNote = nNewNote = NOTE_NONE; in Reset()
129 if(nArpeggioLastNote != NOTE_NONE) in GetPluginNote()
H A DLoad_dmf.cpp149 ModCommand::NOTE noteBuffer = NOTE_NONE; // Note buffer
150 ModCommand::NOTE lastNote = NOTE_NONE; // Last played note on channel
515 m->note = NOTE_NONE; in ConvertDMFPattern()
523 if(m->note == NOTE_NONE && m->instr > 0) in ConvertDMFPattern()
578 if(m->note == NOTE_NONE) in ConvertDMFPattern()
602 if(m->note == NOTE_NONE) in ConvertDMFPattern()
664 if(m->note == NOTE_NONE) in ConvertDMFPattern()
H A DLoad_mid.cpp373 ModCommand::NOTE note = NOTE_NONE; // MIDI note that was last played on this channel
453 …s[i].midiCh == midiCh && (channels[i].note == note || (monoMode && channels[i].note != NOTE_NONE))) in FindUnusedChannel()
470 if(channels[i].note == NOTE_NONE && !patRow[i].IsNote()) in FindUnusedChannel()
520 modChnStatus[chn].note = NOTE_NONE; in MIDINoteOff()
524 if(m.note == NOTE_NONE) in MIDINoteOff()
982 if(chnState.midiCh == midiCh && chnState.sustained && chnState.note != NOTE_NONE) in ReadMID()
1165 …if(chnState.note == NOTE_NONE || m.command == CMD_S3MCMDEX || m.command == CMD_DELAYCUT || midiCh … in ReadMID()
H A DWAVTools.cpp231 sample.rootNote = NOTE_NONE; in ApplySampleSettings()
235 if(sample.rootNote == NOTE_NONE && instChunk.LengthIsAtLeast(sizeof(WAVInstrumentChunk))) in ApplySampleSettings()
245 sample.rootNote = NOTE_NONE; in ApplySampleSettings()
H A DSndmix.cpp1380 if(!instr.nPPS || note == NOTE_NONE) in ProcessPitchPanSeparation()
1449 …Command::NOTE>(pIns->NoteMap[chn.nLastNote - NOTE_MIN]) : static_cast<ModCommand::NOTE>(NOTE_NONE); in ProcessArpeggio()
1468 || (!arpOnRow && chn.rowCommand.note == NOTE_NONE && chn.nArpeggioLastNote != NOTE_NONE)) in ProcessArpeggio()
1473 if(chn.nArpeggioLastNote != NOTE_NONE) in ProcessArpeggio()
1481 chn.nArpeggioLastNote = NOTE_NONE; in ProcessArpeggio()
2155 …if(!m_playBehaviour[kITPitchPanSeparation] && chn.nNote != NOTE_NONE && chn.pModInstrument && chn.… in ReadNote()
2588 if(note != NOTE_NONE) in ProcessMidiOut()
2604 if(note != NOTE_NONE) in ProcessMidiOut()
2630 …const bool hasNote = m_playBehaviour[kMIDIVolumeOnNoteOffBug] ? (note != NOTE_NONE) : ModCommand::… in ProcessMidiOut()
H A Dmod_specifications.cpp458 } else if(note == NOTE_NONE) in HasNote()
H A DLoad_plm.cpp301 m->note = NOTE_NONE; in ReadPLM()
364 if(m->note == NOTE_NONE) in ReadPLM()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/kqueue-sys-1.0.3/src/constants/
H A Ddarwin.rs63 …const NOTE_NONE = 0x00000080; /* No specific vnode event: to test for EV… const
/dports/devel/desed/desed-1.2.0/cargo-crates/kqueue-sys-1.0.1/src/constants/
H A Ddarwin.rs63 …const NOTE_NONE = 0x00000080; /* No specific vnode event: to test for EV… const
/dports/lang/rust/rustc-1.58.1-src/vendor/kqueue-sys/src/constants/
H A Ddarwin.rs63 …const NOTE_NONE = 0x00000080; /* No specific vnode event: to test for EV… const
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/darwin/sys/
H A Devent.d139 NOTE_NONE = 0x0080, enumerator
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/darwin/sys/
H A Devent.d139 NOTE_NONE = 0x0080, enumerator
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/darwin/sys/
H A Devent.d139 NOTE_NONE = 0x0080, enumerator
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/darwin/sys/
H A Devent.d139 NOTE_NONE = 0x0080, enumerator
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/darwin/sys/
H A Devent.d139 NOTE_NONE = 0x0080, enumerator
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/darwin/sys/
H A Devent.d139 NOTE_NONE = 0x0080, enumerator
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/darwin/sys/
H A Devent.d139 NOTE_NONE = 0x0080, enumerator
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/darwin/sys/
H A Devent.d139 NOTE_NONE = 0x0080, enumerator
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/darwin/sys/
H A Devent.d139 NOTE_NONE = 0x0080, enumerator
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/darwin/sys/
H A Devent.d139 NOTE_NONE = 0x0080, enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Devent.h243 #define NOTE_NONE 0x00000080 /* No specific vnode event: to test for EVFILT_READ… macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Devent.h243 #define NOTE_NONE 0x00000080 /* No specific vnode event: to test for EVFILT_READ… macro

12345678910>>...75