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

3746 commits

Author SHA1 Message Date
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
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
jules
44b5f716cb Fixes for openGL on iOS to use multisampling. 2014-09-16 11:57:50 +01:00
jules
4d30e810e8 Avoided a compiler warning 2014-09-16 08:43:03 +01:00
jules
d9e31b9070 Fix for a ref-count issue in VST2 plugin windows 2014-09-15 21:57:52 +01:00
jules
b7d922d4d1 Improved the way sliders react to vertical/horizontal mouse-wheel moves. 2014-09-15 18:53:34 +01:00
jules
925961b389 Added win32 support for JUCEApplication::suspended() and resumed() callbacks. 2014-09-15 18:26:10 +01:00
jules
a6c09d5de4 Updated some stale code in the ActiveX wrapper. 2014-09-15 18:13:36 +01:00
jules
b1e4823066 Avoided some gcc compiler warnings 2014-09-15 17:31:43 +01:00
jules
6b5ace433c Added a comment. 2014-09-15 17:18:26 +01:00
jules
446de5ff17 Fixed a typo in ToolBar dragging. 2014-09-15 17:18:09 +01:00
jules
eed0a41a4f Added RSAKey::isValid() and URL::isEmpty() 2014-09-11 09:45:26 -07:00
jules
aae0690b7c Fixed a false-alarm assertion in ScopedPointer. 2014-09-10 06:47:19 -07:00
jules
6f6d0d201d Avoided a couple of obscure gcc warnings 2014-09-06 09:26:54 +01:00
jules
f3d59a0f2f Fix for bypass parameter handling in AAX. 2014-09-02 17:58:21 +01:00
jules
662680d1f5 Clarified some comments. 2014-09-02 15:02:26 +01:00
jules
3307aee125 MSVC compiler warning fixes 2014-09-02 14:02:47 +01:00
jules
1260ffe9c4 Refactored latest changes to WavAudioFormat to avoid GCC compile problems. 2014-09-02 12:03:21 +01:00
jules
0234655752 Extended AudioThumbnail to handle any number of channels. 2014-09-02 11:27:06 +01:00
jules
b71447b057 Added better support for writing acid and Tracktion chunks in WavAudioFormat. 2014-09-02 11:24:04 +01:00
jules
46dfd54d9a Minor cleanups. 2014-09-01 20:59:57 +01:00
jules
a9ab93128c doxygen formatting workaround. 2014-09-01 15:18:08 +01:00
jules
03b8320ae9 Fix for a lock-up in CodeEditorComponent when deleting certain sets of lines. 2014-09-01 14:45:47 +01:00
jules
6d2df85ff7 Changed the RTAS wrapper to avoid needing to use an asyncupdater when first called. 2014-08-31 16:29:30 +01:00
jules
1fb3ee2e14 VST3 hosting memory allocation fix. 2014-08-31 14:37:41 +01:00
jules
2058ffd551 Implemented getParameterLabel in the VST wrapper. 2014-08-29 19:26:40 +01:00
jules
574241650e Improved MAC address detection on linux. 2014-08-29 11:34:10 +01:00
jules
7b5b6cbd71 Added a version of AudioFormatReader::readMaxLevels() which takes any number of channels. 2014-08-28 22:02:17 +01:00
jules
5c7bf01c16 Made Synthesiser::setCurrentPlaybackSampleRate virtual. 2014-08-28 21:44:48 +01:00
jules
671f5fbbdc Added a fix to make sure that javascript division always uses floating point. 2014-08-28 21:43:53 +01:00
jules
7a8c90e253 Improved some MidiBuffer comments 2014-08-28 17:20:25 +01:00
jules
300029971a Fixed some assertions in Slider 2014-08-28 16:53:00 +01:00
jules
20af4254c2 Clarified some comments. 2014-08-27 20:16:40 +01:00
jules
1104898494 Made sure that UndoManager::setCurrentTransactionName updates the name when called in the middle of a set of operations. 2014-08-27 16:16:51 +01:00
jules
d3e378aa4a Added a comment about DirectSound codecs. 2014-08-27 16:12:11 +01:00
jules
2fd89b0ac4 A few minor clean-ups. 2014-08-26 10:17:40 +01:00
jules
37d8f5ca41 SVG parser fix for files that contain a viewBox but no preserveAspectRatio attribute. 2014-08-25 11:43:38 +01:00