Csound Csound-dev Csound-tekno Search About

[Csnd] is this recognisable csound?

Date2013-03-27 01:33
FromVictor Lazzarini
Subject[Csnd] is this recognisable csound?
Steven has been working on extra caffeine these days. In Csound6 we can get away with writing this:

opcode envel,k,iiii
iamp,iatt,idur,idec xin
k1 linen iamp,iatt,idur,idec
xout k1
endop

instr 1
outs moogladder(vco2(envel(p4,0.1,p3,0.1), p5),p5+(p5*envel(1,1,p3,0.1)),.7)
endin

=====
There are some limitations (opcodes with more than one output, and opcodes that have different output type options), 
but it's still early days. I think we might solve some of them. 

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





Date2013-03-27 01:42
FromJacob Joaquin
SubjectRe: [Csnd] is this recognisable csound?
This particular example is a little dense for my tastes, but I can
read it and welcome the change. Don't know how arrays work in C6, but
maybe multi-output opcodes could write an array.

On Tue, Mar 26, 2013 at 6:33 PM, Victor Lazzarini
 wrote:
> Steven has been working on extra caffeine these days. In Csound6 we can get away with writing this:
>
> opcode envel,k,iiii
> iamp,iatt,idur,idec xin
> k1 linen iamp,iatt,idur,idec
> xout k1
> endop
>
> instr 1
> outs moogladder(vco2(envel(p4,0.1,p3,0.1), p5),p5+(p5*envel(1,1,p3,0.1)),.7)
> endin
>
> =====
> There are some limitations (opcodes with more than one output, and opcodes that have different output type options),
> but it's still early days. I think we might solve some of them.
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>



-- 
codehop.com | #code #art #music

Date2013-03-27 01:53
FromAdam Puckett
SubjectRe: [Csnd] is this recognisable csound?
You are in a maze of twisty little parentheses, all alike.

On 3/26/13, Jacob Joaquin  wrote:
> This particular example is a little dense for my tastes, but I can
> read it and welcome the change. Don't know how arrays work in C6, but
> maybe multi-output opcodes could write an array.
>
> On Tue, Mar 26, 2013 at 6:33 PM, Victor Lazzarini
>  wrote:
>> Steven has been working on extra caffeine these days. In Csound6 we can
>> get away with writing this:
>>
>> opcode envel,k,iiii
>> iamp,iatt,idur,idec xin
>> k1 linen iamp,iatt,idur,idec
>> xout k1
>> endop
>>
>> instr 1
>> outs moogladder(vco2(envel(p4,0.1,p3,0.1),
>> p5),p5+(p5*envel(1,1,p3,0.1)),.7)
>> endin
>>
>> =====
>> There are some limitations (opcodes with more than one output, and opcodes
>> that have different output type options),
>> but it's still early days. I think we might solve some of them.
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
>
> --
> codehop.com | #code #art #music
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>

Date2013-03-27 01:55
FromJacob Joaquin
SubjectRe: [Csnd] is this recognisable csound?
Plus 1 for the Zork reference.

On Tue, Mar 26, 2013 at 6:53 PM, Adam Puckett  wrote:
> You are in a maze of twisty little parentheses, all alike.
>
> On 3/26/13, Jacob Joaquin  wrote:
>> This particular example is a little dense for my tastes, but I can
>> read it and welcome the change. Don't know how arrays work in C6, but
>> maybe multi-output opcodes could write an array.
>>
>> On Tue, Mar 26, 2013 at 6:33 PM, Victor Lazzarini
>>  wrote:
>>> Steven has been working on extra caffeine these days. In Csound6 we can
>>> get away with writing this:
>>>
>>> opcode envel,k,iiii
>>> iamp,iatt,idur,idec xin
>>> k1 linen iamp,iatt,idur,idec
>>> xout k1
>>> endop
>>>
>>> instr 1
>>> outs moogladder(vco2(envel(p4,0.1,p3,0.1),
>>> p5),p5+(p5*envel(1,1,p3,0.1)),.7)
>>> endin
>>>
>>> =====
>>> There are some limitations (opcodes with more than one output, and opcodes
>>> that have different output type options),
>>> but it's still early days. I think we might solve some of them.
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>>
>>
>> --
>> codehop.com | #code #art #music
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>



-- 
codehop.com | #code #art #music

Date2013-03-27 02:12
FromLouis Cohen
SubjectRe: [Csnd] is this recognisable csound?
This looks fantastic! Thanks for all your hard work!

-Lou

