Csound Csound-dev Csound-tekno Search About

New (6th) release of Csound Floss Manual

Date2015-07-08 17:58
Fromjoachim heintz
SubjectNew (6th) release of Csound Floss Manual
The new version of the Csound Floss Manual is finally out here:
http://floss.booktype.pro/csound

The new address is due to some changes at flossmanuals.net (but the old 
address www.flossmanuals.net/csound should work anyway).  So we had some 
delay compared to our usual spring edition, but on the other hand we 
could wait for some really interesting articles.

What's new in this Release:
*    Added a section about the necessity of explicit initialization of 
k-variables for multiple calls of an instrument or UDO in chapter 03A 
Initialization and Performance Pass (examples 8-10).
*    Added a section about the while/until loop in chapter 03C Control 
Structures.
*    Expanded chapter 03D Function Tables, adding descriptions of GEN 
08, 16, 19 and 30.
*    Small additions in chapter 03E Arrays.
*    Some additions and a new section to help using the different 
opcodes (schedule, event, scoreline etc) in 03F Live Events.
*    Added a chapter 03I about Functional Syntax.
*    Added examples and descriptions for the powershape and distort 
opcodes in the chapter 04 Sound Synthesis: Waveshaping.
*    Expanded chapter 05A Envelopes, principally to incorporate 
descriptions of transeg and cosseg.
*    Added chapter 05L about methods of amplitude and pitch tracking in 
Csound.
*    Added example to illustrate the recording of controller data to the 
chapter 07C Working with Controllers at the request of Menno Knevel.
*    Chapter 10B Cabbage has been updated and attention drawn to some of 
its newest features.
*    Chapter 10F Web Based Csound has now a description about how to use 
Csound via UDP and about pNaCl Csound (written by Victor Lazzarini). The 
section about Csound as a Javascript Library (using Emscripten) in the 
same chapter has been updated by Ed Costello.
*    Refactored chapter 12A about The Csound API for Csound6 and added a 
section about the use of Foreign Function Interfaces (FFI) (written by 
François Pinot).
*    Added chapter 12G about Csound and Haskell (written by Anton 
Kholomiov).
*    Added chapter 12H about Csound and HMTL, also explaining the usage 
of HTML5 Widgets (written by Michael Gogins).

Thanks to all the contributors!

	joachim heintz & Iain McCurdy

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-07-08 18:29
FromAurelius Prochazka
SubjectRe: New (6th) release of Csound Floss Manual
AttachmentsNone  None  
Wow Joachim, new content and a nice new layout style, truly an amazing update!

Thank you!

Aure

On Wed, Jul 8, 2015 at 9:58 AM, joachim heintz <jh@joachimheintz.de> wrote:
The new version of the Csound Floss Manual is finally out here:
http://floss.booktype.pro/csound

The new address is due to some changes at flossmanuals.net (but the old
address www.flossmanuals.net/csound should work anyway).  So we had some
delay compared to our usual spring edition, but on the other hand we
could wait for some really interesting articles.

What's new in this Release:
*    Added a section about the necessity of explicit initialization of
k-variables for multiple calls of an instrument or UDO in chapter 03A
Initialization and Performance Pass (examples 8-10).
*    Added a section about the while/until loop in chapter 03C Control
Structures.
*    Expanded chapter 03D Function Tables, adding descriptions of GEN
08, 16, 19 and 30.
*    Small additions in chapter 03E Arrays.
*    Some additions and a new section to help using the different
opcodes (schedule, event, scoreline etc) in 03F Live Events.
*    Added a chapter 03I about Functional Syntax.
*    Added examples and descriptions for the powershape and distort
opcodes in the chapter 04 Sound Synthesis: Waveshaping.
*    Expanded chapter 05A Envelopes, principally to incorporate
descriptions of transeg and cosseg.
*    Added chapter 05L about methods of amplitude and pitch tracking in
Csound.
*    Added example to illustrate the recording of controller data to the
chapter 07C Working with Controllers at the request of Menno Knevel.
*    Chapter 10B Cabbage has been updated and attention drawn to some of
its newest features.
*    Chapter 10F Web Based Csound has now a description about how to use
Csound via UDP and about pNaCl Csound (written by Victor Lazzarini). The
section about Csound as a Javascript Library (using Emscripten) in the
same chapter has been updated by Ed Costello.
*    Refactored chapter 12A about The Csound API for Csound6 and added a
section about the use of Foreign Function Interfaces (FFI) (written by
François Pinot).
*    Added chapter 12G about Csound and Haskell (written by Anton
Kholomiov).
*    Added chapter 12H about Csound and HMTL, also explaining the usage
of HTML5 Widgets (written by Michael Gogins).

