Csound Csound-dev Csound-tekno Search About

[Cs-dev] Moving to 5.18

Date2012-08-23 09:30
Fromjohn ffitch
Subject[Cs-dev] Moving to 5.18
In the light of the delays in csound6 and the large number of changes
since 5.17 I would like to make a new release next week.  

Timetable:
        Code freeze  Sunday midnight (PDT)
        Building packages Monday/Tuesday
        Release Wednesday am UT

I will be preparing release notes today I hope.  The manual is nearly
upto date -- just a couple of example files missing.

Does anyone have changes they really need to do?

It would be good to get this out before Labor Day and the new academic
year in many places.
==John ffitch

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-23 12:11
Fromandy fillebrown
SubjectRe: [Cs-dev] Moving to 5.18
I'm not sure how current I am, but there were two issues with the most
recent Windows installer.  libiconv is missing and the SADIR
environment variable is not being set.

Cheers,
~ andy.f



On Thu, Aug 23, 2012 at 4:30 AM, john ffitch  wrote:
> In the light of the delays in csound6 and the large number of changes
> since 5.17 I would like to make a new release next week.
>
> Timetable:
>         Code freeze  Sunday midnight (PDT)
>         Building packages Monday/Tuesday
>         Release Wednesday am UT
>
> I will be preparing release notes today I hope.  The manual is nearly
> upto date -- just a couple of example files missing.
>
> Does anyone have changes they really need to do?
>
> It would be good to get this out before Labor Day and the new academic
> year in many places.
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-23 12:41
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Moving to 5.18
> I'm not sure how current I am, but there were two issues with the most
> recent Windows installer.  libiconv is missing and the SADIR
> environment variable is not being set.
>

Sounds like a packaging issue rather than the system.
Thanks for the report

==John ff


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-23 16:16
FromFelipe Sateler
SubjectRe: [Cs-dev] Moving to 5.18
FWIW, debian is already frozen, so we will ship 5.17 in the next
stable release. I will not upload to debian any new versions until the
release, due to the way the debian release process works.

On Thu, Aug 23, 2012 at 4:30 AM, john ffitch  wrote:
>
> In the light of the delays in csound6 and the large number of changes
> since 5.17 I would like to make a new release next week.
>
> Timetable:
>         Code freeze  Sunday midnight (PDT)
>         Building packages Monday/Tuesday
>         Release Wednesday am UT
>
> I will be preparing release notes today I hope.  The manual is nearly
> upto date -- just a couple of example files missing.
>
> Does anyone have changes they really need to do?
>
> It would be good to get this out before Labor Day and the new academic
> year in many places.
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel




--

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-24 09:26
Fromjoachim heintz
SubjectRe: [Cs-dev] Moving to 5.18
i have one request and i am wondering if it is easy to implement and 
could perhaps be there in 5.18:

when writing UDOs i am missing default values for k-variables. you know, 
this can be given for i-variables with j/o/p, setting to -1, 0 or 1 if 
missing. but it is not possible for k-variables.
as i have learned from john's table in the audio programming book (p. 
585), there are O, P and V as optional k-variables, defaulting to 0, 1, 
and 0.5.

is it possible to include these in an UDO definition? like this:

opcode Bla, 0, OPV
k1, k2, k3 xin
printks "k1 = %f, k2 = %f, k3 = %f\n"
endop

	joachim

ps: -1 instead of 0.5 would even be better ...

Am 23.08.2012 10:30, schrieb john ffitch:
> In the light of the delays in csound6 and the large number of changes
> since 5.17 I would like to make a new release next week.
>
> Timetable:
>          Code freeze  Sunday midnight (PDT)
>          Building packages Monday/Tuesday
>          Release Wednesday am UT
>
> I will be preparing release notes today I hope.  The manual is nearly
> upto date -- just a couple of example files missing.
>
> Does anyone have changes they really need to do?
>
> It would be good to get this out before Labor Day and the new academic
> year in many places.
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-25 08:02
Fromjoachim heintz
SubjectRe: [Cs-dev] Moving to 5.18
easy? difficult? impossible?
thanks -
	j

