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

3746 commits

Author SHA1 Message Date
jules
ceb1b405f0 Removed an iOS deprecated function in setKioskComponent() 2016-01-08 10:16:33 +00:00
jules
8a9322456f Replaced the now-deprecated iOS audio code with a new AVSession-based version. 2016-01-07 17:28:27 +00:00
Timur Doumler
c845a49268 Avoided a compiler warning in Xcode. 2016-01-07 15:37:31 +00:00
jules
aec16864fc Fixed a minor conversion warning 2016-01-07 15:19:28 +00:00
Timur Doumler
22e968b205 Added a Listener class to MPEZoneLayout. 2016-01-07 14:44:59 +00:00
jules
1240d4d6b3 Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2 2016-01-07 11:44:57 +00:00
jules
36a8380e4c Fix for case-insensitive comparison of extended UTF8 unicode chars, and some refactoring of CharacterFunctions. 2016-01-07 11:19:45 +00:00
jules
135a1b65de Fixed a typo in the last commit 2016-01-07 11:00:44 +00:00
jules
622add3dc9 Made the PopupMenu keep a weak reference to its LookAndFeel, so that it'll avoid crashing in situations where the L+F is deleted while the menu is still on-screen. 2016-01-07 10:39:10 +00:00
jules
3bc38d1e3b AudioUnit hosting: added code to handle plugin latency changes 2016-01-07 09:41:36 +00:00
jules
03dde6a2a8 Avoided a compiler warning in MPENote 2016-01-07 09:15:28 +00:00
jules
18de8b36c1 Avoided defining alloca on MINGW if there's already a definition for it 2016-01-07 09:12:48 +00:00
Timur Doumler
e958e5a647 Added comparison operators to MPEZone. 2016-01-06 18:15:22 +00:00
jules
82cc6b7183 Fix for an RTAS build error 2016-01-06 11:18:49 +00:00
jules
bc523c6724 Fixed a win32 pen/touch detection issue 2016-01-06 10:49:25 +00:00
Timur Doumler
c536d10be9 MidiKeyboardComponent: added possibility to change the length of the black keys as a proportion of the white keys to something else than the default of 0.7, and to query that proportion. 2016-01-05 16:39:57 +00:00
jules
d406cacc5f Avoided some deprecation warnings when building hosts on Windows 2016-01-05 16:39:21 +00:00
jules
d0f646a9ad Fix for a problem with CoreText when laying out very long text strings 2016-01-05 15:38:56 +00:00
jules
420f85bc5f Fixed a typo in MP3AudioFormat 2016-01-05 11:23:27 +00:00
jules
4d34212557 Fixed a problem with AudioDeviceSelectorComponent that caused repeated refreshes of the current midi device. 2016-01-05 10:26:42 +00:00
Timur Doumler
8c2b2a2247 Fixed iOS warning: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds] 2016-01-04 16:20:49 +00:00
Richard Meyer
321a102a8c Fixed an iOS build warning. 2016-01-04 15:29:54 +00:00
Felix Faire
b10039587d Removed extraneous forward declaration of BluetoothMidiSelectorOverlay 2016-01-04 15:29:54 +00:00
jules
85cd905fb4 Whitespace 2016-01-04 15:25:54 +00:00
jules
5a5fa35368 Fixed a comment for StringArray::removeString that didn't match the behaviour 2016-01-04 12:48:10 +00:00
jules
3b881401f1 Added some null pointer checks to createWriterFor methods 2016-01-04 12:43:49 +00:00
jules
400cd0e3f4 Deleted the old NPAPI/ActiveX juce_browser_plugin_client module. These plugin formats have not been supported by any modern browsers for some time. 2016-01-04 12:18:20 +00:00
hogliux
69d371d195 Make bus count non-writable or simple effect plug-ins: this seems to upset Logic 2016-01-04 11:49:37 +00:00
jules
c401515e64 Avoided a leak if the app is killed while an AudioDeviceManager is in the middle of playing a preview sound 2016-01-04 09:58:08 +00:00
jules
47538f87a2 Fix for compatibility with the latest VST3 SDK 2016-01-03 17:15:57 +00:00
jules
a6585b1ebf Fixed a typo in FFT 2016-01-03 15:41:58 +00:00
jules
1a7caaa58f Refactored AttributedString so that every part of the string has a single font and colour associated with it, to avoid some problems caused by fonts being undefined. 2016-01-03 13:16:18 +00:00
jules
63df487c86 Fixed an include problem with the AAX build 2015-12-30 10:41:36 +00:00
jules
88b1fe0d97 Better handling of OSX openGL buffer-swapping in occluded windows 2015-12-29 12:31:05 +00:00
jules
9ab9476fbc Fix for iOS builds targeting OS versions without touch-force 2015-12-29 11:34:29 +00:00
jules
1f433a8bfb Fix for an obscure win32 situation where a click from another app window could end up causing a click in a juce window if the other window closes with the mouse still down 2015-12-29 11:21:03 +00:00
jules
4b4b8df491 Simplified some headers in juce_audio_plugin_client to remove direct inclusion of AppConfig.h 2015-12-29 08:42:59 +00:00
jules
a8ca80a49d Fixed a typo in some exception-logging code 2015-12-28 10:18:42 +00:00
jules
e4e78c8591 Made the AAX wrapper support the isSuspended() flag 2015-12-24 12:06:07 +00:00
jules
923e8fabdb Removed some unnecessary includes of AppConfig.h 2015-12-24 11:55:46 +00:00
jules
c95253fad0 Cleaned out some old amalgamated build references. 2015-12-24 11:31:37 +00:00
jules
4583fa3fbf Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
jules
86a745dc35 Deduplicated some native code and stopped the OSX juce_isRunningUnderDebugger function from caching its result. 2015-12-23 14:31:06 +00:00
jules
8c5f433691 Standardised the names of some old macros in PlatformDefs.h 2015-12-23 14:24:12 +00:00
jules
2a1234b6ac Simplified some inter-module dependencies and exception-catching fallbacks 2015-12-23 11:47:18 +00:00
jules
baab7546f4 Replaced some uses of the now-deprecated AudioProcessor::getTotalNumInputChannels() 2015-12-23 09:43:10 +00:00
jules
f7524d0d09 Fixed some spelling mistakes in a comment 2015-12-23 09:08:47 +00:00
jules
edec7b34b2 Replaced some uses of AffineTransform::identity with a default-constructed object 2015-12-22 17:46:31 +00:00
jules
21d42f346f Minor fix to the last commit 2015-12-22 15:55:26 +00:00
jules
218a8149af Fixed several bugs in the AudioDeviceManager::playSound() mechanism that could cause feedback and other problems 2015-12-22 15:33:00 +00:00