beats
beats copied to clipboard
Beats is a drum machine
This device here: https://github.com/mtrudel/beats/blob/6edf532bc02f2625190cbcb7f99a09fc6f58c5fd/lib/beats/output.ex#L17 has been renamed to `IAC Driver Bus 1` Renaming it fixes the error `:invalid_device_id`. Note that I'm running on macOS Sonoma btw. I believe this device...
https://github.com/rakyll/portmidi/issues/13#issuecomment-1113748574 PortMidi doesn't go well with M1 Macs. I've stumbled across this error ```sh src/portmidi_shared.c:1:10: fatal error: 'portmidi.h' file not found #include ``` the solution: ```sh export LDFLAGS="-I/opt/homebrew/include -lportmidi -L/opt/homebrew/lib"...
Hi, I wanted to check out this project but I couldn't compile it. This is the error I got: ```sh ==> portmidi cc -g -std=c99 -O3 -pedantic -Wextra -Wno-unused-parameter -Wno-missing-field-initializers...