Compare commits

..

2 Commits

Author SHA1 Message Date
dc917bdea4 docs: link amp example plugin sourec in readme
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2026-01-07 05:49:06 +01:00
8740d0b5d8 fix: import order
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2026-01-07 05:48:38 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ standard
## Examples
Build the `amp.lv2` example plugin:
Build the [amp.lv2]](./examples/amp_plugin.nim) example plugin:
nimble build_ex amp

View File

@ -3,7 +3,7 @@
import std/math
#import std/strformat
#import std/strutils
import nymph/[atom, core, midi, util, urid]
import nymph/[atom, core, midi, urid, util]
import nymph/atom/util
const PluginUri = "urn:nymph:examples:miditranspose"