Home
last modified time | relevance | path

Searched refs:AUTO_OFF (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/cmake/
H A Dpcl_targets.cmake17 if(NOT ("${subsys_status}" STREQUAL "AUTO_OFF"))
19 if((NOT ${_default} AND NOT ${_opt_name}) OR ("${_default}" STREQUAL "AUTO_OFF"))
54 if(NOT ("${subsys_status}" STREQUAL "AUTO_OFF"))
101 if(${_var} AND (NOT ("${subsys_status}" STREQUAL "AUTO_OFF")))
157 if(${_var} AND (NOT ("${subsys_status}" STREQUAL "AUTO_OFF")))
647 # _status AUTO_OFF to disable AUTO_ON to enable
668 if("${PCL_SUBSYS_HYPERSTATUS_${subsys}_${_name}}" STREQUAL "AUTO_OFF")
669 set(${_var} "AUTO_OFF")
728 if(NOT _sub_status OR ("${_sub_hyper_status}" STREQUAL "AUTO_OFF"))
745 if(NOT _status OR ("${_hyper_status}" STREQUAL "AUTO_OFF"))
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dglobaldefs.h38 AUTO_OFF, AUTO_READ, AUTO_TOUCH, AUTO_WRITE enumerator
H A Dplugin.cpp3136 AutomationType at = AUTO_OFF; in apply()
3149 const bool no_auto = !MusEGlobal::automation || at == AUTO_OFF; in apply()
4295 MusECore::AutomationType at = MusECore::AUTO_OFF; in switchReleased()
4301 if ((at == MusECore::AUTO_OFF) || in switchReleased()
4614 … plugin->track()->automationType() == MusECore::AUTO_OFF || in updateControls()
4674 … plugin->track()->automationType() == MusECore::AUTO_OFF || in updateControls()
4829 MusECore::AutomationType at = MusECore::AUTO_OFF; in guiParamReleased()
4835 if ((at == MusECore::AUTO_OFF) || in guiParamReleased()
4917 MusECore::AutomationType at = MusECore::AUTO_OFF; in guiSliderReleased()
4932 if (at == MusECore::AUTO_OFF || in guiSliderReleased()
H A Daudiotrack.cpp305 _automationType = AUTO_OFF; in AudioTrack()
1602 … !MusEGlobal::automation || automationType() == AUTO_OFF || !_controls[AC_VOLUME].enCtrl); in volume()
1627 … !MusEGlobal::automation || automationType() == AUTO_OFF || !_controls[AC_PAN].enCtrl); in pan()
1696 !MusEGlobal::automation || automationType() == AUTO_OFF || !en); in pluginCtrlVal()
H A Dvst_native.cpp2044 AutomationType at = AUTO_OFF; in guiAutomationEnd()
2068 if ((at == AUTO_OFF) || in guiAutomationEnd()
2582 const bool no_auto = !MusEGlobal::automation || at == AUTO_OFF; in getData()
H A Dnode.cpp361 const bool no_auto = !MusEGlobal::automation || at == AUTO_OFF; in processTrackCtrls()
H A Ddssihost.cpp1474 const bool no_auto = !MusEGlobal::automation || at == AUTO_OFF; in getData()
H A Dapp.cpp3609 …if(track->automationType() != MusECore::AUTO_OFF) // && track->automationType() != MusECore::AUTO_… in switchMixerAutomation()
3673 …if(track->automationType() != MusECore::AUTO_OFF) // && track->automationType() != MusECore::AUTO_… in takeAutomationSnapshot()
H A Dsong.cpp2741 if(!MusEGlobal::automation || at == AUTO_OFF || !en) in execAutomationCtlPopup()
H A Dlv2host.cpp4410 const bool no_auto = !MusEGlobal::automation || at == AUTO_OFF; in getData()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/mfd/
H A Ddb8500-prcmu.h429 AUTO_OFF = 0x0, enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/mfd/
H A Ddb8500-prcmu.h429 AUTO_OFF = 0x0, enumerator
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/mfd/
H A Ddb8500-prcmu.h429 AUTO_OFF = 0x0, enumerator
/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dpuzzle1.c1066 auto_datatype = AUTO_OFF;
1328 auto_aamodel = AUTO_OFF;
1340 auto_aamodel = AUTO_OFF;
1352 auto_aamodel = AUTO_OFF;
1365 auto_aamodel = AUTO_OFF;
1378 auto_aamodel = AUTO_OFF;
1393 auto_aamodel = AUTO_OFF;
1406 auto_aamodel = AUTO_OFF;
1418 auto_aamodel = AUTO_OFF;
H A Dpuzzle.h150 #define AUTO_OFF 0 macro
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/mixer/
H A Dastrip.cpp582 if(at == MusECore::AUTO_OFF || at == MusECore::AUTO_TOUCH) in controllerReleased()
1270 if(atype == MusECore::AUTO_OFF || atype == MusECore::AUTO_TOUCH) in volumeReleased()
1825 autoType->addAction(tr("Auto off"), MusECore::AUTO_OFF); in AudioStrip()
H A Dmstrip.cpp1799 autoType->addAction("n/a", MusECore::AUTO_OFF); in MidiStrip()
1800 autoType->setCurrentItem(MusECore::AUTO_OFF); in MidiStrip()
H A Dstrip.cpp2599 if(atype == MusECore::AUTO_OFF || atype == MusECore::AUTO_TOUCH) in componentReleased()
2655 if(atype == MusECore::AUTO_OFF || atype == MusECore::AUTO_TOUCH) in componentReleased()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/arranger/
H A Dtlist.cpp1652 …Read && static_cast<MusECore::AudioTrack*>(editAutomation)->automationType() == MusECore::AUTO_OFF) in changeAutomation()