From 51448bab24435df3376654d4c9fb82cbb0f44e39 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Tue, 20 Aug 2019 16:23:13 -0400 Subject: Bugfix/tweak on Interstage --- .../Interstage.xcodeproj/christopherjohnson.pbxuser | 10 +++++----- .../Interstage.xcodeproj/christopherjohnson.perspectivev3 | 11 ++++++----- plugins/MacVST/Interstage/source/InterstageProc.cpp | 4 ++-- 3 files changed, 13 insertions(+), 12 deletions(-) (limited to 'plugins/MacVST') 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 @@ TableOfContents - 8B541F9522CA1BB60048806E + 8B8DE8AB230C878F00AEB924 1CA23ED40692098700951B8B - 8B541F9622CA1BB60048806E + 8B8DE8AC230C878F00AEB924 8B0237581D42B1C400E1E8C8 - 8B541F9722CA1BB60048806E + 8B8DE8AD230C878F00AEB924 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -646,7 +646,7 @@ StatusbarIsVisible TimeStamp - 583670710.21949506 + 588023695.79677296 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -663,7 +663,8 @@ 5 WindowOrderList - /Users/christopherjohnson/Desktop/Interstage/Interstage.xcodeproj + 8B8DE8AE230C878F00AEB924 + /Users/christopherjohnson/Desktop/Plugins/MacVST/Interstage/Interstage.xcodeproj WindowString 34 365 810 487 0 0 1440 878 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) { -- cgit v1.2.3