Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 52 commits
Commits
Show all changes
153 commits
Select commit Hold shift + click to select a range
bfce8f7
Initial commit
silver-yar Nov 28, 2020
976f0ba
Merge branch 'main' of github.com:silver-yar/ap_dynamics
silver-yar Nov 28, 2020
76fa764
modified gitignore
silver-yar Nov 28, 2020
b2ef871
gitignore now working
silver-yar Nov 28, 2020
86bf890
gitignore now working
silver-yar Nov 28, 2020
d7ea01f
feedfoward and feedback working
silver-yar Nov 30, 2020
be2bae5
started plot component & changed styling
silver-yar Dec 1, 2020
189a594
added screenshot to readme
silver-yar Dec 1, 2020
3585ae3
added rms compression, makeup, meter, and characteristic curve
silver-yar Dec 4, 2020
d89d709
updated screenshot
silver-yar Dec 4, 2020
9363549
added makeup and tone controls
silver-yar Dec 23, 2020
1463d40
gui overhaul
silver-yar Dec 24, 2020
2bbb19e
added button menu
silver-yar Dec 24, 2020
8e0255c
version 1
silver-yar Jan 11, 2021
063a195
updated screenshot
silver-yar Jan 11, 2021
34a9e3a
removed all sliders except thresh and ratio, added style param
silver-yar Jan 15, 2021
d97601b
simpler version 1 detergent style
silver-yar Jan 24, 2021
35e45d2
fixed slider spacing
silver-yar Jan 29, 2021
6a09808
added shaders and started opengl component
silver-yar Feb 4, 2021
9b32714
updated slider openGL for slider value
silver-yar Feb 12, 2021
71ff153
implemented std::chrono for system time based shader
silver-yar Feb 12, 2021
169a8f2
fixed uniform memory access issue
silver-yar Feb 12, 2021
964a556
able to load texture with JUCE
silver-yar Feb 18, 2021
d1284b2
fixed skew on ratio slider position
silver-yar Feb 19, 2021
e4459c3
changed shaders to inline because of file referencing issues
silver-yar Feb 25, 2021
3ab63c9
cleanup
silver-yar Feb 25, 2021
52f2414
fixed volume meter on threshold slider and some cleanup
silver-yar Feb 25, 2021
8bf85f9
fix memory leak in SliderBarGL
acarabott Feb 26, 2021
d16efef
Merge pull request #1 from acarabott/leak
silver-yar Feb 26, 2021
9bc0c18
changed gradient
silver-yar Feb 26, 2021
9b30e1c
fixed mixer button pointer bounds
silver-yar Feb 26, 2021
11c4e7a
added output gain control to MixerButton x-axis
silver-yar Feb 26, 2021
6063579
changed bg gradient radius and fixed MixerButton selector bounds
silver-yar Feb 27, 2021
78c033b
shadows?
silver-yar Feb 28, 2021
a7726e9
moved DSP to modules in DSP folder
silver-yar Mar 3, 2021
a4ec3f1
removed channel redundancy on DSP effects
silver-yar Mar 5, 2021
f123ea8
added shadow size and changed dsp parameters for overdrive and distor…
silver-yar Mar 11, 2021
35a0c79
added label shadow and constants for editor
silver-yar Mar 11, 2021
a009faf
modified slider colors and bg gradient
silver-yar Mar 11, 2021
5c6163f
implemented cubemap with issues
silver-yar Mar 11, 2021
cde213b
changed label justification
silver-yar Mar 11, 2021
7e43be8
changed background gradient position
silver-yar Mar 12, 2021
b4f3e84
changed label color
silver-yar Mar 12, 2021
6419f3a
using image convolution kernel
silver-yar Mar 18, 2021
0bf1df0
using image convolution kernel
silver-yar Mar 18, 2021
9e3d4fc
added shadows and still fixing cubemap
silver-yar Mar 25, 2021
b5093b5
removed cubemap from shader code
silver-yar Mar 26, 2021
ab60e5d
changed diffuse texture
silver-yar Mar 26, 2021
143ad70
fixed DSP overdrive
silver-yar Apr 8, 2021
4a8cade
updated screenshot and removed unused
silver-yar Apr 8, 2021
ccdc9e4
changed style slider selector to use bar instead of bubble
silver-yar Apr 16, 2021
fdff2a5
flipped style slider y-axis
silver-yar Apr 16, 2021
4a60e59
code cleanup
silver-yar May 20, 2021
8315aa7
reformat code
silver-yar May 20, 2021
2a50527
code reformatting
silver-yar May 20, 2021
9a6761d
APCompressor code cleanup
silver-yar May 20, 2021
f3fcd79
reformat dsp
silver-yar May 20, 2021
bfa66d1
reformat dsp
silver-yar May 20, 2021
c9e0087
code reformat
silver-yar May 20, 2021
7753801
removed unnecessary extern
silver-yar May 20, 2021
4bbe774
added minusInfinityDb constant to project
silver-yar May 25, 2021
5a73e88
set resizable window to false
silver-yar May 25, 2021
7396b5d
switched shader code to raw string literals
silver-yar May 25, 2021
fe698d4
removed extraneous shader and cube map resources
silver-yar May 25, 2021
922b15b
implemented catch2 testing in CMakeLists.txt
silver-yar May 27, 2021
e214ea5
bye projucer
silver-yar May 28, 2021
aed0818
catch2 test implemented
silver-yar May 28, 2021
ab6cf40
added cmake-format.yaml with formatted CMakeLists.txt
silver-yar May 28, 2021
f7c7214
added compiler warnings as errors
silver-yar Jun 3, 2021
30493bf
additional testing with sample processing period
silver-yar Jul 15, 2021
e93a997
Working test plot png export
silver-yar Jul 22, 2021
155d116
working on plot generation
silver-yar Jul 29, 2021
53da201
working plotData() function
silver-yar Jul 29, 2021
f8fdabf
fixed generatePlot() function
silver-yar Jul 29, 2021
0d49eb3
added distortion and overdrive to plot test
silver-yar Aug 5, 2021
4bfd0aa
fixed majority of compiler warnings
silver-yar Aug 13, 2021
b73ce11
implemented 2D spectrum analyzer snapshot plot test
silver-yar Aug 26, 2021
37ad59d
added enum class to plot test & cleaned up dsp classes
silver-yar Aug 28, 2021
2ad6c27
removed ShowHideContainer from PluginEditor and renamed ShowHideConta…
silver-yar Sep 10, 2021
3414b81
modified mix parameter
silver-yar Sep 15, 2021
2832736
started Componet Editor helper
silver-yar Sep 15, 2021
0806a63
removed ComponentEditor class to new project
silver-yar Oct 7, 2021
4ca5beb
fixed plot-test plotData() x-axis scaling
silver-yar Oct 14, 2021
8dcdd07
fixed tube distortion mixing
silver-yar Oct 14, 2021
bf3ee65
fixed mixer button pointer positioning
silver-yar Oct 21, 2021
52a2273
removed component editor from CMakeLists and debug in MixerButton.cpp
silver-yar Nov 18, 2021
ff7b24a
switched to JUCE v6.1.2 - fixed juce opengl namespaces
silver-yar Nov 20, 2021
cdda2f8
const everything in PluginProcessor
silver-yar Nov 20, 2021
eba7c43
implemented smoothed makeup parameter and changed thread dependent me…
silver-yar Nov 20, 2021
773cf43
reworked APDefines and associated constants
silver-yar Nov 22, 2021
3edfebd
reworked slider code to be cleaner
silver-yar Nov 23, 2021
dd6af05
reworked slider - more unique_ptrs
silver-yar Nov 24, 2021
fc3143c
moved unique_ptr initialization for assets to a private member function
silver-yar Nov 25, 2021
7d355d6
moved mix private member in PluginProcessor to DSP update member func…
silver-yar Nov 26, 2021
5575554
more const / constexpr
silver-yar Nov 26, 2021
a39d612
made system font a static const available in APDefines
silver-yar Nov 27, 2021
5f9a21d
const, constexpr, auto pass also implemented global defines
silver-yar Nov 27, 2021
db80e10
changed version number text to system font
silver-yar Nov 27, 2021
2566f32
forgot a const
silver-yar Nov 27, 2021
3e8380f
made assets unique pointers and fixed image allocation
silver-yar Nov 27, 2021
ddb375c
const, constexpr, auto pass also simplified slider bounds
silver-yar Nov 28, 2021
672d5cb
added more constants to APDefines
silver-yar Nov 28, 2021
a7a511b
const, constexpr, auto pass also cleaned up comments unused variables
silver-yar Nov 28, 2021
36390f9
removed unused resources
silver-yar Nov 28, 2021
0eaabea
const, constexpr, auto pass
silver-yar Nov 29, 2021
fd06bf8
moved APDefines to Helpers folder
silver-yar Nov 29, 2021
a16d133
const, constexpr, auto pass of APOverdrive
silver-yar Nov 30, 2021
977f0a1
const, constexpr, auto pass of APTubeDistortion
silver-yar Nov 30, 2021
b2374b9
force const with lambda initailization
silver-yar Nov 30, 2021
f59673a
force const with lambda initailization
silver-yar Nov 30, 2021
9f307b4
fixed slider label bounds issue & simplified label bounds
silver-yar Nov 30, 2021
9730a42
removed unused sliderType from lookAndFeel
silver-yar Nov 30, 2021
fec28cb
added blur radius constants to APDefines
silver-yar Nov 30, 2021
051909c
fixed mouseDrage bounds of mixer button
silver-yar Nov 30, 2021
98cacca
added standalone icon
silver-yar Dec 2, 2021
ca2003b
modified standalone icon
silver-yar Dec 2, 2021
5f7eb99
new screenshot
silver-yar Dec 2, 2021
2464a61
modified icon / added to read me
silver-yar Dec 2, 2021
de35bf0
fixed icon shadow
silver-yar Dec 2, 2021
ecee7f8
added APDefines to APCompressor and added x86_64 build architecture
silver-yar Dec 3, 2021
6f32332
AudioBuffer thread crash quick fix
silver-yar Dec 4, 2021
049ed64
added parameter constants to APDefines
silver-yar Dec 8, 2021
0d046e4
implemented parameter defines an initialized atomic float members
silver-yar Dec 8, 2021
914247c
fixed wandering sig fig issues in slider label
silver-yar Dec 14, 2021
eb20525
juce 6.1.3 update
silver-yar Dec 16, 2021
c1d73c2
made slider textboxes editable
silver-yar Dec 16, 2021
b33349c
fixed tube distortion audio issues
silver-yar Dec 16, 2021
d9ecb75
made slider text editable on click
silver-yar Dec 19, 2021
a694dca
added a very basic parameter menu popup
silver-yar Dec 25, 2021
98c46f6
Working parameter grid
silver-yar Jan 14, 2022
ccc3ab6
started juce::Grid implementaion
silver-yar Jan 20, 2022
2e0d8a0
Parameter Menu progress
silver-yar Jan 20, 2022
1575aa1
redid fragment shader but w/ redundant code
silver-yar Jan 28, 2022
bc6d4d4
Parameter Menu progress: implemented dynamic scrollable view with sli…
silver-yar Jan 31, 2022
71ab785
new logo
silver-yar Feb 1, 2022
45f7b1f
new logo v2
silver-yar Feb 2, 2022
e84fb51
updated parameter menu button styling
silver-yar Feb 3, 2022
deb4113
improved parameter menu padding
silver-yar Feb 3, 2022
43621c4
added click away to close behavior to parameter menu component
silver-yar Feb 4, 2022
6c6451a
Parameter Menu progress: improved closing implementaion
silver-yar Feb 17, 2022
12f4968
added new constant for menu button size
silver-yar Feb 18, 2022
b788bbd
Parameter Menu progress: updating Font
silver-yar Feb 23, 2022
c74bbc3
Moved LookAndFeel classes to a dedicated source file
silver-yar Feb 23, 2022
ea732a0
Changed menu sliders' color
silver-yar Feb 23, 2022
27343b6
updated to JUCE 6.1.6
silver-yar Mar 17, 2022
74f06d8
improved comments in dsp code and fixed cmakelist architecture varaib…
silver-yar May 15, 2022
d47903e
unfinished filtering changes
silver-yar Jun 9, 2022
5e6d110
tube distortion w/out post-normalization
silver-yar Jun 9, 2022
3c4d409
improved tube distortion dsp
silver-yar Jun 11, 2022
7a91a88
tube distortion re-intergrated with dsp process chain
silver-yar Jun 11, 2022
366b09d
working distortion with potential multi-channel issues
silver-yar Jun 17, 2022
68b6d03
implemented mix buffer in process chain between compressor and tube d…
silver-yar Jun 17, 2022
65b8c6b
implemented mix buffer in process chain between compressor and tube d…
silver-yar Jun 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,154 changes: 0 additions & 4,154 deletions Builds/CLion/CMakeLists.txt

