ok I rebuilt it and it is now available . Please follow the instructions below:
Try the following instruction step-by-step, please:
- download this archive on your computer
https://github.com/BelaPlatform/Bela/files/10228145/else-v1.0-rc4-93-g0c64c285.zip - drop it in your on top of the Bela IDE. When asked the name of the new project you want to create, type
pd-else
and click "create project". Wait for a few seconds while it is done. - when done, you will get an error "couldn't open render.cpp". That's fine, press "Cancel"
- run the following in the console at the bottom of the Bela IDE so that the externals go in the right place:
rm -rf projects/pd-externals;
mkdir -p projects/pd-externals;
mv projects/pd-else projects/pd-externals/else;
- now create a new project and copy on it a
_main.pd
file with only the following objects in it:[brown] [s2f~] [rescale] [declare -path /root/Bela/projects/pd-externals/else]
- run the project and verify that you get no "couldn't create" errors when you start it