Thanks to all the contributors!

        joachim heintz & Iain McCurdy

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



--
Sent >From My iPhone

Date2015-07-08 19:06
FromRory Walsh
SubjectRe: New (6th) release of Csound Floss Manual
Great stuff guys. I find the section on array's invaluable. I keep
referring back to it time and time again.

On 8 July 2015 at 18:29, Aurelius Prochazka  wrote:
> Wow Joachim, new content and a nice new layout style, truly an amazing
> update!
>
> Thank you!
>
> Aure
>
> On Wed, Jul 8, 2015 at 9:58 AM, joachim heintz  wrote:
>>
>> The new version of the Csound Floss Manual is finally out here:
>> http://floss.booktype.pro/csound
>>
>> The new address is due to some changes at flossmanuals.net (but the old
>> address www.flossmanuals.net/csound should work anyway).  So we had some
>> delay compared to our usual spring edition, but on the other hand we
>> could wait for some really interesting articles.
>>
>> What's new in this Release:
>> *    Added a section about the necessity of explicit initialization of
>> k-variables for multiple calls of an instrument or UDO in chapter 03A
>> Initialization and Performance Pass (examples 8-10).
>> *    Added a section about the while/until loop in chapter 03C Control
>> Structures.
>> *    Expanded chapter 03D Function Tables, adding descriptions of GEN
>> 08, 16, 19 and 30.
>> *    Small additions in chapter 03E Arrays.
>> *    Some additions and a new section to help using the different
>> opcodes (schedule, event, scoreline etc) in 03F Live Events.
>> *    Added a chapter 03I about Functional Syntax.
>> *    Added examples and descriptions for the powershape and distort
>> opcodes in the chapter 04 Sound Synthesis: Waveshaping.
>> *    Expanded chapter 05A Envelopes, principally to incorporate
>> descriptions of transeg and cosseg.
>> *    Added chapter 05L about methods of amplitude and pitch tracking in
>> Csound.
>> *    Added example to illustrate the recording of controller data to the
>> chapter 07C Working with Controllers at the request of Menno Knevel.
>> *    Chapter 10B Cabbage has been updated and attention drawn to some of
>> its newest features.
>> *    Chapter 10F Web Based Csound has now a description about how to use
>> Csound via UDP and about pNaCl Csound (written by Victor Lazzarini). The
>> section about Csound as a Javascript Library (using Emscripten) in the
>> same chapter has been updated by Ed Costello.
>> *    Refactored chapter 12A about The Csound API for Csound6 and added a
>> section about the use of Foreign Function Interfaces (FFI) (written by
>> François Pinot).
>> *    Added chapter 12G about Csound and Haskell (written by Anton
>> Kholomiov).
>> *    Added chapter 12H about Csound and HMTL, also explaining the usage
>> of HTML5 Widgets (written by Michael Gogins).
>>
>> Thanks to all the contributors!
>>
>>         joachim heintz & Iain McCurdy
>>
>>
>> ------------------------------------------------------------------------------
>> Don't Limit Your Business. Reach for the Cloud.
>> GigeNET's Cloud Solutions provide you with the tools and support that
>> you need to offload your IT needs and focus on growing your business.
>> Configured For All Businesses. Start Your Cloud Today.
>> https://www.gigenetcloud.com/
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
>
>
> --
> Sent >From My iPhone
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-07-08 19:12
FromNick Arner
SubjectRe: New (6th) release of Csound Floss Manual
AttachmentsNone  None  
This looks incredible guys...really, really well done!

On Wed, Jul 8, 2015 at 2:06 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
Great stuff guys. I find the section on array's invaluable. I keep
referring back to it time and time again.

