Julian Storer
|
facb48b04c
|
tweak to RTAS shutdown for PT8; added tooltips for the TableListBox; started adding some iphone audio code (not yet usable)
|
2009-10-29 13:36:47 +00:00 |
|
Julian Storer
|
7e56a7514c
|
Fix for AU bundle paths; added column width access to TableHeaderComponent, made FileBasedDocument do extra checking about file overwriting
|
2009-10-21 19:31:46 +01:00 |
|
Julian Storer
|
0280c57ff0
|
fix for a mac file bug introduced in the last check-in..
|
2009-10-12 14:39:43 +01:00 |
|
Julian Storer
|
e1a5995965
|
Minor whitespace tidying-up
|
2009-10-01 20:08:42 +01:00 |
|
Julian Storer
|
f72563d6c7
|
Fixes for viewports, flac seeking, plugin hosting of carbon UIs, and activeX control embedding.
|
2009-09-28 16:38:34 +01:00 |
|
Julian Storer
|
deeb652939
|
fixed a seek bug in the flac reader; added a JucePlugin_TailLengthSeconds setting for plugins; made the colour class limit the HSV values that are passed into it
|
2009-09-24 13:45:43 +01:00 |
|
Julian Storer
|
1573cad95a
|
added an xcode post-build script to the plugin demo to automatically copy the plugin to the various plugin folders
|
2009-09-22 22:38:54 +01:00 |
|
Julian Storer
|
0c8d177ac9
|
Updated some help information, and changed the audio plugin plist bundle type to work better in all hosts.
|
2009-09-22 14:56:36 +01:00 |
|
Julian Storer
|
48bacabcff
|
Changes to improve AU, VST and RTAS key forwarding on the Mac
|
2009-09-21 23:28:13 +01:00 |
|
Julian Storer
|
5cbd3c2f4c
|
fixed a VST crash caused by closing Nuendo with a window open; updated win32 memory detection calls
|
2009-09-21 11:15:39 +01:00 |
|
Julian Storer
|
2ddc7d0806
|
Tidied up the mac demo plugin project, hopefully making it less prone to build problems for non-RTAS users
|
2009-09-20 11:33:33 +01:00 |
|
Julian Storer
|
a90a65343c
|
whitespace tidying-up
|
2009-09-16 20:31:20 +01:00 |
|
Julian Storer
|
6f20d00e69
|
fix for the VST plugin window position being slightly wrong in Cubase
|
2009-09-16 19:18:57 +01:00 |
|
Julian Storer
|
d8eaebab83
|
fixed the juce demo plugin plist macro expansion tags
|
2009-09-12 13:18:36 +01:00 |
|
Julian Storer
|
7b254201fa
|
small fix for AU window position when resized in cocoa hosts.
|
2009-09-09 20:53:54 +01:00 |
|
Julian Storer
|
ddf22bd416
|
removed fixed channel limit from CoreAudio, and improved channel name detection; updated juce demo plugin project to cope with XCode 3.2; fixed a mac shutdown problem
|
2009-08-31 11:28:07 +01:00 |
|
Julian Storer
|
955043fb48
|
Minor whitespace tidy-up
|
2009-08-27 16:22:39 +01:00 |
|
jules
|
c41ae8188d
|
Changed drawables to correctly render semi-transparently; added accessors for properties of some brush classes.
|
2009-08-27 09:07:00 +00:00 |
|
jules
|
a38d1a05e2
|
More mac plugin fixes for Reaper, Logic, Live.
|
2009-08-25 09:54:17 +00:00 |
|
jules
|
9ffd554aa3
|
Made the AU wrapper more robust against crashes when the UI and plugin are deleted in the wrong order.
|
2009-08-24 15:15:44 +00:00 |
|
jules
|
61f0d6903e
|
minor whitespace clean-up
|
2009-08-20 10:33:05 +00:00 |
|
jules
|
f5a3fb0fb3
|
removed a memory leak in mac messaging; tweaked mac VSTs to avoid a shutdown bug in Reaper; added a clear() method to DynamicObject.
|
2009-08-19 12:04:35 +00:00 |
|
jules
|
2fee27c757
|
Updated the text of the copyright/license blurb at the top of each source file.
|
2009-08-18 22:10:34 +00:00 |
|
jules
|
335bdf6f1f
|
minor tidying up
|
2009-08-17 17:15:09 +00:00 |
|
jules
|
d8ac79c574
|
Tidied up some mac project files and config settings, and tweaked the main readme file.
|
2009-08-14 10:08:56 +00:00 |
|
jules
|
fb5224ed74
|
Minor whitespace clean-ups
|
2009-08-13 19:41:49 +00:00 |
|
jules
|
646732530c
|
Tidying up and removing some compiler warnings on the mac.
|
2009-08-13 19:37:19 +00:00 |
|
jules
|
ddc16536a3
|
Changed the Linux native code files to use the same amalgamation file structure as the mac and windows ones do; made a small adjustment to the amalgamator, and removed some redundancy from the amalgamated files (if you are amalgamating code yourself, please build a new copy of the amalgamator, as the old one won't work correctly on this new code); fixed a few minor build warnings in linux
|
2009-08-13 11:11:26 +00:00 |
|
jules
|
4544b32be7
|
fixed a small leak in AudioUnits
|
2009-08-12 20:01:07 +00:00 |
|
jules
|
1ccb175762
|
tidied up whitespace in files
|
2009-08-12 15:54:25 +00:00 |
|
jules
|
f9f3351839
|
fix for linux midi output; fix for NSViewComponent; tidying up of demo audio plugin; fixed backslashes in the jucer's generated code; added addOrReplaceSorted method to ReferenceCountedArray; added an option to ThreadPool::removeAllJobs.
|
2009-08-12 13:22:36 +00:00 |
|
jules
|
1e53260e0a
|
small change for loading opentype fonts in win32; fix for an audio plugins crash when closing the plugin in some recent hosts; fixes for linux VST event handling; change to the format reported by RTAS plugins with zero inputs or outputs; NPAPI plugin positioning for for mac firefox; fix for TreeViewItem button safety; added method LookAndFeel::getFontForTextButton; added an interpolation quality selector to MagnifierComponent; AlertWindows are now always-on-top in plugins; fix to RectanglePlacement::getScaleToFit(); added some utility methods to the URL class.
|
2009-08-03 15:38:40 +00:00 |
|
jules
|
c2ba5785ab
|
fix for VST crash in Live when the plugin is deleted with its window still open
|
2009-07-22 08:30:51 +00:00 |
|
jules
|
9992bb6790
|
small tweaks to mac messaging and VST windowing; added code to name the drawables after their 'id' tag when parsing SVG
|
2009-07-21 14:06:17 +00:00 |
|
jules
|
ebcde1e678
|
Browser plugin fixes for a string-passing bug in NPAPI and problems with older versions of Firefox; more robust message flushing on shutdown on the mac.
|
2009-07-19 11:16:43 +00:00 |
|
jules
|
2615809676
|
added a property flag to audio plugin windows so that the JucePlugin_EditorRequiresKeyboardFocus flag only stops the main plugin window from getting focus, and not other pop-up windows that it might create.
|
2009-07-17 16:55:48 +00:00 |
|
jules
|
6fe090f2cb
|
Added code to make the mac detect its executable file, removing the need for the juce_setCurrentExecutable function, and removed this function from the codebase.
|
2009-07-16 15:41:42 +00:00 |
|
jules
|
98b9baa880
|
RTAS fix for a window position bug when two plugins are active.
|
2009-07-15 19:00:43 +00:00 |
|
jules
|
04f0303b84
|
small fixes for fonts on mac and win32; changed Thread::setPriority to return a bool; added a File::getVolumeTotalSize() method; added a freetype path to the linux makefile; tweaked the jucer to make cached image variable names more readable; tweaked the hit-spots in the resizable borders of very small windows; moved ResizableWindow background painting into the LookAndFeel; made the broadcast flag of a DatagramSocket an optional constructor parameter;
|
2009-07-10 16:26:27 +00:00 |
|
jules
|
749c2be6cb
|
Tweaks to VST for building on linux; improved linux code for detecting the executable's file path; small changes to linux window hinting; change on the Mac to fix app shutdown when the app isn't currently active; added Mac support for 3rd mouse button; fix to AudioDeviceManager thread safety when changing midi output devices; fix to DrawableButton text; made ComponentAnimator a change broadcaster to send messages when animations stop and start; small fix to DatagramSocket.
|
2009-06-17 17:57:16 +00:00 |
|
jules
|
7d2a7af8a5
|
Added some packetising code to the Mac Midi sysex output; tweaked some key focus problems for the AU wrapper in AULab; fixed a small PreferencesPanel bug.
|
2009-05-29 12:04:30 +00:00 |
|
jules
|
829498e397
|
Added Carbon UI support to the AU wrapper
|
2009-05-28 14:10:55 +00:00 |
|
jules
|
d952408824
|
small tweak to the demo JucePluginCharacteristics.h to make it work in the Mac rez compiler.
|
2009-05-13 12:16:03 +00:00 |
|
jules
|
e6dd20444e
|
Fix for AU plugin midi event threading on some hosts; fix for timing of MidiOutput::sendBlockOfMessages; Fix for URL::addEscapeChars; added a MidiBuffer::swap method; restructured some AudioSampleBuffer methods to aid compiler inlining.
|
2009-05-13 12:08:58 +00:00 |
|
jules
|
0d3f72cbb0
|
Minor changes to VST wrapper and StandaloneFilterWindow.
|
2009-05-11 15:29:55 +00:00 |
|
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 |
|