juce
Here are 225 public repositories matching this topic...
Starting from v0.15.4, Giada supports a primitive form of mono/stereo plug-ins. Full support is welcome, where the user can customize the channels layout through the channel matrix (see Reaper for example).
Useful JUCE classes:
https://docs.juce.com/master/classAudioProcessorGraph.html
https://docs.juce.com/master/classAudioProcessorPlayer.html
Readings:
You already mention the licensing in the README, however, having a LICENSE or COPYING file in the repository would make it easier to spot what license is used.
Additionally, the individual code files are currently having a header which smells like "All Rights Reserved". Ideally they'd receive a file header which would restate the license (GPL header and a note that commercial licenses are avail
-
Updated
Jun 11, 2020 - C++
Expected Behavior
- overflow minimizes menu
Current Behavior
- the menu and headings overlap
- search background out of sync with boundaries
Possible Solution
-
Updated
Jun 11, 2020 - C++
-
Updated
Oct 9, 2019 - C++
Could be a useful enhancement (or new node)
Want to back this issue? Post a bounty on it! We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm
-
Updated
May 7, 2020 - C++
-
Updated
Nov 8, 2019 - C++
-
Updated
Jun 10, 2020 - CSS
-
Updated
Dec 14, 2019 - C++
-
Updated
May 26, 2020 - C++
-
Updated
Jun 4, 2020 - C++
-
Updated
Jun 11, 2020 - C++
Document module
- structure and format
- compression - gzip w/ brotli or zopfli?
- buffers
- markdown
- ChucK code See #7
- Faust diagrams See #11
- pattern data
- notes
- envelopes
- per-note
- per-channel
- per-pattern
- per-document
Backends
Improve this page
Add a description, image, and links to the juce topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the juce topic, visit your repo's landing page and select "manage topics."

Hi, I've been experiencing crashes in my application and I stumbled upon a couple of places where raw
thispointers are being captured inIAsyncOperationcallbacks (see WinRTInputWrapper and [OpenMidiPortThread](https://github.com/WeAreROLI/JUCE/blob/develop/modules/juce_audio_devices/