fc6d485b29
Introjucer: enabled C++11 support by default in android projects by
2014-10-08 11:26:18 +0100
fbc5c76544
Added missing header that was needed for MSVC. by
2014-10-07 19:56:02 +0100
b33677dbb0
Fix for rotation on some iOS device types. by
2014-10-07 17:15:51 +0100
df3e039bf9
Added a handy static method MessageManager::callAsync() which can asynchronously invoke a lambda on the message thread. by
2014-10-07 17:15:19 +0100
743f04dc01
Refactored the Systhesiser class's voice-stealing methods and gave it a better default voice-stealing algorithm. by
2014-10-07 15:57:56 +0100
3afd42690a
Added support to WavAudioFormat for writing a LISTINFO chunk. by
2014-10-07 14:29:39 +0100
c6ca8b05b1
Added callbacks to DragAndDropContainer to be told when drag operations begin/end. by
2014-10-07 12:08:05 +0100
93c717e9ec
Added method ListBox::setClickingTogglesRowSelection() by
2014-10-07 11:52:58 +0100
badc9dc959
Fix for FloatVectorOperations on ARM. by
2014-10-07 10:39:14 +0100
7e560f1133
Added some new methods to FloatVectorOperations for operating on separate source and destination vectors. by
2014-10-06 14:26:22 +0100
6678046167
Made the Slider's popup display inherit from its parent's lookandfeel. by
2014-10-06 11:03:25 +0100
3ebbee5859
Modified the way VST window hierarchies are navigated, to avoid problems with popout windows. by
2014-10-06 10:54:05 +0100
9201070462
Made Button update its auto-gerenated tooltip when the command manager list changes. by
2014-10-06 10:53:12 +0100
76c6d324ac
Made ApplicationCommandManager::registerCommand update the command info. by
2014-10-06 10:52:28 +0100
38bddb3a0d
Added a default parameter value to Graphics::drawText. by
2014-10-02 13:03:18 +0100
a92dcf0996
Introjucer: increased the number of characters allowed for the plugin channel config. by
2014-10-02 08:54:17 +0100
b61af93f1a
Couple of tweaks to the introjucer new project template. by
2014-10-01 11:08:54 +0100
c0e2afb075
Avoided a warning in the demo plugin. by
2014-10-01 09:43:08 +0100
ed289488e0
Added a null check in ResamplingAudioSource by
2014-09-30 17:04:28 +0100
8f89605e15
Better rotation on iOS8 by
2014-09-30 16:38:42 +0100
811258e72b
Introjucer: made the iOS build spit out some .xcassets resources, to force it to launch correctly on iOS8 by
2014-09-30 14:21:07 +0100
3a1ec146ba
Added some colour IDs to BooleanPropertyComponent. by
2014-09-29 16:32:06 +0100
85e7ccd8be
Updated some dusty code in the introjucer templates for a new plugin project. by
2014-09-29 16:30:48 +0100
7671e6a350
Fix for the program count in the introjucer-generated template plugin. by
2014-09-29 14:46:57 +0100
df1483fb49
Minor refactoring in JS parser. by
2014-09-29 09:45:25 +0100
2cc283fddd
More efficient preallocation when reading large files into memory. by
2014-09-29 09:41:43 +0100
23d3bfe3e2
Bit of minor cleaning up. by
2014-09-28 13:15:01 +0100
a3cf165fc4
Fix for osx 10.5 compatibility. by
2014-09-28 11:07:59 +0100
086dd2dad4
Removed a couple of redundant 'virtual's by
2014-09-26 13:05:55 +0100
6c06c34304
Fix for File::getCreationTime on OSX. by
2014-09-26 09:55:51 +0100
40ba90b19f
Fixed some escaping of slash characters in TreeViewItem identifier strings. by
2014-09-26 09:34:03 +0100
77afce6297
Added a couple of missing overrides by
2014-09-26 09:32:41 +0100
08a49cb6d4
Removed some unnecessary consts from the parameters for SynthesiserSound::appliesToNote and appliesToChannel by
2014-09-25 15:45:49 +0100
d284f892b5
Workaround for VS2005 compiler bug. by
2014-09-25 12:46:01 +0100
6c37ffdf48
Avoided an iOS warning. by
2014-09-24 10:15:40 +0100
5fd933f041
Minor documentation fix. by
2014-09-23 17:39:53 +0100
99399d4032
Fixed mistaken use of result code in the VST3 wrapper. by
2014-09-23 09:38:46 +0100
e137d30385
Added a method AudioProcessor::getDefaultNumParameterSteps() by
2014-09-22 15:18:57 +0100
a99bbc9ba5
win32 web browser component - better updating when components are made visible. by
2014-09-21 13:05:43 +0100
91e6d9a35a
Socket change to provide consistent re-use behaviour on posix and Windows. by
2014-09-21 13:01:35 +0100
a13eb80e6e
Fixed a missing change to synthesiser by
2014-09-19 09:00:34 +0100
527d1459df
Added a velocity argument to the synthesiser noteOff methods. by
2014-09-18 16:50:13 +0100
56d2ae6a75
More iOS opengl version tweaking by
2014-09-18 10:16:24 +0100
9dd760c86b
Another update for iOS8 openGL multisampling by
2014-09-18 09:14:41 +0100
f5b1919e51
Added support for setting a flag JucePlugin_AAXDisableAudioSuite to prevent the AAX wrapper adding audiosuite support by
2014-09-18 09:14:18 +0100
abe43b27d3
minor clean-ups. by
2014-09-17 10:17:28 +0100
741816a020
Added a missing JUCE_API flag. by
2014-09-17 08:47:51 +0100
49dd0011b0
Updates for iOS GL calls in iOS8 by
2014-09-16 17:49:30 +0100
05b166d048
Clarified a couple of comments. by
2014-09-16 17:49:14 +0100
acdb9eb653
Added a test to set up the JUCE_64BIT flag if __arm64__ is set. by
2014-09-16 15:49:59 +0100
31b912bc87
Tweak to DragAndDropContainer to avoid problems detecting the window that's being dragged over. by
2014-09-16 15:38:18 +0100
3b13032b8c
Updated some iOS GL calls to use newer API types and functions by
2014-09-16 15:09:07 +0100
43d4c1ea2f
Added LookAndFeel method drawPopupMenuSectionHeader() by
2014-09-16 12:29:34 +0100
44b5f716cb
Fixes for openGL on iOS to use multisampling. by
2014-09-16 11:57:50 +0100
4d30e810e8
Avoided a compiler warning by
2014-09-16 08:43:03 +0100
d9e31b9070
Fix for a ref-count issue in VST2 plugin windows by
2014-09-15 21:57:52 +0100
b7d922d4d1
Improved the way sliders react to vertical/horizontal mouse-wheel moves. by
2014-09-15 18:53:34 +0100
925961b389
Added win32 support for JUCEApplication::suspended() and resumed() callbacks. by
2014-09-15 18:26:10 +0100
a6c09d5de4
Updated some stale code in the ActiveX wrapper. by
2014-09-15 18:13:36 +0100
b1e4823066
Avoided some gcc compiler warnings by
2014-09-15 17:31:43 +0100
6b5ace433c
Added a comment. by
2014-09-15 17:18:26 +0100
446de5ff17
Fixed a typo in ToolBar dragging. by
2014-09-15 17:18:09 +0100
0db3ccf3e6
Fixed a few typos in the demo by
2014-09-13 10:54:22 -0700
eed0a41a4f
Added RSAKey::isValid() and URL::isEmpty() by
2014-09-11 09:45:26 -0700
aae0690b7c
Fixed a false-alarm assertion in ScopedPointer. by
2014-09-10 06:47:19 -0700
6f6d0d201d
Avoided a couple of obscure gcc warnings by
2014-09-06 09:26:54 +0100
f3d59a0f2f
Fix for bypass parameter handling in AAX. by
2014-09-02 17:58:21 +0100
662680d1f5
Clarified some comments. by
2014-09-02 15:02:26 +0100
3307aee125
MSVC compiler warning fixes by
2014-09-02 14:02:47 +0100
1260ffe9c4
Refactored latest changes to WavAudioFormat to avoid GCC compile problems. by
2014-09-02 12:03:21 +0100
0234655752
Extended AudioThumbnail to handle any number of channels. by
2014-09-02 11:27:06 +0100
b71447b057
Added better support for writing acid and Tracktion chunks in WavAudioFormat. by
2014-09-02 11:24:04 +0100
46dfd54d9a
Minor cleanups. by
2014-09-01 20:59:57 +0100
a9ab93128c
doxygen formatting workaround. by
2014-09-01 15:18:08 +0100
03b8320ae9
Fix for a lock-up in CodeEditorComponent when deleting certain sets of lines. by
2014-09-01 14:45:47 +0100
6d2df85ff7
Changed the RTAS wrapper to avoid needing to use an asyncupdater when first called. by
2014-08-31 16:29:30 +0100
1fb3ee2e14
VST3 hosting memory allocation fix. by
2014-08-31 14:37:41 +0100
2058ffd551
Implemented getParameterLabel in the VST wrapper. by
2014-08-29 19:26:40 +0100
574241650e
Improved MAC address detection on linux. by
2014-08-29 11:34:10 +0100
7b5b6cbd71
Added a version of AudioFormatReader::readMaxLevels() which takes any number of channels. by
2014-08-28 22:02:17 +0100
5c7bf01c16
Made Synthesiser::setCurrentPlaybackSampleRate virtual. by
2014-08-28 21:44:48 +0100
671f5fbbdc
Added a fix to make sure that javascript division always uses floating point. by
2014-08-28 21:43:53 +0100
7a8c90e253
Improved some MidiBuffer comments by
2014-08-28 17:20:25 +0100
ee9531dd53
Introjucer: added a JUCE_DONT_DECLARE_PROJECTINFO guard flag around the auto-generated ProjectInfo namespace, in case you need to avoid declaring it for some reason. by
2014-08-28 16:53:58 +0100
300029971a
Fixed some assertions in Slider by
2014-08-28 16:53:00 +0100
20af4254c2
Clarified some comments. by
2014-08-27 20:16:40 +0100
1104898494
Made sure that UndoManager::setCurrentTransactionName updates the name when called in the middle of a set of operations. by
2014-08-27 16:16:51 +0100
d3e378aa4a
Added a comment about DirectSound codecs. by
2014-08-27 16:12:11 +0100
2fd89b0ac4
A few minor clean-ups. by
2014-08-26 10:17:40 +0100
37d8f5ca41
SVG parser fix for files that contain a viewBox but no preserveAspectRatio attribute. by
2014-08-25 11:43:38 +0100
609794ceae
SVG parser fix for default stroke widths by
2014-08-24 20:05:38 +0100
f1f51f261a
Added the JUCE_COMPILER_WARNING macro, which is a handy cross-compiler way to generate custom warning messages in your code. by
2014-08-24 14:21:14 +0100
f8dc72cb0a
Tidied up some comments in TableListBox. by
2014-08-24 12:53:10 +0100
970300867f
Introjucer: Added .S to the supported asm file extensions. by
2014-08-22 13:34:23 +0100
b4bef8e91e
Avoided enabling openGL 3 support on linux, which was causing problems because of missing symbols. by
2014-08-22 09:58:53 +0100
6efc1b8afc
Removed an unnecessary inclusion of Carbon.h by
2014-08-21 20:48:21 +0100
6a89a440b5
Introjucer: Reorganised some file extensions and added .asm and .s to the list of recognised types. by
2014-08-21 14:34:44 +0100
3aa1162998
Making AU timecode detection deal with some quirks in certain versions of Ableton. by
2014-08-20 21:13:55 +0100
d42a606b99
Tried to improve the explanation for XmlElement::findParentElementOf. by
2014-08-20 20:59:31 +0100
87a2c67e99
Fixed tooltips with certain kinds of sliders. by
2014-08-20 20:58:18 +0100