[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #1129 from iPlug2/remove-faust
Browse files Browse the repository at this point in the history
Remove FAUST
  • Loading branch information
olilarkin authored Aug 18, 2024
2 parents b9f17e0 + e8f46d3 commit 316ca59
Show file tree
Hide file tree
Showing 172 changed files with 6 additions and 19,239 deletions.
29 changes: 0 additions & 29 deletions Dependencies/Extras/faust/build-faust-mac.sh

This file was deleted.

115 changes: 0 additions & 115 deletions Dependencies/Extras/faust/build-faust-win.ps1

This file was deleted.

22 changes: 0 additions & 22 deletions Dependencies/Extras/faust/iplug-backends.cmake

This file was deleted.

17 changes: 0 additions & 17 deletions Dependencies/Extras/faust/iplug-targets-mac.cmake

This file was deleted.

13 changes: 0 additions & 13 deletions Dependencies/Extras/faust/iplug-targets-win.cmake

This file was deleted.

13 changes: 0 additions & 13 deletions Dependencies/download-prebuilt-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,5 @@ fi
unzip -o $ZIP_FILE.zip
mv $ZIP_FILE/* Build

if [ "$FOLDER" == "mac" ]; then
chmod +x Build/mac/bin/faust*
fi

if [ "$FOLDER" == "win" ]; then
curl https://github.com/iPlug2/iPlug2/releases/download/setup/IPLUG2_DEPS_WIN_FAUST.zip -L -J -O
unzip -o IPLUG2_DEPS_WIN_FAUST.zip
mkdir Build/win/Faust
mv Faust/* Build/win/Faust
rm -r Faust
fi


rm -r $ZIP_FILE
rm *.zip
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@
4F977D4420CC9DD800D19F46 /* FPUDownsampler2x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FPUDownsampler2x.h; sourceTree = "<group>"; };
4F977D4520CC9DD800D19F46 /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = "<group>"; };
4F977D4820CC9DD800D19F46 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
4F977D4A20CC9DD800D19F46 /* IPlugFaust.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IPlugFaust.h; sourceTree = "<group>"; };
4F977D4C20CC9DD800D19F46 /* IPlugFaustGen.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IPlugFaustGen.cpp; sourceTree = "<group>"; };
4F977D4D20CC9DD800D19F46 /* IPlugFaust_arch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IPlugFaust_arch.cpp; sourceTree = "<group>"; };
4F977D4E20CC9DD800D19F46 /* IPlugFaustGen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IPlugFaustGen.h; sourceTree = "<group>"; };
4F977D5320CC9DD800D19F46 /* SVF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVF.h; sourceTree = "<group>"; };
4F977D5420CC9DD800D19F46 /* Oscillator_table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Oscillator_table.h; sourceTree = "<group>"; };
4F977D5520CC9DD800D19F46 /* Oversampler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Oversampler.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -405,7 +401,6 @@
4F977D3C20CC9DD800D19F46 /* Oscillator.h */,
4F977D3D20CC9DD800D19F46 /* HIIR */,
4F977D4820CC9DD800D19F46 /* README.md */,
4F977D4920CC9DD800D19F46 /* Faust */,
4F977D5320CC9DD800D19F46 /* SVF.h */,
4F977D5420CC9DD800D19F46 /* Oscillator_table.h */,
4F977D5520CC9DD800D19F46 /* Oversampler.h */,
Expand Down Expand Up @@ -439,17 +434,6 @@
path = HIIR;
sourceTree = "<group>";
};
4F977D4920CC9DD800D19F46 /* Faust */ = {
isa = PBXGroup;
children = (
4F977D4A20CC9DD800D19F46 /* IPlugFaust.h */,
4F977D4C20CC9DD800D19F46 /* IPlugFaustGen.cpp */,
4F977D4D20CC9DD800D19F46 /* IPlugFaust_arch.cpp */,
4F977D4E20CC9DD800D19F46 /* IPlugFaustGen.h */,
);
path = Faust;
sourceTree = "<group>";
};
4FDF6D712267CE540007B686 /* iOSApp */ = {
isa = PBXGroup;
children = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,6 @@
4F5369CB20C446430089212E /* FPUDownsampler2x.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FPUDownsampler2x.h; sourceTree = "<group>"; };
4F5369CC20C446430089212E /* license.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = license.txt; sourceTree = "<group>"; };
4F5369CF20C446430089212E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
4F5369D120C446430089212E /* IPlugFaust.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPlugFaust.h; sourceTree = "<group>"; };
4F5369D320C446430089212E /* IPlugFaustGen.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = IPlugFaustGen.cpp; sourceTree = "<group>"; };
4F5369D420C446430089212E /* IPlugFaust_arch.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = IPlugFaust_arch.cpp; sourceTree = "<group>"; };
4F5369D520C446430089212E /* IPlugFaustGen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPlugFaustGen.h; sourceTree = "<group>"; };
4F5369DA20C446430089212E /* SVF.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SVF.h; sourceTree = "<group>"; };
4F5369DB20C446430089212E /* Oscillator_table.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Oscillator_table.h; sourceTree = "<group>"; };
4F5369DC20C446430089212E /* Oversampler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Oversampler.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1075,7 +1071,6 @@
4F5369C320C446430089212E /* Oscillator.h */,
4F5369C420C446430089212E /* HIIR */,
4F5369CF20C446430089212E /* README.md */,
4F5369D020C446430089212E /* Faust */,
4F5369DA20C446430089212E /* SVF.h */,
4F5369DB20C446430089212E /* Oscillator_table.h */,
4F5369DC20C446430089212E /* Oversampler.h */,
Expand Down Expand Up @@ -1109,17 +1104,6 @@
path = HIIR;
sourceTree = "<group>";
};
4F5369D020C446430089212E /* Faust */ = {
isa = PBXGroup;
children = (
4F5369D120C446430089212E /* IPlugFaust.h */,
4F5369D320C446430089212E /* IPlugFaustGen.cpp */,
4F5369D420C446430089212E /* IPlugFaust_arch.cpp */,
4F5369D520C446430089212E /* IPlugFaustGen.h */,
);
path = Faust;
sourceTree = "<group>";
};
4F63695120A463090022C370 /* Controls */ = {
isa = PBXGroup;
children = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@
4F977D4420CC9DD800D19F46 /* FPUDownsampler2x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FPUDownsampler2x.h; sourceTree = "<group>"; };
4F977D4520CC9DD800D19F46 /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = "<group>"; };
4F977D4820CC9DD800D19F46 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
4F977D4A20CC9DD800D19F46 /* IPlugFaust.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IPlugFaust.h; sourceTree = "<group>"; };
4F977D4C20CC9DD800D19F46 /* IPlugFaustGen.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IPlugFaustGen.cpp; sourceTree = "<group>"; };
4F977D4D20CC9DD800D19F46 /* IPlugFaust_arch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IPlugFaust_arch.cpp; sourceTree = "<group>"; };
4F977D4E20CC9DD800D19F46 /* IPlugFaustGen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IPlugFaustGen.h; sourceTree = "<group>"; };
4F977D5320CC9DD800D19F46 /* SVF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVF.h; sourceTree = "<group>"; };
4F977D5420CC9DD800D19F46 /* Oscillator_table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Oscillator_table.h; sourceTree = "<group>"; };
4F977D5520CC9DD800D19F46 /* Oversampler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Oversampler.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -298,7 +294,6 @@
4F977D3C20CC9DD800D19F46 /* Oscillator.h */,
4F977D3D20CC9DD800D19F46 /* HIIR */,
4F977D4820CC9DD800D19F46 /* README.md */,
4F977D4920CC9DD800D19F46 /* Faust */,
4F977D5320CC9DD800D19F46 /* SVF.h */,
4F977D5420CC9DD800D19F46 /* Oscillator_table.h */,
4F977D5520CC9DD800D19F46 /* Oversampler.h */,
Expand Down Expand Up @@ -332,17 +327,6 @@
path = HIIR;
sourceTree = "<group>";
};
4F977D4920CC9DD800D19F46 /* Faust */ = {
isa = PBXGroup;
children = (
4F977D4A20CC9DD800D19F46 /* IPlugFaust.h */,
4F977D4C20CC9DD800D19F46 /* IPlugFaustGen.cpp */,
4F977D4D20CC9DD800D19F46 /* IPlugFaust_arch.cpp */,
4F977D4E20CC9DD800D19F46 /* IPlugFaustGen.h */,
);
path = Faust;
sourceTree = "<group>";
};
4FD05396276DFD5A00DD2053 /* UI */ = {
isa = PBXGroup;
children = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,6 @@
4F5369CB20C446430089212E /* FPUDownsampler2x.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FPUDownsampler2x.h; sourceTree = "<group>"; };
4F5369CC20C446430089212E /* license.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = license.txt; sourceTree = "<group>"; };
4F5369CF20C446430089212E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
4F5369D120C446430089212E /* IPlugFaust.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPlugFaust.h; sourceTree = "<group>"; };
4F5369D320C446430089212E /* IPlugFaustGen.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = IPlugFaustGen.cpp; sourceTree = "<group>"; };
4F5369D420C446430089212E /* IPlugFaust_arch.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = IPlugFaust_arch.cpp; sourceTree = "<group>"; };
4F5369D520C446430089212E /* IPlugFaustGen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPlugFaustGen.h; sourceTree = "<group>"; };
4F5369DA20C446430089212E /* SVF.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SVF.h; sourceTree = "<group>"; };
4F5369DB20C446430089212E /* Oscillator_table.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Oscillator_table.h; sourceTree = "<group>"; };
4F5369DC20C446430089212E /* Oversampler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Oversampler.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -968,7 +964,6 @@
4F5369C320C446430089212E /* Oscillator.h */,
4F5369C420C446430089212E /* HIIR */,
4F5369CF20C446430089212E /* README.md */,
4F5369D020C446430089212E /* Faust */,
4F5369DA20C446430089212E /* SVF.h */,
4F5369DB20C446430089212E /* Oscillator_table.h */,
4F5369DC20C446430089212E /* Oversampler.h */,
Expand Down Expand Up @@ -1002,17 +997,6 @@
path = HIIR;
sourceTree = "<group>";
};
4F5369D020C446430089212E /* Faust */ = {
isa = PBXGroup;
children = (
4F5369D120C446430089212E /* IPlugFaust.h */,
4F5369D320C446430089212E /* IPlugFaustGen.cpp */,
4F5369D420C446430089212E /* IPlugFaust_arch.cpp */,
4F5369D520C446430089212E /* IPlugFaustGen.h */,
);
path = Faust;
sourceTree = "<group>";
};
4F6E673C21C5614C005991A9 /* Synth */ = {
isa = PBXGroup;
children = (
Expand Down
Loading

0 comments on commit 316ca59

Please sign in to comment.