SynthKitPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SynthKitPlatform
Implementers

Constructors

SynthKitPlatform()

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>
createSynth(SynthKitSynthOptions options) Future<String>
disposeEngine() Future<void>
disposeSynth(String synthId) Future<void>
getBackendName() Future<String>
initialize({required double masterVolume, String? toneJsUrl}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
panic() Future<void>
setMasterVolume(double volume) Future<void>
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>
updateSynth(String synthId, SynthKitSynthOptions options) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance SynthKitPlatform
getter/setter pair