Am 24.08.2012 10:26, schrieb joachim heintz:
> i have one request and i am wondering if it is easy to implement and
> could perhaps be there in 5.18:
>
> when writing UDOs i am missing default values for k-variables. you know,
> this can be given for i-variables with j/o/p, setting to -1, 0 or 1 if
> missing. but it is not possible for k-variables.
> as i have learned from john's table in the audio programming book (p.
> 585), there are O, P and V as optional k-variables, defaulting to 0, 1,
> and 0.5.
>
> is it possible to include these in an UDO definition? like this:
>
> opcode Bla, 0, OPV
> k1, k2, k3 xin
> printks "k1 = %f, k2 = %f, k3 = %f\n"
> endop
>
> 	joachim
>
> ps: -1 instead of 0.5 would even be better ...
>
> Am 23.08.2012 10:30, schrieb john ffitch:
>> In the light of the delays in csound6 and the large number of changes
>> since 5.17 I would like to make a new release next week.
>>
>> Timetable:
>>           Code freeze  Sunday midnight (PDT)
>>           Building packages Monday/Tuesday
>>           Release Wednesday am UT
>>
>> I will be preparing release notes today I hope.  The manual is nearly
>> upto date -- just a couple of example files missing.
>>
>> Does anyone have changes they really need to do?
>>
>> It would be good to get this out before Labor Day and the new academic
>> year in many places.
>> ==John ffitch
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-25 09:23
FromVictor Lazzarini
SubjectRe: [Cs-dev] Moving to 5.18
I will take a look this weekend.
On 25 Aug 2012, at 08:02, joachim heintz wrote:

> easy? difficult? impossible?
> thanks -
> 	j
> 
> Am 24.08.2012 10:26, schrieb joachim heintz:
>> i have one request and i am wondering if it is easy to implement and
>> could perhaps be there in 5.18:
>> 
>> when writing UDOs i am missing default values for k-variables. you know,
>> this can be given for i-variables with j/o/p, setting to -1, 0 or 1 if
>> missing. but it is not possible for k-variables.
>> as i have learned from john's table in the audio programming book (p.
>> 585), there are O, P and V as optional k-variables, defaulting to 0, 1,
>> and 0.5.
>> 
>> is it possible to include these in an UDO definition? like this:
>> 
>> opcode Bla, 0, OPV
>> k1, k2, k3 xin
>> printks "k1 = %f, k2 = %f, k3 = %f\n"
>> endop
>> 
>> 	joachim
>> 
>> ps: -1 instead of 0.5 would even be better ...
>> 
>> Am 23.08.2012 10:30, schrieb john ffitch:
>>> In the light of the delays in csound6 and the large number of changes
>>> since 5.17 I would like to make a new release next week.
>>> 
>>> Timetable:
>>>          Code freeze  Sunday midnight (PDT)
>>>          Building packages Monday/Tuesday
>>>          Release Wednesday am UT
>>> 
>>> I will be preparing release notes today I hope.  The manual is nearly
>>> upto date -- just a couple of example files missing.
>>> 
>>> Does anyone have changes they really need to do?
>>> 
>>> It would be good to get this out before Labor Day and the new academic
>>> year in many places.
>>> ==John ffitch
>>> 
>>> ------------------------------------------------------------------------------
>>> Live Security Virtual Conference
>>> Exclusive live event will cover all the ways today's security and
>>> threat landscape has changed and how IT managers can respond. Discussions
>>> will include endpoint security, mobile security and the latest in malware
>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>> 
>> 
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> 
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> 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




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-25 10:53
Fromjoachim heintz
SubjectRe: [Cs-dev] Moving to 5.18
super, thanks.

