Csound Csound-dev Csound-tekno Search About

[Cs-dev] building plugin function tables?

Date2013-10-16 23:19
FromRory Walsh
Subject[Cs-dev] building plugin function tables?
Can anyone provide me with the basic steps involved in
building/linking and getting a plugin function table running? I've
found an ftest.c online, but I've no idea of the compilation arguments
I need to use? Victor's 'extending Csound' is also useful, but alas
leaves me with little to go on in terms of building one. Thanks,

Rory.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-17 15:18
FromRory Walsh
SubjectRe: [Cs-dev] building plugin function tables?
Found ftest.c and it seems it gets built by default anyhow, so I guess
I can just hack that file to experiment. Sorry for the noise.

On 16 October 2013 23:19, Rory Walsh  wrote:
> Can anyone provide me with the basic steps involved in
> building/linking and getting a plugin function table running? I've
> found an ftest.c online, but I've no idea of the compilation arguments
> I need to use? Victor's 'extending Csound' is also useful, but alas
> leaves me with little to go on in terms of building one. Thanks,
>
> Rory.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-17 15:46
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] building plugin function tables?
ftest was just show how it is done.  Source distribution is OK; never sure
about binary

> Found ftest.c and it seems it gets built by default anyhow, so I guess
> I can just hack that file to experiment. Sorry for the noise.
>
> On 16 October 2013 23:19, Rory Walsh  wrote:
>> Can anyone provide me with the basic steps involved in
>> building/linking and getting a plugin function table running? I've
>> found an ftest.c online, but I've no idea of the compilation arguments
>> I need to use? Victor's 'extending Csound' is also useful, but alas
>> leaves me with little to go on in terms of building one. Thanks,
>>
>> Rory.
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-17 15:55
FromRory Walsh
SubjectRe: [Cs-dev] building plugin function tables?
Thanks John. For now it's enough to get me stared! Writing the code is
sometimes the easiest task, getting to that point is another story.

On 17 October 2013 15:46,   wrote:
> ftest was just show how it is done.  Source distribution is OK; never sure
> about binary
>
>> Found ftest.c and it seems it gets built by default anyhow, so I guess
>> I can just hack that file to experiment. Sorry for the noise.
>>
>> On 16 October 2013 23:19, Rory Walsh  wrote:
>>> Can anyone provide me with the basic steps involved in
>>> building/linking and getting a plugin function table running? I've
>>> found an ftest.c online, but I've no idea of the compilation arguments
>>> I need to use? Victor's 'extending Csound' is also useful, but alas
>>> leaves me with little to go on in terms of building one. Thanks,
>>>
>>> Rory.
>>
>> ------------------------------------------------------------------------------
>> October Webinars: Code for Performance
>> Free Intel webinars can help you accelerate application performance.
>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>> from
>> the latest Intel processors and coprocessors. See abstracts and register >
>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-17 20:10
FromRory Walsh
SubjectRe: [Cs-dev] building plugin function tables?
Just realised that I can't use negative gen numbers with plugin gens
as they're named and not numbered? Anyone have a workaround?

On 17 October 2013 15:55, Rory Walsh  wrote:
> Thanks John. For now it's enough to get me stared! Writing the code is
> sometimes the easiest task, getting to that point is another story.
>
> On 17 October 2013 15:46,   wrote:
>> ftest was just show how it is done.  Source distribution is OK; never sure
>> about binary
>>
>>> Found ftest.c and it seems it gets built by default anyhow, so I guess
>>> I can just hack that file to experiment. Sorry for the noise.
>>>
>>> On 16 October 2013 23:19, Rory Walsh  wrote:
>>>> Can anyone provide me with the basic steps involved in
>>>> building/linking and getting a plugin function table running? I've
>>>> found an ftest.c online, but I've no idea of the compilation arguments
>>>> I need to use? Victor's 'extending Csound' is also useful, but alas
>>>> leaves me with little to go on in terms of building one. Thanks,
>>>>
>>>> Rory.
>>>
>>> ------------------------------------------------------------------------------
>>> October Webinars: Code for Performance
>>> Free Intel webinars can help you accelerate application performance.
>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>>> from
>>> the latest Intel processors and coprocessors. See abstracts and register >
>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> October Webinars: Code for Performance
>> Free Intel webinars can help you accelerate application performance.
>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>> the latest Intel processors and coprocessors. See abstracts and register >
>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-17 20:12
FromVictor Lazzarini
SubjectRe: [Cs-dev] building plugin function tables?
you can use an extra p-field for it.
On 17 Oct 2013, at 20:10, Rory Walsh  wrote:

