Searched refs:AC_PAN (Results 1 – 5 of 5) sorted by relevance
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/mixer/ |
H A D | astrip.cpp | 174 case MusECore::AC_PAN: in newComponent() 196 case MusECore::AC_PAN: in newComponent() 214 case MusECore::AC_PAN: in newComponent() 744 case MusECore::AC_PAN: in setComponentColors() 1997 MusECore::AC_PAN in buildStrip() 2007 MusECore::AC_PAN in buildStrip() 2121 const int id = MusECore::AC_PAN; in incPan()
|
H A D | strip.cpp | 2005 a_ctlnum = MusECore::AC_PAN; in componentChanged() 2157 case MusECore::AC_PAN: in componentChanged() 2300 a_ctlnum = MusECore::AC_PAN; in componentPressed() 2421 case MusECore::AC_PAN: in componentPressed() 2490 a_ctlnum = MusECore::AC_PAN; in componentReleased() 2611 case MusECore::AC_PAN: in componentReleased() 2691 a_ctlnum = MusECore::AC_PAN; in componentIncremented() 2939 case MusECore::AC_PAN: in componentIncremented()
|
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/ |
H A D | ctrl.h | 53 const int AC_PAN = 1; variable
|
H A D | audiotrack.cpp | 309 addController(new CtrlList(AC_PAN, "Pan", -1.0, 1.0, VAL_LINEAR)); in AudioTrack() 346 addController(new CtrlList(AC_PAN, "Pan", -1.0, 1.0, VAL_LINEAR)); in AudioTrack() 1626 return _controller.value(AC_PAN, MusEGlobal::audio->curFramePos(), in pan() 1627 … !MusEGlobal::automation || automationType() == AUTO_OFF || !_controls[AC_PAN].enCtrl); in pan() 1636 iCtrlList cl = _controller.find(AC_PAN); in setPan()
|
H A D | node.cpp | 370 icl = cll->find(AC_PAN); in processTrackCtrls() 522 const CtrlInterpolate& pan_interp = _controls[AC_PAN].interp; in processTrackCtrls() 685 _controls[AC_PAN].dval = _pan; in processTrackCtrls() 698 _controls[AC_PAN].dval = _pan; in processTrackCtrls()
|