-rw-r--r-- | .github/FUNDING.yml | 5L |
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 33L |
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 17L |
-rw-r--r-- | .github/labeler.yml | 25L |
-rw-r--r-- | .github/workflows/arm-mac.yml | 40L |
-rw-r--r-- | .github/workflows/auto-format.yml | 43L |
-rw-r--r-- | .github/workflows/clang-tidy.yml | 48L |
-rw-r--r-- | .github/workflows/cmake.yml | 65L |
-rw-r--r-- | .github/workflows/codesee-arch-diagram.yml | 81L |
-rw-r--r-- | .github/workflows/ios.yml | 63L |
-rw-r--r-- | .github/workflows/labeler.yml | 12L |
-rw-r--r-- | .github/workflows/manual.yml | 41L |
-rw-r--r-- | .gitignore | 43L |
-rw-r--r-- | .gitmodules | 15L |
-rw-r--r-- | BUILDING.md | 77L |
-rw-r--r-- | CHANGELOG.md | 143L |
-rw-r--r-- | CONTRIBUTING.md | 83L |
-rw-r--r-- | LICENSE | 674L |
-rw-r--r-- | Manual/ChowTapeManual.pdf | 481868B |
-rw-r--r-- | Manual/ChowTapeManual.tex | 517L |
-rw-r--r-- | Manual/Makefile | 17L |
-rw-r--r-- | Manual/manual.cls | 60L |
-rw-r--r-- | Manual/sony_tc-260.jpg | 25772B |
-rw-r--r-- | Notes/Continuous Time Considerations.md | 89L |
-rw-r--r-- | Notes/Continuous Time Considerations.pdf | 201897B |
-rw-r--r-- | Notes/Digitizing Hysteresis.md | 61L |
-rw-r--r-- | Notes/Digitizing Hysteresis.pdf | 182861B |
-rw-r--r-- | Paper/420_paper.pdf | 640587B |
-rw-r--r-- | Paper/420_paper.tex | 797L |
-rw-r--r-- | Paper/IEEEbib.bst | 1021L |
-rw-r--r-- | Paper/dafx_19.sty | 445L |
-rw-r--r-- | Paper/references.bib | 138L |
-rw-r--r-- | Paper/tikz-dsp.sty | 22L |
-rw-r--r-- | Paper/tikzlibrarydsp.code.tex | 238L |
-rw-r--r-- | Plugin/.clang-format | 75L |
-rw-r--r-- | Plugin/.clang-tidy | 39L |
-rw-r--r-- | Plugin/CMakeLists.txt | 134L |
-rw-r--r-- | Plugin/Installers/mac/ChowTapeModel.pkgproj | 4006L |
-rw-r--r-- | Plugin/Installers/mac/Intro.txt | 1L |
-rw-r--r-- | Plugin/Installers/mac/build_mac_installer.sh | 44L |
-rw-r--r-- | Plugin/Installers/windows/ChowTapeModel_Install_Script.iss | 199L |
-rw-r--r-- | Plugin/Installers/windows/ChowTapeModel_Install_Script_32bit.iss | 169L |
-rw-r--r-- | Plugin/Installers/windows/build_win_installer.sh | 27L |
-rw-r--r-- | Plugin/Installers/windows/chowtape.ico | 121010B |
-rw-r--r-- | Plugin/Screenshots/CHEW.png | 23382B |
-rw-r--r-- | Plugin/Screenshots/Comp.png | 24381B |
-rw-r--r-- | Plugin/Screenshots/Degrade.png | 16540B |
-rw-r--r-- | Plugin/Screenshots/Filters.png | 24203B |
-rw-r--r-- | Plugin/Screenshots/Flutter.png | 15759B |
-rw-r--r-- | Plugin/Screenshots/Gain.png | 27097B |
-rw-r--r-- | Plugin/Screenshots/Loss.png | 23503B |
-rw-r--r-- | Plugin/Screenshots/Stereo.png | 21969B |
-rw-r--r-- | Plugin/Screenshots/Tape.png | 22740B |
-rw-r--r-- | Plugin/Screenshots/Tone.png | 23255B |
-rw-r--r-- | Plugin/Screenshots/Wow.png | 11673B |
-rw-r--r-- | Plugin/Screenshots/full_gui.png | 115248B |
-rw-r--r-- | Plugin/Source/CMakeLists.txt | 26L |
-rw-r--r-- | Plugin/Source/GUI/Assets/Background.svg | 9L |
-rw-r--r-- | Plugin/Source/GUI/Assets/LeftArrow.svg | 3L |
-rw-r--r-- | Plugin/Source/GUI/Assets/RightArrow.svg | 3L |
-rw-r--r-- | Plugin/Source/GUI/Assets/RobotoCondensed-Bold.ttf | 169352B |
-rw-r--r-- | Plugin/Source/GUI/Assets/RobotoCondensed-Regular.ttf | 169848B |
-rw-r--r-- | Plugin/Source/GUI/Assets/cog-solid.svg | 1L |
-rw-r--r-- | Plugin/Source/GUI/Assets/gui.xml | 297L |
-rw-r--r-- | Plugin/Source/GUI/Assets/gui_ios.xml | 327L |
-rw-r--r-- | Plugin/Source/GUI/Assets/knob.svg | 13L |
-rw-r--r-- | Plugin/Source/GUI/Assets/logo.png | 69328B |
-rw-r--r-- | Plugin/Source/GUI/Assets/pointer.svg | 4L |
-rw-r--r-- | Plugin/Source/GUI/Assets/powerswitch.svg | 6L |
-rw-r--r-- | Plugin/Source/GUI/AutoUpdating.cpp | 247L |
-rw-r--r-- | Plugin/Source/GUI/AutoUpdating.h | 64L |
-rw-r--r-- | Plugin/Source/GUI/CMakeLists.txt | 25L |
-rw-r--r-- | Plugin/Source/GUI/IOSOnly/DragToScrollListener.cpp | 97L |
-rw-r--r-- | Plugin/Source/GUI/IOSOnly/DragToScrollListener.h | 31L |
-rw-r--r-- | Plugin/Source/GUI/IOSOnly/ScrollView.cpp | 40L |
-rw-r--r-- | Plugin/Source/GUI/IOSOnly/ScrollView.h | 27L |
-rw-r--r-- | Plugin/Source/GUI/IOSOnly/TipJar.cpp | 72L |
-rw-r--r-- | Plugin/Source/GUI/IOSOnly/TipJar.h | 38L |
-rw-r--r-- | Plugin/Source/GUI/ModulatableSlider.cpp | 329L |
-rw-r--r-- | Plugin/Source/GUI/ModulatableSlider.h | 79L |
-rw-r--r-- | Plugin/Source/GUI/MyLNF.cpp | 405L |
-rw-r--r-- | Plugin/Source/GUI/MyLNF.h | 126L |
-rw-r--r-- | Plugin/Source/GUI/OnOff/OnOffManager.cpp | 95L |
-rw-r--r-- | Plugin/Source/GUI/OnOff/OnOffManager.h | 31L |
-rw-r--r-- | Plugin/Source/GUI/OnOff/PowerButton.cpp | 97L |
-rw-r--r-- | Plugin/Source/GUI/OnOff/PowerButton.h | 53L |
-rw-r--r-- | Plugin/Source/GUI/OversamplingMenu.cpp | 50L |
-rw-r--r-- | Plugin/Source/GUI/OversamplingMenu.h | 23L |
-rw-r--r-- | Plugin/Source/GUI/SettingsButton.cpp | 106L |
-rw-r--r-- | Plugin/Source/GUI/SettingsButton.h | 55L |
-rw-r--r-- | Plugin/Source/GUI/TitleComp.cpp | 68L |
-rw-r--r-- | Plugin/Source/GUI/TitleComp.h | 51L |
-rw-r--r-- | Plugin/Source/GUI/TooltipComp.cpp | 97L |
-rw-r--r-- | Plugin/Source/GUI/TooltipComp.h | 61L |
-rw-r--r-- | Plugin/Source/GUI/Visualizers/LightMeter.cpp | 25L |
-rw-r--r-- | Plugin/Source/GUI/Visualizers/LightMeter.h | 40L |
-rw-r--r-- | Plugin/Source/GUI/Visualizers/MixGroupViz.cpp | 75L |
-rw-r--r-- | Plugin/Source/GUI/Visualizers/MixGroupViz.h | 52L |
-rw-r--r-- | Plugin/Source/GUI/Visualizers/TapeScope.cpp | 69L |
-rw-r--r-- | Plugin/Source/GUI/Visualizers/TapeScope.h | 33L |
-rw-r--r-- | Plugin/Source/GUI/WowFlutterMenu.cpp | 141L |
-rw-r--r-- | Plugin/Source/GUI/WowFlutterMenu.h | 46L |
-rw-r--r-- | Plugin/Source/Headless/Benchmarks.cpp | 127L |
-rw-r--r-- | Plugin/Source/Headless/Benchmarks.h | 18L |
-rw-r--r-- | Plugin/Source/Headless/CMakeLists.txt | 34L |
-rw-r--r-- | Plugin/Source/Headless/Main.cpp | 43L |
-rw-r--r-- | Plugin/Source/Headless/ScreenshotHelper.cpp | 122L |
-rw-r--r-- | Plugin/Source/Headless/ScreenshotHelper.h | 33L |
-rw-r--r-- | Plugin/Source/Headless/UnitTests/HysteresisOpsTest.cpp | 83L |
-rw-r--r-- | Plugin/Source/Headless/UnitTests/MixGroupsTest.cpp | 115L |
-rw-r--r-- | Plugin/Source/Headless/UnitTests/MultiChannelTest.cpp | 84L |
-rw-r--r-- | Plugin/Source/Headless/UnitTests/PresetLevelTest.cpp | 63L |
-rw-r--r-- | Plugin/Source/Headless/UnitTests/STNTest.cpp | 120L |
-rw-r--r-- | Plugin/Source/Headless/UnitTests/SpeedTest.cpp | 51L |
-rw-r--r-- | Plugin/Source/Headless/UnitTests/UnitTests.cpp | 81L |
-rw-r--r-- | Plugin/Source/Headless/UnitTests/UnitTests.h | 15L |
-rw-r--r-- | Plugin/Source/MixGroups/MixGroupsController.cpp | 111L |
-rw-r--r-- | Plugin/Source/MixGroups/MixGroupsController.h | 40L |
-rw-r--r-- | Plugin/Source/MixGroups/MixGroupsSharedData.cpp | 65L |
-rw-r--r-- | Plugin/Source/MixGroups/MixGroupsSharedData.h | 46L |
-rw-r--r-- | Plugin/Source/PluginProcessor.cpp | 337L |
-rw-r--r-- | Plugin/Source/PluginProcessor.h | 107L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/AEIOU/AEIOU_DisintegratedMemories.chowpreset | 43L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/AEIOU/AEIOU_FunkThat1987.chowpreset | 43L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/AEIOU/AEIOU_HelloHangover.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/AEIOU/AEIOU_IHaveARadio.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/AEIOU/AEIOU_Warehouse1997.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Bad Tape Good Player.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Bass/Bass - 808 Comp and Tone.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Bass/Bass - 808 Maker.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Bass/Bass - Sub Beef.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Bass/Bass - Warm Tape.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Cozy Unstable.chowpreset | 59L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Fast Wobble.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Found Tape Player.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Good Tape Bad Player.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Guitar/Guitar - Breaking Up.chowpreset | 64L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Guitar/Guitar - Phaser Like.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Guitar/Guitar - Short Plucked.chowpreset | 59L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Guitar/Guitar - Slower Chorus.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Guitar/Guitar - Vintage Chorus.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/HighHats/High Hats - Hats Shorter.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/HighHats/High Hats - Lofi Vibe.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/HighHats/High Hats - Old MPC.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/INIT.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Just Warmth.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Kick/Kick - A Little Punch.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Kick/Kick - Broken Kick.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Kick/Kick - In the Cut.chowpreset | 59L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Kick/Kick - LoFi Kick Short.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Kick/Kick - LoFi Kick.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Kick/Kick - Punch Hi Cut.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Low Cut High Cut.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Mix/Mix - 30ips Glue.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Mix/Mix - Cassette Like.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Mix/Mix - Super LoFi.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Noise/Just Tape Noise.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Noise/Subtle Tape Noise.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Noise/Tape Noise Hard Rain.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Noise/Tape Noise Rain.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Old Telephone.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Perc/Perc - Noise After Hit.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Piano/Almost LoFi Piano.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Piano/Piano - Clean Cassette.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Piano/Piano - Dirtier Cassette.chowpreset | 59L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Punchy Lofi Drums.chowpreset | 59L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Snare/Snare - Almost Bitcrushed.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Snare/Snare - Cut the Lows.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Snare/Snare - LoFi Vibe.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Snare/Snare - Shorter LoFi.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Snare/Snare - Shorter Snare.chowpreset | 59L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/That Dirty LoFi.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/ThatDirtyLofi Less Noise.chowpreset | 48L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Carter/Underwater.chowpreset | 56L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/CoolWAV/CoolWAV_ChewLoss.chowpreset | 57L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/CoolWAV/CoolWAV_DriftwithMe.chowpreset | 57L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/CoolWAV/CoolWAV_GoodbyeHighs.chowpreset | 57L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/CoolWAV/CoolWAV_HeavyDrumloop.chowpreset | 57L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/CoolWAV/CoolWAV_StudioTime.chowpreset | 57L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/CoolWAV/CoolWAV_TapeWide.chowpreset | 57L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/CoolWAV/CoolWAV_ThatsCool.chowpreset | 57L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/CoolWAV/CoolWAV_VibeDrive.chowpreset | 57L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/CoolWAV/CoolWAV_Wack.chowpreset | 57L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/CoolWAV/CoolWAV_WowDude.chowpreset | 57L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Factory/Default.chowpreset | 31L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Factory/LoFi.chowpreset | 31L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Factory/OldTape.chowpreset | 32L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Factory/TC260.chowpreset | 31L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Factory/Underbiased.chowpreset | 31L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Factory/WoozyChorus.chowpreset | 31L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/Bleak.chowpreset | 66L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/High/Crane I.chowpreset | 62L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/High/Crane II.chowpreset | 66L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/High/Flavor I.chowpreset | 62L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/High/High Sauce I.chowpreset | 62L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/High/High Sauce II.chowpreset | 62L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/High/Spice I.chowpreset | 66L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/High/Spice II.chowpreset | 66L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/Low/Flavor II.chowpreset | 62L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/Low/Flow I.chowpreset | 66L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/Low/Flow II.chowpreset | 66L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/Low/Low Grinder.chowpreset | 62L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/Low/Low Rider.chowpreset | 62L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/Low/Low Smasher.chowpreset | 63L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/Low/String Mojo.chowpreset | 62L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/Solid Tape I.chowpreset | 62L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/RK/Solid Tape II.chowpreset | 62L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Sink/SNK_BassPusher.chowpreset | 33L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Sink/SNK_Chorus2.chowpreset | 33L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Sink/SNK_Chorus3.chowpreset | 33L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Sink/SNK_Chorus4.chowpreset | 33L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Sink/SNK_CleanFat.chowpreset | 32L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Sink/SNK_Fat2.chowpreset | 32L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Sink/SNK_Gritty.chowpreset | 32L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Sink/SNK_Gritty2.chowpreset | 33L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Sink/SNK_SlightlyWobbly.chowpreset | 32L |
-rw-r--r-- | Plugin/Source/Presets/PresetConfigs/Sink/SNK_lofi.chowpreset | 32L |
-rw-r--r-- | Plugin/Source/Presets/PresetManager.cpp | 207L |
-rw-r--r-- | Plugin/Source/Presets/PresetManager.h | 20L |
-rw-r--r-- | Plugin/Source/Processors/BypassProcessor.h | 74L |
-rw-r--r-- | Plugin/Source/Processors/CMakeLists.txt | 19L |
-rw-r--r-- | Plugin/Source/Processors/Chew/ChewProcessor.cpp | 136L |
-rw-r--r-- | Plugin/Source/Processors/Chew/ChewProcessor.h | 60L |
-rw-r--r-- | Plugin/Source/Processors/Chew/Dropout.h | 63L |
-rw-r--r-- | Plugin/Source/Processors/Compression/CompressionProcessor.cpp | 116L |
-rw-r--r-- | Plugin/Source/Processors/Compression/CompressionProcessor.h | 38L |
-rw-r--r-- | Plugin/Source/Processors/Degrade/DegradeFilter.h | 72L |
-rw-r--r-- | Plugin/Source/Processors/Degrade/DegradeNoise.h | 45L |
-rw-r--r-- | Plugin/Source/Processors/Degrade/DegradeProcessor.cpp | 123L |
-rw-r--r-- | Plugin/Source/Processors/Degrade/DegradeProcessor.h | 51L |
-rw-r--r-- | Plugin/Source/Processors/DryWetProcessor.h | 47L |
-rw-r--r-- | Plugin/Source/Processors/GainProcessor.h | 46L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/DCBlocker.h | 68L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/HysteresisOps.h | 155L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/HysteresisProcessing.cpp | 52L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/HysteresisProcessing.h | 198L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/HysteresisProcessor.cpp | 451L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/HysteresisProcessor.h | 87L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/HysteresisSTN.cpp | 87L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/HysteresisSTN.h | 47L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/STNModel.cpp | 30L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/STNModel.h | 38L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/STN_Models/hyst_width_0.json | 2627L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/STN_Models/hyst_width_10.json | 2627L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/STN_Models/hyst_width_100.json | 2627L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/STN_Models/hyst_width_20.json | 2627L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/STN_Models/hyst_width_30.json | 2627L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/STN_Models/hyst_width_40.json | 2627L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/STN_Models/hyst_width_50.json | 2627L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/STN_Models/hyst_width_60.json | 2627L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/STN_Models/hyst_width_70.json | 2627L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/STN_Models/hyst_width_80.json | 2627L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/STN_Models/hyst_width_90.json | 2627L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/ToneControl.cpp | 133L |
-rw-r--r-- | Plugin/Source/Processors/Hysteresis/ToneControl.h | 48L |
-rw-r--r-- | Plugin/Source/Processors/Input_Filters/InputFilters.cpp | 126L |
-rw-r--r-- | Plugin/Source/Processors/Input_Filters/InputFilters.h | 37L |
-rw-r--r-- | Plugin/Source/Processors/Input_Filters/LinkwitzRileyFilter.h | 101L |
-rw-r--r-- | Plugin/Source/Processors/Loss_Effects/AzimuthProc.cpp | 70L |
-rw-r--r-- | Plugin/Source/Processors/Loss_Effects/AzimuthProc.h | 25L |
-rw-r--r-- | Plugin/Source/Processors/Loss_Effects/LossFilter.cpp | 166L |
-rw-r--r-- | Plugin/Source/Processors/Loss_Effects/LossFilter.h | 59L |
-rw-r--r-- | Plugin/Source/Processors/MidSide/MidSideProcessor.cpp | 128L |
-rw-r--r-- | Plugin/Source/Processors/MidSide/MidSideProcessor.h | 31L |
-rw-r--r-- | Plugin/Source/Processors/Timing_Effects/FlutterProcess.cpp | 47L |
-rw-r--r-- | Plugin/Source/Processors/Timing_Effects/FlutterProcess.h | 71L |
-rw-r--r-- | Plugin/Source/Processors/Timing_Effects/OHProcess.h | 77L |
-rw-r--r-- | Plugin/Source/Processors/Timing_Effects/WowFlutterProcessor.cpp | 130L |
-rw-r--r-- | Plugin/Source/Processors/Timing_Effects/WowFlutterProcessor.h | 50L |
-rw-r--r-- | Plugin/Source/Processors/Timing_Effects/WowProcess.cpp | 49L |
-rw-r--r-- | Plugin/Source/Processors/Timing_Effects/WowProcess.h | 52L |
-rw-r--r-- | Plugin/modules/CMakeLists.txt | 101L |
m--------- | Plugin/modules/JUCE @ ebbe26f | |
m--------- | Plugin/modules/RTNeural @ 0ec5023 | |
m--------- | Plugin/modules/chowdsp_utils @ 39851f1 | |
m--------- | Plugin/modules/clap-juce-extensions @ 5f369ad | |
-rw-r--r-- | Plugin/modules/cmake/VersionInfo.cmake | 28L |
-rw-r--r-- | Plugin/modules/cmake/WarningFlags.cmake | 52L |
m--------- | Plugin/modules/foleys_gui_magic @ bf56946 | |
-rw-r--r-- | README.md | 77L |
-rw-r--r-- | Scripts/aax_builds.sh | 125L |
-rw-r--r-- | Scripts/ios_builds.sh | 50L |
-rw-r--r-- | Scripts/mac_builds.sh | 71L |
-rw-r--r-- | Scripts/validate.sh | 51L |
-rw-r--r-- | Scripts/win_builds.sh | 66L |
-rw-r--r-- | Simulations/Bias/BiasEx.png | 67030B |
-rw-r--r-- | Simulations/Bias/BiasFreq1.png | 17393B |
-rw-r--r-- | Simulations/Bias/BiasFreq2.png | 18305B |
-rw-r--r-- | Simulations/Bias/BiasFreq3.png | 16406B |
-rw-r--r-- | Simulations/Bias/bias.py | 21L |
-rw-r--r-- | Simulations/Bias/bias_oversampling_plot.py | 35L |
-rw-r--r-- | Simulations/Compression/compression.py | 56L |
-rw-r--r-- | Simulations/Compression/compression_curves.png | 78410B |
-rw-r--r-- | Simulations/Hysteresis/Sim1 M_H.png | 50453B |
-rw-r--r-- | Simulations/Hysteresis/Sim1 M_t.png | 57518B |
-rw-r--r-- | Simulations/Hysteresis/Sim2-M_H.png | 29707B |
-rw-r--r-- | Simulations/Hysteresis/bias.png | 34058B |
-rw-r--r-- | Simulations/Hysteresis/drive.png | 24650B |
-rw-r--r-- | Simulations/Hysteresis/hysteresis2.py | 57L |
-rw-r--r-- | Simulations/Hysteresis/hystersis.py | 112L |
-rw-r--r-- | Simulations/Hysteresis/sat.png | 27695B |
-rw-r--r-- | Simulations/Hysteresis/space_loss.png | 23022B |
-rw-r--r-- | Simulations/Hysteresis/speed_thickness.png | 28611B |
-rw-r--r-- | Simulations/LossEffects/Loss_Effects.png | 24086B |
-rw-r--r-- | Simulations/LossEffects/Loss_Effects.py | 48L |
-rw-r--r-- | Simulations/LossEffects/azimuth.py | 31L |
-rw-r--r-- | Simulations/LossEffects/loss_effects2.py | 132L |
-rw-r--r-- | Simulations/LossEffects/space_loss.png | 23022B |
-rw-r--r-- | Simulations/LossEffects/speed_thickness.png | 28611B |
-rw-r--r-- | Simulations/TimingEffects/AnalyzeTiming.py | 115L |
-rw-r--r-- | Simulations/TimingEffects/Delay.png | 35789B |
-rw-r--r-- | Simulations/TimingEffects/OHProcess.py | 41L |
-rw-r--r-- | Simulations/TimingEffects/PulseTrain.py | 33L |
-rw-r--r-- | Simulations/TimingEffects/pulse_train.wav | 17640058B |
-rw-r--r-- | Simulations/TimingEffects/pulse_train_3.75.wav | 8923410B |
-rw-r--r-- | Simulations/TimingEffects/pulse_train_7.5.wav | 8923410B |
-rw-r--r-- | Simulations/TimingEffects/pulse_train_in.png | 17221B |
-rw-r--r-- | Simulations/TimingEffects/timing_diff_3-75.png | 17291B |
-rw-r--r-- | Simulations/TimingEffects/timing_diff_7-5.png | 17420B |
-rw-r--r-- | Simulations/dc_blocker_plots.py | 28L |
-rw-r--r-- | Testing/Canada_Bias.wav | 6226988B |
-rw-r--r-- | Testing/Canada_Dry.wav | 3964264B |
-rw-r--r-- | Testing/Canada_NoBias.wav | 6133292B |
-rw-r--r-- | Testing/Canada_Tape.wav | 3969044B |
-rw-r--r-- | Testing/DeadzoneTest.png | 31570B |
-rw-r--r-- | Testing/FlutterTest.png | 26132B |
-rw-r--r-- | Testing/HysteresisTest.png | 142851B |
-rw-r--r-- | Testing/HysteresisTest_Tape.png | 196233B |
-rw-r--r-- | Testing/PulseTrain_Out.wav | 26554412B |
-rw-r--r-- | Testing/RisingSine_Bias.wav | 4899884B |
-rw-r--r-- | Testing/RisingSine_Dry.wav | 4712492B |
-rw-r--r-- | Testing/RisingSine_NoBias.wav | 4938284B |
-rw-r--r-- | Testing/RisingSine_Tape.wav | 3263444B |
-rw-r--r-- | Testing/deadzone_test.py | 23L |
-rw-r--r-- | Testing/pulse_train.wav | 17640058B |
-rw-r--r-- | Testing/sine_test.py | 48L |
-rw-r--r-- | Testing/timing_test.py | 25L |