Csound Csound-dev Csound-tekno Search About

[Cs-dev] retrieve details for particular table?

Date2013-10-11 10:53
FromRory Walsh
Subject[Cs-dev] retrieve details for particular table?
I would like to quickly find details for a given table through the
host API, gen rountine, size, p-fields, etc. I realise I could parse
my entire csd file looking for fN but is there a way to quickly search
through score statements myself? Can one access the list of parsed
score statements ala:

for(int i=0;i
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-12 17:21
FromSteven Yi
SubjectRe: [Cs-dev] retrieve details for particular table?
Hi Rory,

I don't see any API methods for querying the event list, and the data
for events is (I believe, still learning this part myself) hidden in
the CSOUND struct when BUILDING_LIBCSOUND is off.

That said, maybe this is an opportunity to come up with some ideas for
a score API?

steven

On Fri, Oct 11, 2013 at 5:53 AM, Rory Walsh  wrote:
> I would like to quickly find details for a given table through the
> host API, gen rountine, size, p-fields, etc. I realise I could parse
> my entire csd file looking for fN but is there a way to quickly search
> through score statements myself? Can one access the list of parsed
> score statements ala:
>
> for(int i=0;i if(scoreStatements[i].gen==10)
>  printf("bingo");
>
> ------------------------------------------------------------------------------
> 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=60134071&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=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-12 17:28
FromRory Walsh
SubjectRe: [Cs-dev] retrieve details for particular table?
Thanks Steven, I had a look myself and didn't see anything. I thought
perhaps I had missed something.

On 12 October 2013 17:21, Steven Yi  wrote:
> Hi Rory,
>
> I don't see any API methods for querying the event list, and the data
> for events is (I believe, still learning this part myself) hidden in
> the CSOUND struct when BUILDING_LIBCSOUND is off.
>
> That said, maybe this is an opportunity to come up with some ideas for
> a score API?
>
> steven
>
> On Fri, Oct 11, 2013 at 5:53 AM, Rory Walsh  wrote:
>> I would like to quickly find details for a given table through the
>> host API, gen rountine, size, p-fields, etc. I realise I could parse
>> my entire csd file looking for fN but is there a way to quickly search
>> through score statements myself? Can one access the list of parsed
>> score statements ala:
>>
>> for(int i=0;i> if(scoreStatements[i].gen==10)
>>  printf("bingo");
>>
>> ------------------------------------------------------------------------------
>> 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=60134071&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=60134071&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=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net