> Just realised that I can't use negative gen numbers with plugin gens
> as they're named and not numbered? Anyone have a workaround?
> 
> On 17 October 2013 15:55, Rory Walsh  wrote:
>> Thanks John. For now it's enough to get me stared! Writing the code is
>> sometimes the easiest task, getting to that point is another story.
>> 
>> On 17 October 2013 15:46,   wrote:
>>> ftest was just show how it is done.  Source distribution is OK; never sure
>>> about binary
>>> 
>>>> Found ftest.c and it seems it gets built by default anyhow, so I guess
>>>> I can just hack that file to experiment. Sorry for the noise.
>>>> 
>>>> On 16 October 2013 23:19, Rory Walsh  wrote:
>>>>> Can anyone provide me with the basic steps involved in
>>>>> building/linking and getting a plugin function table running? I've
>>>>> found an ftest.c online, but I've no idea of the compilation arguments
>>>>> I need to use? Victor's 'extending Csound' is also useful, but alas
>>>>> leaves me with little to go on in terms of building one. Thanks,
>>>>> 
>>>>> Rory.
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> October Webinars: Code for Performance
>>>> Free Intel webinars can help you accelerate application performance.
>>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>>>> from
>>>> the latest Intel processors and coprocessors. See abstracts and register >
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> 
>>>> 
>>>> 
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> October Webinars: Code for Performance
>>> Free Intel webinars can help you accelerate application performance.
>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>>> the latest Intel processors and coprocessors. See abstracts and register >
>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-17 20:18
FromRory Walsh
SubjectRe: [Cs-dev] building plugin function tables?
Gotcha.

On 17 October 2013 20:12, Victor Lazzarini  wrote:
> you can use an extra p-field for it.
> On 17 Oct 2013, at 20:10, Rory Walsh  wrote:
>
>> Just realised that I can't use negative gen numbers with plugin gens
>> as they're named and not numbered? Anyone have a workaround?
>>
>> On 17 October 2013 15:55, Rory Walsh  wrote:
>>> Thanks John. For now it's enough to get me stared! Writing the code is
>>> sometimes the easiest task, getting to that point is another story.
>>>
>>> On 17 October 2013 15:46,   wrote:
>>>> ftest was just show how it is done.  Source distribution is OK; never sure
>>>> about binary
>>>>
>>>>> Found ftest.c and it seems it gets built by default anyhow, so I guess
>>>>> I can just hack that file to experiment. Sorry for the noise.
>>>>>
>>>>> On 16 October 2013 23:19, Rory Walsh  wrote:
>>>>>> Can anyone provide me with the basic steps involved in
>>>>>> building/linking and getting a plugin function table running? I've
>>>>>> found an ftest.c online, but I've no idea of the compilation arguments
>>>>>> I need to use? Victor's 'extending Csound' is also useful, but alas
>>>>>> leaves me with little to go on in terms of building one. Thanks,
>>>>>>
>>>>>> Rory.
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> October Webinars: Code for Performance
>>>>> Free Intel webinars can help you accelerate application performance.
>>>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>>>>> from
>>>>> the latest Intel processors and coprocessors. See abstracts and register >
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> October Webinars: Code for Performance
>>>> Free Intel webinars can help you accelerate application performance.
>>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>>>> the latest Intel processors and coprocessors. See abstracts and register >
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> October Webinars: Code for Performance
>> Free Intel webinars can help you accelerate application performance.
>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>> the latest Intel processors and coprocessors. See abstracts and register >
>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-17 21:05
FromRory Walsh
SubjectRe: [Cs-dev] building plugin function tables?
Alternatively couldn't I just have it so that if a user sets a y-value
above 1 don't normalise?

