Compare commits
2 Commits
d851df1669
...
dc917bdea4
| Author | SHA1 | Date | |
|---|---|---|---|
| dc917bdea4 | |||
| 8740d0b5d8 |
@ -6,7 +6,7 @@ standard
|
|||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
Build the `amp.lv2` example plugin:
|
Build the [amp.lv2]](./examples/amp_plugin.nim) example plugin:
|
||||||
|
|
||||||
nimble build_ex amp
|
nimble build_ex amp
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
import std/math
|
import std/math
|
||||||
#import std/strformat
|
#import std/strformat
|
||||||
#import std/strutils
|
#import std/strutils
|
||||||
import nymph/[atom, core, midi, util, urid]
|
import nymph/[atom, core, midi, urid, util]
|
||||||
import nymph/atom/util
|
import nymph/atom/util
|
||||||
|
|
||||||
const PluginUri = "urn:nymph:examples:miditranspose"
|
const PluginUri = "urn:nymph:examples:miditranspose"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user