mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-01 05:10:19 -05: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
|