Skip to content

Commit

Permalink
Merge branch 'release/2.1.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewreeman committed Aug 3, 2022
2 parents 4541b3e + 9929b13 commit e0aace8
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion BinScrambler/BinScramble.jucer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="WPt5si" name="Bin Scrambler" projectType="audioplug" displaySplashScreen="1" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.5" defines="VersionCode=11" pluginDesc="Scramble the frequency components of a signal" pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPBS" jucerFormatVersion="1">
<JUCERPROJECT id="WPt5si" name="Bin Scrambler" projectType="audioplug" displaySplashScreen="1" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.6" defines="VersionCode=12" pluginDesc="Scramble the frequency components of a signal" pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPBS" jucerFormatVersion="1">
<MAINGROUP id="NNl5AK" name="Bin Scrambler">
<GROUP id="{C7CC9691-F182-4F70-85C0-972905B94E77}" name="Source">
<FILE id="RY8U3h" name="BinScramblerFFTProcessor.cpp" compile="1" resource="0" file="Source/BinScramblerFFTProcessor.cpp"/>
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
% Spectral Suite

## Version 2.1.6
* Bug fixes
## Version 2.1.5
* Fixed bugs with Phase Vocoder
## Version 2.1.4
Expand Down
2 changes: 1 addition & 1 deletion FrequencyMagnet/FrequencyMagnet.jucer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="WPt5si" name="Frequency Magnet" projectType="audioplug" displaySplashScreen="1" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.5" defines="VersionCode=11" pluginDesc="Frequency content will gradually shift towards being centered on one frequency." pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPFM" jucerFormatVersion="1">
<JUCERPROJECT id="WPt5si" name="Frequency Magnet" projectType="audioplug" displaySplashScreen="1" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.6" defines="VersionCode=12" pluginDesc="Frequency content will gradually shift towards being centered on one frequency." pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPFM" jucerFormatVersion="1">
<MAINGROUP id="NNl5AK" name="Frequency Magnet">
<GROUP id="{C7CC9691-F182-4F70-85C0-972905B94E77}" name="Source">
<FILE id="k99sk5" name="PitchInfoParser.cpp" compile="1" resource="0" file="Source/PitchInfoParser.cpp"/>
Expand Down
2 changes: 1 addition & 1 deletion FrequencyShift/FrequencyShift.jucer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="WPt5si" name="Frequency Shifter" projectType="audioplug" displaySplashScreen="1" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.5" defines="VersionCode=11" pluginDesc="Shifts frequencies up and down" pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPFS" jucerFormatVersion="1">
<JUCERPROJECT id="WPt5si" name="Frequency Shifter" projectType="audioplug" displaySplashScreen="1" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.6" defines="VersionCode=12" pluginDesc="Shifts frequencies up and down" pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPFS" jucerFormatVersion="1">
<MAINGROUP id="NNl5AK" name="Frequency Shifter">
<GROUP id="{C7CC9691-F182-4F70-85C0-972905B94E77}" name="Source">
<FILE id="HJgauP" name="FrequencyShiftPluginParameters.cpp" compile="1" resource="0" file="Source/FrequencyShiftPluginParameters.cpp"/>
Expand Down
2 changes: 1 addition & 1 deletion Morph/Morph.jucer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="WPt5si" name="Morph" projectType="audioplug" displaySplashScreen="1" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.5" defines="VersionCode=11" pluginDesc="Manipulate the shape of the frequency content" pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPMO" jucerFormatVersion="1">
<JUCERPROJECT id="WPt5si" name="Morph" projectType="audioplug" displaySplashScreen="1" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.6" defines="VersionCode=12" pluginDesc="Manipulate the shape of the frequency content" pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPMO" jucerFormatVersion="1">
<MAINGROUP id="NNl5AK" name="Morph">
<GROUP id="{C7CC9691-F182-4F70-85C0-972905B94E77}" name="Source">
<FILE id="HJgauP" name="MorphPluginParameters.cpp" compile="1" resource="0" file="Source/MorphPluginParameters.cpp"/>
Expand Down
2 changes: 1 addition & 1 deletion PhaseLock/PhaseLock.jucer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="WPt5si" name="Phase Lock" projectType="audioplug" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.5" defines="VersionCode=11" pluginDesc="Locks the phase and/or locks the frequency" pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPPL" jucerFormatVersion="1" displaySplashScreen="1">
<JUCERPROJECT id="WPt5si" name="Phase Lock" projectType="audioplug" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.6" defines="VersionCode=12" pluginDesc="Locks the phase and/or locks the frequency" pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPPL" jucerFormatVersion="1" displaySplashScreen="1">
<MAINGROUP id="NNl5AK" name="Phase Lock">
<GROUP id="{C7CC9691-F182-4F70-85C0-972905B94E77}" name="Source">
<FILE id="GftT5o" name="TransitionState.cpp" compile="1" resource="0" file="Source/TransitionState.cpp"/>
Expand Down
2 changes: 1 addition & 1 deletion Playground/Playground.jucer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="WPt5si" name="Playground" projectType="audioplug" displaySplashScreen="1" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.5" defines="VersionCode=11" pluginDesc="This plugin will scramble the frequency components of a signal at a provided range and rate." pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="AAAA" jucerFormatVersion="1">
<JUCERPROJECT id="WPt5si" name="Playground" projectType="audioplug" displaySplashScreen="1" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.6" defines="VersionCode=12" pluginDesc="This plugin will scramble the frequency components of a signal at a provided range and rate." pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="AAAA" jucerFormatVersion="1">
<MAINGROUP id="NNl5AK" name="Playground">
<GROUP id="{E11A4544-C473-A9D8-27C6-3240AE094866}" name="Source">
<FILE id="zMoi62" name="PlaygroundAudioPlugin.cpp" compile="1" resource="0" file="PlaygroundAudioPlugin.cpp"/>
Expand Down
2 changes: 1 addition & 1 deletion SinusoidalShapedFilter/SSF.jucer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="WPt5si" name="Sinusoidal Shaped Filter" displaySplashScreen="1" projectType="audioplug" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.5" defines="VersionCode=11" pluginDesc="Filters the frequency components by applying a sinusoudal shape over the spectrum." pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPSS" jucerFormatVersion="1">
<JUCERPROJECT id="WPt5si" name="Sinusoidal Shaped Filter" displaySplashScreen="1" projectType="audioplug" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.6" defines="VersionCode=12" pluginDesc="Filters the frequency components by applying a sinusoudal shape over the spectrum." pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPSS" jucerFormatVersion="1">
<MAINGROUP id="NNl5AK" name="Sinusoidal Shaped Filter">
<GROUP id="{C7CC9691-F182-4F70-85C0-972905B94E77}" name="Source">
<FILE id="X7zsdn" name="SSFInteractor.cpp" compile="1" resource="0" file="Source/SSFInteractor.cpp"/>
Expand Down
2 changes: 1 addition & 1 deletion SpectralGate/SpectralGate.jucer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<JUCERPROJECT id="WPt5si" name="Spectral Gate" projectType="audioplug" displaySplashScreen="1" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.5" defines="VersionCode=11" pluginDesc="Only allow frequency components above or below a particular cut-off amplitude." pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPSG" jucerFormatVersion="1">
<JUCERPROJECT id="WPt5si" name="Spectral Gate" projectType="audioplug" displaySplashScreen="1" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn" version="2.1.6" defines="VersionCode=12" pluginDesc="Only allow frequency components above or below a particular cut-off amplitude." pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2021" companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com" pluginManufacturerCode="STPW" pluginCode="SPSG" jucerFormatVersion="1">
<MAINGROUP id="NNl5AK" name="Spectral Gate">
<GROUP id="{C7CC9691-F182-4F70-85C0-972905B94E77}" name="Source">
<FILE id="o18mE5" name="SpectralGateInteractor.cpp" compile="1" resource="0" file="Source/SpectralGateInteractor.cpp"/>
Expand Down
2 changes: 1 addition & 1 deletion SpectralSuiteBuild/Base.jucer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="WPt5si" name="Base" projectType="audioplug" pluginCharacteristicsValue="pluginProducesMidiOut,pluginWantsMidiIn"
version="2.1.5" defines="VersionCode=11" pluginDesc="This plugin will scramble the frequency components of a signal at a provided range and rate."
version="2.1.6" defines="VersionCode=12" pluginDesc="This plugin will scramble the frequency components of a signal at a provided range and rate."
pluginFormats="buildAU,buildVST3" companyName="Stepwise" companyCopyright="2022"
companyWebsite="www.andrewreeman.com" companyEmail="andrew.reeman@gmail.com"
pluginManufacturerCode="STPW" pluginCode="AAAA" jucerFormatVersion="1"
Expand Down
2 changes: 2 additions & 0 deletions SpectralSuiteBuild/PACKAGE_README.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@
<header id="title-block-header">
<h1 class="title">Spectral Suite</h1>
</header>
<h2 id="version-2.1.6">Version 2.1.6</h2>
<pre><code>* Bug fixes</code></pre>
<h2 id="version-2.1.5">Version 2.1.5</h2>
<pre><code>* Fixed bugs with Phase Vocoder</code></pre>
<h2 id="version-2.1.4">Version 2.1.4</h2>
Expand Down
6 changes: 3 additions & 3 deletions SpectralSuiteBuild/SpectralSuitePackager.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>2.1.5</string>
<string>2.1.6</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down Expand Up @@ -1328,7 +1328,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>2.1.5</string>
<string>2.1.6</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down Expand Up @@ -1723,7 +1723,7 @@
</dict>
</array>
<key>NAME</key>
<string>Spectral Suite v2.1.5</string>
<string>Spectral Suite v2.1.6</string>
<key>PAYLOAD_ONLY</key>
<false/>
<key>TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING</key>
Expand Down

0 comments on commit e0aace8

Please sign in to comment.