Csound Csound-dev Csound-tekno Search About

[Cs-dev] t-variables

Date2012-11-16 18:41
Frommenno
Subject[Cs-dev] t-variables
HI,

there are some opcodes - without examples - that are about the use of 
t-variables. I do not see anything in the manual that explains those 
t-variables.
Can someone write something about it or is it still experimental?



--
View this message in context: http://csound.1045644.n5.nabble.com/t-variables-tp5718047.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-11-16 19:25
FromVictor Lazzarini
SubjectRe: [Cs-dev] t-variables
It's not experimental, but  we need to think of examples.
On 16 Nov 2012, at 18:41, menno wrote:

> HI,
> 
> there are some opcodes - without examples - that are about the use of 
> t-variables. I do not see anything in the manual that explains those 
> t-variables.
> Can someone write something about it or is it still experimental?
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/t-variables-tp5718047.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-11-16 19:57
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] t-variables
Kinda experimental in cs5.  Highly developed in cs6.  Basically they are
vectors.  In cs5 they are handled by opcodes, but in cs6 more by
operators.

I guess as the syntax will change it might be better to wait for cs6, if
one has the patience!

CS5
instr 1
  t1 init 10
  t1[3] = 42
  k1 maxtab t1
  printk2 k1
endin

CS6 adds arithmetic operators, slicing of tables, and table constants in
expressions, and mapping a function over an array

Yes it all needs documenting sometime
==John ff

> HI,
>
> there are some opcodes - without examples - that are about the use of
> t-variables. I do not see anything in the manual that explains those
> t-variables.
> Can someone write something about it or is it still experimental?
>





------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-11-16 20:13
FromSteven Yi
SubjectRe: [Cs-dev] t-variables
Well, I'm looking at replacing t-vars with generic arrays of all
types, so would rather like to call it experimental. I'm hoping to
take what John's already done and retrofit it and remove the specific
t-type.

On Fri, Nov 16, 2012 at 1:25 PM, Victor Lazzarini
 wrote:
> It's not experimental, but  we need to think of examples.
> On 16 Nov 2012, at 18:41, menno wrote:
>
>> HI,
>>
>> there are some opcodes - without examples - that are about the use of
>> t-variables. I do not see anything in the manual that explains those
>> t-variables.
>> Can someone write something about it or is it still experimental?
>>
>>
>>
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/t-variables-tp5718047.html
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------------------------
>> Monitor your physical, virtual and cloud infrastructure from a single
>> web console. Get in-depth insight into apps, servers, databases, vmware,
>> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
>> Pricing starts from $795 for 25 servers or applications!
>> http://p.sf.net/sfu/zoho_dev2dev_nov
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net