[Csnd] Csound Plugins on Bela Board
Date | 2025-03-27 12:09 |
From | Philipp Neumann <0000119f78f3a4f9-dmarc-request@LISTSERV.HEANET.IE> |
Subject | [Csnd] Csound Plugins on Bela Board |
Hello everybody! I want to use my Csound Plugins on a Bela Board and the Csound Version on the Bela Board runs only on floats. Every time i compile my plugins on the bela board and want to use them i get this warning: WARNING: not loading 'xine.so' (uses incompatible floating point type) Can i compile my plugins so that they will use floats only? Philipp von Neumann (He/Him) Composition | Electronic Music | Computer Music 📧 philipp@von-neumann.com 📞 +49 159 01 20 71 03 🌐 von-neumann.com 🔊 SoundCloud: https://soundcloud.com/phvon 🌿 Bluesky: https://bsky.app/profile/von-neumann.com 🦣 Mastodon: https://mastodon.social/@PvN Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2025-03-27 13:03 |
From | Victor Lazzarini <000010b17ddd988e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] Csound Plugins on Bela Board |
yes, you can define -DUSE_DOUBLE=0 when you compile your plugin and that should do the trick. ======================== Prof. Victor Lazzarini Maynooth University Ireland > On 27 Mar 2025, at 12:09, Philipp Neumann <0000119f78f3a4f9-dmarc-request@LISTSERV.HEANET.IE> wrote: > > *Warning* > > This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe. > > Hello everybody! > > I want to use my Csound Plugins on a Bela Board and the Csound Version on the Bela Board runs only on floats. > Every time i compile my plugins on the bela board and want to use them i get this warning: > WARNING: not loading 'xine.so' (uses incompatible floating point type) > > Can i compile my plugins so that they will use floats only? > > Philipp von Neumann (He/Him) > Composition | Electronic Music | Computer Music > > 📧 philipp@von-neumann.com > 📞 +49 159 01 20 71 03 > 🌐 von-neumann.com > 🔊 SoundCloud: https://soundcloud.com/phvon > 🌿 Bluesky: https://bsky.app/profile/von-neumann.com > 🦣 Mastodon: https://mastodon.social/@PvN > > Csound mailing list > Csound@listserv.heanet.ie > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND > Send bugs reports to > https://github.com/csound/csound/issues > Discussions of bugs and features can be posted here Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2025-03-27 13:23 |
From | Philipp Neumann <0000119f78f3a4f9-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] [EXTERNAL] [Csnd] Csound Plugins on Bela Board |
Oh, my mistake was somewhere else. I did not find the csound headerfiles on the bela board for the running csound version. so i copied these from my machine to the board, which obviously did not work with the running csound version. 🫠 Philipp von Neumann (He/Him) Composition | Electronic Music | Computer Music 📧 philipp@von-neumann.com 📞 +49 159 01 20 71 03 🌐 von-neumann.com 🔊 SoundCloud: https://soundcloud.com/phvon 🌿 Bluesky: https://bsky.app/profile/von-neumann.com 🦣 Mastodon: https://mastodon.social/@PvN > Am 27.03.2025 um 14:03 schrieb Victor Lazzarini <000010b17ddd988e-dmarc-request@LISTSERV.HEANET.IE>: > > yes, you can define -DUSE_DOUBLE=0 when you compile your plugin and that should do the trick. > ======================== > Prof. Victor Lazzarini > Maynooth University > Ireland > >> On 27 Mar 2025, at 12:09, Philipp Neumann <0000119f78f3a4f9-dmarc-request@LISTSERV.HEANET.IE> wrote: >> >> *Warning* >> >> This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe. >> >> Hello everybody! >> >> I want to use my Csound Plugins on a Bela Board and the Csound Version on the Bela Board runs only on floats. >> Every time i compile my plugins on the bela board and want to use them i get this warning: >> WARNING: not loading 'xine.so' (uses incompatible floating point type) >> >> Can i compile my plugins so that they will use floats only? >> >> Philipp von Neumann (He/Him) >> Composition | Electronic Music | Computer Music >> >> 📧 philipp@von-neumann.com >> 📞 +49 159 01 20 71 03 >> 🌐 von-neumann.com >> 🔊 SoundCloud: https://soundcloud.com/phvon >> 🌿 Bluesky: https://bsky.app/profile/von-neumann.com >> 🦣 Mastodon: https://mastodon.social/@PvN >> >> Csound mailing list >> Csound@listserv.heanet.ie >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND >> Send bugs reports to >> https://github.com/csound/csound/issues >> Discussions of bugs and features can be posted here > > > Csound mailing list > Csound@listserv.heanet.ie > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND > Send bugs reports to > https://github.com/csound/csound/issues > Discussions of bugs and features can be posted here Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |