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

2138 commits

Author SHA1 Message Date
jules
8ee40273f2 Added method Drawable::replaceColour 2014-02-12 14:50:24 +00:00
jules
14906d2293 Added flag JUCE_OPENGL_ALLOW_NON_POWER_OF_TWO_TEXTURES 2014-02-12 10:27:43 +00:00
jules
c84f7085ca Fix for VST3 host view ref-counting. 2014-02-11 12:52:30 +00:00
jules
5c74ca9896 Fixes to VST3 wrapper to handle different numbers of input/output channels. 2014-02-11 10:22:12 +00:00
jules
699a09f224 Updated some CoreAudio channel name code to use newer API calls. 2014-02-10 14:13:15 +00:00
jules
a8f9fdc54b Optimisation to AudioDeviceSelectorComponent. 2014-02-10 12:46:07 +00:00
jules
dcbde7b118 Added NamedValueSet::indexOf() 2014-02-10 12:45:12 +00:00
jules
90b573cf42 ChildProcessMaster fix. 2014-02-09 18:33:49 +00:00
jules
5f4c27d0c2 Some additions and fixes to plugin scanning. 2014-02-09 17:42:52 +00:00
jules
3e1c6b6a65 Optimisation to OutputStream::writeString 2014-02-09 17:36:38 +00:00
jules
c0e262463d Added method ThreadPoolJob::getCurrentThreadPoolJob() 2014-02-09 17:10:13 +00:00
jules
7e15ead238 Fix when building VST3 without VST2. 2014-02-09 11:28:06 +00:00
jules
802197644b New interprocess utility classes: ChildProcessSlave and ChildProcessMaster. 2014-02-09 11:11:28 +00:00
jules
99276d4407 Refactored the base classes of InterprocessConnection 2014-02-08 21:59:05 +00:00
jules
e9451587ea Added method Viewport::getViewArea() 2014-02-08 11:37:50 +00:00
jules
21d4a82002 Added ChildProcess::getExitCode() 2014-02-08 11:18:06 +00:00
jules
af746fafa3 Documentation typo fix. 2014-02-08 10:04:36 +00:00
jules
9820f04f85 Visual studio compiler fix. 2014-02-08 10:04:26 +00:00
jules
a2ba38efb8 More assertions to catch dodgy XmlElement tag names. 2014-02-07 19:27:50 +00:00
jules
6b43ebfafc Added a version of Graphics::drawText that uses float coords. 2014-02-07 19:27:27 +00:00
jules
dc6dd6544c VST3 client fixes. 2014-02-07 17:27:39 +00:00
jules
c67c180b07 Added method MidiMessage::isMidiNoteBlack() 2014-02-07 11:41:06 +00:00
jules
e22e536626 Couple of tweaks to VST3 generation. 2014-02-06 11:27:23 +00:00
jules
1fc549f666 Fix for parsing XML elements with comments at the start of a text block. 2014-02-06 10:01:18 +00:00
jules
04650ce6ea Some VST3 build fixes. 2014-02-05 21:14:44 +00:00
jules
7d3782b9e9 Minor documentation typo. 2014-02-05 16:35:26 +00:00
jules
4fe7240eb2 Initial version of VST3 plugin support. 2014-02-05 16:20:57 +00:00
jules
2c56bb7818 Additions to PluginHostType class. 2014-02-04 13:29:19 +00:00
jules
f30df287ff Some VST3 hosting tweaks. 2014-02-04 13:24:07 +00:00
jules
0a51a8d99f Made sure that win32 file dialogs are resizeable. 2014-02-03 20:23:06 +00:00
jules
0e82af90bc (fixed mistake in last commit) 2014-02-03 17:43:25 +00:00
jules
9bcbb01f2d Removed references to a VST3 symbol that seems to be missing from some versions of the SDK. 2014-02-03 17:42:28 +00:00
jules
58d097c855 Added safety checks to avoid problems when windows VSTs are closed by a hooked keypress. 2014-02-03 13:56:53 +00:00
jules
35a9327247 Clarified some docs for the ActiveX plugin build. 2014-02-02 18:30:34 +00:00
jules
f38dc2fe3a Added a DynamicObject::cloneAllProperties() method. 2014-02-02 17:39:21 +00:00
jules
4d16481aa0 Made 'paste' menu item available in text editors with a password field. 2014-02-02 11:12:12 +00:00
jules
174e04b766 Added a copy constructor for DynamicObject 2014-02-01 17:08:10 +00:00
jules
b2cb45496d Added some selection accessors to CodeEditorComponent 2014-01-31 21:42:25 +00:00
jules
660b1ff649 Fix for accuracy in AnimatedPositionBehaviours 2014-01-31 15:33:18 +00:00
jules
7dcac1a0b3 Avoided a few compiler warnings in the plugin build. 2014-01-31 10:27:26 +00:00
jules
542c4bc8eb Refactored some TextEditor allocation. 2014-01-31 10:14:02 +00:00
jules
f4af34878b Fixed a leak in AU hosting. 2014-01-31 10:09:07 +00:00
jules
6edbf7cd95 VST3 host fixes + refactoring. 2014-01-30 12:34:41 +00:00
jules
5ab53e15a0 Minor AU hosting tweak. 2014-01-29 18:24:21 +00:00
jules
bf37e92e30 Fix for hosting certain AU plugins that didn't like to have their state restored before they get initialised. 2014-01-29 17:31:04 +00:00
jules
7fecba7265 Workarounds in AU hosting for plugins that fail to initialise correctly. 2014-01-29 15:50:19 +00:00
jules
56b458b0da VST3 hosting assertion fix. 2014-01-29 14:04:55 +00:00
jules
eb284c7cd4 Fix for shell names in the VST host. 2014-01-28 20:41:54 +00:00
jules
e80e396f5d Improved documentation. 2014-01-28 11:56:42 +00:00
jules
02733aa1b7 Fix for affine transforms with a negative scaling factor in the software renderer. 2014-01-28 11:14:31 +00:00