luigisambuy
|
ea7677970c
|
modified sliderValueChanged() to notify host only on mouse clicks
|
9 years ago |
luigisambuy
|
1e9af22f96
|
modified valueChanged() to notify host only on mouse clicks.
|
9 years ago |
luigisambuy
|
6547452fd3
|
Fixed a leak of bubbleMessage object in juce demo
|
9 years ago |
hogliux
|
59cc979cfe
|
Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host
Some NI plug-ins really don't like it if you call [NSApp stop] while they are still loaded.
Fixes #89
|
9 years ago |
jules
|
8994f37dd0
|
Added some FlexBox layout classes, and a demo page for this in the big juce demo app
|
9 years ago |
hogliux
|
b936786f80
|
Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive
|
9 years ago |
hogliux
|
1053dc5755
|
Allow having zero programs in VST
|
9 years ago |
hogliux
|
c9aca28d00
|
Add pkg-config support for linux
|
9 years ago |
hogliux
|
630ab88f8b
|
Version number update
|
9 years ago |
jules
|
31f935cc60
|
Added a new Graphics::drawImage method that takes a Rectangle<float>
|
9 years ago |
jules
|
e4592d132f
|
Projucer: tweak to the way GCC -D flags are generated
|
9 years ago |
jules
|
8a9fbc38f9
|
Resaved some project files
|
9 years ago |
hogliux
|
1f6fa5cc3b
|
Re-save all projects
|
9 years ago |
hogliux
|
b1a7441bcc
|
Align manufacturer code of sample plug-ins in JUCE repo ('ROLI')
|
9 years ago |
hogliux
|
adfc6e9e80
|
Re-save projects
|
9 years ago |
hogliux
|
6810791645
|
Make sure that the legacy AU rez file is correct for midi effect AUs
|
9 years ago |
hogliux
|
3ddd2db037
|
Allow access to all URLs in the JUCE Demo
|
9 years ago |
jules
|
ec40f0940c
|
Updated version numbers in modules, and resaved example projects
|
9 years ago |
jules
|
74554a206c
|
Improved performance of some BigInteger methods by adding Montgomery Multiplication and extended Euclidan algorithms
|
9 years ago |
hogliux
|
cf39ad4b02
|
Fix multiple compile errors on older gcc versions
|
9 years ago |
hogliux
|
4205123d45
|
Fix an edge-case if the last stored editor window size is zero
|
9 years ago |
hogliux
|
ebb0a156a4
|
Add options to make AuidoProcessorEditors resizable with constraints
|
9 years ago |
jules
|
2c3a2eae63
|
Simplified some demo plugin code to avoid a display update problem
|
9 years ago |
jules
|
09d6409644
|
Refactored some demo code to avoid a problem when using String::formatted when Strings are UTF-32
|
9 years ago |
Timur Doumler
|
d6ed722d76
|
Updated Android Studio build settings in projects.
|
9 years ago |
Timur Doumler
|
908e1e93b9
|
Android Studio exporter: changed default toolchain back to clang (works again after Android Studio issue 207585 has been fixed in gradle-experimental wrapper version 0.7.0-rc1, and is the toolchain recommended by Google).
|
9 years ago |
jules
|
aa3ead5e28
|
Resaved a demo component file
|
9 years ago |
jules
|
6fc08dd1cd
|
Added a workaround for Android GL glitches when pausing the app
|
9 years ago |
Timur Doumler
|
0c3057eb7e
|
Re-saved projects.
|
9 years ago |
jules
|
0b3a11ee07
|
Updated version number to 4.2.1
|
9 years ago |
Timur Doumler
|
60478175d6
|
Android Studio exporter: changed default toolchain to gcc, as clang/libc++ seems to be broken with Android Studio 2.1 Beta 3 (at least on OS X and Windows).
|
9 years ago |
jules
|
8920e1b1d2
|
Resaved projects
|
9 years ago |
jules
|
1601c907ae
|
Fixed some merge-noise in NetworkGraphicsDemo
|
9 years ago |
jules
|
325aeb1fc8
|
Resaved projects
|
9 years ago |
Timur Doumler
|
8462849955
|
Re-saved projects.
|
9 years ago |
Timur Doumler
|
8dfb1c589a
|
JuceDemoPlugin.jucer: removed wrong AAX path that was saved there earlier.
|
9 years ago |
Timur Doumler
|
37073c3ee0
|
Using static linking instead of a framework for the shared code of audio plug-ins on OS X.
|
9 years ago |
Timur Doumler
|
f5c19ef612
|
Fixed Android build settings of all .jucer files to use new default values instead of hard-coded old values (gradle version etc.)
|
9 years ago |
jules
|
f74338aab6
|
Resaved projects
|
9 years ago |
jules
|
8343f3468c
|
Found a few missing 'override' specifiers
|
9 years ago |
jules
|
effb421be1
|
Projucer: Updated some font use and removed the EULA if running without the live-coding DLL
|
9 years ago |
Timur Doumler
|
d80ceb0a1e
|
PlugInSamples: re-saved projects to fix accidentally added local AAX path.
|
9 years ago |
Timur Doumler
|
7d644173f3
|
Re-saved all audio plug-in projects.
|
9 years ago |
Timur Doumler
|
ef5aefe053
|
Re-saved all example projects that have AAX enabled by default.
|
9 years ago |
jules
|
e9edeccc20
|
Resaved projects
|
9 years ago |
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
10 years ago |
jules
|
ed067801eb
|
Tidied up some demo code
|
10 years ago |
jules
|
db152f618b
|
Added a workaround to the host demo app to avoid subtle event-loop problems with certain plugins on OSX.
|
10 years ago |
Timur Doumler
|
74447991ec
|
Fixed various compile errors due to rename of empty() to isEmpty().
|
10 years ago |
Timur Doumler
|
942d269edb
|
JuceDemo: removed an unnecessary capture-by-reference from a lambda.
|
10 years ago |