On Mar 26, 2013, at 9:33 PM, Victor Lazzarini  wrote:

> Steven has been working on extra caffeine these days. In Csound6 we can get away with writing this:
> 
> opcode envel,k,iiii
> iamp,iatt,idur,idec xin
> k1 linen iamp,iatt,idur,idec
> xout k1
> endop
> 
> instr 1
> outs moogladder(vco2(envel(p4,0.1,p3,0.1), p5),p5+(p5*envel(1,1,p3,0.1)),.7)
> endin
> 
> =====
> There are some limitations (opcodes with more than one output, and opcodes that have different output type options), 
> but it's still early days. I think we might solve some of them. 
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 

Lou Cohen
www.jolc.net
www.opensound.org






Date2013-03-27 04:12
Fromthorin kerr
SubjectRe: [Csnd] is this recognisable csound?
Can't wait for the obfuscated Csound competitions :)

+1

Thorin



On Wed, Mar 27, 2013 at 11:33 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Steven has been working on extra caffeine these days. In Csound6 we can get away with writing this:

opcode envel,k,iiii
iamp,iatt,idur,idec xin
k1 linen iamp,iatt,idur,idec
xout k1
endop

instr 1
outs moogladder(vco2(envel(p4,0.1,p3,0.1), p5),p5+(p5*envel(1,1,p3,0.1)),.7)
endin

=====
There are some limitations (opcodes with more than one output, and opcodes that have different output type options),
but it's still early days. I think we might solve some of them.

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





Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2013-03-27 06:21
FromRory Walsh
SubjectRe: [Csnd] is this recognisable csound?
Powerful.

Date2013-03-27 09:16
Frompeiman khosravi
SubjectRe: [Csnd] is this recognisable csound?
Very nice. 

On 27 March 2013 01:33, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Steven has been working on extra caffeine these days. In Csound6 we can get away with writing this:

opcode envel,k,iiii
iamp,iatt,idur,idec xin
k1 linen iamp,iatt,idur,idec
xout k1
endop

instr 1
outs moogladder(vco2(envel(p4,0.1,p3,0.1), p5),p5+(p5*envel(1,1,p3,0.1)),.7)
endin

=====
There are some limitations (opcodes with more than one output, and opcodes that have different output type options),
but it's still early days. I think we might solve some of them.

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





Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2013-03-27 11:37
Fromjoachim heintz
SubjectRe: [Csnd] is this recognisable csound?
i have started a fundraise to get more coffee for steven ...
excellent!!
	j


Am 27.03.2013 10:16, schrieb peiman khosravi:
> Very nice.
>
> On 27 March 2013 01:33, Victor Lazzarini  > wrote:
>
>     Steven has been working on extra caffeine these days. In Csound6 we
>     can get away with writing this:
>
>     opcode envel,k,iiii
>     iamp,iatt,idur,idec xin
>     k1 linen iamp,iatt,idur,idec
>     xout k1
>     endop
>
>     instr 1
>     outs moogladder(vco2(envel(p4,0.1,p3,0.1),
>     p5),p5+(p5*envel(1,1,p3,0.1)),.7)
>     endin
>
>     =====
>     There are some limitations (opcodes with more than one output, and
>     opcodes that have different output type options),
>     but it's still early days. I think we might solve some of them.
>
>     Dr Victor Lazzarini
>     Senior Lecturer
>     Dept. of Music
>     NUI Maynooth Ireland
>     tel.: +353 1 708 3545
>     Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
>     Send bugs reports to the Sourceforge bug tracker
>     https://sourceforge.net/tracker/?group_id=81968&atid=564599
>     Discussions of bugs and features can be posted here
>     To unsubscribe, send email sympa@lists.bath.ac.uk
>      with body "unsubscribe csound"
>
>

Date2013-03-27 13:17
FromDave Seidel
SubjectRe: [Csnd] is this recognisable csound?
Very nice! Are there any plans to support fsigs as param/return types for UDOs? That would be very useful.

- Dave


On Wed, Mar 27, 2013 at 7:37 AM, joachim heintz <jh@joachimheintz.de> wrote:
i have started a fundraise to get more coffee for steven ...
excellent!!
        j


Am 27.03.2013 10:16, schrieb peiman khosravi:
Very nice.

