hogliux
8413614744
Bump version number to 5.0.1
2017-05-04 15:26:54 +01:00
tpoole
f4046909ab
Added an OS X 10.5 compatible std::function replacement
2017-05-03 15:36:25 +01:00
jules
377a73a122
Tweaked the audio hosting demo to prevent multiple instances of the built-in filters being added
2017-05-03 15:00:10 +01:00
jules
e46f1d5990
Disabled another warning in the VST3 headers
2017-05-02 10:45:41 +01:00
hogliux
9d81c5066a
Bump version number to 5.0.0
2017-04-27 14:43:05 +01:00
hogliux
b5afccc37c
Updated file headers and the README with the JUCE 5 license
2017-04-27 14:43:04 +01:00
hogliux
7ed37f8600
Added the standard JUCE splash screen and app usage reporting
2017-04-27 14:43:03 +01:00
hogliux
ef2c63e4e3
Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices.
2017-04-27 14:40:50 +01:00
jules
d36156c620
Removed some extraneous semicolons
2017-04-21 11:15:07 +01:00
hogliux
411071f3b1
Fixed linux mouse jump issue by removing code that was made redundant after the latest linux improvements
2017-04-13 14:36:25 +01:00
jules
6c7bb37720
Fixed the use of the dontRescanIfAlreadyInList parameter in PluginDirectoryScanner::scanNextFile()
2017-04-12 14:49:08 +01:00
hogliux
daba498ef9
Fixed a bug where the AudioProcessor would sometimes fail to call the numChannelsChanged() callback
2017-04-03 12:16:58 +01:00
jules
79c54bc076
Added some missing 60fps framerate variables
2017-04-03 11:25:48 +01:00
tpoole
cbc0ed304b
Fixed Xcode VST3PluginFormat compiler warnings
2017-03-30 11:07:16 +01:00
jules
8ed41ed14b
Fixed some whitespace style and cleaned up some code using C++11
2017-03-27 13:06:42 +01:00
tpoole
79bdbc37cc
Fixed some misleading indentation warnings
2017-03-27 11:57:00 +01:00
hogliux
d0b704c6d4
Fixed a potential crash in the VST3 wrapper when certain buses are disabled
2017-03-16 17:41:33 +00:00
hogliux
2ca5a9c32b
Partially reverted fix for new VST3 SDK 3.6.7 by removing any dependency to VST2 SDK
2017-03-14 18:01:21 +00:00
hogliux
9c7ee8710a
Added support for VST3 SDK 3.6.7
...
You will need to update your VST3 SDK!
2017-03-13 17:15:57 +00:00
jules
6658f1fa70
Fixed a documentation typo
2017-03-13 14:14:04 +00:00
tpoole
4c59a920b4
Added Inter-App Audio capabilities to standalone plug-ins
2017-03-01 11:55:52 +00:00
jules
bf02c6e182
Minor documentation fix
2017-02-24 08:24:32 +00:00
tpoole
e33abbc6fe
Replaced Projucer-generated header guards with #pragma once and updated the examples
2017-02-17 15:34:10 +00:00
tpoole
1e2f6fec5c
Restored module header #defines
2017-02-17 10:26:09 +00:00
tpoole
9593557aa7
Made KnownPluginList sorting case sensitive and binning case insensitive
2017-02-16 17:42:02 +00:00
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.
2017-02-13 17:14:34 +00:00
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
2017-02-13 14:12:39 +00:00
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
2017-02-13 11:57:22 +00:00
jules
efac121466
Increased accuracy of frame rate constants in the plugin wrappers
2017-02-13 08:55:07 +00:00
hogliux
e5f2c7037b
Added support for static VST libraries on Android
2017-02-09 18:23:54 +00:00
tpoole
4666c3dec9
Return AudioProcessorParameterWithID from AudioProcessorValueTreeState methods
2017-02-09 10:25:04 +00:00
hogliux
d0b628f0a6
Added a workaround to avoid a crash in broken JUCE 4.1 synth plug-ins
2017-02-07 10:11:32 +00:00
hogliux
2da1bc5f41
Replace include guards with "#pragma once"
2017-02-01 17:18:07 +00:00
hogliux
a4d71cc374
Added a workaround for old JUCE VST2 plug-ins which would not check the speaker arrangement for nullptr
2017-02-01 11:12:03 +00:00
hogliux
e0aff606a8
Bump version number to 4.3.1
2017-01-26 10:40:42 +00:00
hogliux
d16123adc8
Added a new optional in/out parameter to AudioProcessor::Bus::isLayoutSupported to allow hosts to predict how the entire layout of an AudioProcessor may change when changing the layout of a single bus
2017-01-23 14:37:01 +00:00
hogliux
3370adae7b
Fixed a compiler warning on newest version of gcc
2017-01-18 17:04:10 +00:00
tpoole
9b1ae84927
Fixed bug when maximum number of plug-in io channels is one
2017-01-18 09:55:29 +00:00
tpoole
a554d0e95e
Added to the AudioProcessorValueTreeState documentation
2017-01-12 14:14:19 +00:00
hogliux
ba512e96fd
Renamed 'generic' parameter Category enum to something less generic
2017-01-12 12:54:50 +00:00
hogliux
7897331403
Added support for level meter parameter categories
2017-01-11 18:02:40 +00:00
tpoole
0d7a77d8ee
Improved AudioProcessorValueTreeState documentation
2017-01-10 13:03:13 +00:00
jules
f1baf9b122
Added VST hosting support for begin/endParameterChangeGesture, and tidied up some internal code
2016-12-30 15:47:18 +00:00
tpoole
158bc981de
Fixed an issue restoring VST3 GUI state
2016-12-21 12:25:35 +00:00
tpoole
af0791552a
Fixed Linux message thread assertion in AudioProcessorValueTreeState
2016-12-20 13:23:29 +00:00
tpoole
13549989fd
Added C++11 functions to Doxygen
2016-12-14 12:40:13 +00:00
ed
9a130f2810
Set avoidReallocating argument of AudioBuffer::makeCopyOf() to true in some audio class methods to avoid unnecessary reallocations in double-float buffer conversion
2016-12-07 10:10:20 +00:00
hogliux
f6727f204b
Added label parameter to all AudioParameter constructors
2016-12-05 12:07:44 +00:00
hogliux
bd9697b687
Fixed a compiler error on older gcc versions
2016-12-05 09:49:18 +00:00
hogliux
b86e1331ac
Fixed a bug where the AU/AUv3 wrapper would create a spurious input bus when no inputs where specified in the Projucer's legacy channel configuration field
2016-12-01 10:47:52 +00:00