Am 25.08.2012 10:23, schrieb Victor Lazzarini:
> I will take a look this weekend.
> On 25 Aug 2012, at 08:02, joachim heintz wrote:
>
>> easy? difficult? impossible?
>> thanks -
>> 	j
>>
>> Am 24.08.2012 10:26, schrieb joachim heintz:
>>> i have one request and i am wondering if it is easy to implement and
>>> could perhaps be there in 5.18:
>>>
>>> when writing UDOs i am missing default values for k-variables. you know,
>>> this can be given for i-variables with j/o/p, setting to -1, 0 or 1 if
>>> missing. but it is not possible for k-variables.
>>> as i have learned from john's table in the audio programming book (p.
>>> 585), there are O, P and V as optional k-variables, defaulting to 0, 1,
>>> and 0.5.
>>>
>>> is it possible to include these in an UDO definition? like this:
>>>
>>> opcode Bla, 0, OPV
>>> k1, k2, k3 xin
>>> printks "k1 = %f, k2 = %f, k3 = %f\n"
>>> endop
>>>
>>> 	joachim
>>>
>>> ps: -1 instead of 0.5 would even be better ...
>>>
>>> Am 23.08.2012 10:30, schrieb john ffitch:
>>>> In the light of the delays in csound6 and the large number of changes
>>>> since 5.17 I would like to make a new release next week.
>>>>
>>>> Timetable:
>>>>           Code freeze  Sunday midnight (PDT)
>>>>           Building packages Monday/Tuesday
>>>>           Release Wednesday am UT
>>>>
>>>> I will be preparing release notes today I hope.  The manual is nearly
>>>> upto date -- just a couple of example files missing.
>>>>
>>>> Does anyone have changes they really need to do?
>>>>
>>>> It would be good to get this out before Labor Day and the new academic
>>>> year in many places.
>>>> ==John ffitch
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Live Security Virtual Conference
>>>> Exclusive live event will cover all the ways today's security and
>>>> threat landscape has changed and how IT managers can respond. Discussions
>>>> will include endpoint security, mobile security and the latest in malware
>>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Live Security Virtual Conference
>>> Exclusive live event will cover all the ways today's security and
>>> threat landscape has changed and how IT managers can respond. Discussions
>>> will include endpoint security, mobile security and the latest in malware
>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-25 21:44
Frompeiman khosravi
SubjectRe: [Cs-dev] Moving to 5.18
AttachmentsNone  None  
+ 1

On 24 August 2012 09:26, joachim heintz <jh@joachimheintz.de> wrote:
i have one request and i am wondering if it is easy to implement and
could perhaps be there in 5.18:

when writing UDOs i am missing default values for k-variables. you know,
this can be given for i-variables with j/o/p, setting to -1, 0 or 1 if
missing. but it is not possible for k-variables.
as i have learned from john's table in the audio programming book (p.
585), there are O, P and V as optional k-variables, defaulting to 0, 1,
and 0.5.

is it possible to include these in an UDO definition? like this:

opcode Bla, 0, OPV
k1, k2, k3 xin
printks "k1 = %f, k2 = %f, k3 = %f\n"
endop

        joachim

ps: -1 instead of 0.5 would even be better ...

Am 23.08.2012 10:30, schrieb john ffitch:
> In the light of the delays in csound6 and the large number of changes
> since 5.17 I would like to make a new release next week.
>
> Timetable:
>          Code freeze  Sunday midnight (PDT)
>          Building packages Monday/Tuesday
>          Release Wednesday am UT
>
> I will be preparing release notes today I hope.  The manual is nearly
> upto date -- just a couple of example files missing.
>
> Does anyone have changes they really need to do?
>
> It would be good to get this out before Labor Day and the new academic
> year in many places.
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2012-08-25 23:48
FromVictor Lazzarini
SubjectRe: [Cs-dev] Moving to 5.18
AttachmentsNone  None  
O,P and V in types for UDOs now added to the new parser, tested and working.  
There seems to be a problem with old parser detecting O and V types correctly, I will try to fix it, but since old parser is deprecated, it is low priority at the moment.

