This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
927
Commits
11
Branches
2.0GB
Tree:
ca0dce68d5
develop
develop-distrho
v5.x-distrho
v6.0.8
v6.0.8-distrho
v6.1.6
v6.1.6-distrho
v7.0.12
v7.0.12-distrho
v7.0.9
v7.0.9-distrho
2021-05-28
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ca0dce68d5'
${ noResults }
JUCE
/
build
History
Julian Storer
91eeebda2f
Workaround for OSX tiled image rendering bug. Mingw atomics fix. Fix for compiling atomics on 10.4. Added a 'new folder' button to the directory chooser on Mac.
15 years ago
..
linux
Minor new method for File. Fix for mingw. Changed AudioProcessorGraph to contain a NamedValueSet instead of a PropertySet.
15 years ago
macosx
Workaround for OSX tiled image rendering bug. Mingw atomics fix. Fix for compiling atomics on 10.4. Added a 'new folder' button to the directory chooser on Mac.
15 years ago
win32
New class: NamedValueSet, which is a simple container for named var objects. Removed the clunky get/setComponentProperty methods and replaced them a single method Component::getProperties(), which returns a NamedValueSet for that component - if you've used component properties in your code you might need to change your syntax, but this is a cleaner solution, and using var objects for the data is more powerful than the old, string-based implementation. Also fixed a Mac image rendering bug.
15 years ago