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).