Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Thanks Boulanger Csounders!

Date2009-12-17 15:27
FromMatthew Hines
Subject[Csnd] Re: Thanks Boulanger Csounders!
Steven,

Thank you for your feedback!

We should have many more on the way, as we keep discovering many more ways to use Csound in our work.

We've also heard a great deal about your work in the class, so thank you.

Best,

Matt

---------------------------------------
Original E-mail
From: Steven Yi <stevenyi@gmail.com>
Date: 12/17/2009 10:17 AM
To: Csound <csound@lists.bath.ac.uk>
Subject: [Csnd] Thanks Boulanger Csounders!

Hi All!

Just wanted to say thanks to the Csounders in Dr. Boulanger's classes
for posting your work to the Csounds.com site!  It's been nice to hear
what you are all up to!

steven


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-12-17 17:46
FromDavid Akbari
Subject[Csnd] Re: Re: Thanks Boulanger Csounders!
Great sounds. It's always a great pleasure to discover new music
created using Csound.


-David


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-18 15:54
FromDiego Saá
Subject[Csnd] mp3 to wav?
Hello list,

Is there an opcode that can convert .mp3 files to .wav?

Best regards,
Diego Saá



Schneller, einfacher und noch mehr Fun - mit Windows 7

Date2009-12-18 17:46
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: mp3 to wav?
>
> Hello list,
> Is there an opcode that can convert .mp3 files to .wav?
> Best regards,Diego Saá
>

Not a single opcode, but mp3in followed by out shoudl do it

instr 1
ar1, ar2 mp3in "myfile.mp3"
         out2  ar1, ar2
endin





Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-18 18:14
FromDiego Saá
Subject[Csnd] RE: Re: mp3 to wav?
Mmm strange, for some reason I get error: no legal opcode


Diego Saa

> Date: Fri, 18 Dec 2009 17:46:16 +0000
> From: jpff@cs.bath.ac.uk
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] Re: mp3 to wav?
>
> >
> > Hello list,
> > Is there an opcode that can convert .mp3 files to .wav?
> > Best regards,Diego Saá
> >
>
> Not a single opcode, but mp3in followed by out shoudl do it
>
> instr 1
> ar1, ar2 mp3in "myfile.mp3"
> out2 ar1, ar2
> endin
>
>
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Grosse Augen bekommen bei MSN. Neugierig?

Date2009-12-18 20:27
Fromvictor
Subject[Csnd] Re: RE: Re: mp3 to wav?
That means you don't have the plugin opcode installed in your system.
 
Victor
----- Original Message -----
From: Diego Saá
Sent: Friday, December 18, 2009 6:14 PM
Subject: [Csnd] RE: Re: mp3 to wav?

Mmm strange, for some reason I get error: no legal opcode


Diego Saa

> Date: Fri, 18 Dec 2009 17:46:16 +0000
> From: jpff@cs.bath.ac.uk
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] Re: mp3 to wav?
>
> >
> > Hello list,
> > Is there an opcode that can convert .mp3 files to .wav?
> > Best regards,Diego Saá
> >
>
> Not a single opcode, but mp3in followed by out shoudl do it
>
> instr 1
> ar1, ar2 mp3in "myfile.mp3"
> out2 ar1, ar2
> endin
>
>
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Grosse Augen bekommen bei MSN. Neugierig?

Date2009-12-18 21:19
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: RE: Re: mp3 to wav?
That means that the distribution you are using did noit build mp3in,

Sorry -- works fo rme!

You could use -i "cat mysound.mp3 | lame" but that ois Linix and mp3in is
built for that

>
> Mmm strange, for some reason I get error:  no legal opcode
>
> Diego Saa
>> Date: Fri, 18 Dec 2009 17:46:16 +0000
>> From: jpff@cs.bath.ac.uk
>> To: csound@lists.bath.ac.uk
>> Subject: [Csnd] Re: mp3 to wav?
>>
>> >
>> > Hello list,
>> > Is there an opcode that can convert .mp3 files to .wav?
>> > Best regards,Diego Saá
>> >
>>
>> Not a single opcode, but mp3in followed by out shoudl do it
>>
>> instr 1
>> ar1, ar2 mp3in "myfile.mp3"
>>          out2  ar1, ar2
>> endin
>>
>>
>>
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
> _________________________________________________________________
> http://redirect.gimas.net/?n=M0912xMobileIM_WW
> Neu, kostenlos & von unterwegs: Der Messenger fürs Handy!
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"




Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-18 21:23
FromDiego Saá
Subject[Csnd] RE: Re: RE: Re: mp3 to wav?
Then I guess I should let you know what version I'm using. I think it's the latest.
This is the version information:
Csound version 5.11 (float samples) Nov 1 2009


