jules
|
eda5904ba7
|
Added method AudioProcessor::silenceInProducesSilenceOut().
|
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
|
10c0894141
|
Added AudioProcessor::wrapperType flags
|
12 years ago |
jules
|
a4d898513b
|
Added AudioProcessor::getParameterLabel method.
|
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
|
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
|
33dbaa2d30
|
Added AudioPlayHead::CurrentPositionInfo::timeInSamples member.
|
12 years ago |
jules
|
9961c990bb
|
Fix for GenericAudioProcessorEditor parameter changes.
|
12 years ago |
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
13 years ago |
jules
|
0475cedff5
|
Introjucer: commands to move back/forwards through open docs.
|
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
|
46ae142d8a
|
Added loop position indicators to CurrentPositionInfo (only enabled in VSTs)
|
13 years ago |
jules
|
bdd778332d
|
Removed some unused android code. Refactored some messaging code.
|
13 years ago |
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
13 years ago |
jules
|
431978b4ff
|
Fix for AudioProcessorGraph logic.
|
13 years ago |
jules
|
83b35eba25
|
Minor tweaks to help support mingw, and to avoid namespace issues with assertions.
|
13 years ago |
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.
|
13 years ago |
jules
|
4d332b6bb3
|
OpenGL fixes for flickering and rounding errors. RelativeCoordinate expression parsing work. Tweaks for AudioProcessorGraph params and OSX thread naming calls.
|
13 years ago |
jules
|
bd7c046f76
|
Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const.
|
13 years ago |
Julian Storer
|
bd9a32c757
|
Removed 'const' from some virtual method return types - this might require a few tweaks to user-code.
|
13 years ago |
Julian Storer
|
aa6c2203d5
|
Minor additions to linux midi, AudioProcessorGraph, URL.
|
13 years ago |
Julian Storer
|
4808d9c318
|
Hard-coded some juce namespace declarations.
|
13 years ago |
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
13 years ago |