node: split off traversing functions from renderer for usage elsewhere

Fixes issue where Viewer node wouldn't pick up correct length if a tracks
weren't in use.
This commit is contained in:
itsmattkc
2020-03-13 15:31:15 +11:00
parent 41da5dbd53
commit 9e4c79699e
18 changed files with 218 additions and 142 deletions
+2
View File
@@ -102,6 +102,8 @@ signals:
void SentSamples(QVector<double> averages);
void OutputNotified();
private:
AudioManager();