mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
move ControllableDescriptor from libpbd to libardour; add support for describing VCAs
This commit is contained in:
parent
52d4cea712
commit
d5127001bb
14 changed files with 109 additions and 82 deletions
|
|
@ -30,11 +30,11 @@
|
|||
|
||||
namespace PBD {
|
||||
class Controllable;
|
||||
class ControllableDescriptor;
|
||||
}
|
||||
|
||||
namespace ARDOUR {
|
||||
class AsyncMIDIPort;
|
||||
class ControllableDescriptor;
|
||||
class MidiPort;
|
||||
class Session;
|
||||
}
|
||||
|
|
@ -63,7 +63,7 @@ class GenericMidiControlProtocol : public ARDOUR::ControlProtocol {
|
|||
int set_feedback (bool yn);
|
||||
bool get_feedback () const;
|
||||
|
||||
boost::shared_ptr<PBD::Controllable> lookup_controllable (const PBD::ControllableDescriptor&) const;
|
||||
boost::shared_ptr<PBD::Controllable> lookup_controllable (const ARDOUR::ControllableDescriptor&) const;
|
||||
|
||||
XMLNode& get_state ();
|
||||
int set_state (const XMLNode&, int version);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue