I’ve just received a crow as my first dive into the Monome world. I’m excited to start working but I’m running into some very beginner connectivity problems and I’d really appreciate any advice anyone has. I’ve got a little bit of coding experience, so I feel fairly comfortable with the learning process for lua, but I’m struggling with figuring out how to actually get scripts into crow (I haven’t worked much with terminal-based things).
When I upload something in druid by entering “u <xxxx.lua>” I get text saying that the file is bootstrapped, and that input, asl, asllib, metro, ii, and crowlib are loaded. This action seems to freeze First into a strange pulsing. If I then enter “^^clearscript” there is a slight pause before the pulsing continues. Entering “p” tells me that there’s no user script. I get the same result whether or not I’ve typed the name of an actual file. Restarting my modular results in First running normally again.
How do I point druid to the correct location of the lua file?
Do I need to do anything to prepare the file other than saving it as a .lua (I’m writing in ZeroBraneStudio)?
Do I need to do anything to include asl when programming?
I’m wondering if it is partially where I’ve stored things as I also can’t boot druid directly in terminal, but instead have to drag the druid.py file in to terminal at the start of each session (typing python3 druid.py I get a notice that there’s no such file).