Victor

On 25 Aug 2012, at 21:44, peiman khosravi wrote:

+ 1

On 24 August 2012 09:26, joachim heintz <jh@joachimheintz.de> wrote:
i have one request and i am wondering if it is easy to implement and
could perhaps be there in 5.18:

when writing UDOs i am missing default values for k-variables. you know,
this can be given for i-variables with j/o/p, setting to -1, 0 or 1 if
missing. but it is not possible for k-variables.
as i have learned from john's table in the audio programming book (p.
585), there are O, P and V as optional k-variables, defaulting to 0, 1,
and 0.5.

is it possible to include these in an UDO definition? like this:

opcode Bla, 0, OPV
k1, k2, k3 xin
printks "k1 = %f, k2 = %f, k3 = %f\n"
endop

        joachim

ps: -1 instead of 0.5 would even be better ...

Am 23.08.2012 10:30, schrieb john ffitch:
> In the light of the delays in csound6 and the large number of changes
> since 5.17 I would like to make a new release next week.
>
> Timetable:
>          Code freeze  Sunday midnight (PDT)
>          Building packages Monday/Tuesday
>          Release Wednesday am UT
>
> I will be preparing release notes today I hope.  The manual is nearly
> upto date -- just a couple of example files missing.
>
> Does anyone have changes they really need to do?
>
> It would be good to get this out before Labor Day and the new academic
> year in many places.
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
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




Date2012-08-26 10:02
FromJohn ffitch
SubjectRe: [Cs-dev] Moving to 5.18
Victor: Two queries:

1:  Does this need a manual adjustment?

2:  Is it migrated to csound6?

==John ff

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-26 10:22
FromVictor Lazzarini
SubjectRe: [Cs-dev] Moving to 5.18
I am not sure what you mean manual adjustment? I was going to migrate it to Csound 6, but I have not done it yet. Changes are in symtab.c only.


On 26 Aug 2012, at 10:02, John ffitch wrote:

> Victor: Two queries:
> 
> 1:  Does this need a manual adjustment?
> 
> 2:  Is it migrated to csound6?
> 
> ==John ff
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> 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




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-26 10:55
FromVictor Lazzarini
SubjectRe: [Cs-dev] Moving to 5.18
changes now migrated to csound6.
On 26 Aug 2012, at 10:22, Victor Lazzarini wrote:

> I am not sure what you mean manual adjustment? I was going to migrate it to Csound 6, but I have not done it yet. Changes are in symtab.c only.
> 
> 
> On 26 Aug 2012, at 10:02, John ffitch wrote:
> 
>> Victor: Two queries:
>> 
>> 1:  Does this need a manual adjustment?
>> 
>> 2:  Is it migrated to csound6?
>> 
>> ==John ff
>> 
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and 
>> threat landscape has changed and how IT managers can respond. Discussions 
>> will include endpoint security, mobile security and the latest in malware 
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> 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
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> 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




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-26 13:00
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Moving to 5.18
> I am not sure what you mean manual adjustment? I was going to migrate it
> to Csound 6, but I have not done it yet. Changes are in symtab.c only.
>


I thought that if it affects UDO there should be something in the manual.
Not an area I know about.

==John ff


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-26 16:28
FromVictor Lazzarini
SubjectRe: [Cs-dev] Moving to 5.18
oh, yes, I'll take care of that.
On 26 Aug 2012, at 13:00, jpff@cs.bath.ac.uk wrote:

>> I am not sure what you mean manual adjustment? I was going to migrate it
>> to Csound 6, but I have not done it yet. Changes are in symtab.c only.
>> 
> 
> 
> I thought that if it affects UDO there should be something in the manual.
> Not an area I know about.
> 
> ==John ff
> 
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> 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




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-26 19:34
Frommenno
SubjectRe: [Cs-dev] Moving to 5.18
Since i have to work elsewhere in the country for the weeks to come, i will
not be able to make the manual ready for the next release. 
I hope someone else can find the time?

