• CTAG-ALSA
  • mode switches detected on the audio thread!

you could use WinScp to copy this file to the board. You will have to use the address 192.168.6.2 and username root and no password.

Once the file is on the board (I assume it will go in the home folder /root/?) you can do the following in the console bottom of the IDE:

ls /root/

(verify it shows Bela-dev.zip in there)
then

rm -rf /root/Bela/updates
mkdir -p /root/Bela/updates
mv /root/Bela-dev.zip /root/Bela/updates
make checkupdate

wait for this to finish and ensure it doesn't print any errors. Then do

make update

do not touch the IDE until it says "Update successful" (or fails, in which case please show us the error).

Sorry you have to go through this lengthy procedure: the image you have is an unlucky one.

Ok that's unexpected but hopefully it's fine. Wait a few more minutes

thanks for the full log.

It seems like Sc 3.11.2 is successfully installed. Can you post here the full code you are running?

oh I see you are on CTAG! Is that a Beast or a Face? Now I can reproduce the issue, let me see if I can narrow it down.

right, so I think this is due to a misconfiguration of the CTAG cape. Can you follow the instructions here to verify that your cape(s) are set up properly?

If you have two, try with only one first. Set it in "leader" mode and make sure it works without issues. Once that's OK, add the other one on top and configure it in "follower" mode and make sure it still works fine.

it still has problem with analog inputs. added only first cape.
alt text

    gulesz t still has problem with analog inputs.

    that's expected: the AnalogIn and AnalogOut ugens don't work with the CTAG cape, because it only has audio inputs and outputs but not "analog"(i.e.: sensor) inputs and outputs.

    yeah, i didn't realize it. thanks. I am gonna try the second cape again.

    with the second cape it's giving this issue.
    alt text

    Did you check that the cape on top is configured as a "follower" as per the link above?

    YES!! now it's working. Thanks a lot!!!

    great!

    Fun fact: when you reported the first issue I thought you were using the latest beta release of Supercollider. I then tested it and I realised that, indeed, with that release the example you were using (and only that one) was causing mode switches. So I fixed that and amended the release. At the end it turns out that you were having an entirely different issue, caused by the configuration of the CTAG cape .... there was a lot to learn for me here!

    Good that it all ended well and that now you have a more updated version of Bela AND of Supercollider, but the journey was very long and ultimately the issue you were having was all in the wiring ... 🙂

    yes, apologize that I also didn't recognize the bad wiring. Anyway, good to have the latest update. Thanks again and stay well.