> Date: Fri, 18 Dec 2009 21:19:04 +0000
> From: jpff@cs.bath.ac.uk
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] Re: RE: Re: mp3 to wav?
>
>
> That means that the distribution you are using did noit build mp3in,
>
> Sorry -- works fo rme!
>
> You could use -i "cat mysound.mp3 | lame" but that ois Linix and mp3in is
> built for that
>
> >
> > Mmm strange, for some reason I get error: no legal opcode
> >
> > Diego Saa
> >> Date: Fri, 18 Dec 2009 17:46:16 +0000
> >> From: jpff@cs.bath.ac.uk
> >> To: csound@lists.bath.ac.uk
> >> Subject: [Csnd] Re: mp3 to wav?
> >>
> >> >
> >> > Hello list,
> >> > Is there an opcode that can convert .mp3 files to .wav?
> >> > Best regards,Diego Saá
> >> >
> >>
> >> Not a single opcode, but mp3in followed by out shoudl do it
> >>
> >> instr 1
> >> ar1, ar2 mp3in "myfile.mp3"
> >> out2 ar1, ar2
> >> endin
> >>
> >>
> >>
> >>
> >>
> >> Send bugs reports to this list.
> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> >> csound"
> >
> > _________________________________________________________________
> > http://redirect.gimas.net/?n=M0912xMobileIM_WW
> > Neu, kostenlos & von unterwegs: Der Messenger fürs Handy!
> > Send bugs reports to this list.
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > csound"
>
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Alle E-Mail-Adressen online auf einen Blick Ich will Hotmail!

Date2009-12-18 21:34
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: RE: Re: RE: Re: mp3 to wav?
Which operating system?

>
> Then I guess I should let you know what version I'm using. I think it's
> the latest.This is the version information:Csound version 5.11 (float
> samples) Nov  1 2009
>
>> Date: Fri, 18 Dec 2009 21:19:04 +0000
>> From: jpff@cs.bath.ac.uk
>> To: csound@lists.bath.ac.uk
>> Subject: [Csnd] Re: RE: Re: mp3 to wav?
>>
>>
>> That means that the distribution you are using did noit build mp3in,
>>
>> Sorry -- works fo rme!
>>
>> You could use -i "cat mysound.mp3 | lame" but that ois Linix and mp3in
>> is
>> built for that
>>
>> >
>> > Mmm strange, for some reason I get error:  no legal opcode
>> >
>> > Diego Saa
>> >> Date: Fri, 18 Dec 2009 17:46:16 +0000
>> >> From: jpff@cs.bath.ac.uk
>> >> To: csound@lists.bath.ac.uk
>> >> Subject: [Csnd] Re: mp3 to wav?
>> >>
>> >> >
>> >> > Hello list,
>> >> > Is there an opcode that can convert .mp3 files to .wav?
>> >> > Best regards,Diego Saá
>> >> >
>> >>
>> >> Not a single opcode, but mp3in followed by out shoudl do it
>> >>
>> >> instr 1
>> >> ar1, ar2 mp3in "myfile.mp3"
>> >>          out2  ar1, ar2
>> >> endin
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> Send bugs reports to this list.
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe
>> >> csound"
>> >
>> > _________________________________________________________________
>> > http://redirect.gimas.net/?n=M0912xMobileIM_WW
>> > Neu, kostenlos & von unterwegs: Der Messenger fürs Handy!
>> > Send bugs reports to this list.
>> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe
>> > csound"
>>
>>
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
> _________________________________________________________________
> http://redirect.gimas.net/?n=M0912xIWHM2_WW
> Hotmail - Mein E-Mail Anbieter ohne Kosten
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"




Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-18 21:36
FromDiego Saá
Subject[Csnd] RE: Re: RE: Re: RE: Re: mp3 to wav?
Sorry, forgot to add that piece of info. I'm on Windows XP.

