Skip to content

Commit

Permalink
Add missing addSoundfile in ladspa.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Nov 29, 2017
1 parent c1ece9d commit 8596388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions architecture/ladspa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ class portCollector : public UI
virtual void addVerticalBargraph(const char* label, float* zone, float min, float max){
addPortDescr(OCONTROL, label, LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE, min, max);
}

virtual void addSoundfile(const char* label, const char* filename, Soundfile** sf_zone) {}

virtual void openFrameBox(const char* label) { openAnyBox(label); }
virtual void openTabBox(const char* label) { openAnyBox(label); }
Expand Down

0 comments on commit 8596388

Please sign in to comment.