@Cementimental @PerVildman i believe this error occurs when there are no files available to load so it has trouble being displayed. however, when you start abacus for the first time it automatically copies one file to a directory (~/dust/data/abacus) that can be loaded, so that should be able to prevent the error (i thought anyways).
if you can, try deleting and reinstalling this way:
rm -rf /home/we/dust/data/abacus && rm -rf /home/we/dust/code/abacus
git clone https://github.com/schollz/abacus /home/we/dust/code/abacus
and then run.
later today/thisweek i will fix my lazy initialization with something that is more robust. sorry about that!
@cosmicsoundexplorer @mattlowery i feel more confident about the crow support with that explanation! one clarification: which of the following two scenarios do you envision for crow?
- input 1 sets position along entire sample. input 2 gates (gate on = starts playing at position and continue playing until end of entire sample)
- input 1 sets id of spliced sample (e.g. of the currently spliced ones, labeled A-Z). input 2 gate turns on/off playback of that sample (gate on = continous looping of current sample).