Csound Csound-dev Csound-tekno Search About

[Csnd] Administration

Date2008-04-01 00:13
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Administration
This is a periodic reminder.  The Csound list welcomes posts from
people with ALL levels of skill, from the newest newbie to the most
serious hacker.  The subject and tenor of the posts vary
dramatically depending on what the current questions are.  Newbies are
sometimes afraid to post because they read discussions about the
incomprehensible deep inner workings, and all they want to know is how
to get a sound to come out of their iBook.  Rest assured that your
question will be answered quickly, and (usually) in a helpful and
courteous manner.  We've all been there.  Please post.

==List Administrator

Date2008-04-01 05:54
FromAndy Fillebrown
Subject[Csnd] Re: Administration
Hi,

I'm a newbie when it comes to csound and advanced synthesis and when I looked at csound and saol/sasl years ago I ignored them because they were way over my head.  I'm now giving it another look and after successfully installing on windows last week and reading the canonical manual a few times, I'm starting to get it and I'm getting excited!

Alot of my current wavetable instruments are in the dls/giga file format, though, and I'm not seeing any immediate way of loading them into csound, so that's my biggest question at the moment.  Is it possible?  Do I need to write my own opcodes?

I would also like to know if there's something along the lines of a C callback or polling mechanism for instruments so that if I integrate csound into the sequencer I've coded I'll be able to get the info needed to display meters of different output parameters in real-time.  A simple example would be a vu meter of an instrument's or bus's final output.

Regards,
- Andy F.



----- Original Message -----
From: jpff@cs.bath.ac.uk
To: csound@lists.bath.ac.uk
Sent: Monday, March 31, 2008 8:13:01 PM (GMT-0400) America/Glace_Bay
Subject: [Csnd] Administration

This is a periodic reminder.  The Csound list welcomes posts from
people with ALL levels of skill, from the newest newbie to the most
serious hacker.  The subject and tenor of the posts vary
dramatically depending on what the current questions are.  Newbies are
sometimes afraid to post because they read discussions about the
incomprehensible deep inner workings, and all they want to know is how
to get a sound to come out of their iBook.  Rest assured that your
question will be answered quickly, and (usually) in a helpful and
courteous manner.  We've all been there.  Please post.

==List Administrator


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


Date2008-04-01 15:02
From"Andres Cabrera"
Subject[Csnd] Re: Re: Administration
AttachmentsNone  

Date2008-04-01 15:13
From"Rory Walsh"
Subject[Csnd] Re: Re: Re: Administration
You can also load a VST sampler plugin into Csound although I've never
done this myself. Other can advise you better. I believe Mike Goggins does
this quite a lot.

Rory.


> Hi,
> Welcome.
>
> On Tue, Apr 1, 2008 at 1:54 AM, Andy Fillebrown
>  wrote:
>
>>  Alot of my current wavetable instruments are in the dls/giga file
>> format, though, and I'm not seeing any immediate way of loading them
>> into csound, so that's my biggest question at the moment.  Is it
>> possible?  Do I need to write my own opcodes?
>>
>
> There's currently support for soundfonts, but not giga files. You'd
> have to make your own opcodes. You can look at linuxsampler which
> loads giga files.
>
>>  I would also like to know if there's something along the lines of a C
>> callback or polling mechanism for instruments so that if I integrate
>> csound into the sequencer I've coded I'll be able to get the info
>> needed to display meters of different output parameters in real-time.
>> A simple example would be a vu meter of an instrument's or bus's final
>> output.
>>
>
> There's the csound API (which provides interfaces for C, C++, Java and
> python- I think scheme too). It's quite large and exposes many
> functionalities of csound. Here's a good start:
> www.csounds.com/articles/RoryWalsh_CsoundAPI.pdf
>
> Cheers,
> Andrés
>
>>  Regards,
>>  - Andy F.
>>
>>
>>
>>
>>
>>  ----- Original Message -----
>>  From: jpff@cs.bath.ac.uk
>>  To: csound@lists.bath.ac.uk
>>  Sent: Monday, March 31, 2008 8:13:01 PM (GMT-0400) America/Glace_Bay
>>  Subject: [Csnd] Administration
>>
>>  This is a periodic reminder.  The Csound list welcomes posts from
>>  people with ALL levels of skill, from the newest newbie to the most
>>  serious hacker.  The subject and tenor of the posts vary
>>  dramatically depending on what the current questions are.  Newbies are
>>  sometimes afraid to post because they read discussions about the
>>  incomprehensible deep inner workings, and all they want to know is how
>>  to get a sound to come out of their iBook.  Rest assured that your
>>  question will be answered quickly, and (usually) in a helpful and
>>  courteous manner.  We've all been there.  Please post.
>>
>>  ==List Administrator
>>
>>
>>  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"
>>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"



Date2008-04-01 21:24
FromAndy Fillebrown
Subject[Csnd] Re: Re: Re: Re: Administration

Thanks for the pointers.  I just got Blender compiled (finally) and I'm hoping to implement a new sequencer based on open source code.  I'm sure I'll have more questions for you down the road.

Thanks again,
Andy F.



----- Original Message -----
From: "Rory Walsh" 
To: csound@lists.bath.ac.uk
Sent: Tuesday, April 1, 2008 11:13:12 AM (GMT-0400) America/Glace_Bay
Subject: [Csnd] Re: Re: Re: Administration

You can also load a VST sampler plugin into Csound although I've never
done this myself. Other can advise you better. I believe Mike Goggins does
this quite a lot.

Rory.


> Hi,
> Welcome.
>
> On Tue, Apr 1, 2008 at 1:54 AM, Andy Fillebrown
>  wrote:
>
>>  Alot of my current wavetable instruments are in the dls/giga file
>> format, though, and I'm not seeing any immediate way of loading them
>> into csound, so that's my biggest question at the moment.  Is it
>> possible?  Do I need to write my own opcodes?
>>
>
> There's currently support for soundfonts, but not giga files. You'd
> have to make your own opcodes. You can look at linuxsampler which
> loads giga files.
>
>>  I would also like to know if there's something along the lines of a C
>> callback or polling mechanism for instruments so that if I integrate
>> csound into the sequencer I've coded I'll be able to get the info
>> needed to display meters of different output parameters in real-time.
>> A simple example would be a vu meter of an instrument's or bus's final
>> output.
>>
>
> There's the csound API (which provides interfaces for C, C++, Java and
> python- I think scheme too). It's quite large and exposes many
> functionalities of csound. Here's a good start:
> www.csounds.com/articles/RoryWalsh_CsoundAPI.pdf
>
> Cheers,
> Andrés
>
>>  Regards,
>>  - Andy F.
>>
>>
>>
>>
>>
>>  ----- Original Message -----
>>  From: jpff@cs.bath.ac.uk
>>  To: csound@lists.bath.ac.uk
>>  Sent: Monday, March 31, 2008 8:13:01 PM (GMT-0400) America/Glace_Bay
>>  Subject: [Csnd] Administration
>>
>>  This is a periodic reminder.  The Csound list welcomes posts from
>>  people with ALL levels of skill, from the newest newbie to the most
>>  serious hacker.  The subject and tenor of the posts vary
>>  dramatically depending on what the current questions are.  Newbies are
>>  sometimes afraid to post because they read discussions about the
>>  incomprehensible deep inner workings, and all they want to know is how
>>  to get a sound to come out of their iBook.  Rest assured that your
>>  question will be answered quickly, and (usually) in a helpful and
>>  courteous manner.  We've all been there.  Please post.
>>
>>  ==List Administrator
>>
>>
>>  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"
>>
>
>
> 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"