miti icon indicating copy to clipboard operation
miti copied to clipboard

miti is a musical instrument textual interface. Basically, its MIDI, but with human-readable text. :musical_note:

Results 5 miti issues
Sort by recently updated
recently updated
newest added

I LOVE miti! For me, it's missing one small thing: I'd love to specify the midi channel we're sending to, as an optional extra when selecting an instrument. ``` pattern...

Hi, Thanks for creating this! I checked out your demo and this is really cool. I like the general idea of a simple language / DSL to create music. Can...

Testing using 1/8th notes at 110 bpm on 3 instruments (nts-1, op-1, sh-01a). Two samples taken while running, for 20 seconds each. The samples were processed, aligned and differed. Takeaways:...

documentation

It took me a minute to get this working on OS X / M1 / Golang 1.19. Apply this diff fixes #18 ```diff diff --git a/src/record/record.go b/src/record/record.go index 86c31e0..40ab77e 100644...

Incidentally, just tried to compile current master using latest golang 1.19.3 and I get 'declared but not used error' on line 36 of `miti/src/record/record.go`: ```go patterns := 0 currentPattern :=...