Switchboard SDK
androidJvm
SwitchboardSDK
/
com.synervoz.switchboard.sdk.audiographnodes
/
SynthNode
Synth
Node
class
SynthNode
:
AudioSourceNode
Members
Constructors
Synth
Node
Link copied to clipboard
constructor
(
)
Properties
attack
Seconds
Link copied to clipboard
var
attackSeconds
:
Float
decay
Seconds
Link copied to clipboard
var
decaySeconds
:
Float
frequency
Link copied to clipboard
var
frequency
:
Float
name
Link copied to clipboard
var
name
:
String
peak
Level
Link copied to clipboard
var
peakLevel
:
Float
release
Seconds
Link copied to clipboard
var
releaseSeconds
:
Float
sustain
Level
Link copied to clipboard
var
sustainLevel
:
Float
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
get
Display
Name
Link copied to clipboard
external
fun
getDisplayName
(
)
:
String
get
Parameters
Link copied to clipboard
external
fun
getParameters
(
)
:
List
<
Parameter
>
get
Type
Link copied to clipboard
external
fun
getType
(
)
:
String
init
Link copied to clipboard
open
external override
fun
init
(
)
release
Synth
Link copied to clipboard
external
fun
releaseSynth
(
)
trigger
Synth
Link copied to clipboard
external
fun
triggerSynth
(
)