JUCE
JUCE copied to clipboard
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
### Detailed steps on how to reproduce the bug I open the Arpeggiator MIDI plugin example in the Projucer. I then generate and load the Xcode files. I then click...
The implementation of `AudioIODevice::setAudioPreprocessingEnabled` in `juce_ios_Audio.cpp` uses the `AVAudioSession::setMode` method to set the `AVAudioSessionMode` of the session to `AVAudioSessionModeMeasurement`. However, this also removes the processing of output signals, causing a...
### Detailed steps on how to reproduce the bug Dear all, I am currently providing a JUCE-based plugin MIDI instrument that wraps the fluidsynth soundfont library into a [DAW plugin.](https://github.com/prof-spock/FluidSynthPlugin)...
### Detailed steps on how to reproduce the bug Build and run MidiDemo and navigate input/output device list. ### What is the expected behaviour? VoiceOver should announce device name. ###...
Hello, I've come accross a very strange bug that I can't wrap my head around.. I'm working on this software : http://benjamin.kuperberg.fr/chataigne that is able among other things, to send...
### Detailed steps on how to reproduce the bug `/bigobj` is required to build juce_gui_basics on MSVC, and when building on Xcode in a CI environment can take longer than...
### Detailed steps on how to reproduce the bug userApplicationDataDirectory always resolve to the fallback. `getSpecialLocation(userApplicationDataDirectory)` will always resolve to `~/.config`. ### What is the expected behaviour? That is uses...
When using a Bluetooth audio microphone device (at any App), the SR of the speaker device automatically changed. At this time, the SR of Juce's Audio Callback and the SR...
### Detailed steps on how to reproduce the bug Start a JUCE program, e.g. BespokeSynth: plugins listed in `VST3_PATH` are not taken into account. ### What is the expected behaviour?...
1. enable the `iCloud Permissions` option for macos 2. use the project bundler identifier instead of `CFBundleIdentifier` for the icloud container identifier. this way a project with macos and ios...