Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/libs/midnam/
H A Dmidnam.h152 …MidiControllerList* getControllers(int channel = -1, int patch = CTRL_PROGRAM_VAL_DONT_CARE) const;
182 …MidiControllerList* getControllers(int channel = -1, int patch = CTRL_PROGRAM_VAL_DONT_CARE) const;
456 …MidiControllerList* getControllers(int channel = -1, int patch = CTRL_PROGRAM_VAL_DONT_CARE) const;
478 MidiNamPatch(int patchNumber = CTRL_PROGRAM_VAL_DONT_CARE) : _patchNumber(patchNumber) {} in _patchNumber()
479 …amPatch(const QString& number, const QString& name, int patchNumber = CTRL_PROGRAM_VAL_DONT_CARE) :
499 …MidiControllerList* getControllers(int channel = -1, int patch = CTRL_PROGRAM_VAL_DONT_CARE) const;
648 …MidiControllerList* getControllers(int channel = -1, int patch = CTRL_PROGRAM_VAL_DONT_CARE) const;
673 …MidiControllerList* getControllers(int channel = -1, int patch = CTRL_PROGRAM_VAL_DONT_CARE) const;
798 …MidiControllerList* getControllers(int channel = -1, int patch = CTRL_PROGRAM_VAL_DONT_CARE) const;
1080 …MidiControllerList* getControllers(int channel = -1, int patch = CTRL_PROGRAM_VAL_DONT_CARE) const;
[all …]
H A Dmidnam.cpp3148 i = n->find(CTRL_PROGRAM_VAL_DONT_CARE); in findPatch()
3177 i = n->find(CTRL_PROGRAM_VAL_DONT_CARE); in findPatch()
/dports/audio/muse-sequencer/muse-4.0.0/src/libs/midi_controller/
H A Dmidictrl_consts.h99 const int CTRL_PROGRAM_VAL_DONT_CARE = 0xffffff; // High-bank, low-bank, and program are all 0xff d… variable
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/instruments/
H A Dminstrument.cpp1353 ipdm = pdml->find(CTRL_PROGRAM_VAL_DONT_CARE, false); // Don't include defaults here. in getMapItem()
1372 ipdm = def_pdml->find(CTRL_PROGRAM_VAL_DONT_CARE, false); // Don't include defaults here. in getMapItem()
1496 …ciPatchDrummapMapping_t def_ipdm = patch_drummap_mapping.find(CTRL_PROGRAM_VAL_DONT_CARE, false); … in isWorkingMapItem()
1500 …def_ipdm = genericMidiInstrument->get_patch_drummap_mapping()->find(CTRL_PROGRAM_VAL_DONT_CARE, fa… in isWorkingMapItem()
1738 _patch = CTRL_PROGRAM_VAL_DONT_CARE; in patch_drummap_mapping_t()
1944 int patch = CTRL_PROGRAM_VAL_DONT_CARE; in read()
2436 iwdmpl = WorkingDrumMapPatchList_t::find(CTRL_PROGRAM_VAL_DONT_CARE); in remove()
2457 iwdmpl = WorkingDrumMapPatchList_t::find(CTRL_PROGRAM_VAL_DONT_CARE); in remove()
2472 iwdmpl = WorkingDrumMapPatchList_t::find(CTRL_PROGRAM_VAL_DONT_CARE); in find()
2488 iwdmpl = WorkingDrumMapPatchList_t::find(CTRL_PROGRAM_VAL_DONT_CARE); in find()
H A Dminstrument.h446 …ontroller* findController(int num, int channel = -1, int patch = CTRL_PROGRAM_VAL_DONT_CARE) const;
452 …trollers(MidiControllerList* dest, int channel = -1, int patch = CTRL_PROGRAM_VAL_DONT_CARE) const;
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dtrack.cpp2600 _workingDrumMapPatchList->add(CTRL_PROGRAM_VAL_DONT_CARE, index, other_wdme); in modifyWorkingDrumMap()
2602 if(patch != CTRL_PROGRAM_VAL_DONT_CARE) in modifyWorkingDrumMap()
2638 _workingDrumMapPatchList->add(CTRL_PROGRAM_VAL_DONT_CARE, other_index, other_wdme); in modifyWorkingDrumMap()
2640 if(patch != CTRL_PROGRAM_VAL_DONT_CARE) in modifyWorkingDrumMap()
2753 …const WorkingDrumMapEntry* def_wdm = _workingDrumMapPatchList->find(CTRL_PROGRAM_VAL_DONT_CARE, in… in getMapItem()
2877 …const WorkingDrumMapEntry* def_wdm = _workingDrumMapPatchList->find(CTRL_PROGRAM_VAL_DONT_CARE, in… in isWorkingMapItem()
2899 if(patch != CTRL_PROGRAM_VAL_DONT_CARE) in normalizeDrumMap()
2900 def_wdml = _workingDrumMapPatchList->find(CTRL_PROGRAM_VAL_DONT_CARE, false); in normalizeDrumMap()
H A Dhelper.cpp813 int hbank = (CTRL_PROGRAM_VAL_DONT_CARE >> 16) & 0xff; in readDrummapsEntryPatchCollection()
814 int lbank = (CTRL_PROGRAM_VAL_DONT_CARE >> 8) & 0xff; in readDrummapsEntryPatchCollection()
815 int prog = CTRL_PROGRAM_VAL_DONT_CARE & 0xff; in readDrummapsEntryPatchCollection()
H A Dsynth.cpp615 ipdm = def_pdml->find(CTRL_PROGRAM_VAL_DONT_CARE, true); // Include default. in getMapItem()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/mixer/
H A Dmstrip.cpp965 if(rv == MusECore::CTRL_PROGRAM_VAL_DONT_CARE) in patchPopupActivated()