On 8 July 2015 at 18:29, Aurelius Prochazka <aure@aure.com> wrote:
> Wow Joachim, new content and a nice new layout style, truly an amazing
> update!
>
> Thank you!
>
> Aure
>
> On Wed, Jul 8, 2015 at 9:58 AM, joachim heintz <jh@joachimheintz.de> wrote:
>>
>> The new version of the Csound Floss Manual is finally out here:
>> http://floss.booktype.pro/csound
>>
>> The new address is due to some changes at flossmanuals.net (but the old
>> address www.flossmanuals.net/csound should work anyway).  So we had some
>> delay compared to our usual spring edition, but on the other hand we
>> could wait for some really interesting articles.
>>
>> What's new in this Release:
>> *    Added a section about the necessity of explicit initialization of
>> k-variables for multiple calls of an instrument or UDO in chapter 03A
>> Initialization and Performance Pass (examples 8-10).
>> *    Added a section about the while/until loop in chapter 03C Control
>> Structures.
>> *    Expanded chapter 03D Function Tables, adding descriptions of GEN
>> 08, 16, 19 and 30.
>> *    Small additions in chapter 03E Arrays.
>> *    Some additions and a new section to help using the different
>> opcodes (schedule, event, scoreline etc) in 03F Live Events.
>> *    Added a chapter 03I about Functional Syntax.
>> *    Added examples and descriptions for the powershape and distort
>> opcodes in the chapter 04 Sound Synthesis: Waveshaping.
>> *    Expanded chapter 05A Envelopes, principally to incorporate
>> descriptions of transeg and cosseg.
>> *    Added chapter 05L about methods of amplitude and pitch tracking in
>> Csound.
>> *    Added example to illustrate the recording of controller data to the
>> chapter 07C Working with Controllers at the request of Menno Knevel.
>> *    Chapter 10B Cabbage has been updated and attention drawn to some of
>> its newest features.
>> *    Chapter 10F Web Based Csound has now a description about how to use
>> Csound via UDP and about pNaCl Csound (written by Victor Lazzarini). The
>> section about Csound as a Javascript Library (using Emscripten) in the
>> same chapter has been updated by Ed Costello.
>> *    Refactored chapter 12A about The Csound API for Csound6 and added a
>> section about the use of Foreign Function Interfaces (FFI) (written by
>> François Pinot).
>> *    Added chapter 12G about Csound and Haskell (written by Anton
>> Kholomiov).
>> *    Added chapter 12H about Csound and HMTL, also explaining the usage
>> of HTML5 Widgets (written by Michael Gogins).
>>
>> Thanks to all the contributors!
>>
>>         joachim heintz & Iain McCurdy
>>
>>
>> ------------------------------------------------------------------------------
>> Don't Limit Your Business. Reach for the Cloud.
>> GigeNET's Cloud Solutions provide you with the tools and support that
>> you need to offload your IT needs and focus on growing your business.
>> Configured For All Businesses. Start Your Cloud Today.
>> https://www.gigenetcloud.com/
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>         https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
>
>
> --
> Sent >From My iPhone
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here



--

Date2015-07-08 19:21
FromAndreas Bergsland
SubjectRe: New (6th) release of Csound Floss Manual
Attachmentsandreas_bergsland.vcf  None  None  
Great work, this will be a great resource for teaching!
Andreas
> The new version of the Csound Floss Manual is finally out here:
> http://floss.booktype.pro/csound
>
> The new address is due to some changes at flossmanuals.net (but the old
> address www.flossmanuals.net/csound should work anyway).  So we had some
> delay compared to our usual spring edition, but on the other hand we
> could wait for some really interesting articles.
>
> What's new in this Release:
> *    Added a section about the necessity of explicit initialization of
> k-variables for multiple calls of an instrument or UDO in chapter 03A
> Initialization and Performance Pass (examples 8-10).
> *    Added a section about the while/until loop in chapter 03C Control
> Structures.
> *    Expanded chapter 03D Function Tables, adding descriptions of GEN
> 08, 16, 19 and 30.
> *    Small additions in chapter 03E Arrays.
> *    Some additions and a new section to help using the different
> opcodes (schedule, event, scoreline etc) in 03F Live Events.
> *    Added a chapter 03I about Functional Syntax.
> *    Added examples and descriptions for the powershape and distort
> opcodes in the chapter 04 Sound Synthesis: Waveshaping.
> *    Expanded chapter 05A Envelopes, principally to incorporate
> descriptions of transeg and cosseg.
> *    Added chapter 05L about methods of amplitude and pitch tracking in
> Csound.
> *    Added example to illustrate the recording of controller data to the
> chapter 07C Working with Controllers at the request of Menno Knevel.
> *    Chapter 10B Cabbage has been updated and attention drawn to some of
> its newest features.
> *    Chapter 10F Web Based Csound has now a description about how to use
> Csound via UDP and about pNaCl Csound (written by Victor Lazzarini). The
> section about Csound as a Javascript Library (using Emscripten) in the
> same chapter has been updated by Ed Costello.
> *    Refactored chapter 12A about The Csound API for Csound6 and added a
> section about the use of Foreign Function Interfaces (FFI) (written by
> François Pinot).
> *    Added chapter 12G about Csound and Haskell (written by Anton
> Kholomiov).
> *    Added chapter 12H about Csound and HMTL, also explaining the usage
> of HTML5 Widgets (written by Michael Gogins).
>
> Thanks to all the contributors!
>
> 	joachim heintz & Iain McCurdy
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>          https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


