jules
|
db7ada59b1
|
Avoided compile problems when the JUCE_USE_CUSTOM_AU3_STANDALONE_APP flag is set
|
2016-05-31 09:46:42 +01:00 |
|
jules
|
dcf9246395
|
Reduced the footprint of MidiMessage, and added some move operators to MidiMessageSequence
|
2016-05-28 21:36:42 +01:00 |
|
jules
|
23c361a08e
|
Fixed a minor compiler warning
|
2016-05-28 16:35:45 +01:00 |
|
hogliux
|
3852771d1c
|
Always send VST3 editor parameter changes to the VST3 processor
|
2016-05-27 10:29:08 +01:00 |
|
Timur Doumler
|
93b8fc18b6
|
Reverted MPEZone: added copy constructor and copy assignment operator. (reverted from commit 42a3145153). Reason: the methods auto-generated by the compiler are fine.
|
2016-05-26 12:53:53 +01:00 |
|
Timur Doumler
|
42a3145153
|
MPEZone: added copy constructor and copy assignment operator.
|
2016-05-26 12:49:06 +01:00 |
|
Timur Doumler
|
c807cbc7fc
|
MPEZone: cleaned up and clarified doxygen comments.
|
2016-05-26 12:49:06 +01:00 |
|
hogliux
|
cf39ad4b02
|
Fix multiple compile errors on older gcc versions
|
2016-05-26 11:50:04 +01:00 |
|
Timur Doumler
|
8c99b63a5d
|
Fixed a warning and a wrong indentation in MidiMessage.
|
2016-05-26 10:07:49 +01:00 |
|
hogliux
|
0141d0e1a6
|
Connecting an output node to a processor is an input and vice versa
|
2016-05-26 10:02:22 +01:00 |
|
Timur Doumler
|
07bc151ce3
|
MidiMessage: moved two useful helper functions into the public interface; minor cleanup of some member function declarations.
|
2016-05-25 15:54:07 +01:00 |
|
hogliux
|
968cee4ad2
|
Remove unnecessary code after moving to static shared code library
|
2016-05-24 18:59:35 +01:00 |
|
hogliux
|
1635f47b29
|
Modify buttonColourId and buttonOnColourId to be different colours
|
2016-05-24 17:24:12 +01:00 |
|
hogliux
|
a714febbe3
|
Fix incorrect number of output buses in standalone plug-in client
|
2016-05-24 17:07:40 +01:00 |
|
hogliux
|
0a040c6b97
|
Update avtive ports when opening JACK audio device
|
2016-05-24 17:05:46 +01:00 |
|
hogliux
|
0ea9e33544
|
Enable subclassing of StandaloneFilterApp
|
2016-05-24 16:53:38 +01:00 |
|
hogliux
|
f5391cd9f9
|
Only report one midi in & out bus in VST3 wrapper
|
2016-05-24 16:41:49 +01:00 |
|
hogliux
|
437b5c2bd2
|
Third time lucky?
|
2016-05-24 16:37:26 +01:00 |
|
hogliux
|
b003543cca
|
Fix typo in last commit
|
2016-05-24 15:41:58 +01:00 |
|
hogliux
|
c5a7fe6d6d
|
Add additional checks to enable/disable AUv3 support
|
2016-05-24 15:31:16 +01:00 |
|
hogliux
|
9069d70141
|
Fix bug in AudioGraphIOProcessor
|
2016-05-24 14:36:36 +01:00 |
|
hogliux
|
fe1421064b
|
Fix incorrect order of includes in VST_wrapper.mm
|
2016-05-24 12:52:53 +01:00 |
|
hogliux
|
749bffed7a
|
Add missing ifdefs from recent commit
|
2016-05-24 09:25:41 +01:00 |
|
hogliux
|
f11a2b2ff1
|
Fix modifier keys in AAX plug-ins on Windows 10
|
2016-05-23 18:47:39 +01:00 |
|
hogliux
|
54243ef0c0
|
Support hosting your own VST bundles on iOS
|
2016-05-23 15:41:45 +01:00 |
|
hogliux
|
a3c377bcd0
|
Move kAudioUnitProperty_MaximumFramesPerSlice setting/query after initialisation
|
2016-05-23 14:42:34 +01:00 |
|
hogliux
|
8df262a5d3
|
Don't use placement new for MemoryBlock assignment operator in var class
|
2016-05-23 10:17:23 +01:00 |
|
hogliux
|
0d52caff68
|
Make sure AAX wrapper calls releaseResources
|
2016-05-23 10:00:42 +01:00 |
|
hogliux
|
24a63ae2e0
|
If ChildProcess is not interested in stdout/stderr, then redirect to /dev/null instead of closing
|
2016-05-21 08:53:03 +01:00 |
|
hogliux
|
bda4b78489
|
Add missing assignment operator to var class
|
2016-05-21 08:42:34 +01:00 |
|
hogliux
|
4e91fd7cb8
|
Add an extra byte when copying VST2 strings
|
2016-05-21 08:07:53 +01:00 |
|
hogliux
|
ac9973f185
|
Add support for creating popup menus inside parent components
|
2016-05-20 17:08:26 +01:00 |
|
hogliux
|
77a8b9eab5
|
Fix a few warnings
|
2016-05-20 16:41:24 +01:00 |
|
hogliux
|
8e53286a20
|
Fix some warnings in VS2013 in the recent commits
|
2016-05-19 18:47:33 +01:00 |
|
hogliux
|
4205123d45
|
Fix an edge-case if the last stored editor window size is zero
|
2016-05-19 14:40:33 +01:00 |
|
hogliux
|
ebb0a156a4
|
Add options to make AuidoProcessorEditors resizable with constraints
|
2016-05-19 14:28:34 +01:00 |
|
hogliux
|
25f8faf8d3
|
Add windowIgnoresMouseClicks flag to tooltip windows
|
2016-05-19 10:20:26 +01:00 |
|
hogliux
|
ee7a56a115
|
Fix potential crash if DAW probes non-existent bus
|
2016-05-19 09:57:57 +01:00 |
|
hogliux
|
b3ee8806d6
|
Set kAudioUnitProperty_MaximumFramesPerSlice on iOS
|
2016-05-19 09:46:38 +01:00 |
|
hogliux
|
2c3783e834
|
Workaround for loading Izotope Plug-Ins
|
2016-05-17 16:53:48 +01:00 |
|
hogliux
|
368ce48198
|
Fix a race condition in the plugin scanner
|
2016-05-17 16:47:15 +01:00 |
|
Timur Doumler
|
4c900be00a
|
Added some init code to enable stdout, stderr, stdin in the special case that we run an non-console Windows app inside a Windows console such as cmd.exe or PowerShell.
|
2016-05-17 15:30:47 +01:00 |
|
Timur Doumler
|
c9c6aa0a2d
|
Merge branch 'master' into develop
|
2016-05-17 12:52:04 +01:00 |
|
Timur Doumler
|
fe3765308c
|
Fixed JUCE_BUILDNUMBER which was not correctly updated to 4.2.2.
|
2016-05-17 12:51:40 +01:00 |
|
hogliux
|
1bd850d28d
|
Minor tidy up of yesterday's VST3 preset commit
|
2016-05-17 12:11:04 +01:00 |
|
hogliux
|
7eb80b815c
|
Ensure that AudioUnitUninitialize is called on the message thread when destroying an AudioUnitPluginInstance
|
2016-05-16 18:23:57 +01:00 |
|
hogliux
|
5098232062
|
Tidy up a few warning
|
2016-05-16 18:22:27 +01:00 |
|
hogliux
|
f4086ad8f4
|
Support factory programs in VST3 hosting
|
2016-05-16 14:35:10 +01:00 |
|
hogliux
|
93a41cf743
|
Call setProcessing (false) when resting a VST3 plug-in
|
2016-05-16 14:33:53 +01:00 |
|
jules
|
f5324afd8b
|
Added some defenses against parsing corrupted metadata blocks in WAV files
|
2016-05-16 12:11:11 +01:00 |
|