AVAudioUnitTimeEffectMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
AVAudioUnitTimeEffectMBS class
Super class: AVAudioUnitMBS
The AVAudioUnitTimeEffect class is an AVAudioUnit subclass that processes audio in non-realtime.
An AVAudioUnitTimeEffect instance represents an AVAudioUnit of type “aufc” (kAudioUnitType_FormatConverter). These effects do not process audio in real-time. The AVAudioUnitVarispeed class is an example of a time effect unit.
Subclass of the AVAudioUnitMBS class.
- 2 events
- event LevelMonitor(Level0 as Double, Level1 as Double, Level2 as Double, Level3 as Double, Level4 as Double, Level5 as Double, Level6 as Double, Level7 as Double, tag as Variant)
- event PropertyListener(ID as UInt32, Scope as UInt32, Element as UInt32)
- 6 properties
- 12 methods
- method AddPropertyListener(ID as UInt32)
- method Constructor Private
- method Constructor(audioComponentDescription as AVAudioComponentDescriptionMBS) Private
- method CreateView(PreferredSize as NSSizeMBS) as NSViewMBS
- method Destructor
- method GetParameter(ID as UInt32, Scope as UInt32, Element as UInt32) as Single
- method GetProperty(ID as UInt32, Scope as UInt32, Element as UInt32) as Memoryblock
- method GetPropertyInfo(ID as UInt32, Scope as UInt32, Element as UInt32, byref WriteAble as Boolean) as UInt32
- method installLevelMonitor(CallsPerSecond as Integer, tag as Variant = nil)
- method RemovePropertyListener(ID as UInt32)
- method SetParameter(ID as UInt32, Scope as UInt32, Element as UInt32, Value as Single, inBufferOffsetInFrames as UInt32 = 0)
- method SetProperty(ID as UInt32, Scope as UInt32, Element as UInt32, data as Memoryblock)
Sub classes:
Some examples using this class:
The items on this page are in the following plugins: MBS AVFoundation Plugin.
AVAudioUnitSamplerMBS
-
AVAudioUnitTimePitchMBS