Csound Csound-dev Csound-tekno Search About

[Cs-dev] Two things

Date2011-10-09 16:43
Fromjohn ffitch
Subject[Cs-dev] Two things
1; i have fixed a bug in UNTIL loop that meant it always worked at
i-rate

2:  I have committed the t-variable code that gives k-rate vectors.
Seems to work OK

We are still hoping for a new parser fix before 5.14 tomorrow (?)

==John ffitch

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-09 16:50
FromAndres Cabrera
SubjectRe: [Cs-dev] Two things
Hi,

On Sun, Oct 9, 2011 at 4:43 PM, john ffitch  wrote:
> 2:  I have committed the t-variable code that gives k-rate vectors.
> Seems to work OK


Nice! Is it documented? :)

Cheers,
Andres

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/list

Date2011-10-09 17:00
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Two things
> Hi,
>
> On Sun, Oct 9, 2011 at 4:43 PM, john ffitch  wrote:
>> 2:  I have committed the t-variable code that gives k-rate vectors.
>> Seems to work OK
>
>
> Nice! Is it documented? :)
>

Glad yopu asked me that ....  Victor designed it nbut I gfuess I need to
consider how to document.  There are three opcodes (init, = and reading)
but i suspect that some generaql pag eis needed too

Code looks like

instr 1
 t1 init 10
 k1 init 0

 until k1 >= 10 do
   t1[k1] = k1
   printk2 t1[k1]
   k1 = k1 + 1
 od

endin



------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-09 17:05
FromAndres Cabrera
SubjectRe: [Cs-dev] Two things
Hi,

I think that for the purpose of the reference manual, they should go
on the section detailing variable types, except for init which could
have an entry in the init opcode description, since it has the same
name as the init opcode. Maybe for clarity, since it does something
different to init, it could be called tinit something similar?

Cheers,
Andres

On Sun, Oct 9, 2011 at 5:00 PM,   wrote:
>> Hi,
>>
>> On Sun, Oct 9, 2011 at 4:43 PM, john ffitch  wrote:
>>> 2:  I have committed the t-variable code that gives k-rate vectors.
>>> Seems to work OK
>>
>>
>> Nice! Is it documented? :)
>>
>
> Glad yopu asked me that ....  Victor designed it nbut I gfuess I need to
> consider how to document.  There are three opcodes (init, = and reading)
> but i suspect that some generaql pag eis needed too
>
> Code looks like
>
> instr 1
>  t1 init 10
>  k1 init 0
>
>  until k1 >= 10 do
>   t1[k1] = k1
>   printk2 t1[k1]
>   k1 = k1 + 1
>  od
>
> endin
>
>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2dcopy2
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinf