- Edited
Hello everyone,
I just got my salt and salt+ and I am figuring out the best way to develop for Bela. I run some tests (it's working great!) using the IDE. It is great for quickly testing ideas but I am now using emacs to connect through SSH. It is all working fine for editing the files but there are a few things I need to solve:
1) Is there a list of terminal commands that will allow me to gain access to the instance of sclang used by SALT so that I can view the post window, kill sclang, recompile etc? Also what is the reason that I can not interpret code dynamically using SC? I know I can do that remotely but is there a technical reason that it recompiles in the IDE? Normally I recompile only when I am writing classes.
2) Regarding custom classes, am I right to assume that putting my files in ~/.local/share/SuperCollider/Extensions/
will work as expected?
3) Any ideas of how to manage backing up files? Ideally I would like to find a workflow where I have all my files on my computer, automatically syncing them to Bela on save so I can use my custom setup for all these considerations. Any reccomendations would be great!
Thanks!