Livecoding monome crow environment integrated into atom.
If you're getting permissions errors to access /dev/ttyACM0, you need to add yourself to the dialout group. You will have to logout and then log back in before the group change is recognized.
You can do this with sudo usermod -a -G dialout $USER
THIS IS A BETA VERSION
Rebuilding serialport might be required to make it work everywhere. If so, electron-rebuild is there for that. Haven't tested that properly yet, might need to add some automation for it.
on a lua file, run druid:eval
(default shortcut <shift><enter>
) to evaluate a line. When evaluating for the first time druid will connect to crow.
At the moment there's no integrated feedback, but you can open the atom dev tools console to see messages when errors happens (View>Developer>Toggle Developer Tools
).
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.