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 --- plugins/LinuxVST/src/Interstage/InterstageProc.cpp | 4 +- plugins/MacAU/Interstage/Interstage.cpp | 2 +- .../christopherjohnson.pbxuser | 78 ++++++++++++------- .../christopherjohnson.perspectivev3 | 84 +++++++++++++++------ .../christopherjohnson.pbxuser | 10 +-- .../christopherjohnson.perspectivev3 | 11 +-- .../MacVST/Interstage/source/InterstageProc.cpp | 4 +- plugins/WinVST/Interstage/.vs/VSTProject/v14/.suo | Bin 23040 -> 23040 bytes plugins/WinVST/Interstage/InterstageProc.cpp | 4 +- 9 files changed, 130 insertions(+), 67 deletions(-) (limited to 'plugins') diff --git a/plugins/LinuxVST/src/Interstage/InterstageProc.cpp b/plugins/LinuxVST/src/Interstage/InterstageProc.cpp index 16f3ba1..df5bb38 100755 --- a/plugins/LinuxVST/src/Interstage/InterstageProc.cpp +++ b/plugins/LinuxVST/src/Interstage/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) { diff --git a/plugins/MacAU/Interstage/Interstage.cpp b/plugins/MacAU/Interstage/Interstage.cpp index 2d05970..969fdcb 100755 --- a/plugins/MacAU/Interstage/Interstage.cpp +++ b/plugins/MacAU/Interstage/Interstage.cpp @@ -179,7 +179,7 @@ void Interstage::InterstageKernel::Process( const Float32 *inSourceP, Float64 firstStage = 0.381966011250105 / overallscale; Float64 iirAmount = 0.00295 / overallscale; - Float64 threshold = 0.381966011250105 / overallscale; + Float64 threshold = 0.381966011250105; while (nSampleFrames-- > 0) { long double inputSample = *sourceP; diff --git a/plugins/MacAU/Interstage/Interstage.xcodeproj/christopherjohnson.pbxuser b/plugins/MacAU/Interstage/Interstage.xcodeproj/christopherjohnson.pbxuser index 5d28919..472492c 100755 --- a/plugins/MacAU/Interstage/Interstage.xcodeproj/christopherjohnson.pbxuser +++ b/plugins/MacAU/Interstage/Interstage.xcodeproj/christopherjohnson.pbxuser @@ -49,41 +49,29 @@ PBXFileDataSource_Warnings_ColumnID, ); }; - PBXPerProjectTemplateStateSaveDate = 583669821; - PBXWorkspaceStateSaveDate = 583669821; + PBXPerProjectTemplateStateSaveDate = 588023555; + PBXWorkspaceStateSaveDate = 588023555; }; perUserProjectItems = { - 8B541F9E22CA1BB70048806E /* PBXTextBookmark */ = 8B541F9E22CA1BB70048806E /* PBXTextBookmark */; - 8B541F9F22CA1BB70048806E /* PBXBookmark */ = 8B541F9F22CA1BB70048806E /* PBXBookmark */; - 8B541FA022CA1BB70048806E /* PBXTextBookmark */ = 8B541FA022CA1BB70048806E /* PBXTextBookmark */; + 8B54203C22D494B20048806E /* PBXTextBookmark */ = 8B54203C22D494B20048806E /* PBXTextBookmark */; 8B863CC922C4FC210060027F /* PlistBookmark */ = 8B863CC922C4FC210060027F /* PlistBookmark */; + 8B8DE87B230C870700AEB924 /* PBXBookmark */ = 8B8DE87B230C870700AEB924 /* PBXBookmark */; + 8B8DE880230C871500AEB924 /* PBXTextBookmark */ = 8B8DE880230C871500AEB924 /* PBXTextBookmark */; + 8B8DE885230C872900AEB924 /* PBXTextBookmark */ = 8B8DE885230C872900AEB924 /* PBXTextBookmark */; + 8B8DE88B230C872900AEB924 /* PBXTextBookmark */ = 8B8DE88B230C872900AEB924 /* PBXTextBookmark */; }; sourceControlManager = 8BD3CCB8148830B20062E48C /* Source Control */; userBuildSettings = { }; }; - 8B541F9E22CA1BB70048806E /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 8BA05A660720730100365D66 /* Interstage.cpp */; - name = "Interstage.cpp: 188"; - rLen = 0; - rLoc = 8082; - rType = 0; - vrLen = 450; - vrLoc = 9320; - }; - 8B541F9F22CA1BB70048806E /* PBXBookmark */ = { - isa = PBXBookmark; - fRef = 8BC6025B073B072D006C4272 /* Interstage.h */; - }; - 8B541FA022CA1BB70048806E /* PBXTextBookmark */ = { + 8B54203C22D494B20048806E /* PBXTextBookmark */ = { isa = PBXTextBookmark; fRef = 8BC6025B073B072D006C4272 /* Interstage.h */; name = "Interstage.h: 58"; rLen = 0; rLoc = 2868; rType = 0; - vrLen = 632; + vrLen = 630; vrLoc = 3689; }; 8B863CC922C4FC210060027F /* PlistBookmark */ = { @@ -98,11 +86,45 @@ rLen = 0; rLoc = 9223372036854775808; }; + 8B8DE87B230C870700AEB924 /* PBXBookmark */ = { + isa = PBXBookmark; + fRef = 8BA05A660720730100365D66 /* Interstage.cpp */; + }; + 8B8DE880230C871500AEB924 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Interstage.cpp */; + name = "Interstage.cpp: 188"; + rLen = 0; + rLoc = 8067; + rType = 0; + vrLen = 392; + vrLoc = 9305; + }; + 8B8DE885230C872900AEB924 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Interstage.cpp */; + name = "Interstage.cpp: 188"; + rLen = 0; + rLoc = 8067; + rType = 0; + vrLen = 392; + vrLoc = 9305; + }; + 8B8DE88B230C872900AEB924 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 8BA05A660720730100365D66 /* Interstage.cpp */; + name = "Interstage.cpp: 182"; + rLen = 0; + rLoc = 7894; + rType = 0; + vrLen = 2524; + vrLoc = 6921; + }; 8BA05A660720730100365D66 /* Interstage.cpp */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {866, 3146}}"; - sepNavSelRange = "{8085, 1333}"; - sepNavVisRange = "{7551, 2222}"; + sepNavIntBoundsRect = "{{0, 0}, {796, 2938}}"; + sepNavSelRange = "{8067, 0}"; + sepNavVisRange = "{9305, 392}"; sepNavWindowFrame = "{{391, 57}, {913, 821}}"; }; }; @@ -110,15 +132,15 @@ uiCtxt = { sepNavIntBoundsRect = "{{0, 0}, {957, 767}}"; sepNavSelRange = "{2902, 0}"; - sepNavVisRange = "{72, 2893}"; - sepNavWindowFrame = "{{475, 69}, {1004, 809}}"; + sepNavVisRange = "{53, 2912}"; + sepNavWindowFrame = "{{436, 69}, {1004, 809}}"; }; }; 8BC6025B073B072D006C4272 /* Interstage.h */ = { uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {894, 1937}}"; + sepNavIntBoundsRect = "{{0, 0}, {894, 1833}}"; sepNavSelRange = "{2868, 0}"; - sepNavVisRange = "{3689, 632}"; + sepNavVisRange = "{3689, 630}"; sepNavWindowFrame = "{{614, 69}, {1004, 809}}"; }; }; diff --git a/plugins/MacAU/Interstage/Interstage.xcodeproj/christopherjohnson.perspectivev3 b/plugins/MacAU/Interstage/Interstage.xcodeproj/christopherjohnson.perspectivev3 index 34b2052..ec72b31 100755 --- a/plugins/MacAU/Interstage/Interstage.xcodeproj/christopherjohnson.perspectivev3 +++ b/plugins/MacAU/Interstage/Interstage.xcodeproj/christopherjohnson.perspectivev3 @@ -222,7 +222,48 @@ OpenEditors - + + + Content + + PBXProjectModuleGUID + 8B8DE889230C872900AEB924 + PBXProjectModuleLabel + Interstage.cpp + PBXSplitModuleInNavigatorKey + + Split0 + + PBXProjectModuleGUID + 8B8DE88A230C872900AEB924 + PBXProjectModuleLabel + Interstage.cpp + _historyCapacity + 0 + bookmark + 8B8DE88B230C872900AEB924 + history + + 8B8DE87B230C870700AEB924 + + + SplitCount + 1 + + StatusBarVisibility + + + Geometry + + Frame + {{0, 20}, {913, 724}} + PBXModuleWindowStatusBarHidden2 + + RubberWindowFrame + 391 113 913 765 0 0 1440 878 + + + PerspectiveWidths 841 @@ -256,8 +297,6 @@ Layout - BecomeActive - ContentConfiguration PBXBottomSmartGroupGIDs @@ -326,7 +365,7 @@ 288 RubberWindowFrame - 684 207 841 654 0 0 1440 878 + 599 207 841 654 0 0 1440 878 Module PBXSmartGroupTreeModule @@ -342,7 +381,7 @@ PBXProjectModuleGUID 8BD7274A1D46E5A5000176F0 PBXProjectModuleLabel - Interstage.h + Interstage.cpp PBXSplitModuleInNavigatorKey Split0 @@ -350,16 +389,16 @@ PBXProjectModuleGUID 8BD7274B1D46E5A5000176F0 PBXProjectModuleLabel - Interstage.h + Interstage.cpp _historyCapacity 0 bookmark - 8B541FA022CA1BB70048806E + 8B8DE885230C872900AEB924 history 8B863CC922C4FC210060027F - 8B541F9E22CA1BB70048806E - 8B541F9F22CA1BB70048806E + 8B54203C22D494B20048806E + 8B8DE880230C871500AEB924 SplitCount @@ -373,18 +412,18 @@ GeometryConfiguration Frame - {{0, 0}, {531, 216}} + {{0, 0}, {531, 188}} RubberWindowFrame - 684 207 841 654 0 0 1440 878 + 599 207 841 654 0 0 1440 878 Module PBXNavigatorGroup Proportion - 216pt + 188pt Proportion - 392pt + 420pt Tabs @@ -398,9 +437,7 @@ GeometryConfiguration Frame - {{10, 27}, {531, 365}} - RubberWindowFrame - 684 207 841 654 0 0 1440 878 + {{10, 27}, {531, 393}} Module XCDetailModule @@ -454,7 +491,9 @@ GeometryConfiguration Frame - {{10, 27}, {531, 352}} + {{10, 27}, {531, 393}} + RubberWindowFrame + 599 207 841 654 0 0 1440 878 Module PBXBuildResultsModule @@ -482,11 +521,11 @@ TableOfContents - 8B541FA122CA1BB70048806E + 8B8DE886230C872900AEB924 1CA23ED40692098700951B8B - 8B541FA222CA1BB70048806E + 8B8DE887230C872900AEB924 8BD7274A1D46E5A5000176F0 - 8B541FA322CA1BB70048806E + 8B8DE888230C872900AEB924 1CA23EDF0692099D00951B8B 1CA23EE00692099D00951B8B 1CA23EE10692099D00951B8B @@ -659,7 +698,7 @@ StatusbarIsVisible TimeStamp - 583670711.77039003 + 588023593.84295797 ToolbarConfigUserDefaultsMinorVersion 2 ToolbarDisplayMode @@ -676,10 +715,11 @@ 5 WindowOrderList + 8B8DE889230C872900AEB924 /Users/christopherjohnson/Desktop/Plugins/MacAU/Interstage/Interstage.xcodeproj WindowString - 684 207 841 654 0 0 1440 878 + 599 207 841 654 0 0 1440 878 WindowToolsV3 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) { diff --git a/plugins/WinVST/Interstage/.vs/VSTProject/v14/.suo b/plugins/WinVST/Interstage/.vs/VSTProject/v14/.suo index 3da0df7..4b0058e 100755 Binary files a/plugins/WinVST/Interstage/.vs/VSTProject/v14/.suo and b/plugins/WinVST/Interstage/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/Interstage/InterstageProc.cpp b/plugins/WinVST/Interstage/InterstageProc.cpp index 16f3ba1..df5bb38 100755 --- a/plugins/WinVST/Interstage/InterstageProc.cpp +++ b/plugins/WinVST/Interstage/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