Csound Csound-dev Csound-tekno Search About

Release of Csound5.00

Date2006-02-01 15:07
Fromjpff@cs.bath.ac.uk
SubjectRelease of Csound5.00
After what has seemed a very long time (because it was...) we are
releasing csound5.00
  The binary, manuals and source files are on
http://sourceforge.net/projects/csound and look for the csound5 files.
The opportunity has been taken to tidy up the assembly of csound4.23
and earlier files and we are leaving the 4.23 files for a short
while.
  Main message -- everyone should change to csound5.  More robust,
faster, more facilities, more fun, more music.

==John ffitch
------------------------------------------------------------------------
Release Notes for Csound 5.00
-----------------------------

The developers are very pleased to be releasing Csound5, for Linux (32
and 64 bit), Mac OSX and Windows, together with an uptodate manual.

The system can be downloaded from http://sourceforge.net/projects/csound

More details and further information can be found in the
csound-develop mailing list at sourceforge and the main user mailing
list ar csound@lists.bath.ac.uk

The changes from version 4.23 are extensive.  The internal structure
of the code has been radically changed, but the language remains
compatible with Csound4, and all old orchestra/scores should run
unchanged.

The main visible change is that we are using a plugin style of
system.  many of the opcodes are now loaded at start-up.  This opens
the way for private opcode libraries, and opcodes released under other
licences than LGPL.

The other major change is a move to the use of external libraries
where possible.  All the internal code for sound files, realtime audio
etc has been replaced.  We are now using libsndfile for audio file
I/O, and one of ALSA, PortAudio, CoreAudio, MME or ASIO for realtime.
MIDI may be handled by PortMIDI as well.  The incorporation of Open
Sound Control facilities uses the liblo library.

A number of opcodes from csoundAV and csoundVST are now part of the
main system.

Another major change is that Csound5 is embeddable in other
programming systems, using an API for information linkage.  We are
including Python, Java and other bindings for the API.  Csound5 can
also have multiple instances and is re-entrant.

In addition there are a number of new opcodes, and of course bug
fixes.  We believe that csound5 is faster than csound4, and we
encourage all users to move to it.

NOTE: IT MAY BE NECESSARY ON SOME PLATFORMS TO HAVE EITHER ENVIRONMENT
VARIABLES OPCODEDIR OR OPCODEDIR64 SET TO POINT TO DIRECTORY WHERE
OPCODES LIVE.  THE RELEASED FILES ARE BELIEVED TO BE SAFE AND CORRECT
IN THIS RESPECT BUT BEWARE!


New features:
------------
Access to multiple ALSA devices
FLTK widgets reworked and synchronised with csoundAV
User defined gens with names (rather than numbers)
--expression-opt command option
Information on time for each phase of csound if required
Command line options to set ID tags in output soundfile
        (title/copyright etc)
Jack available as output device
--sched option now accepts a priority value
-+rtaudio option to select output system
Many new command line options
Utilities to create csd files from orc/score
Tcl/TK frontends (cstclsh and cswish)
Can use looping structures in WAV files as well as AIFF
Increased number of possible input and output audio file formats
named channels
#ifdef in orchestra
removed limitation of only one track in MIDI input files
MIDI output can also be written to a file (this is somewhat limited)
MIDI-style extra time and release (xtratim, linsegr, etc.) is now
        also possible with score notes
string variables (of type S)
automatic conversion of some C-style escape sequences (\n, \r, ASCII
        code in octal \ooo format, etc) in string constants
made internal indexes to orchestra variables 32 bit (was 16 bit in
        Csound 4), allowing for larger and more complex instruments
replaced old PVOC format with PVOC-EX in all related opcodes
SADIR SSDIR and INCDIR can now be a colon separated list of directories


