jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
2012-07-12 14:10:46 +01:00 |
|
jules
|
246cb94bb0
|
AudioPluginFormatManager is no longer a singleton. Singletons are bad: don't do it, kids.
|
2012-07-12 12:37:37 +01:00 |
|
jules
|
7afbc077e7
|
Version update.
|
2012-07-11 10:19:09 +01:00 |
|
jules
|
6919e4ec91
|
AudioUnit: moved an include to help with 64-bit compiling.
|
2012-07-10 15:32:53 +01:00 |
|
jules
|
0475cedff5
|
Introjucer: commands to move back/forwards through open docs.
|
2012-07-07 21:11:06 +01:00 |
|
jules
|
591e89cd87
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
2012-07-07 21:09:10 +01:00 |
|
jules
|
69b8dcd4f4
|
AU plugin hosting: now sends events when parameters change.
|
2012-06-25 12:08:12 +01:00 |
|
jules
|
8c0829a925
|
Linux VST compile error fix.
|
2012-06-20 07:34:04 +01:00 |
|
jules
|
87175c91f5
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
2012-05-25 16:42:36 +01:00 |
|
jules
|
049065dc9c
|
Added an assertion to catch VSTs being loaded on a background thread.
|
2012-05-18 12:06:51 +01:00 |
|
jules
|
81d1fb54c9
|
VST hosting: fixed the audioMasterVersion number.
|
2012-05-03 09:23:29 +01:00 |
|
jules
|
2e0640b8ba
|
Added some speaker arrangement methods to AudioProcessor, with support for retrieving host speaker arrangements in a VST plugin.
|
2012-05-01 15:40:41 +01:00 |
|
jules
|
3ba41c7d51
|
Fix for KnownPluginList::scanAndAddFile.
|
2012-04-28 11:37:14 +01:00 |
|
jules
|
4f590f036d
|
Added better constructors for AudioSourceChannelInfo.
|
2012-04-28 11:37:05 +01:00 |
|
jules
|
bb2d7683e5
|
Linux VST header fix.
|
2012-04-22 16:12:40 +01:00 |
|
jules
|
df5d50bcd8
|
Version number bump.
|
2012-04-16 17:54:42 +01:00 |
|
jules
|
9fe7c939e0
|
VST string encoding tweak.
|
2012-04-15 11:59:15 +01:00 |
|
jules
|
46ae142d8a
|
Added loop position indicators to CurrentPositionInfo (only enabled in VSTs)
|
2012-04-11 15:45:01 +01:00 |
|
jules
|
3a91979ea8
|
Version bump.
|
2012-04-11 11:06:43 +01:00 |
|
jules
|
1f95f54089
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
jules
|
8de9d9c6da
|
Version number bump. Clean-ups.
|
2012-03-30 15:40:17 +01:00 |
|
jules
|
87d3acf19f
|
Message leak fix. Android repaint fix. Minor clean-ups.
|
2012-03-30 09:31:35 +01:00 |
|
jules
|
bdd778332d
|
Removed some unused android code. Refactored some messaging code.
|
2012-03-25 20:09:57 +01:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
jules
|
431978b4ff
|
Fix for AudioProcessorGraph logic.
|
2012-03-09 13:17:26 +00:00 |
|
jules
|
83b35eba25
|
Minor tweaks to help support mingw, and to avoid namespace issues with assertions.
|
2012-03-06 20:31:39 +00:00 |
|
jules
|
a6c9992957
|
Updated some module usage warning code.
|
2012-02-24 18:12:21 +00:00 |
|
jules
|
a6069d1c02
|
Introjucer: added Xcode frameworks setting. Fix for win32 bold fonts. Fix for 64-bit plugin builds.
|
2012-02-14 18:08:12 +00:00 |
|
jules
|
d70d017fc6
|
Docs fix. Version bump.
|
2012-02-13 15:29:21 +00:00 |
|
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
2012-02-11 14:09:23 +00:00 |
|
jules
|
a9103407d7
|
Version number bump.
|
2012-02-09 13:35:59 +00:00 |
|
jules
|
4d332b6bb3
|
OpenGL fixes for flickering and rounding errors. RelativeCoordinate expression parsing work. Tweaks for AudioProcessorGraph params and OSX thread naming calls.
|
2012-02-02 12:08:04 +00:00 |
|
jules
|
ec08dc29a4
|
AU hosting fix for plugins without UIs.
|
2012-01-16 09:57:40 +00:00 |
|
jules
|
bdbe7d3f01
|
Introjucer: made it possible to override settings in AppConfig.h. Version number bump.
|
2012-01-12 14:19:16 +00:00 |
|
jules
|
4870ea28dd
|
Refactored the dynamically-loaded OpenGL extension functions from being static to being members of a specific context object. This entails lots of OpenGLContext references being passed around all over the place, and has meant that a few static helper functions are no longer available.
|
2012-01-04 16:36:30 +00:00 |
|
jules
|
825cd60737
|
Improved enablement of DrawableButton. Made hosted VSTs update their latency.
|
2012-01-03 15:00:13 +00:00 |
|
jules
|
35da7fe473
|
VST: workaround for a Wavelab bug.
|
2011-12-23 10:34:02 +00:00 |
|
jules
|
43d9a4eb16
|
New class: ThreadLocalValue.
|
2011-12-22 11:40:34 +00:00 |
|
jules
|
932ee2ebf6
|
VST host build fix. Removed a couple of MSVC warnings.
|
2011-12-21 11:47:54 +00:00 |
|
jules
|
678b532dad
|
Mac VST-host resource file fix.
|
2011-12-14 11:41:16 +00:00 |
|
jules
|
fd9bf6d5a3
|
Updated Introjucer for better Xcode 4 compatibility. Bumped version number.
|
2011-12-12 14:23:17 +00:00 |
|
jules
|
9b6780f15a
|
Version number bump.
|
2011-12-08 19:52:34 +00:00 |
|
jules
|
38eb7f8a5b
|
New class: WindowsMediaAudioFormat.
|
2011-12-03 20:58:55 +00:00 |
|
jules
|
5354dac0b5
|
AudioUnitPluginFormat fix.
|
2011-11-30 12:18:17 +00:00 |
|
jules
|
e60b2f3a20
|
New class: MP3AudioFormat.
|
2011-11-29 17:07:54 +00:00 |
|
jules
|
d38057b304
|
Fixed bugs in the audio demo page, TextLayout, and AudioUnitPluginFormat.
|
2011-11-29 14:18:53 +00:00 |
|
jules
|
a9fbfad8c1
|
Tarted up the audio playback demo slightly, to show a playback cursor and let you drag it with the mouse, zoom with mouse-wheel etc. Fixed a VST plugin host typo. Gave the ImageButton a default constructor.
|
2011-11-28 19:19:07 +00:00 |
|
jules
|
00f34cbe6c
|
Xcode 4 assertion fix. VSTPluginFormat fix.
|
2011-11-28 10:56:46 +00:00 |
|
jules
|
1a5bdda7f1
|
Fixed an obscure utf8 string comparison problem. Added a few C++11 tweaks. Improved VST host default folder detection. Win32 file browser filter fix. Introjucer VS2005 compiler bug workaround.
|
2011-11-24 18:11:37 +00:00 |
|
jules
|
4846cbe046
|
Changes to support multiple busses in hosted AudioUnits.
|
2011-11-23 16:49:07 +00:00 |
|