[Csnd] Multiple OSC ports
Date | 2024-10-18 14:19 |
From | Philipp Neumann <0000119f78f3a4f9-dmarc-request@LISTSERV.HEANET.IE> |
Subject | [Csnd] Multiple OSC ports |
Hello everybody! I’m currently working on a connection between my SBCL Lisp Repl and Csound. I already can send messages from csound to lisp. But with the implementation i use in lisp i have a problem with the port configuration. i send my osc messages to lisp on port 8090, lisp is then evaluating my message and then should send the result to csound on port 8091. my problem is, when i set my Lisp Repl to the receiving state it is already setting it’s sending port to 8091. When i run csound after this i run in the problem, that csound can’t open the port 8091 because it is already in use. Is there any solution for this? Greetings, Philipp 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 | 2024-10-18 14:56 |
From | vlz |
Subject | Re: [Csnd] Multiple OSC ports |
what about start Csound listening first, before you start listening? Btw, Csound 7 has bindings for SBCL so you can run Csound directly from it. See examples here Prof. Victor Lazzarini Maynooth University Ireland On 18 Oct 2024, at 14:19, Philipp Neumann <0000119f78f3a4f9-dmarc-request@listserv.heanet.ie> wrote:
|
Date | 2024-10-20 14:11 |
From | Philipp Neumann <0000119f78f3a4f9-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] Multiple OSC ports |
> Am 18.10.2024 um 15:56 schrieb vlz |
Date | 2024-10-21 20:40 |
From | luis antunes pena <00000fd5d0d20dbf-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] Multiple OSC ports |
Victor, thanks for the Lisp examples! Something
to study and develop. Really cool. Also enjoyed listening to your tracks specially at bandcamp ;) Nice to hear the live sound with the room acoustics. I was wondering if you are tracking the incoming midi notes and processing them - it is like a mysterious shadow, a canon. Thanks for sharing. On 18.10.24 15:56, vlz wrote:
|
Date | 2024-10-21 20:53 |
From | vlz |
Subject | Re: [Csnd] Multiple OSC ports |
It's all long delay lines in Csound plus filtering and some light modulation. Midi is only used to control processing parameters (and to play the synth). It's not a complex set up, just enough that it's possible to learn to play it live. Prof. Victor Lazzarini Maynooth University Ireland On 21 Oct 2024, at 20:40, luis antunes pena <00000fd5d0d20dbf-dmarc-request@listserv.heanet.ie> wrote:
|