juce-template icon indicating copy to clipboard operation
juce-template copied to clipboard

Template for JUCE plugins

Results 8 juce-template issues
Sort by recently updated
recently updated
newest added

Currently when a preset is right clicked, it is also selected. Need to find a way to right click but avoid selecting. Additionally, building the context menu depending on the...

bug
enhancement

When there are two presets with the same name, the next/prev preset buttons don't behave properly. Need to add some checks to see if the user saves a preset with...

bug

duplication script produces errors if .DS_Store file is present. Additional errors occur with jsui and rust-dsp folders. need to add a way to recursively copy these directories.

bug

Currently, the advanced button (button that shows the side panel) doesn't work consistently. Depending on the settings (always show side panel or not), the button may need to be clicked...

bug

Add a way to drag and drop the user presets so they can be reordered. Make sure not to drag/drop factory presets.

enhancement

The program should check to see if the preset name entered by the user matches any existing user presets.

bug
enhancement

Look through files for areas you can use forward declaration instead of includes.

optimization

The program currently loads these files correctly but if the xml tree structure changes, the program crashes. Figure out a way to avoid this even if the xml changes.

bug