mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -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
|