DJLevel3
|
af39e28cc9
|
Merge branch 'main' into trace
|
2025-01-17 13:32:41 -05:00 |
DJLevel3
|
800952ba0b
|
Some tuning
|
2025-01-17 13:26:24 -05:00 |
DJLevel3
|
ff0b69cc6d
|
Make slider smoothing more configurable, and configure trace sliders to be much faster
|
2025-01-17 09:59:33 -05:00 |
James H Ball
|
67fb2961a5
|
Add more decimal places to effects and lfo
|
2025-01-13 21:11:26 +00:00 |
James H Ball
|
b5f935b823
|
Add double-click to reset parameter values
|
2025-01-12 11:57:51 +00:00 |
James H Ball
|
dd3d051793
|
Fix several bugs, add audio player at bottom for sosci
|
2025-01-06 18:27:23 +00:00 |
James H Ball
|
35fd78de44
|
Add several features to prepare for release
|
2025-01-04 14:35:10 +00:00 |
James H Ball
|
bfe497ca72
|
Add sweep / V-T functionality and update mac icon
|
2025-01-03 16:37:36 +00:00 |
James H Ball
|
eff8b3f635
|
Refactor Point to OsciPoint due to naming conflicts
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
96fb3efbb0
|
Significantly simplify usage of SwitchButtons
|
2024-08-21 12:09:50 +01:00 |
James Ball
|
4052788c8a
|
Fix audio input being disabled, improve checkbox lookandfeel, allow lfo sliders to be more granular
|
2024-04-04 21:23:06 +01:00 |
James Ball
|
690ea8bd43
|
Move Lua component under the code editor, remove z pos and rotate speed parameters
|
2024-02-12 22:33:06 +00:00 |
James Ball
|
8a91099c55
|
Rename Vector2 to Point
|
2024-01-07 16:17:20 +00:00 |
James Ball
|
18776c7324
|
Set value of parameters in correct order, increment version number, and clip input volume
|
2024-01-01 17:34:17 +00:00 |
James Ball
|
b20ef8b994
|
Disable sidechain for Lua
|
2024-01-01 17:34:17 +00:00 |
James Ball
|
72cc253159
|
Resize effect component when too small, and add sidechain ability
|
2024-01-01 17:34:17 +00:00 |
James Ball
|
10fecca39e
|
Correctly notify host of parameter changes when loading a project
|
2024-01-01 17:34:17 +00:00 |
James Ball
|
185737dea8
|
Save ADSR and voice info to state and add Create New Project option
|
2023-12-21 14:43:15 +00:00 |
James Ball
|
633723f1ba
|
Move description to parameters
|
2023-12-17 21:32:56 +00:00 |
James Ball
|
596771f625
|
Change how min/max is initialised to prevent naming conflicts on Windows
|
2023-09-07 21:55:10 +01:00 |
James Ball
|
adf5624e4e
|
Start trying to support mac
|
2023-09-01 19:52:36 +01:00 |
James Ball
|
8bdbe2aac4
|
Projects are now fully saveable and loadable from a DAW
|
2023-07-25 14:09:21 +01:00 |
James Ball
|
c75a036048
|
Add ability to save state of project to xml
|
2023-07-25 12:23:27 +01:00 |
James Ball
|
70de26bbb2
|
Show different slider when non-static LFO chosen
|
2023-07-21 11:41:01 +01:00 |
James Ball
|
34adbc767d
|
Remove LFO support for Lua and remove 'infinite' lua sliders as you cannot dynamically add parameters
|
2023-07-21 11:08:55 +01:00 |
James Ball
|
4520771b15
|
Make BooleanParameter discrete, show correct LFO names to plugin parameter
|
2023-07-20 21:54:21 +01:00 |
James Ball
|
7b38df4031
|
Add animation in Effect
|
2023-07-20 21:41:53 +01:00 |
James Ball
|
08458a4251
|
Add LFO and LFO Rate as parameters
|
2023-07-20 20:01:09 +01:00 |
James Ball
|
e4bc512a66
|
Add combobox on all effects for changing LFO and move lua/obj panel underneath other effects
|
2023-07-20 17:24:34 +01:00 |
James Ball
|
230707823d
|
Convert all parameters to raw pointers as JUCE manages them
|
2023-07-18 19:20:54 +01:00 |
James Ball
|
e22897d8d0
|
Add parameters for enabling and disabling effects, and refactor effects to store a boolean for enabled effects rather than presence in a list
|
2023-07-18 17:25:09 +01:00 |