New Opcodes:
-----------
maxk
tab, tabw, and tb0()..tb15()
vst4cs plugin opcodes
pconvolve
ftconv
loris opcodes
Python opcodes
fluid opcodes
chani and chano; chnset and chnget (string indexed)
GEN43
a number of pvs (streaming phase vocoder) opcodes
moogladder
statevar
fofilter
syncgrain
miditempo
event_i
reverbsc (Sean Costello's waveguide reverb)
freeverb
gentune GEN operation
GEN51
GEN52
diskin2
turnoff2
a-rate int() and frac(), and round(), floor(), and ceil()
 << and >> operators
STK (Perry Cook) instruments available from original code
k() function
Mixer opcodes
OSCrecv, OSClisten, OSCsend
loop opcodes
printf, printf_i
string hacking opcodes


Bug Fixes:
---------
Error in tablew fixed
Minor fixed in dcblock
Include files were confused by sections
Improved reading of command line
Fixes in dynamic fgen numbers
gogobel and vibraphone amplitude fix
Arguments to schewhen were wrong
Better checking in bqrez
minor checking in grain
wguide2, wguide1 avoid very low frequencies
wgpluck bug fix
Some error messages corrected and typos fixed
FLsetVal arguments were wrong
outo missed out channel 6
fixed bugs and improved error reporting in ^+ and ^- code.
kread, kdump and a number of other opcodes will take string arguments
        from the score 
bug fix in sinc window (gen20)
Added iskip options to moogvcf, vco, bqrez, pareq, tbvcf and rezzy
        values rounded rather than truncated in deltap, comb, and delay
removed spurious initial values from some MIDI opcodes
Joystick was upside down
lpshold and loopseg changed to agree with csoundAV
marimba now allows zero probability of a multiple strike
Added skipinit argument to diskin and soundin
wave-terrain fixes for phase error accumulation (on long notes)
new optional argument to delayr and all deltap opcodes,
          to allow delay taps to read from any of the nested delayr/delayw
          pairs, not just the last
new optional argument to distort1 opcode (defaults to zero),
          to select amplitude scaling mode (0: default, compatible with
          original version; 1: relative to 0dBFS, same as mode 0 if 0dbfs is
          32768; 2: unscaled)
valpass fixed parameter overwriting
Improved accuracy in some filters
Improvements in bowedbar

JPff -- 1 Feb 2006

Files on Sourceforge
====================

Sources:
        Csound5.00_src.tar.gz
        Csound5.00_src.zip
        Csound5.00_OS9_src.smi.bin
        Csound5.00_src_all.tar.gz (including Loris and STK code)
        Csound5.00_src_all.zip (including Loris and STK code)

Manual
        Csound5.00_manual_chm.zip
        Csound5.00_manual_html.zip
        Csound5.00_manual_pdf.zip
        Csound5.00_manual_pdf_A4.zip
        Csound5.00_manual_single_file.zip

OS9:
        Csound5.00_OS9.smi.bin

OSX:
        Csound5.00_OSX10.3.tar.gz
        Csound5.00_OSX10.4.tar.gz

Linux
        Csound5.00_i686.rpm
        Csound5.00_x86_64.rpm
        [Linux for non-root users on X86_64
            Csound5.00_x86_64d.tar.gz
            Csound5.00_x86_64f.tar.gz
        ]

Windows
        Csound5.00_win32.i686.zip
        Csound5.00_win32.exe (with installed)

Date2006-02-01 15:30
From"\\js"
SubjectRe: Release of Csound5.00
AttachmentsNone  

Date2006-02-01 15:35
FromMC
SubjectBeginner trying to learn pvoc / pvanal
Hi folks,
I am trying to learn how to use pvoc and pvanal but am having a very hard time to get it working..
somehow I seem to get the pvanal to write out an analysis file but when pvoc uses it I get
rendered an audio file with all zeros.. is there someone out there who can send me a quick example
score / orch file showing me the right way to use it..or if there is an online example can you
point me to it ?


thanks a lot
Regards
Shyam

========================
Shyam Vai 
http://www.shyamvai.com
========================

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Date2006-02-01 15:37
FromMC
SubjectBeginner problems with python23.dll
Hi All,
I was trying to use some example scores from online and when I tried it on my command line windows
flavour of csound, it kept saying it cannot find python23.dll and so I went to python website and
downloaded it. I got python24.dll since I believe the latest and greatest python is 2.4   But my
csound still complains about it not finding python23.dll .. what do i need to do ?
Regards
Shyam
========================================
Shyam Vai 
http://www.shyamvai.com
========================================

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Date2006-02-01 15:57
FromDave Seidel
SubjectRe: Release of Csound5.00
Congratulations to all, and thanks.

- Dave

jpff@cs.bath.ac.uk wrote:
> After what has seemed a very long time (because it was...) we are
> releasing csound5.00
>   The binary, manuals and source files are on
> http://sourceforge.net/projects/csound and look for the csound5 files.
> The opportunity has been taken to tidy up the assembly of csound4.23
> and earlier files and we are leaving the 4.23 files for a short
> while.
>   Main message -- everyone should change to csound5.  More robust,
> faster, more facilities, more fun, more music.
> 
> ==John ffitch
> ------------------------------------------------------------------------
> Release Notes for Csound 5.00
> -----------------------------
> 
> The developers are very pleased to be releasing Csound5, for Linux (32
> and 64 bit), Mac OSX and Windows, together with an uptodate manual.
> 
> The system can be downloaded from http://sourceforge.net/projects/csound
> 
> More details and further information can be found in the
> csound-develop mailing list at sourceforge and the main user mailing
> list ar csound@lists.bath.ac.uk
> 
> The changes from version 4.23 are extensive.  The internal structure
> of the code has been radically changed, but the language remains
> compatible with Csound4, and all old orchestra/scores should run
> unchanged.
> 
> The main visible change is that we are using a plugin style of
> system.  many of the opcodes are now loaded at start-up.  This opens
> the way for private opcode libraries, and opcodes released under other
> licences than LGPL.
> 
> The other major change is a move to the use of external libraries
> where possible.  All the internal code for sound files, realtime audio
> etc has been replaced.  We are now using libsndfile for audio file
> I/O, and one of ALSA, PortAudio, CoreAudio, MME or ASIO for realtime.
> MIDI may be handled by PortMIDI as well.  The incorporation of Open
> Sound Control facilities uses the liblo library.
> 
> A number of opcodes from csoundAV and csoundVST are now part of the
> main system.
> 
> Another major change is that Csound5 is embeddable in other
> programming systems, using an API for information linkage.  We are
> including Python, Java and other bindings for the API.  Csound5 can
> also have multiple instances and is re-entrant.
> 
> In addition there are a number of new opcodes, and of course bug
> fixes.  We believe that csound5 is faster than csound4, and we
> encourage all users to move to it.
> 
> NOTE: IT MAY BE NECESSARY ON SOME PLATFORMS TO HAVE EITHER ENVIRONMENT
> VARIABLES OPCODEDIR OR OPCODEDIR64 SET TO POINT TO DIRECTORY WHERE
> OPCODES LIVE.  THE RELEASED FILES ARE BELIEVED TO BE SAFE AND CORRECT
> IN THIS RESPECT BUT BEWARE!
> 
> 
> New features:
> ------------
> Access to multiple ALSA devices
> FLTK widgets reworked and synchronised with csoundAV
> User defined gens with names (rather than numbers)
> --expression-opt command option
> Information on time for each phase of csound if required
> Command line options to set ID tags in output soundfile
>         (title/copyright etc)
> Jack available as output device
> --sched option now accepts a priority value
> -+rtaudio option to select output system
> Many new command line options
> Utilities to create csd files from orc/score
> Tcl/TK frontends (cstclsh and cswish)
> Can use looping structures in WAV files as well as AIFF
> Increased number of possible input and output audio file formats
> named channels
> #ifdef in orchestra
> removed limitation of only one track in MIDI input files
> MIDI output can also be written to a file (this is somewhat limited)
> MIDI-style extra time and release (xtratim, linsegr, etc.) is now
>         also possible with score notes
> string variables (of type S)
> automatic conversion of some C-style escape sequences (\n, \r, ASCII
>         code in octal \ooo format, etc) in string constants
> made internal indexes to orchestra variables 32 bit (was 16 bit in
>         Csound 4), allowing for larger and more complex instruments
> replaced old PVOC format with PVOC-EX in all related opcodes
> SADIR SSDIR and INCDIR can now be a colon separated list of directories
> 
> 
> New Opcodes:
> -----------
> maxk
> tab, tabw, and tb0()..tb15()
> vst4cs plugin opcodes
> pconvolve
> ftconv
> loris opcodes
> Python opcodes
> fluid opcodes
> chani and chano; chnset and chnget (string indexed)
> GEN43
> a number of pvs (streaming phase vocoder) opcodes
> moogladder
> statevar
> fofilter
> syncgrain
> miditempo
> event_i
> reverbsc (Sean Costello's waveguide reverb)
> freeverb
> gentune GEN operation
> GEN51
> GEN52
> diskin2
> turnoff2
> a-rate int() and frac(), and round(), floor(), and ceil()
>  << and >> operators
> STK (Perry Cook) instruments available from original code
> k() function
> Mixer opcodes
> OSCrecv, OSClisten, OSCsend
> loop opcodes
> printf, printf_i
> string hacking opcodes
> 
> 
> Bug Fixes:
> ---------
> Error in tablew fixed
> Minor fixed in dcblock
> Include files were confused by sections
> Improved reading of command line
> Fixes in dynamic fgen numbers
> gogobel and vibraphone amplitude fix
> Arguments to schewhen were wrong
> Better checking in bqrez
> minor checking in grain
> wguide2, wguide1 avoid very low frequencies
> wgpluck bug fix
> Some error messages corrected and typos fixed
> FLsetVal arguments were wrong
> outo missed out channel 6
> fixed bugs and improved error reporting in ^+ and ^- code.
> kread, kdump and a number of other opcodes will take string arguments
>         from the score 
> bug fix in sinc window (gen20)
> Added iskip options to moogvcf, vco, bqrez, pareq, tbvcf and rezzy
>         values rounded rather than truncated in deltap, comb, and delay
> removed spurious initial values from some MIDI opcodes
> Joystick was upside down
> lpshold and loopseg changed to agree with csoundAV
> marimba now allows zero probability of a multiple strike
> Added skipinit argument to diskin and soundin
> wave-terrain fixes for phase error accumulation (on long notes)
> new optional argument to delayr and all deltap opcodes,
>           to allow delay taps to read from any of the nested delayr/delayw
>           pairs, not just the last
> new optional argument to distort1 opcode (defaults to zero),
>           to select amplitude scaling mode (0: default, compatible with
>           original version; 1: relative to 0dBFS, same as mode 0 if 0dbfs is
>           32768; 2: unscaled)
> valpass fixed parameter overwriting
> Improved accuracy in some filters
> Improvements in bowedbar
> 
> JPff -- 1 Feb 2006
> 
> Files on Sourceforge
> ====================
> 
> Sources:
>         Csound5.00_src.tar.gz
>         Csound5.00_src.zip
>         Csound5.00_OS9_src.smi.bin
>         Csound5.00_src_all.tar.gz (including Loris and STK code)
>         Csound5.00_src_all.zip (including Loris and STK code)
> 
> Manual
>         Csound5.00_manual_chm.zip
>         Csound5.00_manual_html.zip
>         Csound5.00_manual_pdf.zip
>         Csound5.00_manual_pdf_A4.zip
>         Csound5.00_manual_single_file.zip
> 
> OS9:
>         Csound5.00_OS9.smi.bin
> 
> OSX:
>         Csound5.00_OSX10.3.tar.gz
>         Csound5.00_OSX10.4.tar.gz
> 
> Linux
>         Csound5.00_i686.rpm
>         Csound5.00_x86_64.rpm
>         [Linux for non-root users on X86_64
>             Csound5.00_x86_64d.tar.gz
>             Csound5.00_x86_64f.tar.gz
>         ]
> 
> Windows
>         Csound5.00_win32.i686.zip
>         Csound5.00_win32.exe (with installed)
> 

Date2006-02-01 16:33
FromIstvan Varga
SubjectRe: Beginner problems with python23.dll
AttachmentsNone  

Date2006-02-01 17:52
FromAidan Collins
SubjectRe: Beginner trying to learn pvoc / pvanal
AttachmentsNone  

Date2006-02-01 22:29
From"S. Massy"
SubjectRe: Release of Csound5.00
AttachmentsNone  

Date2006-02-02 00:31
FromJelle Herold
SubjectRe: [Cs-dev] Release of Csound5.00
On 1-feb-2006, at 16:07, jpff@cs.bath.ac.uk wrote:

> After what has seemed a very long time (because it was...) we are
> releasing csound5.00
>   The binary, manuals and source files are on
> http://sourceforge.net/projects/csound and look for the csound5 files.

Congratulations, good news indeed!!

one note regarding the OSX installer Csound5.00_OSX10.4.tar.gz.
when displaying the license it also shows the bit "how to apply this  
license" (see below)
I don't think that should be there?

regardless, amazing achievement!
cheers
Jelle



				[...]

		     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Libraries

   If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change.  You can do so by permitting
redistribution under these terms (or, alternatively, under the terms  
of the
ordinary General Public License).

   To apply these terms, attach the following notices to the  
library.  It is
safest to attach them to the start of each source file to most  
effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.

     
     Copyright (C)   

     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
     License as published by the Free Software Foundation; either
     version 2.1 of the License, or (at your option) any later version.

     This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.

     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA   
02111-1307  USA

Also add information on how to contact you by electronic and paper mail.

You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary.  Here is a sample; alter the names:

   Yoyodyne, Inc., hereby disclaims all copyright interest in the
   library `Frob' (a library for tweaking knobs) written by James  
Random Hacker.

   , 1 April 1990
   Ty Coon, President of Vice

That's all there is to it!


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-02 03:59
FromAnthony Kozar
SubjectRe: [Cs-dev] Release of Csound5.00
The text of the LGPL is copyrighted and only verbatim copying is permitted.
Therefore I am not sure if that portion can be removed or not.

*shrug*

I would also like to point out -- in case it is not obvious -- there are two
OS X releases called "10.3" and "10.4".  Most of the components of the 10.3
one should also work on OS X 10.2.  (At least the non-GUI stuff did when I
tested RC2).  Just in case anyone is wondering ...


Anthony Kozar
anthonykozar AT sbcglobal DOT net


Jelle Herold wrote on 2/1/06 7:31 PM:

> one note regarding the OSX installer Csound5.00_OSX10.4.tar.gz.
> when displaying the license it also shows the bit "how to apply this
> license" (see below)
> I don't think that should be there?



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-02 08:38
FromVictor Lazzarini
SubjectRe: [Cs-dev] Release of Csound5.00
Yes, I think you are not completely locked out, if on 10.2, most of
Csound works. Only the OSX GUI apps will not work (who needs them
anyway?)

Victor

At 03:59 02/02/2006, you wrote:
>The text of the LGPL is copyrighted and only verbatim copying is permitted.
>Therefore I am not sure if that portion can be removed or not.
>
>*shrug*
>
>I would also like to point out -- in case it is not obvious -- there are two
>OS X releases called "10.3" and "10.4".  Most of the components of the 10.3
>one should also work on OS X 10.2.  (At least the non-GUI stuff did when I
>tested RC2).  Just in case anyone is wondering ...
>
>
>Anthony Kozar
>anthonykozar AT sbcglobal DOT net
>
>
>Jelle Herold wrote on 2/1/06 7:31 PM:
>
> > one note regarding the OSX installer Csound5.00_OSX10.4.tar.gz.
> > when displaying the license it also shows the bit "how to apply this
> > license" (see below)
> > I don't think that should be there?
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
>for problems?  Stop!  Download the new AJAX search engine that makes
>searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-02 09:38
Fromjpff@codemist.co.uk
SubjectRe: [Cs-dev] Release of Csound5.00
I was going to try it all on my 10.2 machine today.
==John ffitch


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-02 11:06
Fromjpff@codemist.co.uk
Subject[Cs-dev] Csound5.00 on OSX 10.2
I just tried OSX 10.2 and it failed saying that it could not find
/Library/Frameworks/CsoundLib.framework/CsoundLib (indeed there is
only a directory Versions in the framework directory).  All I did was
install the Csound5.pkg and say yes to everything.
==John ffitch


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-02 12:09
FromVictor Lazzarini
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
So it might not work on 10.2. I checked the installer here again and it
is OK for 10.3. I'll see what can be done.

At 11:06 02/02/2006, you wrote:
>I just tried OSX 10.2 and it failed saying that it could not find
>/Library/Frameworks/CsoundLib.framework/CsoundLib (indeed there is
>only a directory Versions in the framework directory).  All I did was
>install the Csound5.pkg and say yes to everything.
>==John ffitch
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
>for problems?  Stop!  Download the new AJAX search engine that makes
>searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-02 12:24
Fromjpff@codemist.co.uk
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
More info -- there is a CsoundLib as a s-link to on the
Versions/Current which is a soft link to Versions/5.1
Problem is that there is no CsoundLib in Versions/5.1
Indeed is not on disk
==John ffitch


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-02 12:32
FromVictor Lazzarini
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
I have downloaded from sf  and installed it on a 10.2.8 machine and
everything is installed as expected. Csound command-line
works fine. FLTK as well. The GUI doesn't.

I am not sure why you are having trouble. Did you get the 10.3
package?

Victor

At 12:24 02/02/2006, you wrote:
>More info -- there is a CsoundLib as a s-link to on the
>Versions/Current which is a soft link to Versions/5.1
>Problem is that there is no CsoundLib in Versions/5.1
>Indeed is not on disk
>==John ffitch
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
>for problems?  Stop!  Download the new AJAX search engine that makes
>searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-02 13:28
Fromjpff@codemist.co.uk
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
...and more
  Building from sources it fails in SConstruct as False is not defined
==John ffitch


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-02 13:53
FromIstvan Varga
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
AttachmentsNone  

Date2006-02-06 10:52
Fromjpff@codemist.co.uk
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
>>>>> "Victor" == Victor Lazzarini  writes:

 Victor> I have downloaded from sf  and installed it on a 10.2.8 machine and
 Victor> everything is installed as expected. Csound command-line
 Victor> works fine. FLTK as well. The GUI doesn't.

 Victor> I am not sure why you are having trouble. Did you get the 10.3
 Victor> package?

Yes; standard package from sf and then ran the csound5.pkg
Reported no errors but the symbolic link to the CsoundLib inside the
framework did not have a resolution

 >> More info -- there is a CsoundLib as a s-link to on the
 >> Versions/Current which is a soft link to Versions/5.1
 >> Problem is that there is no CsoundLib in Versions/5.1
 >> Indeed is not on disk
 >> ==John ffitch
 >> 

==John ffitch


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-06 10:52
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
>>>>> "Victor" == Victor Lazzarini  writes:

 Victor> I have downloaded from sf  and installed it on a 10.2.8 machine and
 Victor> everything is installed as expected. Csound command-line
 Victor> works fine. FLTK as well. The GUI doesn't.

 Victor> I am not sure why you are having trouble. Did you get the 10.3
 Victor> package?

Yes; standard package from sf and then ran the csound5.pkg
Reported no errors but the symbolic link to the CsoundLib inside the
framework did not have a resolution

 >> More info -- there is a CsoundLib as a s-link to on the
 >> Versions/Current which is a soft link to Versions/5.1
 >> Problem is that there is no CsoundLib in Versions/5.1
 >> Indeed is not on disk
 >> ==John ffitch
 >> 

==John ffitch


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-06 12:52
FromVictor Lazzarini
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
It's very strange, I can't explain that, it works here. Anyway I
put a 10.2 version as explained in the csound list. Perhaps
you can try that.

Victor

At 10:52 06/02/2006, you wrote:
> >>>>> "Victor" == Victor Lazzarini  writes:
>
>  Victor> I have downloaded from sf  and installed it on a 10.2.8 machine and
>  Victor> everything is installed as expected. Csound command-line
>  Victor> works fine. FLTK as well. The GUI doesn't.
>
>  Victor> I am not sure why you are having trouble. Did you get the 10.3
>  Victor> package?
>
>Yes; standard package from sf and then ran the csound5.pkg
>Reported no errors but the symbolic link to the CsoundLib inside the
>framework did not have a resolution
>
>  >> More info -- there is a CsoundLib as a s-link to on the
>  >> Versions/Current which is a soft link to Versions/5.1
>  >> Problem is that there is no CsoundLib in Versions/5.1
>  >> Indeed is not on disk
>  >> ==John ffitch
>  >>
>
>==John ffitch
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
>for problems?  Stop!  Download the new AJAX search engine that makes
>searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-06 19:08
FromAnthony Kozar
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
I downloaded the 10.2 package but I get an error trying to decompress it.
Should I try downloading again or do you think the file on Sourceforge is
corrupted?

Anthony

Victor Lazzarini wrote on 2/6/06 7:52 AM:

> It's very strange, I can't explain that, it works here. Anyway I
> put a 10.2 version as explained in the csound list. Perhaps
> you can try that.



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-06 19:54
FromIstvan Varga
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
AttachmentsNone  

Date2006-02-07 10:04
FromVictor Lazzarini
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
It was indeed corrupt. I have updated it now and I've downloaded, gunzipped and
untarred it, so it's all OK. I'm not sure what it was, but I don't think 
that was
due to ASCII encoding, as I used binary both times.

Victor

At 19:54 06/02/2006, you wrote:
>On Monday 06 February 2006 20:08, Anthony Kozar wrote:
>
> > I downloaded the 10.2 package but I get an error trying to decompress it.
> > Should I try downloading again or do you think the file on Sourceforge is
> > corrupted?
>
>Is it possible that the file was corrupted again by applying CR-LF
>conversion as if it was ASCII ? This error already occured with the
>OS X tarballs before making the 5.00 release.
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
>for problems?  Stop!  Download the new AJAX search engine that makes
>searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-07 10:20
FromIstvan Varga
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
AttachmentsNone  

Date2006-02-07 10:34
FromVictor Lazzarini
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
No, I mean both times I've uploaded the 10.2 version
to uploads.sf.net, the first time and today. When I ftp'd
to John's site, I assumed the upload would be binary by
default, but it was not. I then explicitly did a binary upload
to correct it. Why is it matter so much what the problem was?

At 10:20 07/02/2006, you wrote:
>If by both times you also mean the 10.3 and 10.4 packages before the
>Feb 01 release, then those were indeed very likely to be corrupted by
>binary to ASCII conversion. The files had all byte values evenly distributed
>(as one would expect from a gzipped file), but 0x0D (CR) occured about
>twice as often as the others. Also, the fixed files were smaller by about
>0.35% which is close to 1/256 (again suggests having a specific byte
>value replaced by two bytes).

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-08 04:32
FromAnthony Kozar
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
I installed the new OS X 10.2 package (THANKS Victor!).

Here are a few observations:

Seems to overwrite the old Csound5 framework well (deleted old files).

Not important but I noticed all of the manual files are installed with the
"executable" permission set.

Python wrapper still installed into /System/Library instead of /Library
(Not sure, but it still may not be loading correctly).

When I run the commandline csound, I get this error:

[fiona:/Library/Frameworks/CsoundLib.Framework] anthony% csound
dyld: csound can't open library:
/Library/Frameworks/CsoundLib.Framework/CsoundLib
(No such file or directory, errno = 2)
Trace/BPT trap


I created a symlink from the real library to this location and then it
worked fine.

I tested (extremely briefly):
rtaudio with PortAudio
rtaudio with CoreAudio
FLTK widgets

All of this real-time stuff works leaps and bounds better than Csound 4!!

THANKS!

Anthony Kozar
anthonykozar AT sbcglobal DOT net



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-08 04:34
FromAnthony Kozar
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
Oh yeah ...

Is it intentional that the Python opcode library is not included?

Anthony



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-08 09:50
FromVictor Lazzarini
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
I had a look and now I know why the installer is behaving in
a funny way on 10.2.

It checks for installed files and only installs the ones that have changed.
However, it checks for these *before* they are deleted by my
script. Then when it installs, it just does not copy the deleted files,
so in John's case, most of the framework was not copied (because
the folders had the same creation date as the ones he already had
there and which were subsequently deleted).

On a new clean install, everything will be OK. On an over-install
of the same release, running the installer twice should do the trick.

So, John if you run the installer again, everything will be installed in your
disk OK.

For future releases, I'll make sure I touch all files in the framework.

Victor

At 04:32 08/02/2006, you wrote:
>I installed the new OS X 10.2 package (THANKS Victor!).
>
>Here are a few observations:
>
>Seems to overwrite the old Csound5 framework well (deleted old files).
>
>Not important but I noticed all of the manual files are installed with the
>"executable" permission set.
>
>Python wrapper still installed into /System/Library instead of /Library
>(Not sure, but it still may not be loading correctly).
>
>When I run the commandline csound, I get this error:
>
>[fiona:/Library/Frameworks/CsoundLib.Framework] anthony% csound
>dyld: csound can't open library:
>/Library/Frameworks/CsoundLib.Framework/CsoundLib
>(No such file or directory, errno = 2)
>Trace/BPT trap
>
>
>I created a symlink from the real library to this location and then it
>worked fine.
>
>I tested (extremely briefly):
>rtaudio with PortAudio
>rtaudio with CoreAudio
>FLTK widgets
>
>All of this real-time stuff works leaps and bounds better than Csound 4!!
>
>THANKS!
>
>Anthony Kozar
>anthonykozar AT sbcglobal DOT net
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
>for problems?  Stop!  Download the new AJAX search engine that makes
>searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-02-08 09:52
FromVictor Lazzarini
SubjectRe: [Cs-dev] Csound5.00 on OSX 10.2
I have not noticed that, I might not have built it! Forgot to add the
Scons option. Thanks
for letting me know. I'll make another package soon.

Victor

At 04:34 08/02/2006, you wrote:
>Oh yeah ...
>
>Is it intentional that the Python opcode library is not included?
>
>Anthony
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
>for problems?  Stop!  Download the new AJAX search engine that makes
>searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net