This file was deleted.

55 changes: 0 additions & 55 deletions Builds/CLion/Debug-Info-AU.plist

This file was deleted.

29 changes: 0 additions & 29 deletions Builds/CLion/Debug-Info-Standalone_Plugin.plist

This file was deleted.

29 changes: 0 additions & 29 deletions Builds/CLion/Debug-Info-VST3.plist

This file was deleted.

1 change: 0 additions & 1 deletion Builds/CLion/PkgInfo

This file was deleted.

55 changes: 0 additions & 55 deletions Builds/CLion/Release-Info-AU.plist

This file was deleted.

29 changes: 0 additions & 29 deletions Builds/CLion/Release-Info-Standalone_Plugin.plist

This file was deleted.

29 changes: 0 additions & 29 deletions Builds/CLion/Release-Info-VST3.plist

This file was deleted.

55 changes: 0 additions & 55 deletions Builds/MacOSX/Info-AU.plist

This file was deleted.

29 changes: 0 additions & 29 deletions Builds/MacOSX/Info-Standalone_Plugin.plist

This file was deleted.

29 changes: 0 additions & 29 deletions Builds/MacOSX/Info-VST3.plist

This file was deleted.

Binary file removed Builds/MacOSX/RecentFilesMenuTemplate.nib
Binary file not shown.
Loading