
Fun with valgrind - Linux - JUCE
Jun 27, 2007 · I decided to give valgrind a try, and I’m sort of impressed. I ran my app through and horror of horrors, it it was leaking! However, I couldn’t see how the leak was my fault …
Do I run into legal problems when creating this plugin? - General …
Feb 15, 2024 · Hi, I have an idea for a plugin, but I’m not sure if I would run into legal problems. I want to create a plugin that allow people to create a model of their own instrument. A user with …
OpenGL auto-detection - JUCE
Jun 12, 2017 · What are the minimum OpenGL requirements for JUCE’s OpenGLContext::attachTo(…) to work OpenGL 2 on desktop, OpenGL ES2.0 on mobile. If you …
Accented characters display problem - JUCE
Oct 28, 2013 · Hi Jules, I think I've come across a problem in Juce with accented characters. I'm using the tip and I have reproduced it in the Juce Demo project. If you have in your system a …
Cuda phase vocoder - Audio Plugins - JUCE
Oct 10, 2018 · It would be fun to try and build a standalone juce audio application that did real time pitch detection and pitch shift in the GPU That might be on my wish list of fantasy JUCE …
MidiInput question - General JUCE discussion - JUCE
Sep 13, 2010 · I just had a look at the MidiInput code on Windows. Might be a stupid question, but why is there actually a extra thread? Why not pass the MIDIMessage directly to the …
Read/Write files - Android - JUCE
Mar 2, 2022 · No, that is exactly the behaviour I am struggling with. I tried all possible values of SpecialLocation (should have looked at File::getSpecialLocation() earlier…), but for none of …
Xcode "Copy File Phase" in Projucer - The Projucer - JUCE
Oct 19, 2022 · Get JUCE. JUCE Xcode "Copy File Phase" in Projucer. The Projucer. zabukowski October 19, 2022, 7 :09am ...
Key-holding question - General JUCE discussion - JUCE
Jun 27, 2009 · Hi all, I need to implement key-holding, i.e. when someone presses a key in my app, I need to receive only one event, and then when he/she releases the key, I need to …
URL class doesn't provide standard fields - JUCE
Jan 5, 2012 · JUCE::URL doesn’t have a way to parse out the standard fields. It provides only scheme, host (called “domain”), path (called “subPath”), and query (called “parameters”); for …