Menno



--
View this message in context: http://csound.1045644.n5.nabble.com/Moving-to-5-18-tp5715122p5715231.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-26 19:43
FromVictor Lazzarini
SubjectRe: [Cs-dev] Moving to 5.18
what is required?
On 26 Aug 2012, at 19:34, menno wrote:

> Since i have to work elsewhere in the country for the weeks to come, i will
> not be able to make the manual ready for the next release. 
> I hope someone else can find the time?
> 
> Menno
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Moving-to-5-18-tp5715122p5715231.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> 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




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-26 21:59
FromMichael Gogins
SubjectRe: [Cs-dev] Moving to 5.18
I always build the manual as part of the Windows installer, so when I
am finished with that you, you can get the manual from the installer.

Regards,
Mike

On Sun, Aug 26, 2012 at 2:34 PM, menno  wrote:
> Since i have to work elsewhere in the country for the weeks to come, i will
> not be able to make the manual ready for the next release.
> I hope someone else can find the time?
>
> Menno
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Moving-to-5-18-tp5715122p5715231.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-09-13 21:12
Fromjoachim heintz
SubjectRe: [Cs-dev] Moving to 5.18
many thanks, victor. i have applied this to the k-rate version of my 
table print udo's:
http://www.csounds.com/udo/displayOpcode.php?opcode_id=170
http://www.csounds.com/udo/displayOpcode.php?opcode_id=171

much nicer to use now!

best -

	joachim



Am 26.08.2012 00:48, schrieb Victor Lazzarini:
> O,P and V in types for UDOs now added to the new parser, tested and
> working.
> There seems to be a problem with old parser detecting O and V types
> correctly, I will try to fix it, but since old parser is deprecated, it
> is low priority at the moment.
>
> Victor
>
> On 25 Aug 2012, at 21:44, peiman khosravi wrote:
>
>> + 1
>>
>> On 24 August 2012 09:26, joachim heintz > > wrote:
>>
>>     i have one request and i am wondering if it is easy to implement and
>>     could perhaps be there in 5.18:
>>
>>     when writing UDOs i am missing default values for k-variables. you
>>     know,
>>     this can be given for i-variables with j/o/p, setting to -1, 0 or 1 if
>>     missing. but it is not possible for k-variables.
>>     as i have learned from john's table in the audio programming book (p.
>>     585), there are O, P and V as optional k-variables, defaulting to
>>     0, 1,
>>     and 0.5.
>>
>>     is it possible to include these in an UDO definition? like this:
>>
>>     opcode Bla, 0, OPV
>>     k1, k2, k3 xin
>>     printks "k1 = %f, k2 = %f, k3 = %f\n"
>>     endop
>>
>>             joachim
>>
>>     ps: -1 instead of 0.5 would even be better ...
>>
>>     Am 23.08.2012 10:30, schrieb john ffitch:
>>     > In the light of the delays in csound6 and the large number of
>>     changes
>>     > since 5.17 I would like to make a new release next week.
>>     >
>>     > Timetable:
>>     >          Code freeze  Sunday midnight (PDT)
>>     >          Building packages Monday/Tuesday
>>     >          Release Wednesday am UT
>>     >
>>     > I will be preparing release notes today I hope.  The manual is
>>     nearly
>>     > upto date -- just a couple of example files missing.
>>     >
>>     > Does anyone have changes they really need to do?
>>     >
>>     > It would be good to get this out before Labor Day and the new
>>     academic
>>     > year in many places.
>>     > ==John ffitch
>>     >
>>     >
>>     ------------------------------------------------------------------------------
>>     > Live Security Virtual Conference
>>     > Exclusive live event will cover all the ways today's security and
>>     > threat landscape has changed and how IT managers can respond.
>>     Discussions
>>     > will include endpoint security, mobile security and the latest
>>     in malware
>>     > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>     > _______________________________________________
>>     > Csound-devel mailing list
>>     > Csound-devel@lists.sourceforge.net
>>     
>>     > https://lists.sourceforge.net/lists/listinfo/csound-devel
>>     >
>>
>>     ------------------------------------------------------------------------------
>>     Live Security Virtual Conference
>>     Exclusive live event will cover all the ways today's security and
>>     threat landscape has changed and how IT managers can respond.
>>     Discussions
>>     will include endpoint security, mobile security and the latest in
>>     malware
>>     threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>     _______________________________________________
>>     Csound-devel mailing list
>>     Csound-devel@lists.sourceforge.net
>>     
>>     https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats.
>> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
>> 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
>
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>
>
>
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-09-14 00:40
From"Dr. Richard Boulanger"
SubjectRe: [Cs-dev] Moving to 5.18
AttachmentsNone  None  
very nice. 

