1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

4654 commits

Author SHA1 Message Date
jules
de855f0b35 Cleanups to some X windowing classes 2017-05-22 15:52:26 +01:00
jules
44d92805f6 Some cleanups in the VST wrapper and channel-set code 2017-05-22 15:52:16 +01:00
hogliux
e50cca1c1a Standalone Plug-in Target: Ensure that standalone plug-in target works with default Projucer's plug-in project template and improve code and UX to avoid nasty feedback loops 2017-05-22 13:02:08 +01:00
hogliux
d704ac9818 Linux: Fixed dlopens to use versioned library names 2017-05-19 10:32:36 +01:00
jules
a6ef6f393b Clarified a comment in OpenGLRenderer 2017-05-19 10:08:46 +01:00
hogliux
1e9be800c5 Projucer: Only add webkit2gtk-4 linux dependency if JUCE_WEB_BROWSER is actually enabled 2017-05-18 17:43:13 +01:00
hogliux
c63fd17568 Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android 2017-05-16 13:42:35 +01:00
tpoole
41bc46fd0b Code cleanup 2017-05-13 10:04:12 +01:00
hogliux
4c03a9079b VST2 hosting: do not instantiate VST2 effects twice 2017-05-12 16:17:26 +01:00
ed
b0c3531ac3 Improved the layout of the tick boxes in AudioDeviceSelectorComponent when using LookAndFeel_V4 2017-05-12 16:11:40 +01:00
jules
93f07cc177 Code cleanup 2017-05-12 09:27:35 +01:00
tpoole
a9efe89bd1 Code cleanup 2017-05-12 08:47:31 +01:00
tpoole
2fdff085b6 Fixed a bug when displaying a "None" device in AudioDeviceSelectorComponent 2017-05-11 17:15:10 +01:00
jules
b12d4c3378 (Fixed a warning in the last commit) 2017-05-11 16:35:53 +01:00
tpoole
8b78e90241 Win32: Added globalApplicationsDirectoryX86 to File::SpecialLocationType 2017-05-11 15:33:00 +01:00
jules
a82c11402c Made Rectangle::getSmallestIntegerContainer() handle Inf floating point values. Also did some quick modernisation of the Rectangle class. 2017-05-11 15:12:44 +01:00
jules
5c1e707824 Modernised RectangleList 2017-05-11 11:14:23 +01:00
hogliux
fa1b74611e VST2: Fixed a nullptr dereference when a VST2 host is supplying nullptrs to the VST2 processReplacing callback 2017-05-11 09:57:05 +01:00
tpoole
30c8f3f680 Fixed inconsistent VST 3 parameter changed callbacks 2017-05-10 17:18:44 +01:00
jules
847b37bf09 Fixed a VST3 DLL shutdown problem on Windows 2017-05-10 16:41:01 +01:00
hogliux
6d54057c7f VST2: Fixed a nullptr dereference in the VST2 wrapper if hosts supply nullptr buffer 2017-05-10 16:34:44 +01:00
hogliux
b4d655499b VST2: Use 16 channels of midi in VST2 wrapper 2017-05-10 16:10:12 +01:00
hogliux
c430b03efa AUv3: Ensured that the AudioProcessor's editor is released when the AUv3 view controller is de-allocated 2017-05-10 15:23:39 +01:00
hogliux
0365fafb3f AUv3: Fixed an issue where AUv3s would load muted if an unspecified layout tag was passed to the AUv3 2017-05-10 15:23:39 +01:00
jules
e6590cf095 Fixed a repaint glitch in the CodeEditorComponent, and updated some of its internal code 2017-05-10 11:34:40 +01:00
tpoole
e58bdc9c18 Fixed AudioDeviceSelectorComponent resizing bug 2017-05-10 11:22:04 +01:00
jules
8dc5bbe916 Simplified the String::toHexString overloads into a templated function that should work with all integer types 2017-05-10 09:50:56 +01:00
jules
e7923af185 Got rid of the old PARAMETER_TYPE macro - this isn't needed as the same thing can be done directly with the TypeHelpers::ParameterType helper class 2017-05-10 09:37:37 +01:00
tpoole
f1409640f8 Added File::isRoot() 2017-05-09 17:59:07 +01:00
hogliux
d6b1796361 Linux: continue servicing the message loop while a file browser modal component is open (fixes #177) 2017-05-09 12:43:08 +01:00
hogliux
fca858f8d3 Linux: fixed harmless warning about extra semicolon in juce_linux_Midi.cpp 2017-05-09 12:38:14 +01:00
hogliux
63f179a8db Fixed an issue where the Fallback SimpleDownloader could crash on Android 2017-05-09 11:21:42 +01:00
tpoole
9b065f12b4 Fixed bug in the Win32 FileChooser dialog when selecting a nonexistent root drive 2017-05-09 10:48:11 +01:00
tpoole
97eed1e889 Added a static getSplashScreenLogo() method to JUCESplashScreen 2017-05-09 09:45:44 +01:00
hogliux
5c19886a43 Re-named JUCE_USE_CUSTOM_AU3_STANDALONE_APP macro and fixed linker errors on macOS/iOS platforms when macro is used 2017-05-08 12:15:37 +01:00
tpoole
5a0a17fc72 Fixed a compile error when a precompiler variable is not set 2017-05-08 09:10:51 +01:00
jules
70a830be4b Made VST plugins respond to the effIdentify message with the official 'NvEf' magic number 2017-05-05 17:13:06 +01:00
hogliux
c22547e7ec Fixed the implementation of setCurrentThreadAffinityMask on Android 2017-05-05 16:30:03 +01:00
jules
48d979514a Fix for realtime listener callbacks in OSCReceiver 2017-05-05 12:15:11 +01:00
hogliux
d6d699214a Fixed an issue where the Projucer's login window would remain blank on Ubuntu linux (Fixes #201) 2017-05-05 11:19:26 +01:00
hogliux
8413614744 Bump version number to 5.0.1 2017-05-04 15:26:54 +01:00
jules
5d491ee9c7 Added number suffixes to duplicate midi device names on Windows 2017-05-04 15:21:36 +01:00
ed
fa0b097652 Fixed some Projucer live-build errors on Windows and added an option to set the Windows target platform 2017-05-04 12:47:18 +01:00
hogliux
ece2d8b7c0 Fixed a warning on iOS 2017-05-04 12:17:47 +01:00
hogliux
2f24925f0c Added support for testing MIDI inside the iOS simulator 2017-05-04 12:17:33 +01:00
jules
014311fdbf Added some comparison and getter methods to Uuid. 2017-05-04 12:02:37 +01:00
jules
0c24b48be8 Fix for detection of number of CPU cores on Windows 2017-05-04 11:51:06 +01:00
hogliux
a1794b1143 Fixed a linker issue on some versions of linux where a newer webkit symbol might not be available 2017-05-04 11:29:05 +01:00
hogliux
7031f595d2 Fixed an issue where thread names were not set on Android 2017-05-04 10:51:15 +01:00
jules
2b4d0d8819 Disabled some more warnings in 3rd party AU and AAX code 2017-05-04 10:49:31 +01:00