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

10102 commits

Author SHA1 Message Date
jules
c46529e579 Typo in AAX code. 2013-01-21 16:45:03 +00:00
jules
46b16cb921 AAX midi out. 2013-01-20 19:19:00 +00:00
jules
d3c202e92e Made AudioProcessorGraph pass its playhead on to any nodes that are added to it. 2013-01-20 11:50:31 +00:00
jules
69a08e3fb2 Removed some superfluous semicolons. 2013-01-20 11:50:05 +00:00
jules
3d92414de4 VST: supported more video frame-rate values. 2013-01-19 23:19:41 +00:00
jules
837f05237d AudioProcessorGraph: added reset() method and adjusted locking. 2013-01-19 23:17:55 +00:00
jules
071267c252 Avoid double-clicks being triggered if they occurred in different windows. 2013-01-19 22:20:28 +00:00
jules
d522a50e97 New AudioSampleBuffer::applyGain method. 2013-01-19 22:19:40 +00:00
jules
d6c3fed57f Added a couple of new hosts to PluginHostType. 2013-01-19 22:19:08 +00:00
jules
ec2ec517f3 IIR filter optimisation. 2013-01-17 16:03:26 +00:00
jules
dbd83d85f7 Added assertion to MidiMessageCollector 2013-01-17 16:01:57 +00:00
jules
a1c7379b2d Implemented reset() in VSTPluginFormat. 2013-01-17 16:01:38 +00:00
jules
bcda6269d8 ASIO channel name charset workaround. 2013-01-17 15:47:56 +00:00
jules
cd8adde4de 2.0.32 2013-01-16 23:54:55 +00:00
jules
0d3f2f8ce0 AAX win32 library names. 2013-01-16 20:23:51 +00:00
jules
79cad7771a Fix for Rectangle::constrainedWithin() 2013-01-16 20:23:30 +00:00
jules
4e17b8d2a9 Minor tidying-up of docs + warnings. 2013-01-16 15:50:14 +00:00
jules
fecaeb37cf Added StudioOne to host types list. 2013-01-16 14:08:27 +00:00
jules
29b9450fcb Minor GL optimisation. 2013-01-15 15:13:10 +00:00
jules
69caaf68cc AAX midi alignment workaround. 2013-01-15 15:12:58 +00:00
jules
39f8c56627 AAX: midi input handling. 2013-01-14 22:05:16 +00:00
jules
b4b8aa939f Fix for iOS high-DPI openGL. 2013-01-14 20:35:14 +00:00
jules
4a9003158a AAX ID compatibility with RTAS. 2013-01-14 16:51:25 +00:00
jules
f9e31ab7a9 Documentation pedanticism. 2013-01-14 16:51:02 +00:00
jules
52be86bea4 AAX parameter fix. 2013-01-14 09:37:38 +00:00
jules
f12f85ac06 Mingw fix. Spelling correction. 2013-01-14 09:37:15 +00:00
jules
8fd0dc3f74 android: passing onPause message down to GL views. 2013-01-13 17:31:19 +00:00
jules
fe355dbae7 Introjucer: AAX win32 library linking. 2013-01-13 17:30:47 +00:00
jules
222803084b AAX: automatable parameters 2013-01-12 14:57:12 +00:00
jules
7cb3beaf19 Added ComponentPeer::setDocumentEditedStatus(). 2013-01-09 16:49:47 +00:00
jules
f30af2b44c Rearranged some AAX classes to avoid leakage. 2013-01-09 16:49:00 +00:00
jules
9ed6f088e3 Improved Path::addBubble. 2013-01-09 12:43:43 +00:00
jules
fa2a1aa60d Added a flag JUCE_DISABLE_AU_FACTORY_ENTRY to allow the newer AU plugin entry point to be disabled for Xcode 3 compatibility. 2013-01-09 11:32:34 +00:00
jules
f789c971d0 Avoiding AAX compiler warnings 2013-01-08 18:23:48 +00:00
jules
417f9eb31c AIFF comment format fix. 2013-01-08 18:23:10 +00:00
jules
6fb9b9ce4e DirectoryIterator optimisation. 2013-01-08 12:43:37 +00:00
jules
c76b7b63e1 Fixed some classes that were getting overlooked by doxygen. 2013-01-08 12:41:54 +00:00
jules
30ea4c989f Added a missing method to ZipFile. 2013-01-07 22:14:46 +00:00
jules
273662c583 Spelling fix. 2013-01-07 22:14:15 +00:00
jules
af83d85940 AAX: added support for playhead + chunk storage. 2013-01-07 15:00:32 +00:00
jules
e184bec3d3 Fix for mingw. Assertion to catch use of win32 COM on an uninitialised thread. 2013-01-07 14:58:33 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00
jules
56b1ddc873 Added a JUCE_VST_RETURN_HEX_VERSION_NUMBER_DIRECTLY flag for VST version number compatibility. 2013-01-05 13:37:52 +00:00
jules
1ff5fb6ee6 Fixed small inaccuracy in text editor width. 2013-01-05 13:12:18 +00:00
jules
10c73edf57 Removed const-ness from some return types of LookAndFeel font methods. Renamed LookAndFeel::getFontForTextButton() as getTextButtonFont() for consistency. Added LookAndFeel::getLabelFont(). Fixed a problem in Label where the label's font wasn't being correctly applied to the text editor when editing it. 2013-01-05 12:53:49 +00:00
jules
959b38a083 GL rendering context fix. 2013-01-05 12:27:00 +00:00
jules
2cc6485f9b Fixed 64-bit compiler warning. 2013-01-05 11:12:52 +00:00
jules
d35e1fd814 Added a AudioSampleBuffer gain ramp function. 2013-01-04 17:54:50 +00:00
jules
80289de56f Added PopupMenu custom component submenu param. 2013-01-03 18:52:32 +00:00
jules
99088bd0d7 Updated AU plugin wrapper generation to provide new factory entry points. 2013-01-03 11:28:41 +00:00