PrePostView:
Filter:
Classes (extension) | Libraries > JITLib

PrePostView : Object
ExtensionExtension

a view that shows volume levels of an audio nodeproxy.

Description

PrePostView can show the raw audio level and the post-monitor audio level of a node proxy. It is used by the ProxyMeter class to show these levels on top of MonitorGuis, e.g. in NdefGuis or ProxyMixer/NdefMixer.

One con customize its display color scheme.

Class Methods

PrePostView.preCol

PrePostView.preCol = value

get and set Color for the pre-volume level meter

PrePostView.postCol

PrePostView.postCol = value

get and set Color for the post-volume level meter

PrePostView.new(parent, bounds)

make a new PrePostView

PrePostView.forMonitor(monitorGui)

make a new PrePostView on top of a MonitorGui

Inherited class methods

Undocumented class methods

PrePostView.preSatCol

PrePostView.preSatCol = value

PrePostView.satCol

PrePostView.satCol = value

Instance Methods

.uv

the userview used to display the levels

.setAmps(pre: 0, post: 0)

set the levels to display on the view. range for both is [0.0, 1.0] display is with amp warp, i.e. center of view is -12 dB, or 0.25.

.preAmp

.postAmp

get the preAmp and postAmp level

.remove

remove the view

Inherited instance methods