jules
|
eda5904ba7
|
Added method AudioProcessor::silenceInProducesSilenceOut().
|
12 years ago |
jules
|
02f5a1f876
|
VSTPluginFormat: internal refactoring, and some new accessor methods.
|
12 years ago |
jules
|
5ed768e953
|
New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools.
|
12 years ago |
jules
|
70ebb6f438
|
Fix for AU hosting of plugins with leading spaces in their IDs.
|
12 years ago |
jules
|
019fbbb1d9
|
Minor AU hosting changes.
|
12 years ago |
jules
|
521067b615
|
Small memory leak fix in CoreAudioFormat.
|
12 years ago |
jules
|
08b57b8a0d
|
Added midi-out support for AU hosting.
|
12 years ago |
jules
|
ede73fcfd7
|
Fix for some Apple AU guis.
|
12 years ago |
jules
|
b2c60afe53
|
VST Host compile fixes for win32.
|
12 years ago |
jules
|
10c0894141
|
Added AudioProcessor::wrapperType flags
|
12 years ago |
jules
|
53edf99901
|
Added a class KnownPluginList::PluginTree for accessing a sorted tree of plugins. Misc other improvements to plugin hosting. Also added methods for getting a plugin's VSTXML data.
|
12 years ago |
jules
|
9a452a2230
|
Changes for VST hosting without Carbon.
|
12 years ago |
jules
|
d5df89190c
|
AudioUnit: name CFString release fixes.
|
12 years ago |
jules
|
a4d898513b
|
Added AudioProcessor::getParameterLabel method.
|
12 years ago |
jules
|
552d4b392c
|
Small VST hosting fix.
|
12 years ago |
jules
|
86223a267c
|
Removed an unnecessary extra byte generated by AudioProcessor::copyXmlToBinary()
|
12 years ago |
jules
|
4197f76ac0
|
AudioUnits: exposed a method to force a reload of the parameter list.
|
12 years ago |
jules
|
da4d2a46cb
|
Refactored audio plugin DllMain.
|
12 years ago |
jules
|
20b3058af3
|
Fix for AU compiling with gcc4.2
|
12 years ago |
jules
|
b562bbab74
|
Added callback method: AudioProcessor::numChannelsChanged().
|
12 years ago |
jules
|
9a24aa8a20
|
Minor clean-ups.
|
12 years ago |
jules
|
d9f0ac29b6
|
Fixed a few documentation typos. Tweaked positioning logic for CallOutBox.
|
12 years ago |
jules
|
ad958be260
|
Version bump: 2.0.27
|
12 years ago |
jules
|
abb4946191
|
Version bump: 2.0.26
|
12 years ago |
jules
|
5b2a49ed5a
|
Plugin host sample position.
|
12 years ago |
jules
|
33dbaa2d30
|
Added AudioPlayHead::CurrentPositionInfo::timeInSamples member.
|
12 years ago |
jules
|
7d014acb6c
|
Mingw fixes.
|
12 years ago |
jules
|
9961c990bb
|
Fix for GenericAudioProcessorEditor parameter changes.
|
12 years ago |
jules
|
2b856f41a0
|
AudioUnit host: set the plugin's kAudioUnitProperty_MaximumFramesPerSlice property.
|
13 years ago |
jules
|
8576a65c8b
|
Stopped plugin scan from blocking timers.
|
13 years ago |
jules
|
665c85b147
|
Version number bump.
|
13 years ago |
jules
|
4f206a3f3a
|
Version bump.
|
13 years ago |
jules
|
75d72d6323
|
Version number bump.
|
13 years ago |
jules
|
55dc84bc69
|
Minor fixes for AudioPluginFormatManager, PluginListComponent.
|
13 years ago |
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
13 years ago |
jules
|
246cb94bb0
|
AudioPluginFormatManager is no longer a singleton. Singletons are bad: don't do it, kids.
|
13 years ago |
jules
|
7afbc077e7
|
Version update.
|
13 years ago |
jules
|
6919e4ec91
|
AudioUnit: moved an include to help with 64-bit compiling.
|
13 years ago |
jules
|
0475cedff5
|
Introjucer: commands to move back/forwards through open docs.
|
13 years ago |
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.
|
13 years ago |
jules
|
69b8dcd4f4
|
AU plugin hosting: now sends events when parameters change.
|
13 years ago |
jules
|
8c0829a925
|
Linux VST compile error fix.
|
13 years ago |
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.
|
13 years ago |
jules
|
049065dc9c
|
Added an assertion to catch VSTs being loaded on a background thread.
|
13 years ago |
jules
|
81d1fb54c9
|
VST hosting: fixed the audioMasterVersion number.
|
13 years ago |
jules
|
2e0640b8ba
|
Added some speaker arrangement methods to AudioProcessor, with support for retrieving host speaker arrangements in a VST plugin.
|
13 years ago |
jules
|
3ba41c7d51
|
Fix for KnownPluginList::scanAndAddFile.
|
13 years ago |
jules
|
4f590f036d
|
Added better constructors for AudioSourceChannelInfo.
|
13 years ago |
jules
|
bb2d7683e5
|
Linux VST header fix.
|
13 years ago |
jules
|
df5d50bcd8
|
Version number bump.
|
13 years ago |