uvi-script
Musical event scripting with Lua
Loading...
Searching...
No Matches
SampledReverb Class Reference

SampledReverb. More...

Inheritance diagram for SampledReverb:
Element

Public Member Functions

AsyncTask loadImpulse (string pathToImpulseResponseFile)
 Load an Impulse response asynchronously.
 
- Public Member Functions inherited from Element
void setParameter (string parameter, Value value)
 Sets an Element parameter.
 
Value getParameter (string parameter)
 Gets an Element parameter.
 
bool hasParameter (string parameter)
 
table getParameterConnections (string parameter)
 Get all SignalConnection for this parameter.
 

Additional Inherited Members

- Public Attributes inherited from Element
string name
 internal element name
 
string displayName
 name to display on the User Interface, name is used if displayName is not specified.
 
string type
 internal element type
 
Elementparent
 element parent
 
table children
 element children using the element name as key
 
string output
 output routing for the element
 
int numParams
 number of parameters
 
table parameterDefinitions
 table of parameter definitions.
 

Detailed Description

Member Function Documentation

◆ loadImpulse()

AsyncTask SampledReverb::loadImpulse ( string pathToImpulseResponseFile)

Load an Impulse response asynchronously.

Parameters
pathToImpulseResponseFilepath to the Impulse response file
Returns
returns a task to be notified of loading completion