mirror of
https://github.com/vsariola/sointu.git
synced 2025-10-02 01:55:41 -04:00
6 lines
148 B
Go
6 lines
148 B
Go
/*
|
|
Package vm implements a virtual machine based synthesizer that runs Sointu
|
|
bytecode, and methods to convert patches into bytecode.
|
|
*/
|
|
package vm
|