Home
last modified time | relevance | path

Searched refs:ControlList (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/audio/ardour6/Ardour-6.8.0/libs/evoral/
H A DControlList.cc84 ControlList::ControlList (const ControlList& other) in ControlList() function in Evoral::ControlList
106 ControlList::ControlList (const ControlList& other, double start, double end) in ControlList() function in Evoral::ControlList
137 ControlList::~ControlList() in ~ControlList()
150 return boost::shared_ptr<ControlList>(new ControlList(id, desc)); in create()
154 ControlList::operator== (const ControlList& other) in operator ==()
159 ControlList&
160 ControlList::operator= (const ControlList& other) in operator =()
185 ControlList::copy_events (const ControlList& other) in copy_events()
1079 std::pair<ControlList::iterator,ControlList::iterator>
1843 ControlList::paste (const ControlList& alist, double pos) in paste()
[all …]
H A DCurve.cc43 Curve::Curve (const ControlList& cl) in Curve()
321 case ControlList::Discrete: in _get_vector()
324 case ControlList::Curved: in _get_vector()
342 case ControlList::Discrete: in _get_vector()
345 case ControlList::Curved: in _get_vector()
376 pair<ControlList::EventList::const_iterator,ControlList::EventList::const_iterator> range; in multipoint_eval()
434 case ControlList::Discrete: in multipoint_eval()
436 case ControlList::Logarithmic: in multipoint_eval()
438 case ControlList::Exponential: in multipoint_eval()
440 case ControlList::Curved: in multipoint_eval()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/evoral/evoral/
H A DControlList.h81 class LIBEVORAL_API ControlList
91 ControlList (const ControlList&);
92 ControlList (const ControlList&, double start, double end);
93 virtual ~ControlList();
99 ControlList& operator= (const ControlList&);
100 bool operator== (const ControlList&);
101 void copy_events (const ControlList&);
232 std::pair<ControlList::iterator,ControlList::iterator> control_points_adjacent (double when);
276 std::pair<ControlList::const_iterator,ControlList::const_iterator> range;
283 ControlList::const_iterator first;
[all …]
H A DControl.h35 class ControlList; variable
51 boost::shared_ptr<ControlList> list);
66 void set_list(boost::shared_ptr<ControlList>);
68 boost::shared_ptr<ControlList> list() { return _list; } in list()
69 boost::shared_ptr<const ControlList> list() const { return _list; } in list()
78 boost::shared_ptr<ControlList> _list;
H A DCurve.h29 class ControlList; variable
34 Curve (const ControlList& cl);
49 const ControlList& _list;
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dautomation_list.cc64 : ControlList(id, desc) in AutomationList()
92 : ControlList(other) in AutomationList()
106 : ControlList(other, start, end) in AutomationList()
179 ControlList::freeze (); in operator =()
186 ControlList::thaw (); in operator =()
197 if (!ControlList::frozen()) { in maybe_signal_changed()
309 ControlList::thaw(); in thaw()
328 ControlList cl (alist); in paste()
428 ControlList::freeze (); in deserialize_events()
490 ControlList::freeze (); in set_state()
[all …]
H A Dsession_rtevents.cc42 Session::set_controls (boost::shared_ptr<ControlList> cl, double val, Controllable::GroupControlDis… in set_controls()
48 for (ControlList::iterator ci = cl->begin(); ci != cl->end(); ++ci) { in set_controls()
63 boost::shared_ptr<ControlList> cl (new ControlList); in set_control()
69 Session::rt_set_controls (boost::shared_ptr<ControlList> cl, double val, Controllable::GroupControl… in rt_set_controls()
78 for (ControlList::iterator c = cl->begin(); c != cl->end(); ++c) { in rt_set_controls()
H A Devent_type_map.cc69 Evoral::ControlList::InterpolationStyle
109 return Evoral::ControlList::Discrete; break; in interpolation_of()
111 return Evoral::ControlList::Linear; break; in interpolation_of()
114 case MidiPgmChangeAutomation: return Evoral::ControlList::Discrete; break; in interpolation_of()
115 case MidiChannelPressureAutomation: return Evoral::ControlList::Linear; break; in interpolation_of()
116 case MidiNotePressureAutomation: return Evoral::ControlList::Linear; break; in interpolation_of()
117 case MidiPitchBenderAutomation: return Evoral::ControlList::Linear; break; in interpolation_of()
120 return Evoral::ControlList::Linear; // Not reached, suppress warnings in interpolation_of()
H A Dautomatable.cc60 , _automated_controls (new ControlList) in Automatable()
68 , _automated_controls (new ControlList) in Automatable()
81 RCUWriter<ControlList> writer (_automated_controls); in ~Automatable()
82 boost::shared_ptr<ControlList> cl = writer.get_copy (); in ~Automatable()
498 RCUWriter<ControlList> writer (_automated_controls); in automation_list_automation_state_changed()
499 boost::shared_ptr<ControlList> cl = writer.get_copy (); in automation_list_automation_state_changed()
501 ControlList::iterator fi = std::find (cl->begin(), cl->end(), c); in automation_list_automation_state_changed()
684 boost::shared_ptr<const Evoral::ControlList> alist (c->list()); in find_next_ac_event()
690 …Evoral::ControlList::const_iterator i = upper_bound (alist->begin(), alist->end(), &cp, Evoral::Co… in find_next_ac_event()
710 boost::shared_ptr<const Evoral::ControlList> alist (c->list()); in find_prev_ac_event()
[all …]
H A Daudioregion.cc85 reverse_curve (boost::shared_ptr<Evoral::ControlList> dst, boost::shared_ptr<const Evoral::ControlL… in reverse_curve()
95 …nverse_power_curve (boost::shared_ptr<Evoral::ControlList> dst, boost::shared_ptr<const Evoral::Co… in generate_inverse_power_curve()
124 merge_curves (boost::shared_ptr<Evoral::ControlList> dst, in merge_curves()
125 boost::shared_ptr<const Evoral::ControlList> curve1, in merge_curves()
126 boost::shared_ptr<const Evoral::ControlList> curve2) in merge_curves()
135 Evoral::ControlList::const_iterator c1 = curve1->begin(); in merge_curves()
1020 boost::shared_ptr<Evoral::ControlList> c1 (new Evoral::ControlList (FadeInAutomation, desc)); in set_fade_in()
1021 boost::shared_ptr<Evoral::ControlList> c2 (new Evoral::ControlList (FadeInAutomation, desc)); in set_fade_in()
1022 boost::shared_ptr<Evoral::ControlList> c3 (new Evoral::ControlList (FadeInAutomation, desc)); in set_fade_in()
1103 boost::shared_ptr<Evoral::ControlList> c1 (new Evoral::ControlList (FadeOutAutomation, desc)); in set_fade_out()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/evoral/test/
H A DCurveTest.cc97 cl->set_interpolation (ControlList::Linear); in twoPointLinear()
171 cl->set_interpolation (ControlList::Linear); in threePointLinear()
202 cl->set_interpolation (ControlList::Discrete); in threePointDiscete()
213 cl->set_interpolation (ControlList::Linear); in threePointDiscete()
227 cl->set_interpolation (ControlList::Discrete); in ctrlListEval()
232 cl->set_interpolation (ControlList::Linear); in ctrlListEval()
244 cl->set_interpolation (ControlList::Linear); in ctrlListEval()
256 cl->set_interpolation (ControlList::Linear); in ctrlListEval()
270 cl->set_interpolation (ControlList::Linear); in ctrlListEval()
287 cl->set_interpolation (ControlList::Linear); in ctrlListEval()
[all …]
H A DCurveTest.h28 boost::shared_ptr<Evoral::ControlList> TestCtrlList() { in TestCtrlList()
31 return boost::shared_ptr<Evoral::ControlList> (new Evoral::ControlList(param, desc)); in TestCtrlList()
/dports/games/battletanks/btanks-0.9.8083/engine/menu/
H A Dcontainer.cpp33 for(ControlList::iterator i = _controls.begin(); i != _controls.end(); ++i) { in tick()
43 for(ControlList::const_iterator i = _controls.begin(); i != _controls.end(); ++i) { in render()
56 for(ControlList::const_iterator i = _controls.begin(); i != _controls.end(); ++i) { in get_size()
83 for(ControlList::reverse_iterator i = _controls.rbegin(); i != _controls.rend(); ++i) { in onKey()
96 for(ControlList::reverse_iterator i = _controls.rbegin(); i != _controls.rend(); ++i) { in onMouse()
124 for(ControlList::reverse_iterator i = _controls.rbegin(); i != _controls.rend(); ++i) { in onMouseMotion()
155 for(ControlList::iterator i = _controls.begin(); i != _controls.end(); ++i) { in add()
161 for(ControlList::iterator i = _controls.begin(); i != _controls.end(); ++i) { in add()
175 for(ControlList::iterator i = _controls.begin(); i != _controls.end(); ++i) { in remove()
189 for(ControlList::iterator i = _controls.begin(); i != _controls.end(); ++i) { in clear()
[all …]
H A Dmenu.cpp45 for(ControlList::iterator i = _controls.begin(); i != _controls.end(); ++i) { in add()
57 for(ControlList::const_iterator i = _controls.begin(); i != _controls.end(); ++i) { in get_current_item()
66 for(ControlList::iterator i = _controls.begin(); i != _controls.end(); ++i) { in get_current_item()
144 for(ControlList::const_iterator i = _controls.begin(); i != _controls.end(); ++i, ++idx) { in onMouse()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dutils.h112 template<typename T> boost::shared_ptr<ControlList> route_list_to_control_list (boost::shared_ptr<R… in route_list_to_control_list()
113 boost::shared_ptr<ControlList> cl (new ControlList); in route_list_to_control_list()
124 template<typename T> boost::shared_ptr<ControlList> stripable_list_to_control_list (StripableList& … in stripable_list_to_control_list()
125 boost::shared_ptr<ControlList> cl (new ControlList); in stripable_list_to_control_list()
H A Dautomation_list.h73 class LIBARDOUR_API AutomationList : public Evoral::ControlList, public PBD::StatefulDestructible
83 virtual boost::shared_ptr<ControlList> create(const Evoral::Parameter& id,
89 bool paste (const ControlList&, double, DoubleBeatsSamplesConverter const&);
127 ControlList::InterpolationStyle default_interpolation () const;
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DControl.cpp1114 ControlList::ControlList(long x, long y, long width, long height, const char* font, in ControlList() function in XBMCAddon::xbmcgui::ControlList
1156 ControlList::~ControlList() = default;
1158 CGUIControl* ControlList::Create() in Create()
1236 void ControlList::selectItem(long item) in selectItem()
1245 void ControlList::removeItem(int index) in removeItem()
1255 void ControlList::reset() in reset()
1266 Control* ControlList::getSpinControl() in getSpinControl()
1338 void ControlList::setSpace(int space) in setSpace()
1368 long ControlList::size() in size()
1373 long ControlList::getItemHeight() in getItemHeight()
[all …]
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DMidiDevice.h146 ControlList::const_iterator beginControllers() const in beginControllers()
148 ControlList::const_iterator endControllers() const in endControllers()
153 const ControlList &getControlParameters() const override { return m_controlList; } in getControlParameters()
157 ControlList getIPBControlParameters() const;
175 void replaceControlParameters(const ControlList &);
251 ControlList m_controlList;
H A DControllable.h25 typedef std::vector<ControlParameter> ControlList;
32 virtual const ControlList &getControlParameters() const = 0;
H A DMidiDevice.cpp95 ControlList::const_iterator cIt = dev.m_controlList.begin();
628 ControlList::const_iterator cIt; in toXmlString()
681 ControlList::const_iterator it = m_controlList.begin(); in addInstrument()
828 ControlList controls; in addControlParameter()
859 ControlList::iterator it = m_controlList.begin(); in removeControlParameter()
887 MidiDevice::replaceControlParameters(const ControlList &con) in replaceControlParameters()
901 ControlList::const_iterator cIt = con.begin(); in replaceControlParameters()
966 ControlList::const_iterator it = m_controlList.begin(); in findControlParameter()
1041 ControlList
1044 ControlList retList; in getIPBControlParameters()
[all …]
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/studio/
H A DModifyDeviceCommand.h55 void setControlList(const ControlList &controlList);
79 ControlList m_controlList;
88 ControlList m_oldControlList;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/activeqt/container/
H A Dqaxselect.cpp49 class ControlList : public QAbstractListModel class
52 ControlList(QObject *parent=0) in ControlList() function in ControlList
109 QVariant ControlList::data(const QModelIndex &index, int role) const in data()
130 ActiveXList->setModel(new ControlList(this)); in QAxSelect()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/studio/
H A DMidiMixerWindow.cpp142 ControlList controls = getIPBForMidiMixer(dev);
474 ControlList controls = getIPBForMidiMixer(dev);
588 ControlList controls = getIPBForMidiMixer(
688 ControlList cl = dev->getControlParameters(); in make_tlist_from_pathtarget()
689 for (ControlList::const_iterator controlIter = cl.begin(); in make_tlist_from_pathtarget()
802 ControlList
808 ControlList controlList = dev->getIPBControlParameters();
809 ControlList retList;
811 for (ControlList::const_iterator it = controlList.begin();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dform_controller.h87 using ControlList = HeapVector<Member<ListedElement>, 64>; variable
89 const ControlList& GetControlList();
94 ControlList control_list_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dform_controller.h87 using ControlList = HeapVector<Member<ListedElement>, 64>; variable
89 const ControlList& GetControlList();
94 ControlList control_list_;

12345678