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

2567 commits

Author SHA1 Message Date
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
jules
609794ceae SVG parser fix for default stroke widths 2014-08-24 20:05:38 +01:00
jules
f1f51f261a Added the JUCE_COMPILER_WARNING macro, which is a handy cross-compiler way to generate custom warning messages in your code. 2014-08-24 14:21:14 +01:00
jules
f8dc72cb0a Tidied up some comments in TableListBox. 2014-08-24 12:53:10 +01:00
jules
b4bef8e91e Avoided enabling openGL 3 support on linux, which was causing problems because of missing symbols. 2014-08-22 09:58:53 +01:00
jules
6efc1b8afc Removed an unnecessary inclusion of Carbon.h 2014-08-21 20:48:21 +01:00
jules
3aa1162998 Making AU timecode detection deal with some quirks in certain versions of Ableton. 2014-08-20 21:13:55 +01:00
jules
d42a606b99 Tried to improve the explanation for XmlElement::findParentElementOf. 2014-08-20 20:59:31 +01:00
jules
87a2c67e99 Fixed tooltips with certain kinds of sliders. 2014-08-20 20:58:18 +01:00
jules
de1d07090a Returning correct app failure codes if the app quits before finishing initialisation. 2014-08-20 20:57:51 +01:00
jules
4604767220 Extensions to AudioProcessorEditor to help clicking on AAX controls. 2014-08-19 17:03:09 +01:00
jules
e12823a10f Added Math.ceil and Math.floor to the javascript parser. 2014-08-19 15:35:36 +01:00
jules
a5fc9b34ec Fixed javascript parser to handle for statements without iterator terms. 2014-08-19 09:39:06 +01:00
jules
e6e5d34152 Made KnownPluginList::getTypeForIdentifierString handle shell plugin IDs. 2014-08-19 09:07:30 +01:00
jules
86fc9d7e16 Introjucer: Updates to the android exporter, adding a toolchain version setting. 2014-08-17 13:06:24 +01:00
jules
005f0be531 Better cleanup in MessageManagerLock to avoid spurious assertions when a lock fails on shutdown. 2014-08-17 12:25:07 +01:00
jules
6c30e83de1 Added openGL macro JUCE_GLSL_VERSION 2014-08-17 12:24:38 +01:00
jules
f376a82a56 Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS 2014-08-17 11:47:55 +01:00
jules
f50650ad1b Removed the Component::getVisibleArea method. This had some design flaws and the current implementation was broken, so presumably few people were using it! If you were using it, let me know your use-case so I can perhaps find a replacement that has less ambiguities about exactly what it's supposed to do. 2014-08-17 11:40:28 +01:00
jules
3e7d305094 A few minor whitespace cleanups. 2014-08-16 21:06:27 +01:00
jules
aba0ff9240 Added method AudioProcessorEditor::setControlHighlight() for support of this AAX functionality. 2014-08-14 18:03:13 +01:00
jules
4c67754498 Made the VST host parse the plugin's strings as UTF8. 2014-08-14 16:06:58 +01:00
jules
ba2fff9c63 Avoided some win32 warnings. 2014-08-14 13:54:20 +01:00
jules
66d413c32b Minor clean-ups 2014-08-14 12:04:43 +01:00
jules
da8e3c53b6 Fix for win32 openGL repaints when continuous rendering is turned off. 2014-08-14 11:44:46 +01:00
jules
e34e00ebfc Fixed a typo in iOS audio code. 2014-08-13 13:01:02 +01:00
jules
e5d89355d1 Win XP font style selection fix. 2014-08-13 08:54:31 +01:00
jules
99e8445b96 Version number update 2014-08-12 13:43:39 +01:00
jules
0147fe00f9 Implemented an AU method to avoid problems with some versions of the CoreAudio API. 2014-08-12 11:38:14 +01:00
jules
cd30b3bfd1 Minor warning fixes for mingw 2014-08-12 11:36:55 +01:00