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

4592 commits

Author SHA1 Message Date
jules
df3e039bf9 Added a handy static method MessageManager::callAsync() which can asynchronously invoke a lambda on the message thread. 2014-10-07 17:15:19 +01:00
jules
743f04dc01 Refactored the Systhesiser class's voice-stealing methods and gave it a better default voice-stealing algorithm. 2014-10-07 15:57:56 +01:00
jules
3afd42690a Added support to WavAudioFormat for writing a LISTINFO chunk. 2014-10-07 14:29:39 +01:00
jules
c6ca8b05b1 Added callbacks to DragAndDropContainer to be told when drag operations begin/end. 2014-10-07 12:08:05 +01:00
jules
93c717e9ec Added method ListBox::setClickingTogglesRowSelection() 2014-10-07 11:52:58 +01:00
jules
badc9dc959 Fix for FloatVectorOperations on ARM. 2014-10-07 10:39:14 +01:00
jules
7e560f1133 Added some new methods to FloatVectorOperations for operating on separate source and destination vectors. 2014-10-06 14:26:22 +01:00
jules
6678046167 Made the Slider's popup display inherit from its parent's lookandfeel. 2014-10-06 11:03:25 +01:00
jules
3ebbee5859 Modified the way VST window hierarchies are navigated, to avoid problems with popout windows. 2014-10-06 10:54:05 +01:00
jules
9201070462 Made Button update its auto-gerenated tooltip when the command manager list changes. 2014-10-06 10:53:12 +01:00
jules
76c6d324ac Made ApplicationCommandManager::registerCommand update the command info. 2014-10-06 10:52:28 +01:00
jules
38bddb3a0d Added a default parameter value to Graphics::drawText. 2014-10-02 13:03:18 +01:00
jules
a92dcf0996 Introjucer: increased the number of characters allowed for the plugin channel config. 2014-10-02 08:54:17 +01:00
jules
b61af93f1a Couple of tweaks to the introjucer new project template. 2014-10-01 11:08:54 +01:00
jules
c0e2afb075 Avoided a warning in the demo plugin. 2014-10-01 09:43:08 +01:00
jules
ed289488e0 Added a null check in ResamplingAudioSource 2014-09-30 17:04:28 +01:00
jules
8f89605e15 Better rotation on iOS8 2014-09-30 16:38:42 +01:00
jules
811258e72b Introjucer: made the iOS build spit out some .xcassets resources, to force it to launch correctly on iOS8 2014-09-30 14:21:07 +01:00
jules
3a1ec146ba Added some colour IDs to BooleanPropertyComponent. 2014-09-29 16:32:06 +01:00
jules
85e7ccd8be Updated some dusty code in the introjucer templates for a new plugin project. 2014-09-29 16:30:48 +01:00
jules
7671e6a350 Fix for the program count in the introjucer-generated template plugin. 2014-09-29 14:46:57 +01:00
jules
df1483fb49 Minor refactoring in JS parser. 2014-09-29 09:45:25 +01:00
jules
2cc283fddd More efficient preallocation when reading large files into memory. 2014-09-29 09:41:43 +01:00
jules
23d3bfe3e2 Bit of minor cleaning up. 2014-09-28 13:15:01 +01:00
jules
a3cf165fc4 Fix for osx 10.5 compatibility. 2014-09-28 11:07:59 +01:00
jules
086dd2dad4 Removed a couple of redundant 'virtual's 2014-09-26 13:05:55 +01:00
jules
6c06c34304 Fix for File::getCreationTime on OSX. 2014-09-26 09:55:51 +01:00
jules
40ba90b19f Fixed some escaping of slash characters in TreeViewItem identifier strings. 2014-09-26 09:34:03 +01:00
jules
77afce6297 Added a couple of missing overrides 2014-09-26 09:32:41 +01:00
jules
08a49cb6d4 Removed some unnecessary consts from the parameters for SynthesiserSound::appliesToNote and appliesToChannel 2014-09-25 15:45:49 +01:00
jules
d284f892b5 Workaround for VS2005 compiler bug. 2014-09-25 12:46:01 +01:00
jules
6c37ffdf48 Avoided an iOS warning. 2014-09-24 10:15:40 +01:00
jules
5fd933f041 Minor documentation fix. 2014-09-23 17:39:53 +01:00
jules
99399d4032 Fixed mistaken use of result code in the VST3 wrapper. 2014-09-23 09:38:46 +01:00
jules
e137d30385 Added a method AudioProcessor::getDefaultNumParameterSteps() 2014-09-22 15:18:57 +01:00
jules
a99bbc9ba5 win32 web browser component - better updating when components are made visible. 2014-09-21 13:05:43 +01:00
jules
91e6d9a35a Socket change to provide consistent re-use behaviour on posix and Windows. 2014-09-21 13:01:35 +01:00
jules
a13eb80e6e Fixed a missing change to synthesiser 2014-09-19 09:00:34 +01:00
jules
527d1459df Added a velocity argument to the synthesiser noteOff methods. 2014-09-18 16:50:13 +01:00
jules
56d2ae6a75 More iOS opengl version tweaking 2014-09-18 10:16:24 +01:00
jules
9dd760c86b Another update for iOS8 openGL multisampling 2014-09-18 09:14:41 +01:00
jules
f5b1919e51 Added support for setting a flag JucePlugin_AAXDisableAudioSuite to prevent the AAX wrapper adding audiosuite support 2014-09-18 09:14:18 +01:00
jules
abe43b27d3 minor clean-ups. 2014-09-17 10:17:28 +01:00
jules
741816a020 Added a missing JUCE_API flag. 2014-09-17 08:47:51 +01:00
jules
49dd0011b0 Updates for iOS GL calls in iOS8 2014-09-16 17:49:30 +01:00
jules
05b166d048 Clarified a couple of comments. 2014-09-16 17:49:14 +01:00
jules
acdb9eb653 Added a test to set up the JUCE_64BIT flag if __arm64__ is set. 2014-09-16 15:49:59 +01:00
jules
31b912bc87 Tweak to DragAndDropContainer to avoid problems detecting the window that's being dragged over. 2014-09-16 15:38:18 +01:00
jules
3b13032b8c Updated some iOS GL calls to use newer API types and functions 2014-09-16 15:09:07 +01:00
jules
43d4c1ea2f Added LookAndFeel method drawPopupMenuSectionHeader() 2014-09-16 12:29:34 +01:00