merged effects into node structure

This commit is contained in:
itsmattkc
2019-04-12 21:50:52 +10:00
parent 4e4d2b1881
commit b21745f694
127 changed files with 1674 additions and 867 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ void AutoCutSilenceDialog::cut_silence() {
Clip* clip = clips_.at(j);
// Check if this clip is an audio footage clip
if (clip->type() == Track::kTypeAudio
if (clip->type() == olive::kTypeAudio
&& clip->media() != nullptr
&& clip->media_stream()->preview_done) { // TODO provide warning for preview not being done