mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-16 20:59:59 +01:00
New Reload source function
Generalize the reload of stream source to all types of sources. Enable OSC command to reload source.
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
|
||||
// SessionFile Source specific interface
|
||||
void load(const std::string &p = "", uint level = 0);
|
||||
void reload () override;
|
||||
|
||||
inline std::string path() const { return path_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user