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

2007 commits

Author SHA1 Message Date
jules
4c392e6f02 Added some comments. 2013-12-26 10:49:51 +00:00
jules
a052b648ec Better CoreAudio handling of devices with combined in/out channels. 2013-12-23 16:43:50 +00:00
jules
7906c75f4d Overrode a deprecation warning in getting CoreAudio channel names. If anyone knows a way to achieve the same functionality using the new APIs, please let me know! 2013-12-23 15:20:24 +00:00
jules
4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jules
9aeefa5ebe Better seeking in mp3 reader. 2013-12-23 13:09:29 +00:00
jules
ffb4572104 Fix for DPI of win32 fonts sizes when specified in points. 2013-12-23 11:59:35 +00:00
jules
f79248c530 Fixed a silly typo in the latest CoreAudio changes. 2013-12-20 17:02:07 +00:00
jules
abc1cf4254 VST3 state fix. 2013-12-20 15:20:36 +00:00
jules
66e89a878a Improvements to VST3 host midi handling. 2013-12-20 15:03:31 +00:00
jules
64a38ea6ee Sanity-checked places where introjucer GUI editor added TRANS macros. 2013-12-19 18:31:32 +00:00
jules
d3b92ab447 Fix for win32 memory font loading. 2013-12-19 16:43:51 +00:00
jules
ff6655fedb Fixes + improvements to VST3 hosting. 2013-12-19 16:33:09 +00:00
jules
d8c065c81f Added functionality for loading in-memory fonts! See Typeface::createSystemTypefaceFor() 2013-12-19 15:39:30 +00:00
jules
dcb7e61ed5 Redesigned CoreAudio for better handling of separate in/out devices. 2013-12-18 22:48:26 +00:00
jules
374b389890 Avoiding assertions when loading some mouse cursors on OSX10.9. 2013-12-18 22:47:11 +00:00
jules
017dbc988d Refactored some AudioIODevice methods to return Arrays of sample rates + buffer sizes. 2013-12-18 10:57:11 +00:00
jules
dc182eef2c Improvement to OSX double->string conversion for better speed + thread-safety. 2013-12-17 20:14:54 +00:00
jules
f2e456d00e Minor tidying. 2013-12-17 20:14:19 +00:00
jules
c3212f5d96 Updated c++ tokeniser keyword list. 2013-12-14 21:26:58 +00:00
jules
7798d36b49 iOS audio: now sends a message to audioDeviceError() when an interrupted device restarts. 2013-12-14 15:05:09 +00:00
jules
f475dcfdb6 Cleaned up some line-drawing in BubbleComponent. 2013-12-11 21:31:24 +00:00
jules
403b5c10bc Added methods to SynthesiserVoice for checking key-down status. 2013-12-10 09:43:41 +00:00
jules
66fb2e61a5 Fix for iOS7 message boxes. 2013-12-08 15:12:38 +00:00
jules
d63668a5c1 Added XML and Lua tokenisers for the CodeEditorComponent 2013-12-08 12:27:36 +00:00
jules
19a6a282a2 Slider behaviour fix. 2013-12-07 16:40:56 +00:00
jules
fc24a63ed1 Added a method Rectangle::withSizeKeepingCentre() 2013-12-07 14:31:52 +00:00
jules
58055df1b3 Capitalised some audio device setting text. 2013-12-07 14:31:29 +00:00
jules
08c2fce9b5 Some improvements to JUCE_LIVE_CONSTANT: Matching original hex/decimal format, and added a reset button. 2013-12-06 18:27:41 +00:00
jules
1872ed68c2 Made sure that AudioTransportSource::hasStreamFinished() returns the correct value. 2013-12-06 14:54:16 +00:00
jules
48cdb90341 Made the live constant editor call resize on all visible components. 2013-12-06 14:49:17 +00:00
jules
523f436957 Added some NEEDS_TRANS wrappers around the various strings returned by MidiMessage 2013-12-05 22:14:34 +00:00
jules
2f72bba274 Improved the LIVE_CONSTANT classes to allow it to work on non-GUI threads. 2013-12-05 15:46:08 +00:00
jules
585164f4ad javascript 'continue' fix. 2013-12-05 14:23:01 +00:00
jules
3f9a4834a6 Added a few TRANS wrappers around error messages. 2013-12-05 11:32:38 +00:00
jules
33b1e7bd16 Tweaked CoreAudio slightly, and added some more logging. 2013-12-05 11:25:02 +00:00
jules
305c7056f1 Minor fix for AU assertion. 2013-12-04 15:45:01 +00:00
jules
f26bf24304 Avoided an assertion when creating AU plugins on multiple threads. 2013-12-04 09:32:07 +00:00
jules
56de2c27b4 Fix for some NPAPI code. 2013-12-04 09:23:56 +00:00
jules
a356c6b148 Couple of minor warning fixes. 2013-12-04 09:23:45 +00:00
jules
8ba781aa81 Added a demo page for the live constant editor stuff. 2013-12-03 19:13:14 +00:00
jules
f89c2ca05d Added read-only support for the CodeEditorComponent. 2013-12-03 19:09:16 +00:00
jules
5e10803565 Added new keywords to CppTokeniserFunctions 2013-12-03 17:42:22 +00:00
jules
763d4646c5 Rolled-back a VSTMidiEventList change. 2013-12-03 14:50:40 +00:00
jules
d85d14843a Made JUCE_ENABLE_LIVE_CONSTANT_EDITOR enabled by default in debug builds. 2013-12-03 14:09:17 +00:00
jules
be461fa03c Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details. 2013-12-03 13:44:15 +00:00
jules
58acb96a9e Changed CodeEditorComponent to stop it scrolling to code changes made in other editors that share the same document. 2013-12-03 12:47:37 +00:00
jules
28cdb20040 Whitespace cleanups. 2013-12-03 11:33:45 +00:00
jules
5601a244d3 Couple of fixes for FloatVectorOperations on NEON, and added a subtract() function. 2013-12-03 11:20:14 +00:00
jules
d226fea10e Added a callback WebBrowserComponent::windowCloseRequest() 2013-12-03 11:02:22 +00:00
jules
eefbcef611 Tweaked the internals of CodeDocument::replaceSection so that replacing a section doesn't mess-up the position of CodeDocument::Position objects that are positioned at its start and end. 2013-12-02 23:14:09 +00:00