diff options
Diffstat (limited to 'src/server/Driver.hpp')
-rw-r--r-- | src/server/Driver.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/Driver.hpp b/src/server/Driver.hpp index 4b5e0ae0..2b4c837d 100644 --- a/src/server/Driver.hpp +++ b/src/server/Driver.hpp @@ -76,6 +76,11 @@ public: virtual void rename_port(const Raul::Path& old_path, const Raul::Path& new_path) = 0; + /** Apply a system visible port property. */ + virtual void port_property(const Raul::Path& path, + const Raul::URI& uri, + const Atom& value) = 0; + /** Return the audio buffer size in frames */ virtual SampleCount block_length() const = 0; |