On 17 October 2013 20:18, Rory Walsh  wrote:
> Gotcha.
>
> On 17 October 2013 20:12, Victor Lazzarini  wrote:
>> you can use an extra p-field for it.
>> On 17 Oct 2013, at 20:10, Rory Walsh  wrote:
>>
>>> Just realised that I can't use negative gen numbers with plugin gens
>>> as they're named and not numbered? Anyone have a workaround?
>>>
>>> On 17 October 2013 15:55, Rory Walsh  wrote:
>>>> Thanks John. For now it's enough to get me stared! Writing the code is
>>>> sometimes the easiest task, getting to that point is another story.
>>>>
>>>> On 17 October 2013 15:46,   wrote:
>>>>> ftest was just show how it is done.  Source distribution is OK; never sure
>>>>> about binary
>>>>>
>>>>>> Found ftest.c and it seems it gets built by default anyhow, so I guess
>>>>>> I can just hack that file to experiment. Sorry for the noise.
>>>>>>
>>>>>> On 16 October 2013 23:19, Rory Walsh  wrote:
>>>>>>> Can anyone provide me with the basic steps involved in
>>>>>>> building/linking and getting a plugin function table running? I've
>>>>>>> found an ftest.c online, but I've no idea of the compilation arguments
>>>>>>> I need to use? Victor's 'extending Csound' is also useful, but alas
>>>>>>> leaves me with little to go on in terms of building one. Thanks,
>>>>>>>
>>>>>>> Rory.
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> October Webinars: Code for Performance
>>>>>> Free Intel webinars can help you accelerate application performance.
>>>>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>>>>>> from
>>>>>> the latest Intel processors and coprocessors. See abstracts and register >
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> October Webinars: Code for Performance
>>>>> Free Intel webinars can help you accelerate application performance.
>>>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>>>>> the latest Intel processors and coprocessors. See abstracts and register >
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> October Webinars: Code for Performance
>>> Free Intel webinars can help you accelerate application performance.
>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>>> the latest Intel processors and coprocessors. See abstracts and register >
>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> October Webinars: Code for Performance
>> Free Intel webinars can help you accelerate application performance.
>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>> the latest Intel processors and coprocessors. See abstracts and register >
>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-17 21:11
FromVictor Lazzarini
SubjectRe: [Cs-dev] building plugin function tables?
yes, but you are then assuming that if you set a value between -1 and 1, you would
necessarily have to normalise. I think you could use p5 to set the rescaling and
then the rest follows.

Checkout the existing "named" gens, like tanh, where normalisation is set that
way.

Victor

On 17 Oct 2013, at 21:05, Rory Walsh  wrote:

> Alternatively couldn't I just have it so that if a user sets a y-value
> above 1 don't normalise?
> 
> On 17 October 2013 20:18, Rory Walsh  wrote:
>> Gotcha.
>> 
>> On 17 October 2013 20:12, Victor Lazzarini  wrote:
>>> you can use an extra p-field for it.
>>> On 17 Oct 2013, at 20:10, Rory Walsh  wrote:
>>> 
>>>> Just realised that I can't use negative gen numbers with plugin gens
>>>> as they're named and not numbered? Anyone have a workaround?
>>>> 
>>>> On 17 October 2013 15:55, Rory Walsh  wrote:
>>>>> Thanks John. For now it's enough to get me stared! Writing the code is
>>>>> sometimes the easiest task, getting to that point is another story.
>>>>> 
>>>>> On 17 October 2013 15:46,   wrote:
>>>>>> ftest was just show how it is done.  Source distribution is OK; never sure
>>>>>> about binary
>>>>>> 
>>>>>>> Found ftest.c and it seems it gets built by default anyhow, so I guess
>>>>>>> I can just hack that file to experiment. Sorry for the noise.
>>>>>>> 
>>>>>>> On 16 October 2013 23:19, Rory Walsh  wrote:
>>>>>>>> Can anyone provide me with the basic steps involved in
>>>>>>>> building/linking and getting a plugin function table running? I've
>>>>>>>> found an ftest.c online, but I've no idea of the compilation arguments
>>>>>>>> I need to use? Victor's 'extending Csound' is also useful, but alas
>>>>>>>> leaves me with little to go on in terms of building one. Thanks,
>>>>>>>> 
>>>>>>>> Rory.
>>>>>>> 
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> October Webinars: Code for Performance
>>>>>>> Free Intel webinars can help you accelerate application performance.
>>>>>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>>>>>>> from
>>>>>>> the latest Intel processors and coprocessors. See abstracts and register >
>>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ------------------------------------------------------------------------------
>>>>>> October Webinars: Code for Performance
>>>>>> Free Intel webinars can help you accelerate application performance.
>>>>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>>>>>> the latest Intel processors and coprocessors. See abstracts and register >
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> October Webinars: Code for Performance
>>>> Free Intel webinars can help you accelerate application performance.
>>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>>>> the latest Intel processors and coprocessors. See abstracts and register >
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> October Webinars: Code for Performance
>>> Free Intel webinars can help you accelerate application performance.
>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
>>> the latest Intel processors and coprocessors. See abstracts and register >
>>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net