Skip to content

Instantly share code, notes, and snippets.

@tomfclarke
tomfclarke / JucePluginAUPresetToXML.h
Created March 6, 2020 12:58
Command-line utility to convert AU presets saved with a JUCE plug-in to XML state.
/*******************************************************************************
The block below describes the properties of this PIP. A PIP is a short snippet
of code that can be read by the Projucer and used to generate a JUCE project.
BEGIN_JUCE_PIP_METADATA
name: JucePluginAUPresetToXML
description: Command-line utility to convert AU presets saved with a JUCE plug-in to XML state that can be loaded by AudioProcessorValueTreeState.
dependencies: juce_audio_basics, juce_audio_processors, juce_core, juce_data_structures, juce_events,
@tomfclarke
tomfclarke / FlexBoxWrapHalf.h
Created December 18, 2019 12:24
JUCE PIP: FlexBox Wrap Rows By Half
/*******************************************************************************
The block below describes the properties of this PIP. A PIP is a short snippet
of code that can be read by the Projucer and used to generate a JUCE project.
BEGIN_JUCE_PIP_METADATA
name: FlexBoxWrapHalf
dependencies: juce_core, juce_data_structures, juce_events, juce_graphics, juce_gui_basics
exporters: vs2017, xcode_mac