-- 
Andreas Bergsland,
førsteamanuensis

Musikkteknologiseksjonen
Institutt for musikk
Olavskvartalet
NTNU
7491 Trondheim

Besøksadresse: Fjordgt.1 (3.etg.)
e-post: andreas.bergsland@ntnu.no
Web: http://folk.ntnu.no/andbe
Tlf: 7359 0096
Mob: 4566 3316


Date2015-07-09 16:09
FromSteven Yi
SubjectRe: New (6th) release of Csound Floss Manual
AttachmentsNone  None  
Fantastic work all!  

FYI: I've added a news post on csound.github.io for this:


Thanks!
steven

On Wed, Jul 8, 2015 at 12:58 PM, joachim heintz <jh@joachimheintz.de> wrote:
The new version of the Csound Floss Manual is finally out here:
http://floss.booktype.pro/csound

The new address is due to some changes at flossmanuals.net (but the old
address www.flossmanuals.net/csound should work anyway).  So we had some
delay compared to our usual spring edition, but on the other hand we
could wait for some really interesting articles.

What's new in this Release:
*    Added a section about the necessity of explicit initialization of
k-variables for multiple calls of an instrument or UDO in chapter 03A
Initialization and Performance Pass (examples 8-10).
*    Added a section about the while/until loop in chapter 03C Control
Structures.
*    Expanded chapter 03D Function Tables, adding descriptions of GEN
08, 16, 19 and 30.
*    Small additions in chapter 03E Arrays.
*    Some additions and a new section to help using the different
opcodes (schedule, event, scoreline etc) in 03F Live Events.
*    Added a chapter 03I about Functional Syntax.
*    Added examples and descriptions for the powershape and distort
opcodes in the chapter 04 Sound Synthesis: Waveshaping.
*    Expanded chapter 05A Envelopes, principally to incorporate
descriptions of transeg and cosseg.
*    Added chapter 05L about methods of amplitude and pitch tracking in
Csound.
*    Added example to illustrate the recording of controller data to the
chapter 07C Working with Controllers at the request of Menno Knevel.
*    Chapter 10B Cabbage has been updated and attention drawn to some of
its newest features.
*    Chapter 10F Web Based Csound has now a description about how to use
Csound via UDP and about pNaCl Csound (written by Victor Lazzarini). The
section about Csound as a Javascript Library (using Emscripten) in the
same chapter has been updated by Ed Costello.
*    Refactored chapter 12A about The Csound API for Csound6 and added a
section about the use of Foreign Function Interfaces (FFI) (written by
François Pinot).
*    Added chapter 12G about Csound and Haskell (written by Anton
Kholomiov).
*    Added chapter 12H about Csound and HMTL, also explaining the usage
of HTML5 Widgets (written by Michael Gogins).

Thanks to all the contributors!

        joachim heintz & Iain McCurdy

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


Date2015-07-09 17:41
Fromjoachim heintz
SubjectRe: New (6th) release of Csound Floss Manual
thanks, steven — also for the post!

	joachim