On 27 March 2013 01:33, Victor Lazzarini <Victor.Lazzarini@nuim.ie
<mailto:Victor.Lazzarini@nuim.ie>> wrote:

    Steven has been working on extra caffeine these days. In Csound6 we
    can get away with writing this:

    opcode envel,k,iiii
    iamp,iatt,idur,idec xin
    k1 linen iamp,iatt,idur,idec
    xout k1
    endop

    instr 1
    outs moogladder(vco2(envel(p4,0.1,p3,0.1),
    p5),p5+(p5*envel(1,1,p3,0.1)),.7)
    endin

    =====
    There are some limitations (opcodes with more than one output, and
    opcodes that have different output type options),
    but it's still early days. I think we might solve some of them.

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





    Send bugs reports to the Sourceforge bug tracker
    https://sourceforge.net/tracker/?group_id=81968&atid=564599
    Discussions of bugs and features can be posted here
    To unsubscribe, send email sympa@lists.bath.ac.uk
    <mailto:sympa@lists.bath.ac.uk> with body "unsubscribe csound"




Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2013-03-27 16:55
FromJacob Joaquin
SubjectRe: [Csnd] is this recognisable csound?
I think what I'm excited the most by this is being able to do little
things like bias my LFOs in one line, something along the lines of:

alfo oscils(0.5, 4, 0) + 0.5

Definitely looking forward to this.


On Wed, Mar 27, 2013 at 4:37 AM, joachim heintz  wrote:
> i have started a fundraise to get more coffee for steven ...
> excellent!!
>         j
>
>
> Am 27.03.2013 10:16, schrieb peiman khosravi:
>>
>> Very nice.
>>
>> On 27 March 2013 01:33, Victor Lazzarini > > wrote:
>>
>>     Steven has been working on extra caffeine these days. In Csound6 we
>>     can get away with writing this:
>>
>>     opcode envel,k,iiii
>>     iamp,iatt,idur,idec xin
>>     k1 linen iamp,iatt,idur,idec
>>     xout k1
>>     endop
>>
>>     instr 1
>>     outs moogladder(vco2(envel(p4,0.1,p3,0.1),
>>     p5),p5+(p5*envel(1,1,p3,0.1)),.7)
>>     endin
>>
>>     =====
>>     There are some limitations (opcodes with more than one output, and
>>     opcodes that have different output type options),
>>     but it's still early days. I think we might solve some of them.
>>
>>     Dr Victor Lazzarini
>>     Senior Lecturer
>>     Dept. of Music
>>     NUI Maynooth Ireland
>>     tel.: +353 1 708 3545
>>     Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>>     Send bugs reports to the Sourceforge bug tracker
>>     https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>     Discussions of bugs and features can be posted here
>>     To unsubscribe, send email sympa@lists.bath.ac.uk
>>      with body "unsubscribe csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>



-- 
codehop.com | #code #art #music

Date2013-04-10 09:53
FromJim Credland
SubjectRe: [Csnd] is this recognisable csound?
Love it. I'll chip in for the fundraiser - this is great.

 I spend a year away from csound, come back and here's csound 6 to use, full of exciting new things.

Well done and thank you. 

On 27 Mar 2013, at 11:37, joachim heintz  wrote:

> i have started a fundraise to get more coffee for steven ...
> excellent!!
>    j
> 
> 
> Am 27.03.2013 10:16, schrieb peiman khosravi:
>> Very nice.
>> 
>> On 27 March 2013 01:33, Victor Lazzarini > > wrote:
>> 
>>    Steven has been working on extra caffeine these days. In Csound6 we
>>    can get away with writing this:
>> 
>>    opcode envel,k,iiii
>>    iamp,iatt,idur,idec xin
>>    k1 linen iamp,iatt,idur,idec
>>    xout k1
>>    endop
>> 
>>    instr 1
>>    outs moogladder(vco2(envel(p4,0.1,p3,0.1),
>>    p5),p5+(p5*envel(1,1,p3,0.1)),.7)
>>    endin
>> 
>>    =====
>>    There are some limitations (opcodes with more than one output, and
>>    opcodes that have different output type options),
>>    but it's still early days. I think we might solve some of them.
>> 
>>    Dr Victor Lazzarini
>>    Senior Lecturer
>>    Dept. of Music
>>    NUI Maynooth Ireland
>>    tel.: +353 1 708 3545
>>    Victor dot Lazzarini AT nuim dot ie
>> 
>> 
>> 
>> 
>> 
>>    Send bugs reports to the Sourceforge bug tracker
>>    https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>    Discussions of bugs and features can be posted here
>>    To unsubscribe, send email sympa@lists.bath.ac.uk
>>     with body "unsubscribe csound"
>> 
>> 
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>