File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ` mikro `
2
- [ ![ Go Reference] ( https://pkg.go.dev/badge/gessaim .dev/mikro.svg )] ( https://pkg.go.dev/gessaim .dev/mikro )
2
+ [ ![ Go Reference] ( https://pkg.go.dev/badge/essaim .dev/mikro.svg )] ( https://pkg.go.dev/essaim .dev/mikro )
3
3
4
4
Go driver for the Native Instruments [ Maschine Mikro Mk3] ( https://www.native-instruments.com/en/products/maschine/production-systems/maschine-mikro/ ) .
Original file line number Diff line number Diff line change 1
1
package mikro
2
2
3
- import bp "gessaim .dev/mikro/api/mk3"
3
+ import bp "essaim .dev/mikro/api/mk3"
4
4
5
5
//go:generate go run golang.org/x/tools/cmd/stringer@latest -type=Intensity -trimprefix=Intensity
6
6
type Intensity uint8
Original file line number Diff line number Diff line change 9
9
"image/draw"
10
10
"sync"
11
11
12
- bp "gessaim .dev/mikro/api/mk3"
12
+ bp "essaim .dev/mikro/api/mk3"
13
13
"github.com/karalabe/hid"
14
14
)
15
15
You can’t perform that action at this time.
0 commit comments