Am 09.07.2015 um 17:09 schrieb Steven Yi:
> Fantastic work all!
>
> FYI: I've added a news post on csound.github.io
>  for this:
>
> http://csound.github.io/site/news/2015/07/08/floss-manual-6/
>
> Thanks!
> steven
>
> On Wed, Jul 8, 2015 at 12:58 PM, joachim heintz  > wrote:
>
>     The new version of the Csound Floss Manual is finally out here:
>     http://floss.booktype.pro/csound
>
>     The new address is due to some changes at flossmanuals.net
>      (but the old
>     address www.flossmanuals.net/csound
>      should work anyway).  So we had
>     some
>     delay compared to our usual spring edition, but on the other hand we
>     could wait for some really interesting articles.
>
>     What's new in this Release:
>     *    Added a section about the necessity of explicit initialization of
>     k-variables for multiple calls of an instrument or UDO in chapter 03A
>     Initialization and Performance Pass (examples 8-10).
>     *    Added a section about the while/until loop in chapter 03C Control
>     Structures.
>     *    Expanded chapter 03D Function Tables, adding descriptions of GEN
>     08, 16, 19 and 30.
>     *    Small additions in chapter 03E Arrays.
>     *    Some additions and a new section to help using the different
>     opcodes (schedule, event, scoreline etc) in 03F Live Events.
>     *    Added a chapter 03I about Functional Syntax.
>     *    Added examples and descriptions for the powershape and distort
>     opcodes in the chapter 04 Sound Synthesis: Waveshaping.
>     *    Expanded chapter 05A Envelopes, principally to incorporate
>     descriptions of transeg and cosseg.
>     *    Added chapter 05L about methods of amplitude and pitch tracking in
>     Csound.
>     *    Added example to illustrate the recording of controller data to the
>     chapter 07C Working with Controllers at the request of Menno Knevel.
>     *    Chapter 10B Cabbage has been updated and attention drawn to some of
>     its newest features.
>     *    Chapter 10F Web Based Csound has now a description about how to use
>     Csound via UDP and about pNaCl Csound (written by Victor Lazzarini). The
>     section about Csound as a Javascript Library (using Emscripten) in the
>     same chapter has been updated by Ed Costello.
>     *    Refactored chapter 12A about The Csound API for Csound6 and added a
>     section about the use of Foreign Function Interfaces (FFI) (written by
>     François Pinot).
>     *    Added chapter 12G about Csound and Haskell (written by Anton
>     Kholomiov).
>     *    Added chapter 12H about Csound and HMTL, also explaining the usage
>     of HTML5 Widgets (written by Michael Gogins).
>
>     Thanks to all the contributors!
>
>              joachim heintz & Iain McCurdy
>
>     ------------------------------------------------------------------------------
>     Don't Limit Your Business. Reach for the Cloud.
>     GigeNET's Cloud Solutions provide you with the tools and support that
>     you need to offload your IT needs and focus on growing your business.
>     Configured For All Businesses. Start Your Cloud Today.
>     https://www.gigenetcloud.com/
>     _______________________________________________
>     Csound-users mailing list
>     Csound-users@lists.sourceforge.net
>     
>     https://lists.sourceforge.net/lists/listinfo/csound-users
>     Send bugs reports to
>     https://github.com/csound/csound/issues
>     Discussions of bugs and features can be posted here
>
>
>
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
>
>
>
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>          https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-07-09 19:18
Fromandy fillebrown
SubjectRe: New (6th) release of Csound Floss Manual
Thanks Joachim. This is a great resource!

On Thu, Jul 9, 2015 at 12:41 PM, joachim heintz  wrote:
> thanks, steven — also for the post!
>
>         joachim
>
>
> Am 09.07.2015 um 17:09 schrieb Steven Yi:
>> Fantastic work all!
>>
>> FYI: I've added a news post on csound.github.io
>>  for this:
>>
>> http://csound.github.io/site/news/2015/07/08/floss-manual-6/
>>
>> Thanks!
>> steven
>>
>> On Wed, Jul 8, 2015 at 12:58 PM, joachim heintz > > wrote:
>>
>>     The new version of the Csound Floss Manual is finally out here:
>>     http://floss.booktype.pro/csound
>>
>>     The new address is due to some changes at flossmanuals.net
>>      (but the old
>>     address www.flossmanuals.net/csound
>>      should work anyway).  So we had
>>     some
>>     delay compared to our usual spring edition, but on the other hand we
>>     could wait for some really interesting articles.
>>
>>     What's new in this Release:
>>     *    Added a section about the necessity of explicit initialization of
>>     k-variables for multiple calls of an instrument or UDO in chapter 03A
>>     Initialization and Performance Pass (examples 8-10).
>>     *    Added a section about the while/until loop in chapter 03C Control
>>     Structures.
>>     *    Expanded chapter 03D Function Tables, adding descriptions of GEN
>>     08, 16, 19 and 30.
>>     *    Small additions in chapter 03E Arrays.
>>     *    Some additions and a new section to help using the different
>>     opcodes (schedule, event, scoreline etc) in 03F Live Events.
>>     *    Added a chapter 03I about Functional Syntax.
>>     *    Added examples and descriptions for the powershape and distort
>>     opcodes in the chapter 04 Sound Synthesis: Waveshaping.
>>     *    Expanded chapter 05A Envelopes, principally to incorporate
>>     descriptions of transeg and cosseg.
>>     *    Added chapter 05L about methods of amplitude and pitch tracking in
>>     Csound.
>>     *    Added example to illustrate the recording of controller data to the
>>     chapter 07C Working with Controllers at the request of Menno Knevel.
>>     *    Chapter 10B Cabbage has been updated and attention drawn to some of
>>     its newest features.
>>     *    Chapter 10F Web Based Csound has now a description about how to use
>>     Csound via UDP and about pNaCl Csound (written by Victor Lazzarini). The
>>     section about Csound as a Javascript Library (using Emscripten) in the
>>     same chapter has been updated by Ed Costello.
>>     *    Refactored chapter 12A about The Csound API for Csound6 and added a
>>     section about the use of Foreign Function Interfaces (FFI) (written by
>>     François Pinot).
>>     *    Added chapter 12G about Csound and Haskell (written by Anton
>>     Kholomiov).
>>     *    Added chapter 12H about Csound and HMTL, also explaining the usage
>>     of HTML5 Widgets (written by Michael Gogins).
>>
>>     Thanks to all the contributors!
>>
>>              joachim heintz & Iain McCurdy
>>
>>     ------------------------------------------------------------------------------
>>     Don't Limit Your Business. Reach for the Cloud.
>>     GigeNET's Cloud Solutions provide you with the tools and support that
>>     you need to offload your IT needs and focus on growing your business.
>>     Configured For All Businesses. Start Your Cloud Today.
>>     https://www.gigenetcloud.com/
>>     _______________________________________________
>>     Csound-users mailing list
>>     Csound-users@lists.sourceforge.net
>>     
>>     https://lists.sourceforge.net/lists/listinfo/csound-users
>>     Send bugs reports to
>>     https://github.com/csound/csound/issues
>>     Discussions of bugs and features can be posted here
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Don't Limit Your Business. Reach for the Cloud.
>> GigeNET's Cloud Solutions provide you with the tools and support that
>> you need to offload your IT needs and focus on growing your business.
>> Configured For All Businesses. Start Your Cloud Today.
>> https://www.gigenetcloud.com/
>>
>>
>>
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>          https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>>
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-07-09 19:57
FromAnton Kholomiov
SubjectRe: New (6th) release of Csound Floss Manual
AttachmentsNone  None  
Thanks for updates! The design is really cool!

