A OFX_OutputFX can apply effects to the main output channels of a server. One can only make a single OFX_OutputFX for each server. Each OFX_OutputFX contains a OFX_Chain which handles the named effects slots and their state.
First examples:
dictionary for all mainFX, one per server.
the OFX_OutputFX instance for the default server.
the maximum number of channels supported. (currently unused)
clear the mainFX at name
name |
server |
the server on which the OFX_OutputFX chain will run; default is server.numOutputBusChannels |
numChannels |
the number of channels it will work on |
slotNames |
the names of the filters/functions to be used, in order of execution; |
busIndex |
the bus index where it will process audio. |
the key at which the mainFX is stored; usually this is the server name.
the OFX_Chain that has the order of the effects that can be used
the NodeProxy inside the the proxyChain.
kick in effect
key |
name of effect |
wet |
wet-level of effect |
func |
an optional func that can locally replace the global func with that name. |
kick out effect
key |
name of effect |
set named parameters of the active slots
get the currently used slots of the proxyChain
get and set the slotNames of the proxyChain
the server on which this OFX_OutputFX operates
the number of output channels of the OFX_OutputFX
the index of the bus on which the OFX_OutputFX operates
the group in which this mainFX proxy runs. this is after the default group.
flag whether the mainFX is checking the final output for bad values. see also CheckBadValues
set flag whether to check final output, and if needed start the synth
the synth that does the bad value checking.
Wake up the OFX_OutputFX proxy. This happens automatically after CmdPeriod.
clear this OFX_OutputFX; usually so one can remake it.
alias for the proxyChain (the proxyChain inst var was called pxChain earlier).
show or hide the OFX_OutputFX proxy in Ndef.all for that server. the proxy is hidden by default.
Not implemented yet
name |
the name the gui will show |
numItems |
the number of buttons / sliders for parameters the gui will have |
buttonList |
an optional list of buttons. by default, this is the list of slotNames. |
parent |
the parent view or window on which to place the gui |
bounds |
the bounds of the gui |
makeSkip |
a flag whether to make and start a skipjack for the gui update mechanism. |