
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 …
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 …
Disaster recovery and long term development strategy - JUCE
Mar 8, 2017 · I have Mac desktop and Windows 10 laptop so which I use depends on where I am - I generally work from home but do go places during the week so I don’t go mad… Gives me …
Android build architectures - JUCE
Sep 25, 2017 · Hi, in the projucer settings for Android it says to leave the architectures field empty to build all Android architectures, but this seems to only build32-bit, i.e. doesn’t build x86_64, …
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 …
Xcode "Copy File Phase" in Projucer - The Projucer - JUCE
Oct 19, 2022 · Anyone knows how to add “Xcode copy file phase” to Projucer project?
Why are my sample offsets not working for MIDIEvents in ... - JUCE
Oct 24, 2019 · I wanted to understand how sample offsets work when adding MIDI Events to the passed in MIDI Buffer in processBlock(). So I modified the ArpeggiatorDemo to send out a …
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 …
AudioPluginHost 5.4.3 : MIDI effect produces double notes?
Jul 30, 2019 · (didn’t find any existing topic, so here goes) I think I’m trying to do something simple, and it almost works. I’ve created a simple MIDI effect “Transpose”. I tried using the …