Skip to content

Commit

Permalink
Merge branch 'release/2.1.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewreeman committed Feb 20, 2024
2 parents ef7c248 + 9a60537 commit 9433217
Show file tree
Hide file tree
Showing 30 changed files with 483 additions and 190 deletions.
4 changes: 3 additions & 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.9" defines="VersionCode=15" 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.10" defines="VersionCode=16" 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 All @@ -20,6 +20,8 @@
<FILE id="ta4EJb" name="BinScramblerAudioPlugin.h" compile="0" resource="0" file="Source/BinScramblerAudioPlugin.h"/>
</GROUP>
<GROUP id="{E5C1B45D-D688-A3CE-9297-B7AE13670632}" name="Shared">
<FILE id="bjaZGf" name="ResourceRepository.h" compile="0" resource="0" file="../shared/ResourceRepository.h"/>
<FILE id="RNhCeX" name="SpectralPluginUiInterface.h" compile="0" resource="0" file="../shared/SpectralPluginUiInterface.h"/>
<GROUP id="{03E87BE4-B582-75DC-87DD-B917EB0FAA42}" name="components">
<FILE id="snoig1" name="ControlPointComponent.cpp" compile="1" resource="0" file="../shared/components/ControlPointComponent.cpp"/>
<FILE id="XV1FGk" name="ControlPointComponent.h" compile="0" resource="0" file="../shared/components/ControlPointComponent.h"/>
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
% Spectral Suite
## Version 2.1.10
* Contribution by a5632645 fixed spectral gate tilt checkbox issue
* Fixed some memory leaks
## Version 2.1.9
* Fixed issue with morph playing no audio when UI not shown
## Version 2.1.8
Expand Down
4 changes: 3 additions & 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.9" defines="VersionCode=15" 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.10" defines="VersionCode=16" 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 All @@ -22,6 +22,8 @@
<FILE id="ta4EJb" name="FrequencyMagnetAudioPlugin.h" compile="0" resource="0" file="Source/FrequencyMagnetAudioPlugin.h"/>
</GROUP>
<GROUP id="{E5C1B45D-D688-A3CE-9297-B7AE13670632}" name="Shared">
<FILE id="bjaZGf" name="ResourceRepository.h" compile="0" resource="0" file="../shared/ResourceRepository.h"/>
<FILE id="RNhCeX" name="SpectralPluginUiInterface.h" compile="0" resource="0" file="../shared/SpectralPluginUiInterface.h"/>
<GROUP id="{03E87BE4-B582-75DC-87DD-B917EB0FAA42}" name="components">
<FILE id="snoig1" name="ControlPointComponent.cpp" compile="1" resource="0" file="../shared/components/ControlPointComponent.cpp"/>
<FILE id="XV1FGk" name="ControlPointComponent.h" compile="0" resource="0" file="../shared/components/ControlPointComponent.h"/>
Expand Down
4 changes: 3 additions & 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.9" defines="VersionCode=15" 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.10" defines="VersionCode=16" 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 All @@ -14,6 +14,8 @@
<FILE id="ta4EJb" name="FrequencyShiftAudioPlugin.h" compile="0" resource="0" file="Source/FrequencyShiftAudioPlugin.h"/>
</GROUP>
<GROUP id="{E5C1B45D-D688-A3CE-9297-B7AE13670632}" name="Shared">
<FILE id="bjaZGf" name="ResourceRepository.h" compile="0" resource="0" file="../shared/ResourceRepository.h"/>
<FILE id="RNhCeX" name="SpectralPluginUiInterface.h" compile="0" resource="0" file="../shared/SpectralPluginUiInterface.h"/>
<GROUP id="{03E87BE4-B582-75DC-87DD-B917EB0FAA42}" name="components">
<FILE id="snoig1" name="ControlPointComponent.cpp" compile="1" resource="0" file="../shared/components/ControlPointComponent.cpp"/>
<FILE id="XV1FGk" name="ControlPointComponent.h" compile="0" resource="0" file="../shared/components/ControlPointComponent.h"/>
Expand Down

0 comments on commit 9433217

Please sign in to comment.