Daniel Walz

Results 15 issues of Daniel Walz

This Pull Request adds an function overload to ValueTree sort, which takes a lambda, so that sorting of ValueTree children can be done in one line instead of creating an...

This commit adds a SafePointer to the PopupMenu, so it can use the colours of a targetComponent, as supplied by PopupMenu::Options::getTargetComponent().

This lets the ComboBoxAttachment automatically propagate the choices from AudioParameterChoice. It also switches a button connected via a ButtonAttachment to clickingTogglesState, makes no sense otherwise IMHO.

This PR adds the shift key as sustain, when using the mouse. This allows the user to enter chords with the mouse. Note that if shift is held, the mouse...

This commit allows to compile the streaming_example with the current JUCE master (6.1.2) - Replaced most ScopedPointer with std::unique_ptr - Removed using namespace juce and added juce:: prefixes/use the std...

To be added with options to add/remove from editor

enhancement

- Changes the layout to move the module in a modules folder - Adds the examples into the repository - Adds the previously private addons module - Adds the ffmpeg...