2015-07-09 21:18 GMT+03:00 andy fillebrown <andy.fillebrown@gmail.com>:
Thanks Joachim. This is a great resource!

On Thu, Jul 9, 2015 at 12:41 PM, joachim heintz <jh@joachimheintz.de> wrote:
> thanks, steven — also for the post!
>
>         joachim
>
>
> Am 09.07.2015 um 17:09 schrieb Steven Yi:
>> Fantastic work all!
>>
>> FYI: I've added a news post on csound.github.io
>> <http://csound.github.io> for this:
>>
>> http://csound.github.io/site/news/2015/07/08/floss-manual-6/
>>
>> Thanks!
>> steven
>>
>> On Wed, Jul 8, 2015 at 12:58 PM, joachim heintz <jh@joachimheintz.de
>> <mailto:jh@joachimheintz.de>> wrote:
>>
>>     The new version of the Csound Floss Manual is finally out here:
>>     http://floss.booktype.pro/csound
>>
>>     The new address is due to some changes at flossmanuals.net
>>     <http://flossmanuals.net> (but the old
>>     address www.flossmanuals.net/csound
>>     <http://www.flossmanuals.net/csound> should work anyway).  So we had
>>     some
>>     delay compared to our usual spring edition, but on the other hand we
>>     could wait for some really interesting articles.
>>
>>     What's new in this Release:
>>     *    Added a section about the necessity of explicit initialization of
>>     k-variables for multiple calls of an instrument or UDO in chapter 03A
>>     Initialization and Performance Pass (examples 8-10).
>>     *    Added a section about the while/until loop in chapter 03C Control
>>     Structures.
>>     *    Expanded chapter 03D Function Tables, adding descriptions of GEN
>>     08, 16, 19 and 30.
>>     *    Small additions in chapter 03E Arrays.
>>     *    Some additions and a new section to help using the different
>>     opcodes (schedule, event, scoreline etc) in 03F Live Events.
>>     *    Added a chapter 03I about Functional Syntax.
>>     *    Added examples and descriptions for the powershape and distort
>>     opcodes in the chapter 04 Sound Synthesis: Waveshaping.
>>     *    Expanded chapter 05A Envelopes, principally to incorporate
>>     descriptions of transeg and cosseg.
>>     *    Added chapter 05L about methods of amplitude and pitch tracking in
>>     Csound.
>>     *    Added example to illustrate the recording of controller data to the
>>     chapter 07C Working with Controllers at the request of Menno Knevel.
>>     *    Chapter 10B Cabbage has been updated and attention drawn to some of
>>     its newest features.
>>     *    Chapter 10F Web Based Csound has now a description about how to use
>>     Csound via UDP and about pNaCl Csound (written by Victor Lazzarini). The
>>     section about Csound as a Javascript Library (using Emscripten) in the
>>     same chapter has been updated by Ed Costello.
>>     *    Refactored chapter 12A about The Csound API for Csound6 and added a
>>     section about the use of Foreign Function Interfaces (FFI) (written by
>>     François Pinot).
>>     *    Added chapter 12G about Csound and Haskell (written by Anton
>>     Kholomiov).
>>     *    Added chapter 12H about Csound and HMTL, also explaining the usage
>>     of HTML5 Widgets (written by Michael Gogins).
>>
>>     Thanks to all the contributors!
>>
>>              joachim heintz & Iain McCurdy
>>
>>     ------------------------------------------------------------------------------
>>     Don't Limit Your Business. Reach for the Cloud.
>>     GigeNET's Cloud Solutions provide you with the tools and support that
>>     you need to offload your IT needs and focus on growing your business.
>>     Configured For All Businesses. Start Your Cloud Today.
>>     https://www.gigenetcloud.com/
>>     _______________________________________________
>>     Csound-users mailing list
>>     Csound-users@lists.sourceforge.net
>>     <mailto:Csound-users@lists.sourceforge.net>
>>     https://lists.sourceforge.net/lists/listinfo/csound-users
>>     Send bugs reports to
>>     https://github.com/csound/csound/issues
>>     Discussions of bugs and features can be posted here
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Don't Limit Your Business. Reach for the Cloud.
>> GigeNET's Cloud Solutions provide you with the tools and support that
>> you need to offload your IT needs and focus on growing your business.
>> Configured For All Businesses. Start Your Cloud Today.
>> https://www.gigenetcloud.com/
>>
>>
>>
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>          https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>>
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


