Home
last modified time | relevance | path

Searched refs:MonitorOut (Results 1 – 10 of 10) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dpresentation_info.h113 MonitorOut = 0x40, enumerator
134 TypeMask = (AudioBus|AudioTrack|MidiTrack|MidiBus|VCA|MasterOut|MonitorOut|Auditioner|FoldbackBus)
169 …ith_master = true) const { return _flags & ((with_master ? MasterOut : 0)|MonitorOut|Auditioner); }
H A Dstripable.h78 bool is_monitor() const { return _presentation_info.flags() & PresentationInfo::MonitorOut; } in is_monitor()
/dports/devel/py-ioflo/ioflo-2.0.0/ioflo/base/test/
H A D_testMonitoring.py9 m = MonitorOut(store = storing.Store())
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dpresentation_info.cc119 …(PresentationInfo::Route|PresentationInfo::MasterOut|PresentationInfo::MonitorOut|PresentationInfo…
120 …ationInfo::Flag (PresentationInfo::Route|PresentationInfo::MasterOut|PresentationInfo::MonitorOut);
H A Dsession_midi.cc342 f = PresentationInfo::MonitorOut; in get_midi_nth_route_by_id()
H A Denums.cc771 REGISTER_CLASS_ENUM (PresentationInfo, MonitorOut); in setup_enum_writer()
H A Dluabindings.cc1997 .addConst ("MonitorOut", ARDOUR::PresentationInfo::Flag(PresentationInfo::MonitorOut)) in common()
H A Droute.cc185 if (!(_presentation_info.flags() & PresentationInfo::MonitorOut)) { in init()
H A Dsession.cc1024 …boost::shared_ptr<Route> r (new Route (*this, _("Monitor"), PresentationInfo::MonitorOut, DataType… in add_monitor_section()
/dports/devel/py-ioflo/ioflo-2.0.0/ioflo/base/
H A Dmonitoring.py172 class MonitorOut(Monitor): class
199 … super(MonitorOut,self).__init__(host = host, port = port, dhost = dhost, dport = dport, **kw)