writeTo
Description​
Writes the midi event as binary into the given stream.
- JavaScript
- C#
- Kotlin
abstract writeTo(s: IWriteable): void
abstract void WriteTo(IWriteable s)
fun writeTo(s: IWriteable): Unit
Parameter | Summary |
---|---|
sAll | The stream to write to. |