Csound Csound-dev Csound-tekno Search About

[Csnd-dev] csound6 missing opcodes

Date2024-07-28 21:58
FromJohn ff
Subject[Csnd-dev] csound6 missing opcodes
      I am completely stuck in creating a complete csound6.  I would
      very much appreciate directions.

I have built what feels like a good start but I  cannot complete it!

I cloned csound6 branch master and did cmake, All seems OK but some
opcodes are missing. In particular OSC_listen.  I can see that the
file Opcodes/OSC.c which has the source of OSC_isten gets compiled
into libosc.so (sorry should have said this in Linux) but does not
seem to be in the libraries directory

I have been stuck on this for weeks if not months and it is getting me
upset.

So any help welcome

==John  ffitch

Date2024-07-28 22:10
FromVictor Lazzarini <000010b17ddd988e-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd-dev] [EXTERNAL] [Csnd-dev] csound6 missing opcodes
Did you use

make install

thar should put things in correct places
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jul 2024, at 21:58, John ff  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.
> 
>      I am completely stuck in creating a complete csound6.  I would
>      very much appreciate directions.
> 
> I have built what feels like a good start but I  cannot complete it!
> 
> I cloned csound6 branch master and did cmake, All seems OK but some
> opcodes are missing. In particular OSC_listen.  I can see that the
> file Opcodes/OSC.c which has the source of OSC_isten gets compiled
> into libosc.so (sorry should have said this in Linux) but does not
> seem to be in the libraries directory
> 
> I have been stuck on this for weeks if not months and it is getting me
> upset.
> 
> So any help welcome
> 
> ==John  ffitch

Date2024-07-29 10:39
Fromtjingboem
SubjectRe: [Csnd-dev] [EXTERNAL] [Csnd-dev] csound6 missing opcodes
today i did a clean install of Linux Mint 22 and was able to get Csound6 to install as well.

Here, 3 OSC opcodes are installed: OSCbundle, OSCraw and OSCsend.

Checking the manual i see OSClisten is a plugin opcode, but i do not know where it is?

On Sun, Jul 28, 2024 at 11:10 PM Victor Lazzarini <000010b17ddd988e-dmarc-request@listserv.heanet.ie> wrote:
Did you use

make install

thar should put things in correct places
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jul 2024, at 21:58, John ff <jpff@codemist.co.uk> 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.
>
>      I am completely stuck in creating a complete csound6.  I would
>      very much appreciate directions.
>
> I have built what feels like a good start but I  cannot complete it!
>
> I cloned csound6 branch master and did cmake, All seems OK but some
> opcodes are missing. In particular OSC_listen.  I can see that the
> file Opcodes/OSC.c which has the source of OSC_isten gets compiled
> into libosc.so (sorry should have said this in Linux) but does not
> seem to be in the libraries directory
>
> I have been stuck on this for weeks if not months and it is getting me
> upset.
>
> So any help welcome
>
> ==John  ffitch

Date2024-07-29 11:08
FromVictor Lazzarini <000010b17ddd988e-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd-dev] [EXTERNAL] [Csnd-dev] csound6 missing opcodes
OSClisten etc is in libosc.dylib, which is built by Csound if you have liblo installed. You need to check the
CMake messages to see if it is being built.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 29 Jul 2024, at 10:39, tjingboem  wrote:
> 
> today i did a clean install of Linux Mint 22 and was able to get Csound6 to install as well.
> 
> Here, 3 OSC opcodes are installed: OSCbundle, OSCraw and OSCsend.
> 
> Checking the manual i see OSClisten is a plugin opcode, but i do not know where it is?
> 
> On Sun, Jul 28, 2024 at 11:10 PM Victor Lazzarini <000010b17ddd988e-dmarc-request@listserv.heanet.ie> wrote:
> Did you use
> 
> make install
> 
> thar should put things in correct places
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
> 
> > On 28 Jul 2024, at 21:58, John ff  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.
> > 
> >      I am completely stuck in creating a complete csound6.  I would
> >      very much appreciate directions.
> > 
> > I have built what feels like a good start but I  cannot complete it!
> > 
> > I cloned csound6 branch master and did cmake, All seems OK but some
> > opcodes are missing. In particular OSC_listen.  I can see that the
> > file Opcodes/OSC.c which has the source of OSC_isten gets compiled
> > into libosc.so (sorry should have said this in Linux) but does not
> > seem to be in the libraries directory
> > 
> > I have been stuck on this for weeks if not months and it is getting me
> > upset.
> > 
> > So any help welcome
> > 
> > ==John  ffitch


Date2024-07-30 15:38
Fromjohn
SubjectRe: [Csnd-dev] [EXTERNAL] [Csnd-dev] csound6 missing opcodes

On Sun, 28 Jul 2024, Victor Lazzarini wrote:

> Did you use
>
> make install
>

;2~Tat is one ogf the variantrs I reid wth no change in behavior.  I 
wilE

l try agai

=John ff





> thar should put things in correct places
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
>> On 28 Jul 2024, at 21:58, John ff  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.
>>
>>      I am completely stuck in creating a complete csound6.  I would
>>      very much appreciate directions.
>>
>> I have built what feels like a good start but I  cannot complete it!
>>
>> I cloned csound6 branch master and did cmake, All seems OK but some
>> opcodes are missing. In particular OSC_listen.  I can see that the
>> file Opcodes/OSC.c which has the source of OSC_isten gets compiled
>> into libosc.so (sorry should have said this in Linux) but does not
>> seem to be in the libraries directory
>>
>> I have been stuck on this for weeks if not months and it is getting me
>> upset.
>>
>> So any help welcome
>>
>> ==John  ffitch
>

Date2024-07-31 10:55
FromJohn ff
SubjectRe: [Csnd-dev] [EXTERNAL] [Csnd-dev] csound6 missing opcodes
Thank you. Seems fixed. 

⁣==John ffitch ​


-------- Original Message --------
From: Victor Lazzarini <000010b17ddd988e-dmarc-request@listserv.heanet.ie>
Sent: Sun Jul 28 22:10:21 GMT+01:00 2024
To: csound-dev@listserv.heanet.ie
Subject: Re: [Csnd-dev] [EXTERNAL] [Csnd-dev] csound6 missing opcodes

Did you use

make install

thar should put things in correct places
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 28 Jul 2024, at 21:58, John ff  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.
> 
>      I am completely stuck in creating a complete csound6.  I would
>      very much appreciate directions.
> 
> I have built what feels like a good start but I  cannot complete it!
> 
> I cloned csound6 branch master and did cmake, All seems OK but some
> opcodes are missing. In particular OSC_listen.  I can see that the
> file Opcodes/OSC.c which has the source of OSC_isten gets compiled
> into libosc.so (sorry should have said this in Linux) but does not
> seem to be in the libraries directory
> 
> I have been stuck on this for weeks if not months and it is getting me
> upset.
> 
> So any help welcome
> 
> ==John  ffitch