-----------------------------------------
Dr. Richard Boulanger, Ph.D.   
Professor of Electronic Production and Design
Professional Writing and Music Technology Division
Berklee College of Music
617-747-2485 (office)  774-488-9166 (cell)
-------------------------------------------------------------------------------------------------

On Sep 13, 2012, at 4:12 PM, joachim heintz <jh@joachimheintz.de> wrote:

many thanks, victor. i have applied this to the k-rate version of my
table print udo's:
http://www.csounds.com/udo/displayOpcode.php?opcode_id=170
http://www.csounds.com/udo/displayOpcode.php?opcode_id=171

much nicer to use now!

best -

joachim



Am 26.08.2012 00:48, schrieb Victor Lazzarini:
O,P and V in types for UDOs now added to the new parser, tested and
working.
There seems to be a problem with old parser detecting O and V types
correctly, I will try to fix it, but since old parser is deprecated, it
is low priority at the moment.

Victor

On 25 Aug 2012, at 21:44, peiman khosravi wrote:

+ 1

On 24 August 2012 09:26, joachim heintz <jh@joachimheintz.de
<mailto:jh@joachimheintz.de>> wrote:

   i have one request and i am wondering if it is easy to implement and
   could perhaps be there in 5.18:

   when writing UDOs i am missing default values for k-variables. you
   know,
   this can be given for i-variables with j/o/p, setting to -1, 0 or 1 if
   missing. but it is not possible for k-variables.
   as i have learned from john's table in the audio programming book (p.
   585), there are O, P and V as optional k-variables, defaulting to
   0, 1,
   and 0.5.

   is it possible to include these in an UDO definition? like this:

   opcode Bla, 0, OPV
   k1, k2, k3 xin
   printks "k1 = %f, k2 = %f, k3 = %f\n"
   endop

           joachim

   ps: -1 instead of 0.5 would even be better ...

   Am 23.08.2012 10:30, schrieb john ffitch:
In the light of the delays in csound6 and the large number of
   changes
since 5.17 I would like to make a new release next week.

Timetable:
        Code freeze  Sunday midnight (PDT)
        Building packages Monday/Tuesday
        Release Wednesday am UT

I will be preparing release notes today I hope.  The manual is
   nearly
upto date -- just a couple of example files missing.

Does anyone have changes they really need to do?

It would be good to get this out before Labor Day and the new
   academic
year in many places.
==John ffitch


   ------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond.
   Discussions
will include endpoint security, mobile security and the latest
   in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
   <mailto:Csound-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/csound-devel


   ------------------------------------------------------------------------------
   Live Security Virtual Conference
   Exclusive live event will cover all the ways today's security and
   threat landscape has changed and how IT managers can respond.
   Discussions
   will include endpoint security, mobile security and the latest in
   malware
   threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
   _______________________________________________
   Csound-devel mailing list
   Csound-devel@lists.sourceforge.net
   <mailto:Csound-devel@lists.sourceforge.net>
   https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
<mailto: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





------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/



_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel