Csound Csound-dev Csound-tekno Search About

[Csnd] how to tryout faust in csound

Date2022-04-11 18:39
FromStefan Thomas
Subject[Csnd] how to tryout faust in csound
Dear community,
I try to use some of the faust examples in csound.
On https://faustide.grame.fr/ I've loaded the example "GuitarMidi" (it's one of the physical modelling examples).
I clicked on the "export as" button (the truck icon) and choosed platform linux and architecture csound-64bits.
Now I have a file guitarMIDI.so on my hard drive.
I don't know what to do with this file, getting a hint by someone of You would be great.
Best,
Stefan
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

Date2022-04-11 19:14
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] how to tryout faust in csound
You can load that in Csound by using

--opcode-lib=./guitarMIDI.so

then you can use it as an opcode in Csound. Not sure the syntax of the opcode but it will have the inputs and outputs as defined in the faust code.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 11 Apr 2022, at 18:41, Stefan Thomas <kontrapunktstefan@gmail.com> 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.

Dear community,
I try to use some of the faust examples in csound.
On https://faustide.grame.fr/ I've loaded the example "GuitarMidi" (it's one of the physical modelling examples).
I clicked on the "export as" button (the truck icon) and choosed platform linux and architecture csound-64bits.
Now I have a file guitarMIDI.so on my hard drive.
I don't know what to do with this file, getting a hint by someone of You would be great.
Best,
Stefan
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

Date2022-04-12 15:24
FromStefan Thomas
SubjectRe: [Csnd] [EXTERNAL] [Csnd] how to tryout faust in csound
Dear Victor,
thanks for Your answer. Unfortunately, I don't have any idea what could here be the input and output parameters.
This is the faust code:
declare name "GuitarMidi";
declare description "Simple acoustic guitar model with steel strings.";
declare license "MIT";
declare copyright "(c)Romain Michon, CCRMA (Stanford University), GRAME";

import("stdfaust.lib");

process = pm.guitar_ui_MIDI <: _,_;
Thanks for any hint
Stefan

Am Mo., 11. Apr. 2022 um 20:14 Uhr schrieb Victor Lazzarini <Victor.Lazzarini@mu.ie>:
You can load that in Csound by using

--opcode-lib=./guitarMIDI.so

then you can use it as an opcode in Csound. Not sure the syntax of the opcode but it will have the inputs and outputs as defined in the faust code.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 11 Apr 2022, at 18:41, Stefan Thomas <kontrapunktstefan@gmail.com> 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.

Dear community,
I try to use some of the faust examples in csound.
On https://faustide.grame.fr/ I've loaded the example "GuitarMidi" (it's one of the physical modelling examples).
I clicked on the "export as" button (the truck icon) and choosed platform linux and architecture csound-64bits.
Now I have a file guitarMIDI.so on my hard drive.
I don't know what to do with this file, getting a hint by someone of You would be great.
Best,
Stefan
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

Date2022-04-12 15:59
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] [Csnd] how to tryout faust in csound
Not sure how the midi interface that is built into this is mapped into Csound. Maybe you need to try some examples without MIDI.

On 12 Apr 2022, at 15:24, Stefan Thomas <kontrapunktstefan@GMAIL.COM> wrote:

Dear Victor,
thanks for Your answer. Unfortunately, I don't have any idea what could here be the input and output parameters.
This is the faust code:
declare name "GuitarMidi";
declare description "Simple acoustic guitar model with steel strings.";
declare license "MIT";
declare copyright "(c)Romain Michon, CCRMA (Stanford University), GRAME";

import("stdfaust.lib");

process = pm.guitar_ui_MIDI <: _,_;
Thanks for any hint
Stefan

Am Mo., 11. Apr. 2022 um 20:14 Uhr schrieb Victor Lazzarini <Victor.Lazzarini@mu.ie>:
You can load that in Csound by using

--opcode-lib=./guitarMIDI.so

then you can use it as an opcode in Csound. Not sure the syntax of the opcode but it will have the inputs and outputs as defined in the faust code.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 11 Apr 2022, at 18:41, Stefan Thomas <kontrapunktstefan@gmail.com> 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.
Dear community,
I try to use some of the faust examples in csound.
On https://faustide.grame.fr/ I've loaded the example "GuitarMidi" (it's one of the physical modelling examples).
I clicked on the "export as" button (the truck icon) and choosed platform linux and architecture csound-64bits.
Now I have a file guitarMIDI.so on my hard drive.
I don't know what to do with this file, getting a hint by someone of You would be great.
Best,
Stefan
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


Date2022-04-16 03:04
FromPartev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] [EXTERNAL] [Csnd] how to tryout faust in csound

Started getting into FAUST (and JUCE) recently at the urging of 
Julius Smith at CCRMA so that I could examples in his books. 
Very cool. Interesting stuff. 


-Partev


-----Original Message-----
From: Victor Lazzarini <Victor.Lazzarini@MU.IE>
To: CSOUND@LISTSERV.HEANET.IE
Sent: Tue, Apr 12, 2022 3:59 pm
Subject: Re: [Csnd] [EXTERNAL] [Csnd] how to tryout faust in csound

Not sure how the midi interface that is built into this is mapped into Csound. Maybe you need to try some examples without MIDI.

On 12 Apr 2022, at 15:24, Stefan Thomas <kontrapunktstefan@GMAIL.COM> wrote:

Dear Victor,
thanks for Your answer. Unfortunately, I don't have any idea what could here be the input and output parameters.
This is the faust code:
declare name "GuitarMidi";
declare description "Simple acoustic guitar model with steel strings.";
declare license "MIT";
declare copyright "(c)Romain Michon, CCRMA (Stanford University), GRAME";

import("stdfaust.lib");

process = pm.guitar_ui_MIDI <: _,_;
Thanks for any hint
Stefan

Am Mo., 11. Apr. 2022 um 20:14 Uhr schrieb Victor Lazzarini <Victor.Lazzarini@mu.ie>:
You can load that in Csound by using

--opcode-lib=./guitarMIDI.so

then you can use it as an opcode in Csound. Not sure the syntax of the opcode but it will have the inputs and outputs as defined in the faust code.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 11 Apr 2022, at 18:41, Stefan Thomas <kontrapunktstefan@gmail.com> 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.
Dear community,
I try to use some of the faust examples in csound.
On https://faustide.grame.fr/ I've loaded the example "GuitarMidi" (it's one of the physical modelling examples).
I clicked on the "export as" button (the truck icon) and choosed platform linux and architecture csound-64bits.
Now I have a file guitarMIDI.so on my hard drive.
I don't know what to do with this file, getting a hint by someone of You would be great.
Best,
Stefan
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

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

Date2022-04-18 11:15
FromStefan Thomas
SubjectRe: [Csnd] [EXTERNAL] [Csnd] how to tryout faust in csound
Dear Partev,
which book do You mean?
Thanks,
Stefan

Am Sa., 16. Apr. 2022 um 04:04 Uhr schrieb Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie>:

Started getting into FAUST (and JUCE) recently at the urging of 
Julius Smith at CCRMA so that I could examples in his books. 
Very cool. Interesting stuff. 


-Partev


-----Original Message-----
From: Victor Lazzarini <Victor.Lazzarini@MU.IE>
To: CSOUND@LISTSERV.HEANET.IE
Sent: Tue, Apr 12, 2022 3:59 pm
Subject: Re: [Csnd] [EXTERNAL] [Csnd] how to tryout faust in csound

Not sure how the midi interface that is built into this is mapped into Csound. Maybe you need to try some examples without MIDI.

On 12 Apr 2022, at 15:24, Stefan Thomas <kontrapunktstefan@GMAIL.COM> wrote:

Dear Victor,
thanks for Your answer. Unfortunately, I don't have any idea what could here be the input and output parameters.
This is the faust code:
declare name "GuitarMidi";
declare description "Simple acoustic guitar model with steel strings.";
declare license "MIT";
declare copyright "(c)Romain Michon, CCRMA (Stanford University), GRAME";

import("stdfaust.lib");

process = pm.guitar_ui_MIDI <: _,_;
Thanks for any hint
Stefan

Am Mo., 11. Apr. 2022 um 20:14 Uhr schrieb Victor Lazzarini <Victor.Lazzarini@mu.ie>:
You can load that in Csound by using

--opcode-lib=./guitarMIDI.so

then you can use it as an opcode in Csound. Not sure the syntax of the opcode but it will have the inputs and outputs as defined in the faust code.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 11 Apr 2022, at 18:41, Stefan Thomas <kontrapunktstefan@gmail.com> 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.
Dear community,
I try to use some of the faust examples in csound.
On https://faustide.grame.fr/ I've loaded the example "GuitarMidi" (it's one of the physical modelling examples).
I clicked on the "export as" button (the truck icon) and choosed platform linux and architecture csound-64bits.
Now I have a file guitarMIDI.so on my hard drive.
I don't know what to do with this file, getting a hint by someone of You would be great.
Best,
Stefan
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

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

Date2022-04-18 17:24
FromPartev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] [EXTERNAL] [Csnd] how to tryout faust in csound

Book 2 on Digital Filters. He has examples in Matlab and C++.



-Partev



-----Original Message-----
From: Stefan Thomas <kontrapunktstefan@GMAIL.COM>
To: CSOUND@LISTSERV.HEANET.IE
Sent: Mon, Apr 18, 2022 3:15 am
Subject: Re: [Csnd] [EXTERNAL] [Csnd] how to tryout faust in csound

Dear Partev,
which book do You mean?
Thanks,
Stefan

Am Sa., 16. Apr. 2022 um 04:04 Uhr schrieb Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie>:

Started getting into FAUST (and JUCE) recently at the urging of 
Julius Smith at CCRMA so that I could examples in his books. 
Very cool. Interesting stuff. 


-Partev


-----Original Message-----
From: Victor Lazzarini <Victor.Lazzarini@MU.IE>
To: CSOUND@LISTSERV.HEANET.IE
Sent: Tue, Apr 12, 2022 3:59 pm
Subject: Re: [Csnd] [EXTERNAL] [Csnd] how to tryout faust in csound

Not sure how the midi interface that is built into this is mapped into Csound. Maybe you need to try some examples without MIDI.

On 12 Apr 2022, at 15:24, Stefan Thomas <kontrapunktstefan@GMAIL.COM> wrote:

Dear Victor,
thanks for Your answer. Unfortunately, I don't have any idea what could here be the input and output parameters.
This is the faust code:
declare name "GuitarMidi";
declare description "Simple acoustic guitar model with steel strings.";
declare license "MIT";
declare copyright "(c)Romain Michon, CCRMA (Stanford University), GRAME";

import("stdfaust.lib");

process = pm.guitar_ui_MIDI <: _,_;
Thanks for any hint
Stefan

Am Mo., 11. Apr. 2022 um 20:14 Uhr schrieb Victor Lazzarini <Victor.Lazzarini@mu.ie>:
You can load that in Csound by using

--opcode-lib=./guitarMIDI.so

then you can use it as an opcode in Csound. Not sure the syntax of the opcode but it will have the inputs and outputs as defined in the faust code.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 11 Apr 2022, at 18:41, Stefan Thomas <kontrapunktstefan@gmail.com> 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.
Dear community,
I try to use some of the faust examples in csound.
On https://faustide.grame.fr/ I've loaded the example "GuitarMidi" (it's one of the physical modelling examples).
I clicked on the "export as" button (the truck icon) and choosed platform linux and architecture csound-64bits.
Now I have a file guitarMIDI.so on my hard drive.
I don't know what to do with this file, getting a hint by someone of You would be great.
Best,
Stefan
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

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
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

Date2022-04-18 18:23
FromStefan Thomas
SubjectRe: [Csnd] [EXTERNAL] [Csnd] how to tryout faust in csound
I've found it, thanks!

Am Mo., 18. Apr. 2022 um 18:23 Uhr schrieb Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie>:

Book 2 on Digital Filters. He has examples in Matlab and C++.



-Partev



-----Original Message-----
From: Stefan Thomas <kontrapunktstefan@GMAIL.COM>
To: CSOUND@LISTSERV.HEANET.IE
Sent: Mon, Apr 18, 2022 3:15 am
Subject: Re: [Csnd] [EXTERNAL] [Csnd] how to tryout faust in csound

Dear Partev,
which book do You mean?
Thanks,
Stefan

Am Sa., 16. Apr. 2022 um 04:04 Uhr schrieb Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie>:

Started getting into FAUST (and JUCE) recently at the urging of 
Julius Smith at CCRMA so that I could examples in his books. 
Very cool. Interesting stuff. 


-Partev


-----Original Message-----
From: Victor Lazzarini <Victor.Lazzarini@MU.IE>
To: CSOUND@LISTSERV.HEANET.IE
Sent: Tue, Apr 12, 2022 3:59 pm
Subject: Re: [Csnd] [EXTERNAL] [Csnd] how to tryout faust in csound

Not sure how the midi interface that is built into this is mapped into Csound. Maybe you need to try some examples without MIDI.

On 12 Apr 2022, at 15:24, Stefan Thomas <kontrapunktstefan@GMAIL.COM> wrote:

Dear Victor,
thanks for Your answer. Unfortunately, I don't have any idea what could here be the input and output parameters.
This is the faust code:
declare name "GuitarMidi";
declare description "Simple acoustic guitar model with steel strings.";
declare license "MIT";
declare copyright "(c)Romain Michon, CCRMA (Stanford University), GRAME";

import("stdfaust.lib");

process = pm.guitar_ui_MIDI <: _,_;
Thanks for any hint
Stefan

Am Mo., 11. Apr. 2022 um 20:14 Uhr schrieb Victor Lazzarini <Victor.Lazzarini@mu.ie>:
You can load that in Csound by using

--opcode-lib=./guitarMIDI.so

then you can use it as an opcode in Csound. Not sure the syntax of the opcode but it will have the inputs and outputs as defined in the faust code.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 11 Apr 2022, at 18:41, Stefan Thomas <kontrapunktstefan@gmail.com> 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.
Dear community,
I try to use some of the faust examples in csound.
On https://faustide.grame.fr/ I've loaded the example "GuitarMidi" (it's one of the physical modelling examples).
I clicked on the "export as" button (the truck icon) and choosed platform linux and architecture csound-64bits.
Now I have a file guitarMIDI.so on my hard drive.
I don't know what to do with this file, getting a hint by someone of You would be great.
Best,
Stefan
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

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
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