aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2019-08-20 16:23:13 -0400
committerChris Johnson <jinx6568@sover.net>2019-08-20 16:23:13 -0400
commit51448bab24435df3376654d4c9fb82cbb0f44e39 (patch)
tree39e25f64694364ea6fef8164c42836bcd0f457a9 /plugins/MacVST
parented847692d3e120b8c64b42d2a073d5b6bb033981 (diff)
downloadairwindows-lv2-port-51448bab24435df3376654d4c9fb82cbb0f44e39.tar.gz
airwindows-lv2-port-51448bab24435df3376654d4c9fb82cbb0f44e39.tar.bz2
airwindows-lv2-port-51448bab24435df3376654d4c9fb82cbb0f44e39.zip
Bugfix/tweak on Interstage
Diffstat (limited to 'plugins/MacVST')
-rwxr-xr-xplugins/MacVST/Interstage/Interstage.xcodeproj/christopherjohnson.pbxuser10
-rwxr-xr-xplugins/MacVST/Interstage/Interstage.xcodeproj/christopherjohnson.perspectivev311
-rwxr-xr-xplugins/MacVST/Interstage/source/InterstageProc.cpp4
3 files changed, 13 insertions, 12 deletions
diff --git a/plugins/MacVST/Interstage/Interstage.xcodeproj/christopherjohnson.pbxuser b/plugins/MacVST/Interstage/Interstage.xcodeproj/christopherjohnson.pbxuser
index cf40d61..9e616d4 100755
--- a/plugins/MacVST/Interstage/Interstage.xcodeproj/christopherjohnson.pbxuser
+++ b/plugins/MacVST/Interstage/Interstage.xcodeproj/christopherjohnson.pbxuser
@@ -51,8 +51,8 @@
PBXFileDataSource_Warnings_ColumnID,
);
};
- PBXPerProjectTemplateStateSaveDate = 583669712;
- PBXWorkspaceStateSaveDate = 583669712;
+ PBXPerProjectTemplateStateSaveDate = 588023661;
+ PBXWorkspaceStateSaveDate = 588023661;
};
sourceControlManager = 8B02375E1D42B1C400E1E8C8 /* Source Control */;
userBuildSettings = {
@@ -84,9 +84,9 @@
};
24D8286F09A914000093AEF8 /* InterstageProc.cpp */ = {
uiCtxt = {
- sepNavIntBoundsRect = "{{0, 0}, {848, 2418}}";
- sepNavSelRange = "{7779, 0}";
- sepNavVisRange = "{4416, 2887}";
+ sepNavIntBoundsRect = "{{0, 0}, {848, 2457}}";
+ sepNavSelRange = "{4721, 0}";
+ sepNavVisRange = "{3624, 1794}";
sepNavWindowFrame = "{{31, 57}, {895, 821}}";
};
};
diff --git a/plugins/MacVST/Interstage/Interstage.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacVST/Interstage/Interstage.xcodeproj/christopherjohnson.perspectivev3
index 73441b7..d65aae8 100755
--- a/plugins/MacVST/Interstage/Interstage.xcodeproj/christopherjohnson.perspectivev3
+++ b/plugins/MacVST/Interstage/Interstage.xcodeproj/christopherjohnson.perspectivev3
@@ -469,11 +469,11 @@
</array>
<key>TableOfContents</key>
<array>
- <string>8B541F9522CA1BB60048806E</string>
+ <string>8B8DE8AB230C878F00AEB924</string>
<string>1CA23ED40692098700951B8B</string>
- <string>8B541F9622CA1BB60048806E</string>
+ <string>8B8DE8AC230C878F00AEB924</string>
<string>8B0237581D42B1C400E1E8C8</string>
- <string>8B541F9722CA1BB60048806E</string>
+ <string>8B8DE8AD230C878F00AEB924</string>
<string>1CA23EDF0692099D00951B8B</string>
<string>1CA23EE00692099D00951B8B</string>
<string>1CA23EE10692099D00951B8B</string>
@@ -646,7 +646,7 @@
<key>StatusbarIsVisible</key>
<true/>
<key>TimeStamp</key>
- <real>583670710.21949506</real>
+ <real>588023695.79677296</real>
<key>ToolbarConfigUserDefaultsMinorVersion</key>
<string>2</string>
<key>ToolbarDisplayMode</key>
@@ -663,7 +663,8 @@
<integer>5</integer>
<key>WindowOrderList</key>
<array>
- <string>/Users/christopherjohnson/Desktop/Interstage/Interstage.xcodeproj</string>
+ <string>8B8DE8AE230C878F00AEB924</string>
+ <string>/Users/christopherjohnson/Desktop/Plugins/MacVST/Interstage/Interstage.xcodeproj</string>
</array>
<key>WindowString</key>
<string>34 365 810 487 0 0 1440 878 </string>
diff --git a/plugins/MacVST/Interstage/source/InterstageProc.cpp b/plugins/MacVST/Interstage/source/InterstageProc.cpp
index 16f3ba1..df5bb38 100755
--- a/plugins/MacVST/Interstage/source/InterstageProc.cpp
+++ b/plugins/MacVST/Interstage/source/InterstageProc.cpp
@@ -20,7 +20,7 @@ void Interstage::processReplacing(float **inputs, float **outputs, VstInt32 samp
double firstStage = 0.381966011250105 / overallscale;
double iirAmount = 0.00295 / overallscale;
- double threshold = 0.381966011250105 / overallscale;
+ double threshold = 0.381966011250105;
while (--sampleFrames >= 0)
{
@@ -107,7 +107,7 @@ void Interstage::processDoubleReplacing(double **inputs, double **outputs, VstIn
double firstStage = 0.381966011250105 / overallscale;
double iirAmount = 0.00295 / overallscale;
- double threshold = 0.381966011250105 / overallscale;
+ double threshold = 0.381966011250105;
while (--sampleFrames >= 0)
{