Date2015-07-09 20:53
Fromstephaneboussuge
SubjectRe: New (6th) release of Csound Floss Manual
Attachmentssignature0 7-1.png  None  None  
Thank you for this beautiful book.

stephane


OPUSMODUS LTD.
Stéphane Boussuge
boussuge@opusmodus.com

Le 9 juil. 2015 à 20:57, Anton Kholomiov <anton.kholomiov@gmail.com> a écrit :

Thanks for updates! The design is really cool!

2015-07-09 21:18 GMT+03:00 andy fillebrown <andy.fillebrown@gmail.com>:
Thanks Joachim. This is a great resource!

On Thu, Jul 9, 2015 at 12:41 PM, joachim heintz <jh@joachimheintz.de> wrote:
> thanks, steven — also for the post!
>
>         joachim
>
>
> Am 09.07.2015 um 17:09 schrieb Steven Yi:
>> Fantastic work all!
>>
>> FYI: I've added a news post on csound.github.io
>> <http://csound.github.io> for this:
>>
>> http://csound.github.io/site/news/2015/07/08/floss-manual-6/
>>
>> Thanks!
>> steven
>>
>> On Wed, Jul 8, 2015 at 12:58 PM, joachim heintz <jh@joachimheintz.de
>> <mailto:jh@joachimheintz.de>> wrote:
>>
>>     The new version of the Csound Floss Manual is finally out here:
>>     http://floss.booktype.pro/csound
>>
>>     The new address is due to some changes at flossmanuals.net
>>     <http://flossmanuals.net> (but the old
>>     address www.flossmanuals.net/csound
>>     <http://www.flossmanuals.net/csound> should work anyway).  So we had
>>     some
>>     delay compared to our usual spring edition, but on the other hand we
>>     could wait for some really interesting articles.
>>
>>     What's new in this Release:
>>     *    Added a section about the necessity of explicit initialization of
>>     k-variables for multiple calls of an instrument or UDO in chapter 03A
>>     Initialization and Performance Pass (examples 8-10).
>>     *    Added a section about the while/until loop in chapter 03C Control
>>     Structures.
>>     *    Expanded chapter 03D Function Tables, adding descriptions of GEN
>>     08, 16, 19 and 30.
>>     *    Small additions in chapter 03E Arrays.
>>     *    Some additions and a new section to help using the different
>>     opcodes (schedule, event, scoreline etc) in 03F Live Events.
>>     *    Added a chapter 03I about Functional Syntax.
>>     *    Added examples and descriptions for the powershape and distort
>>     opcodes in the chapter 04 Sound Synthesis: Waveshaping.
>>     *    Expanded chapter 05A Envelopes, principally to incorporate
>>     descriptions of transeg and cosseg.
>>     *    Added chapter 05L about methods of amplitude and pitch tracking in
>>     Csound.
>>     *    Added example to illustrate the recording of controller data to the
>>     chapter 07C Working with Controllers at the request of Menno Knevel.
>>     *    Chapter 10B Cabbage has been updated and attention drawn to some of
>>     its newest features.
>>     *    Chapter 10F Web Based Csound has now a description about how to use
>>     Csound via UDP and about pNaCl Csound (written by Victor Lazzarini). The
>>     section about Csound as a Javascript Library (using Emscripten) in the
>>     same chapter has been updated by Ed Costello.
>>     *    Refactored chapter 12A about The Csound API for Csound6 and added a
>>     section about the use of Foreign Function Interfaces (FFI) (written by
>>     François Pinot).
>>     *    Added chapter 12G about Csound and Haskell (written by Anton
>>     Kholomiov).
>>     *    Added chapter 12H about Csound and HMTL, also explaining the usage
>>     of HTML5 Widgets (written by Michael Gogins).
>>
>>     Thanks to all the contributors!
>>
>>              joachim heintz & Iain McCurdy
>>
>>     ------------------------------------------------------------------------------
>>     Don't Limit Your Business. Reach for the Cloud.
>>     GigeNET's Cloud Solutions provide you with the tools and support that
>>     you need to offload your IT needs and focus on growing your business.
>>     Configured For All Businesses. Start Your Cloud Today.
>>     https://www.gigenetcloud.com/
>>     _______________________________________________
>>     Csound-users mailing list
>>     Csound-users@lists.sourceforge.net
>>     <mailto:Csound-users@lists.sourceforge.net>
>>     https://lists.sourceforge.net/lists/listinfo/csound-users
>>     Send bugs reports to
>>     https://github.com/csound/csound/issues
>>     Discussions of bugs and features can be posted here
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Don't Limit Your Business. Reach for the Cloud.
>> GigeNET's Cloud Solutions provide you with the tools and support that
>> you need to offload your IT needs and focus on growing your business.
>> Configured For All Businesses. Start Your Cloud Today.
>> https://www.gigenetcloud.com/
>>
>>
>>
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>          https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>>
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
       https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here


