kronihias / ambix

cross-platform Ambisonic VST, LV2 plug-ins with variable order for use in Digital Audio Workstations like Reaper or Ardour or as Jack standalone applications
GNU General Public License v2.0
235 stars 34 forks source link

Semicolon missing in juce_StandaloneFilterWindow.h #2

Closed ritsch closed 9 years ago

ritsch commented 9 years ago

Hallo Matthias,

da ich gerade auf linux teste.

Sandalone kompilieren geht ganz gut und seit deinem commit auch das standalone binaural rendering, wenn auch noch knackser drin sind (denke aber von den filesets).

Allerdings musste ich das ändern:

diff --git a/JUCE/standalone-filter/juce_StandaloneFilterWindow.h b/JUCE/standalone-filter/juce_StandaloneFilterWindow.h index a9d7867..e53b877 100755 --- a/JUCE/standalone-filter/juce_StandaloneFilterWindow.h +++ b/JUCE/standalone-filter/juce_StandaloneFilterWindow.h @@ -62,7 +62,7 @@ public:

     if (filter == nullptr)
     {

Weiss nicht warum es überhaupt gibt, bei meinen JUCE ist das unter ./modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h

mfG winfried

kronihias commented 9 years ago

Hallo Winfried,

danke für den Hinweis! Ist korrigiert.

Grüße, Matthias

On 28/08/15 01:18, Winfried Ritsch wrote:

Hallo Matthias,

da ich gerade auf linux teste.

Sandalone kompilieren geht ganz gut und seit deinem commit auch das standalone binaural rendering, wenn auch noch knackser drin sind (denke aber von den filesets).

Allerdings musste ich das ändern:

diff --git a/JUCE/standalone-filter/juce_StandaloneFilterWindow.h b/JUCE/standalone-filter/juce_StandaloneFilterWindow.h index a9d7867..e53b877 100755 --- a/JUCE/standalone-filter/juce_StandaloneFilterWindow.h +++ b/JUCE/standalone-filter/juce_StandaloneFilterWindow.h @@ -62,7 +62,7 @@ public:

if (filter == nullptr) {
  • jassertfalse // Your filter didn't create correctly! In a standalone app that's not too great.
  • jassertfalse; // Your filter didn't create correctly! In a standalone app that's not too great.^M JUCEApplication::quit(); }

Weiss nicht warum es überhaupt gibt, bei meinen JUCE ist das unter ./modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h

mfG winfried

— Reply to this email directly or view it on GitHub https://github.com/kronihias/ambix/issues/2.