SynthKitWeb class
- Inheritance
-
- Object
- PlatformInterface
- SynthKitPlatform
- SynthKitWeb
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancelScheduledNotes(
{String? synthId}) → Future< void> -
override
-
createSynth(
SynthKitSynthOptions options) → Future< String> -
override
-
disposeEngine(
) → Future< void> -
override
-
disposeSynth(
String synthId) → Future< void> -
override
-
getBackendName(
) → Future< String> -
override
-
initialize(
{required double masterVolume, String? toneJsUrl}) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
panic(
) → Future< void> -
override
-
setMasterVolume(
double volume) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
triggerNote(
{required String synthId, required double frequencyHz, required Duration duration, required double velocity, Duration delay = Duration.zero}) → Future< void> -
override
-
updateSynth(
String synthId, SynthKitSynthOptions options) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void