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

6149 commits

Author SHA1 Message Date
jules
c5d9600fa1 Added comment to a file method. 2015-01-17 13:29:26 +00:00
jules
f7e36108f8 Fix for the Synthesiser voice-stealing algorithm 2015-01-16 13:35:30 +00:00
jules
af568cd263 Fixed typo in comment. 2015-01-14 15:06:41 +00:00
jules
7fe33baa20 Updated the Synthesiser classes to store the current midi channel in the voice. 2015-01-14 12:56:07 +00:00
jules
6682e07fe6 Linux VST windowing fix. 2015-01-14 12:21:44 +00:00
jules
45c620a996 Fix for ALSA CPU use when using an input device without an output device. 2015-01-14 11:01:02 +00:00
jules
ddb7e88cf9 Added Slider::isRotary() 2015-01-14 10:54:05 +00:00
jules
7c48d2cff8 Introjucer: added minor utility function. 2015-01-12 12:36:45 +00:00
jules
854a3e98d0 Added a new soft-keyboard type TextInputTarget::decimalKeyboard. 2015-01-12 12:33:54 +00:00
jules
c1dbb8684a Fix for auval fail with parameter strings in plugins with old-style parameter implementations. 2015-01-10 15:32:29 +00:00
jules
c19df0cc20 A couple more small fixes to WASAPI 2015-01-10 15:19:00 +00:00
jules
b2c9029026 Minor improvement to XML parsing. 2015-01-10 13:23:51 +00:00
jules
c5595695fe Optimisation to XML parsing of documents that contain large text sections. 2015-01-10 11:40:09 +00:00
jules
faa7f256b7 Even more WASAPI updates and fixes. Allegedly this means that exclusive mode should now work! 2015-01-09 09:53:28 +00:00
jules
2f3e5b1759 Introjucer: made sure that the post-build script is added in an AU-only project. 2015-01-08 21:13:09 +00:00
jules
05c68c28f3 Minor layout clean-ups. 2015-01-08 17:44:24 +00:00
jules
ac8bc1a7b4 Added methods to Label and TextEditor to specify the type of virtual keyboard they require. 2015-01-07 12:03:02 +00:00
jules
dc79ef6094 Introjucer: added ability to use BinaryData resources as images in the old GUI editor. 2015-01-06 16:33:42 +00:00
jules
5054b4959a Added a couple of jmap() functions, to map values from source ranges to target ranges. 2015-01-06 16:32:35 +00:00
jules
5c2e51da15 Tidy-up of ASIO generics, to allow more simultaneous devices. 2015-01-06 16:31:47 +00:00
jules
7233c1b8df Made a couple of String methods more robust in the edge-case where they get called with a recursive reference to the target string. 2015-01-06 10:47:04 +00:00
jules
7b3ca9900e Oops.. fixed typo in WASAPI code! 2015-01-06 10:45:38 +00:00
jules
50fc02a82b Introjucer: added newer platform SDK targets to VS2012 and VS2012 exporters. 2015-01-06 10:42:35 +00:00
jules
ae271f09de Introjucer: Fixed a typo in the iOS project generation that creates the launch-image info file. 2015-01-06 09:59:26 +00:00
jules
96054060cd Tweak to avoid a compiler warning. 2015-01-06 09:51:52 +00:00
jules
67acb27062 OSX TextLayout maximum height fix. 2015-01-06 09:49:49 +00:00
jules
734cae7888 Tweaked a few MSVC warning suppressants. 2015-01-06 09:49:26 +00:00
jules
9f073272f7 More WASAPI improvements. 2015-01-06 09:48:12 +00:00
jules
aea422609c Avoided some compiler warnings about unused functions. 2015-01-03 13:08:24 +00:00
jules
8f5623ca0b Gave MidiKeyboardComponent a keyPressed method to prevent keypresses that it's using from being passed through to parent components. 2015-01-02 15:55:19 +00:00
jules
7704d5ad79 Improvements to parsing AIFF CATE chunks. 2015-01-02 15:54:22 +00:00
jules
392967f818 Removed unused variable. 2015-01-02 09:43:49 +00:00
jules
41152916c0 Made the combo box repaint when its menu is hidden. 2014-12-31 15:26:18 +00:00
jules
79f59afb32 Fixes for WASAPI exclusive mode. 2014-12-31 12:25:20 +00:00
jules
5c802e340c Added method ComboBox::isPopupActive() 2014-12-31 09:55:48 +00:00
jules
f72d65ce84 Moved around some includes to make sure definitions are in place for compiler feature detection. 2014-12-30 17:45:18 +00:00
jules
d14267981a Better detection of some c++11 support. 2014-12-30 17:23:43 +00:00
jules
39da2ea627 Added an internal flag JUCE_OPENGL_CREATE_JUCE_RENDER_THREAD to make non-threaded GL contexts more generically implementable. 2014-12-29 17:14:28 +00:00
jules
92b01ad0b2 Added some extra safeguards against problems when running a headless linux app. 2014-12-29 15:23:57 +00:00
jules
ae8910cbcf Extended the AU wrapper to implement the kAudioUnitProperty_ParameterStringFromValue and kAudioUnitProperty_ParameterValueFromString properties. 2014-12-29 14:53:30 +00:00
jules
aa1cbafd10 Fix for targeting older versions of OSX that don't support initializer_list 2014-12-29 12:44:40 +00:00
jules
a49baa3e52 Modified TextLayout creation functions to take an optional maximum height as well as a maximum width. 2014-12-29 12:07:31 +00:00
jules
04cb9bf3e8 Added an advisory note about deleteAllChildren() 2014-12-29 12:02:35 +00:00
jules
d31d02b4e8 Resaved projects. 2014-12-29 10:24:17 +00:00
jules
268497e8bc Added a number-of-redirects parameter to URL::createInputStream 2014-12-29 10:15:54 +00:00
jules
4d1a63fe3b (Added file missing from last commit) 2014-12-29 09:58:26 +00:00
jules
c0ade582d8 Added new flag JUCE_WASAPI_EXCLUSIVE that provides a new audio device type for opening WASAPI devices in exclusive mode. 2014-12-29 09:48:32 +00:00
jules
5d3e24b7a7 Spelling fix. 2014-12-29 08:54:05 +00:00
jules
2ee8084658 Added a method ComboBox::hidePopup(). 2014-12-28 11:06:57 +00:00
jules
e02d7fc544 Added a missing implementation in ConcertinaPanel 2014-12-28 10:36:33 +00:00