Home
last modified time | relevance | path

Searched refs:getNoteSampleName (Results 1 – 9 of 9) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/libs/midnam/
H A Dmidnam.h154 bool getNoteSampleName(
184 bool getNoteSampleName(
269 bool getNoteSampleName(
314 bool getNoteSampleName(
501 bool getNoteSampleName(
540 bool getNoteSampleName(
586 bool getNoteSampleName(
605 bool getNoteSampleName(
650 bool getNoteSampleName(
675 bool getNoteSampleName(
[all …]
H A Dmidnam.cpp2237 bool MidiNamNotes::getNoteSampleName( in getNoteSampleName() function in MusECore::MidiNamNotes
2434 bool MidNamNoteNameList::getNoteSampleName( in getNoteSampleName() function in MusECore::MidNamNoteNameList
3035 bool MidiNamPatch::getNoteSampleName( in getNoteSampleName() function in MusECore::MidiNamPatch
3187 bool MidiNamPatchNameList::getNoteSampleName( in getNoteSampleName() function in MusECore::MidiNamPatchNameList
3343 bool MidiNamPatchBank::getNoteSampleName( in getNoteSampleName() function in MusECore::MidiNamPatchBank
3468 bool MidiNamPatchBankList::getNoteSampleName( in getNoteSampleName() function in MusECore::MidiNamPatchBankList
3602 bool MidNamChannelNameSet::getNoteSampleName( in getNoteSampleName() function in MusECore::MidNamChannelNameSet
3995 bool MidNamDeviceMode::getNoteSampleName( in getNoteSampleName() function in MusECore::MidNamDeviceMode
4456 bool MidNamMasterDeviceNames::getNoteSampleName( in getNoteSampleName() function in MusECore::MidNamMasterDeviceNames
4806 bool MidNamMIDINameDocument::getNoteSampleName( in getNoteSampleName() function in MusECore::MidNamMIDINameDocument
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/synti/libsynti/
H A Dmess.h157 virtual bool getNoteSampleName(bool /*drum*/, int /*channel*/, in getNoteSampleName() function
/dports/audio/muse-sequencer/muse-4.0.0/src/synti/fluidsynth/
H A Dfluidsynti.h169 …virtual bool getNoteSampleName(bool drum, int channel, int patch, int note, const char** name) con…
H A Dfluidsynti.cpp1406 bool FluidSynth::getNoteSampleName(bool drum, int channel, int patch, int note, const char** name) … in getNoteSampleName() function in FluidSynth
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dsynth.h173 virtual bool getNoteSampleName( in getNoteSampleName() function
481 virtual bool getNoteSampleName(
H A Dsynth.cpp601 has_note_name_list = _sif->getNoteSampleName(true, channel, patch, index, &note_name); in getMapItem()
821 bool MessSynthIF::getNoteSampleName( in getNoteSampleName() function in MusECore::MessSynthIF
831 if(_mess->getNoteSampleName(drum, channel, patch, note, &str)) in getNoteSampleName()
H A Dlv2host.h605 virtual bool getNoteSampleName(
H A Dlv2host.cpp4067 bool LV2SynthIF::getNoteSampleName( in getNoteSampleName() function in MusECore::LV2SynthIF
4072 return synthI_const()->midnamDocument().getNoteSampleName(drum, channel, patch, note, name); in getNoteSampleName()
4075 bool LV2SynthIF::getNoteSampleName( in getNoteSampleName() function in MusECore::LV2SynthIF