[Csnd] OSC on Csound for Bela
Date | 2019-02-28 15:15 |
From | Andreas Bergsland |
Subject | [Csnd] OSC on Csound for Bela |
Hi I recently got a Bela and was very happy to find that Csound worked right out of the box! Many thanks to the developers for that! But when I tried to use OSCinit I got an error. Is it so that the Bela version of csound is built without the OSC implementation? And if so, are there any plans to include it in future builds? Best, -- Andreas Bergsland Associate professor - førsteamanuensis Study Programme Leader - studieprogramleder Music Technology Programme - Musikkteknologiseksjonen Department of Music - Institutt for musikk Olavskvartalet NTNU (Norwegian University of Science and Technology) 7491 Trondheim, NORWAY Visiting address/besøksadresse: Fjordgt.1 (3.etg.) e-mail: andreas.bergsland@ntnu.no Office phone (Skype for business):7359 0096 Mobil: 4566 3316 |
Date | 2019-02-28 17:09 |
From | Victor Lazzarini |
Subject | Re: [Csnd] OSC on Csound for Bela |
The OSC opcodes are not there because there is no liblo in Bela. They need to be reimplemented using Bela’s OSC library. ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 28 Feb 2019, at 15:15, Andreas Bergsland |
Date | 2019-02-28 17:28 |
From | Bernt Isak Wærstad |
Subject | Re: [Csnd] OSC on Csound for Bela |
I have a hacked together version that works using Belas library, but the amount of arguments are hardcoded so its not really suitable for release. Made it with Victors C++ opcode framework and couldnt find a way to make the amount of arguments dynamic and since we where on a deadline we just hacked it together. Havent had the chance to look at it again since then, but its something which should be available on Bela, so its on our to do list. If you need something quickly to test now, I can send you the test version I have. On Thu, 28 Feb 2019 at 18:09, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote: The OSC opcodes are not there because there is no liblo in Bela. They need to be reimplemented using Bela’s OSC library. Mvh.
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
Bernt Isak Wærstad |
Date | 2019-02-28 22:15 |
From | Andreas Bergsland |
Subject | Re: [Csnd] OSC on Csound for Bela |
Ok, good to hear that it is coming up! I am not familiar with C++ code, but I could always try to see if I can make something out of your hack, Bernt. From: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE> on behalf of Bernt Isak Wærstad <berntisak@GMAIL.COM>
I have a hacked together version that works using Belas library, but the amount of arguments are hardcoded so its not really suitable for release. Made it with Victors C++ opcode framework and couldnt find a way to make the amount of arguments dynamic and since we where on a deadline we just hacked it together. Havent had the chance to look at it again since then, but its something which should be available on Bela, so its on our to do list.
If you need something quickly to test now, I can send you the test version I have.
On Thu, 28 Feb 2019 at 18:09, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
-- Mvh.
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 | 2019-06-18 04:05 |
From | burton |
Subject | Re: [Csnd] OSC on Csound for Bela |
Any news on this OSC/bela front? I would like to see this OSC "hack" too, and perhaps work it into something flexible. Thanks, Alex. -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html 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 | 2019-07-18 11:35 |
From | Bernt Isak Wærstad |
Subject | Re: [Csnd] OSC on Csound for Bela |
Sorry for the late reply! Im working on it. Have most of the functionality up and running though, so hope to have it ready in not too long On Tue, 18 Jun 2019 at 05:05, burton <burton@artificiel.org> wrote: Any news on this OSC/bela front? Mvh.
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
Bernt Isak Wærstad |