1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

105 commits

Author SHA1 Message Date
jules
65e1eabca3 Small fix to audio plugin host demo; updated plugin characteristics file to allow a standalone build flag; added VST speaker arrangement fixes as suggested by Andy; added some options for ignoring hidden files to the file browser comp; minor update to the Variant class. 2009-05-11 09:57:40 +00:00
jules
ef6ab9ed6a Added some cunning hacks that should make modal dialogs in plugins block mouse events in the host app. Also added a fix for thread-safety in ReferenceCountedArrays, and tweaked the new variant classes. 2009-04-22 21:07:52 +00:00
jules
e24662925d Changed AudioDeviceManager to support multiple simultaneous callbacks - this will break some code, but is easy to change by using AudioDeviceManager::addAudioCallback instead of setAudioCallback. Also added a new variant class 'var' which will be used by future browser-plugin support and scripting. 2009-04-17 14:18:48 +00:00
jules
7fc53bff30 Fix for a linux build error; CoreAudio fix for mac; added some notes to the plugin framework docs 2009-03-31 10:09:29 +00:00
jules
26e6cabe3d Improved the performance of MemoryOutputStream; fixed a process priority problem in VST; made TreeViews repaint when they get enabled or disabled; small fixes to ActiveXControlComponent and QuickTimeMovieComponent; implemented File::getVolumeName() for mac; 2009-03-12 21:27:59 +00:00
jules
540474d0ce Rewrote MessageManagerLock (again), hopefully now making it bulletproof. Also gave it an extra constructor and changed the threads section of the juce demo to use messagemanagerlocks to animate its components. Stopped using NSLog on the mac because it's unsafe for non-literal strings. Added a bodge to fake italic fonts on the mac if a real italic is unavailable. Added a new class: CallbackMessage, for triggering a custom callback on the event thread. Updated the RTAS plugin build to use the 8.0 version of the SDK. Fixed a problem with ComponentDraggers when working inside a magnifier component. 2009-03-07 12:02:32 +00:00
jules
480c1f018d Fixed some places where JUCE_ONLY_BUILD_CORE_LIBRARY wasn't used correctly on the mac; fixed some string handling problems in posix file functions; small change for using QuickTimeAudioFormat on background threads; changed multi-value sliders to let the outer values to nudge the others when dragged; added an option to TreeViews to let the items draw in the left-hand margin; added some minor options to methods in StringPairArray, BitArray, Graphics, TabbedButtonBar. 2009-02-25 19:02:43 +00:00
jules
bf501e1fda Fix for multithreaded Mac OpenGL components; better responding to shutdown messages on Windows; a couple of small VST tweaks; fixed a typo in the AudioDeviceManager and made it close and reopen the audio device while the midi output is being changed; changed AlertWindow to give more control over the desktop window style; fixed a small bug in Graphics; changed SparseSet to avoid an overflow error; stopped BufferedInputStream locking up when its source stream fails; added a case-sensitivity option to StringPairArray and LocalisedStrings. 2009-02-13 13:08:34 +00:00
jules
4da6d0ec86 small fix for building plugins without the rtas headers on win32 2009-01-20 09:46:41 +00:00
jules
db5ab181a8 Small fix to StandaloneFilterWindow 2009-01-13 10:55:49 +00:00
jules
7bc8bf8bf9 Added some colour IDs for various properties of the ResizableWindow, DocumentWindow, TabbedButtonBar, TabbedComponent. 2009-01-09 20:04:52 +00:00
jules
c91e214808 Added a couple of methods to the File class: File::getLinkedTarget() and File::moveToTrash(). Also fixed a typo in QT headers, an overflow in BufferingAudioSource, removed a few linux warnings, and had another attempt at a reliable working screensaver-disabler on windows. 2009-01-08 16:36:17 +00:00
jules
6ea5f864a3 fixed two silly typo bugs 2009-01-02 13:48:31 +00:00
jules
0f6aab6af1 fixes for Mac MessageManager::callFunctionOnMessageThread, plugin file location in VST and RTAS plugins, and midi messages in VST plugins 2009-01-02 10:24:47 +00:00
jules
ec87ea494c added support for sysexes to the VST plugin/hosting. Also tweaked URL::isProbablyAWebsiteURL(), and fixed a couple of mac build problems. 2008-12-31 14:18:22 +00:00
jules
4a9cfdbe1e removed some old plugin wrapper folders 2008-12-19 17:52:29 +00:00
jules
69d0eb483e whitespace cleanup 2008-12-19 17:50:42 +00:00
jules
90999af68b Big rewrite of the audio plugin framework to create "polymorphic" plugins. This means that all the separate projects for each plugin type have now been reduced to a single project that create a multi-purpose binary, which functions as any combination of AU/VST/RTAS. This should make it much easier and quicker to develop multi-platform plugins because you now only need to manage one project. I've also moved all the files around, cleaned up their naming conventions, and done some extensive tidying up. I've rewritten the "How to use this framework.txt" file, so please refer to that for more details! 2008-12-19 17:30:53 +00:00
jules
fa2683eb17 2008-12-04 11:13:48 +00:00
jules
e1772515b4 2008-12-03 14:35:34 +00:00
jules
c4dcf39264 2008-11-19 14:04:40 +00:00
jules
8fce8a97e9 2008-11-18 16:27:19 +00:00
jules
485b6b7e57 2008-11-18 16:14:02 +00:00
jules
f866008bc6 2008-10-29 22:10:57 +00:00
jules
47cf2369e5 2008-10-27 17:51:24 +00:00
jules
e06d581ec3 2008-10-02 18:12:25 +00:00
jules
457654a3f9 2008-09-21 11:03:02 +00:00
jules
71aa253333 2008-08-13 22:43:24 +00:00
jules
6574889f13 2008-07-31 11:32:24 +00:00
jules
74239e398b 2008-07-30 10:15:30 +00:00
jules
654738e29c 2008-07-11 16:46:39 +00:00
jules
bb1ae06606 2008-07-09 10:54:06 +00:00
jules
3b59053b2c 2008-07-02 20:10:02 +00:00
jules
8b12897716 2008-06-17 12:05:12 +00:00
jules
29e2de7fd0 cosmetic cleanup 2008-06-17 11:53:12 +00:00
jules
31bf262518 2008-06-16 21:27:53 +00:00
jules
725da5ebce 2008-04-23 20:49:46 +00:00
jules
22fefe2c57 2008-04-09 16:27:57 +00:00
jules
701175832b added the QuickTimeAudioFormat class 2008-03-22 15:49:20 +00:00
jules
a47ddae4a3 2008-03-20 14:28:32 +00:00
jules
afd1e779c1 2008-03-16 16:49:28 +00:00
jules
b984a63600 2008-02-28 17:11:05 +00:00
jules
370b00e338 2008-02-28 16:47:56 +00:00
jules
1418dcc0a4 2008-02-28 16:16:06 +00:00
jules
1e5113086a 2008-02-02 20:35:17 +00:00
jules
9d47a8f459 2008-01-16 22:44:00 +00:00
jules
a082f55e32 2008-01-04 17:49:34 +00:00
jules
f4cc36e129 2008-01-03 21:48:50 +00:00
jules
a9e726681c 2008-01-03 21:35:24 +00:00
jules
a862fc6997 2007-12-10 18:14:50 +00:00