> Date: Fri, 18 Dec 2009 21:34:54 +0000
> From: jpff@cs.bath.ac.uk
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] Re: RE: Re: RE: Re: mp3 to wav?
>
> Which operating system?
>
> >
> > Then I guess I should let you know what version I'm using. I think it's
> > the latest.This is the version information:Csound version 5.11 (float
> > samples) Nov 1 2009
> >
> >> Date: Fri, 18 Dec 2009 21:19:04 +0000
> >> From: jpff@cs.bath.ac.uk
> >> To: csound@lists.bath.ac.uk
> >> Subject: [Csnd] Re: RE: Re: mp3 to wav?
> >>
> >>
> >> That means that the distribution you are using did noit build mp3in,
> >>
> >> Sorry -- works fo rme!
> >>
> >> You could use -i "cat mysound.mp3 | lame" but that ois Linix and mp3in
> >> is
> >> built for that
> >>
> >> >
> >> > Mmm strange, for some reason I get error: no legal opcode
> >> >
> >> > Diego Saa
> >> >> Date: Fri, 18 Dec 2009 17:46:16 +0000
> >> >> From: jpff@cs.bath.ac.uk
> >> >> To: csound@lists.bath.ac.uk
> >> >> Subject: [Csnd] Re: mp3 to wav?
> >> >>
> >> >> >
> >> >> > Hello list,
> >> >> > Is there an opcode that can convert .mp3 files to .wav?
> >> >> > Best regards,Diego Saá
> >> >> >
> >> >>
> >> >> Not a single opcode, but mp3in followed by out shoudl do it
> >> >>
> >> >> instr 1
> >> >> ar1, ar2 mp3in "myfile.mp3"
> >> >> out2 ar1, ar2
> >> >> endin
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> Send bugs reports to this list.
> >> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> >> "unsubscribe
> >> >> csound"
> >> >
> >> > _________________________________________________________________
> >> > http://redirect.gimas.net/?n=M0912xMobileIM_WW
> >> > Neu, kostenlos & von unterwegs: Der Messenger fürs Handy!
> >> > Send bugs reports to this list.
> >> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
> >> "unsubscribe
> >> > csound"
> >>
> >>
> >>
> >>
> >> Send bugs reports to this list.
> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> >> csound"
> >
> > _________________________________________________________________
> > http://redirect.gimas.net/?n=M0912xIWHM2_WW
> > Hotmail - Mein E-Mail Anbieter ohne Kosten
> > Send bugs reports to this list.
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > csound"
>
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Schneller, einfacher und noch mehr Fun - mit Windows 7

Date2009-12-18 23:20
Fromvictor
Subject[Csnd] Re: RE: Re: RE: Re: RE: Re: mp3 to wav?
Then it looks like it's not being packaged on Windows. Alternative: download lame for Windows. You can use it in Audacity as well.
----- Original Message -----
From: Diego Saá
Sent: Friday, December 18, 2009 9:36 PM
Subject: [Csnd] RE: Re: RE: Re: RE: Re: mp3 to wav?

Sorry, forgot to add that piece of info. I'm on Windows XP.

> Date: Fri, 18 Dec 2009 21:34:54 +0000
> From: jpff@cs.bath.ac.uk
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] Re: RE: Re: RE: Re: mp3 to wav?
>
> Which operating system?
>
> >
> > Then I guess I should let you know what version I'm using. I think it's
> > the latest.This is the version information:Csound version 5.11 (float
> > samples) Nov 1 2009
> >
> >> Date: Fri, 18 Dec 2009 21:19:04 +0000
> >> From: jpff@cs.bath.ac.uk
> >> To: csound@lists.bath.ac.uk
> >> Subject: [Csnd] Re: RE: Re: mp3 to wav?
> >>
> >>
> >> That means that the distribution you are using did noit build mp3in,
> >>
> >> Sorry -- works fo rme!
> >>
> >> You could use -i "cat mysound.mp3 | lame" but that ois Linix and mp3in
> >> is
> >> built for that
> >>
> >> >
> >> > Mmm strange, for some reason I get error: no legal opcode
> >> >
> >> > Diego Saa
> >> >> Date: Fri, 18 Dec 2009 17:46:16 +0000
> >> >> From: jpff@cs.bath.ac.uk
> >> >> To: csound@lists.bath.ac.uk
> >> >> Subject: [Csnd] Re: mp3 to wav?
> >> >>
> >> >> >
> >> >> > Hello list,
> >> >> > Is there an opcode that can convert .mp3 files to .wav?
> >> >> > Best regards,Diego Saá
> >> >> >
> >> >>
> >> >> Not a single opcode, but mp3in followed by out shoudl do it
> >> >>
> >> >> instr 1
> >> >> ar1, ar2 mp3in "myfile.mp3"
> >> >> out2 ar1, ar2
> >> >> endin
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> Send bugs reports to this list.
> >> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> >> "unsubscribe
> >> >> csound"
> >> >
> >> > _________________________________________________________________
> >> > http://redirect.gimas.net/?n=M0912xMobileIM_WW
> >> > Neu, kostenlos & von unterwegs: Der Messenger fürs Handy!
> >> > Send bugs reports to this list.
> >> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
> >> "unsubscribe
> >> > csound"
> >>
> >>
> >>
> >>
> >> Send bugs reports to this list.
> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> >> csound"
> >
> > _________________________________________________________________
> > http://redirect.gimas.net/?n=M0912xIWHM2_WW
> > Hotmail - Mein E-Mail Anbieter ohne Kosten
> > Send bugs reports to this list.
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> > csound"
>
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Schneller, einfacher und noch mehr Fun - mit Windows 7