hogliux
67b0e58187
Added code to ensure that assets are not copied when extra assets paths in Android are not specified
8 years ago
tpoole
1e2f6fec5c
Restored module header #defines
8 years ago
hogliux
2e0e984145
Add support for adding extra Android assets
8 years ago
tpoole
9593557aa7
Made KnownPluginList sorting case sensitive and binning case insensitive
8 years ago
tpoole
1a80a07a24
Improved the standalone BLOCKS SDK README and documentation
8 years ago
tpoole
8269f114f9
Listed all modules under the ISC license in the README
8 years ago
hogliux
6af68f7831
Added missing precision specifier in translateFragmentShaderToV3
8 years ago
ed
7f8d1008bc
Resaved all projects
8 years ago
ed
1739f34717
Changed Projucer MainWindow templates to use default LookAndFeel background colour instead of always light grey
8 years ago
tpoole
73ca34d7b6
Added an overload to allow AudioBuffer reference data to contain an offset
8 years ago
ed
61ae28b060
Fixed bug in ColourSelector::HueSelectorComp where the colour gradient was pink at the bottom
8 years ago
tpoole
c563d840da
Fixed a bug when looking for a module header in an invalid module
8 years ago
hogliux
42305de6da
Added method OpenGLContext::executeOnGLThread to help executing gl house-keeping tasks on the gl thread even when the message manager is locked
8 years ago
hogliux
0b6131034b
Modified Android exporter to use the jucer file's extra libraries in a more cmake way
8 years ago
tpoole
acd3fdfa23
Add the standalone BLOCKS SDK static library as a dependency in the example app projects
8 years ago
hogliux
934aa72d6f
Fixed an issue where the Projucer would not detect OpenGL ESv3 support correctly on Android
8 years ago
hogliux
fb47a9068a
Fixed a typo in the CMake file generator in the Android exporter
8 years ago
tpoole
0b3e192567
Restricted sample rate changes for composite audio devices to common sample rates only
8 years ago
tpoole
f1bbead360
Set the default Visual Studio exporter settings to separate build products by architecture
8 years ago
hogliux
938830e77f
Fixed a bug in the AAX wrapper where the code would access uninitialised values in the known stem formats array when compiling with newer AAX SDK versions
8 years ago
tpoole
e2a3733082
Added active configurations to the Visual Studio exporters
8 years ago
tpoole
bd73eec326
Broadcast external OS X sample rate changes to audio device change listeners
8 years ago
hogliux
1326846705
Only add DllMain to dll targets and remove from plugin utilities
8 years ago
Felipe F. Tonello
c2100022cc
Added several linux improvements to the event loop, MIDI and X11 (see commit messsage)
MIDI: Several ALSA Seq improvements
===================================
Many things were done in this patch (I couldn't really split in several
patches):
* Only one ALSA Sequencer client per application
* ALSA Sequencer client name is the application's name by default
* Fixed a bug when getDeivces() would return devices created by the
application itself
* Only ports created with createNewDevice() are allowed to be subscribed,
other ports (created by openDevice()) doesn't allow subscription
* AlsaPort is now handled by AlsaClient, basically having the proper
representation such as the ALSA Sequencer has.
Files: Fix default directory paths
==================================
Some information on:
* Linux LSB FHS:
http://www.linuxfoundation.org/collaborate/workgroups/lsb/fhs-30
* https://wiki.archlinux.org/index.php/Xdg_user_directories
Refactor Event loop to remove X11 dependency
============================================
The goal of this refactor was to remove X11 dependencies on juce_events
to enable non-gui applications (example, Embedded Linux apps) to have no
libx11 dependency.
The side-effect of this refactor is easy implementation of other Linux
graphical back-end, cleanup some code, better handling of X displays and
other benefits.
I removed a lot of the code from juce_linux_Windowing to separate files
for clarity. I also renamed all Linux X11 files to *linux_X11* instead of
just *linux*.
X11: Remove unnecessary XGrabButton call
========================================
This call is made unnecessary if used proper window flags when a window
is created.
8 years ago
hogliux
12b9c01ad6
Attempt to fix RTAS builds on Windows
8 years ago
ed
6f9d07abdb
Fixed a bug where modal components in a Viewport with setScrollOnDrag enabled hit jassert (numTouches >= 0) when dismissed
8 years ago
ed
5b811922fd
Fixed bug in AnimatedPosition where range minimum was set to std::numeric_limits<double>min() instead of -std::numeric_limits<double>max()
8 years ago
hogliux
eba76a8487
Changed the way the unique AAX plug-in id is generated to future proof it for any future channel formats Avid decide to add to AAX
8 years ago
ed
01aedca76d
Fixed bug where inertial mouse wheel events had screen position (0, 0)
8 years ago
hogliux
7d28d7dec2
Added a fix to generate the AAX plug-in ID from the channel configuration (and not an arbitrary order in which JUCE probes configurations)
Also added the method AudioProcessor::getAAXPluginIDForMainBusConfig for developers to override the generation of AAX plug-in IDs so that their plug-ins remain backward compatible
8 years ago
jules
efac121466
Increased accuracy of frame rate constants in the plugin wrappers
8 years ago
jules
f184ed1710
Clarified a few comments in the Image class
8 years ago
tpoole
e1f941e6c3
Whitespace cleanup
8 years ago
tpoole
51adfb8afd
Enabled multiple arguments for the Projucer whitespace cleaning commands
8 years ago
hogliux
e5f2c7037b
Added support for static VST libraries on Android
8 years ago
hogliux
07d8283143
Re-saved Android and Xcode projects
8 years ago
hogliux
eb944840f9
Added local.properties to .gitignore so that user's SDK paths don't pollute git
8 years ago
hogliux
c1f7b6dc16
Fixed a possible nullptr dereference in the Android runtime permission code
8 years ago
hogliux
ebbba641a4
Fixed a bug where the bluetooth LE scanner would continue to scan even if the bluetooth selector window was closed
8 years ago
hogliux
376b83986a
Fixed a bug that would cause asserts to be ignored on some android platforms
8 years ago
jules
84da06214d
Fix for MovieComponent on older OSX SDKs. Updated video page in big demo app.
8 years ago
tpoole
7bb30364a4
Resaved all projects
8 years ago
tpoole
9c5f6dbe10
Removed the "Update to recommended settings" warning for the latest version of Xcode
8 years ago
hogliux
cb6d43cbae
Added preliminary support for static libraries on Android
8 years ago
tpoole
a2635253f2
Added a tooltip to the Runtime Library selection in the Projucer
8 years ago
tpoole
4666c3dec9
Return AudioProcessorParameterWithID from AudioProcessorValueTreeState methods
8 years ago
hogliux
04696f8082
Always build the AUv3 target with at least 10.11 SDK
8 years ago
hogliux
dd2d64c363
Added missing call to JuceAU's base class' SetBusCount method
8 years ago
hogliux
7e39b58b31
Re-wrote android OpenSL backend adding support for native floating point buffers, unprocessed audio input and lock-free input/output audio syncing
8 years ago
hogliux
6559b3e185
Fixed multiple harmless warnings in Android builds
8 years ago