Date2015-07-09 22:08
FromMichael Rhoades
SubjectRe: New (6th) release of Csound Floss Manual
Congratulations to all involved! This is such an excellent reference and 
it just keeps getting better and better with each new iteration.

Thank you so much for your work on this. I could easily envision a 
class, or several, based upon this manual alone.

Sincerely,

Michael



On 7/8/15 12:58 PM, joachim heintz wrote:
> The new version of the Csound Floss Manual is finally out here:
> http://floss.booktype.pro/csound
>
> The new address is due to some changes at flossmanuals.net (but the old
> address www.flossmanuals.net/csound should work anyway).  So we had some
> delay compared to our usual spring edition, but on the other hand we
> could wait for some really interesting articles.
>
> What's new in this Release:
> *    Added a section about the necessity of explicit initialization of
> k-variables for multiple calls of an instrument or UDO in chapter 03A
> Initialization and Performance Pass (examples 8-10).
> *    Added a section about the while/until loop in chapter 03C Control
> Structures.
> *    Expanded chapter 03D Function Tables, adding descriptions of GEN
> 08, 16, 19 and 30.
> *    Small additions in chapter 03E Arrays.
> *    Some additions and a new section to help using the different
> opcodes (schedule, event, scoreline etc) in 03F Live Events.
> *    Added a chapter 03I about Functional Syntax.
> *    Added examples and descriptions for the powershape and distort
> opcodes in the chapter 04 Sound Synthesis: Waveshaping.
> *    Expanded chapter 05A Envelopes, principally to incorporate
> descriptions of transeg and cosseg.
> *    Added chapter 05L about methods of amplitude and pitch tracking in
> Csound.
> *    Added example to illustrate the recording of controller data to the
> chapter 07C Working with Controllers at the request of Menno Knevel.
> *    Chapter 10B Cabbage has been updated and attention drawn to some of
> its newest features.
> *    Chapter 10F Web Based Csound has now a description about how to use
> Csound via UDP and about pNaCl Csound (written by Victor Lazzarini). The
> section about Csound as a Javascript Library (using Emscripten) in the
> same chapter has been updated by Ed Costello.
> *    Refactored chapter 12A about The Csound API for Csound6 and added a
> section about the use of Foreign Function Interfaces (FFI) (written by
> François Pinot).
> *    Added chapter 12G about Csound and Haskell (written by Anton
> Kholomiov).
> *    Added chapter 12H about Csound and HMTL, also explaining the usage
> of HTML5 Widgets (written by Michael Gogins).
>
> Thanks to all the contributors!
>
> 	joachim heintz & Iain McCurdy
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>          https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here