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:
Bruno Herbelin
2023-11-14 11:12:21 +01:00
parent 7b9e71df40
commit 6735e5eaaa
13 changed files with 45 additions and 5 deletions

View File

@@ -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_; }