Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4250] Commits to build system and CsoundVST in Csound 5

Date2004-03-07 23:18
From"gogins@pipeline.com"
Subject[CSOUND-DEV:4250] Commits to build system and CsoundVST in Csound 5
I have added files for CsoundVST to the Csound 5 CVS repository.

I have committed changes to the GNU build system in Csound 5. There are
targets and rules for building CsoundVST, but they default to "disabled."
This has only been tested on Windows/Cygwin. I was able to build Csound 5
on Linux without CsoundVST. 

The configuration system has been simplified, and should now build a
running Csound with or without PortAudio, or with or without FLTK, or with
or without CsoundVST, or any combination. This has been tested on Cygwin
and partly tested on Linux.

I am currently working on debugging CsoundVST on Cygwin, and getting
CsoundVST to build on Linux. 

After that, I will try to fix up PortAudio input, write a Python test
script for Csound and some of the utilities, test MIDI on Windows, and get
the system to build with "-mno-cygwin".

When that has been done, and when John Fitch's libsndfile updates have been
merged, Csound 5 could be considered in a "beta" state for users.

Original Message:
-----------------
From:  ramsdell@mitre.org (John D. Ramsdell)
Date: 07 Mar 2004 11:16:31 -0500
To: csound-dev@eartha.mills.edu
Subject: [CSOUND-DEV:4249] Re: Needed changes to 4.23 for Mac


John,

Thank you for your contribution.  I did a "cvs diff -u" between the
current contents of the csound module and the version tagged
csound-4_23f10_1.  Everything looked fine except that the ChangeLog
contained none of your contributions!  I added the content given in
your message, and released the distribution.   Thanks again.

John

jpff@cs.bath.ac.uk writes:

> I did not merge the Changeling, but the changes to wgpluck were to
> remove unused code and to initialse an unitialise field.  Changes to
> repluck was intonation -- not yet finished. 
> ==John ffitch
> 
> 2004-03-03  John ffitch  
> 
> 	* scxtract.c (scxtract): Added call to sread_init() as suggested
> 	by Anthony Kozar
> 
> 2004-02-27  John ffitch  
> 
> 	* version.h: VERSION 4.23f11
> 
> 	* insert.c (kperf): Removed call to POLL_EVENTS which was OTT
> 
> 2004-02-24  John ffitch  
> 
> 	* dumpf.c (nkread): Reading of text numbers was wrong.
> 
> 2004-02-20  John ffitch  
> 
> 	* grain.c (ags): Use memcpy rather than a copy to copy back
> 
> 2004-02-03  John ffitch  
> 
> 	* rtlinux.c (recopen_): Removed setting of ishift
> 	(playopen_): and oshift as not used, and hence getshift is
> 	removed.
> 
> 2004-01-29  John ffitch  
> 
> 	* version.h: VERSION 4.23f10
> 
> 	* insert.c (ingoto): At matt's suggestion check that the boolean
> 	is i-time
> 
> 2004-01-07  John ffitch  
> 
> 	* insert.c (ingoto): Should set ids not pds
> 
> 	* ugrw1.c: Changes to sprints so rounding works for negative values
> 
> 2004-01-01  John ffitch  
> 
> 	* wavegde.c (filter3Set): Need to initialise filt->x1 and ->x2 to zero
> 
> 	* flanger.c (wguide2): Avoid frequencies below 5Hz (reciprocal of
> 	MAXDELAY) 
> 
> 	* version.h (BUGFIX): fix 8 -- avoiding octal feature!
> 
> 	* OSC-sock.c: 
> 	* metro.c: Add casts to avoid warnings
> 
> 	* flanger.c (wguide1): Avoid frequencies below 5Hz (reciprocal of
> 	MAXDELAY) 


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .

Date2004-03-08 08:37
From"Josep MComajuncosas"
Subject[CSOUND-DEV:4252] RE: Commits to build system and CsoundVST in Csound 5
So it's coming! I'm very excited. I'd love to build a huge .csd to
cellebrate Csound's5 arrival.

Josep M Comajuncosas

-----Mensaje original-----
De: owner-csound-dev@eartha.mills.edu
[mailto:owner-csound-dev@eartha.mills.edu] En nombre de
gogins@pipeline.com
Enviado el: lunes, 08 de marzo de 2004 0:19
Para: Csound Developers Discussion List
Asunto: [CSOUND-DEV:4250] Commits to build system and CsoundVST in
Csound 5

I have added files for CsoundVST to the Csound 5 CVS repository.

I have committed changes to the GNU build system in Csound 5. There are
targets and rules for building CsoundVST, but they default to
"disabled."
This has only been tested on Windows/Cygwin. I was able to build Csound
5
on Linux without CsoundVST. 

The configuration system has been simplified, and should now build a
running Csound with or without PortAudio, or with or without FLTK, or
with
or without CsoundVST, or any combination. This has been tested on Cygwin
and partly tested on Linux.

I am currently working on debugging CsoundVST on Cygwin, and getting
CsoundVST to build on Linux. 

After that, I will try to fix up PortAudio input, write a Python test
script for Csound and some of the utilities, test MIDI on Windows, and
get
the system to build with "-mno-cygwin".

When that has been done, and when John Fitch's libsndfile updates have
been
merged, Csound 5 could be considered in a "beta" state for users.

Original Message:
-----------------
From:  ramsdell@mitre.org (John D. Ramsdell)
Date: 07 Mar 2004 11:16:31 -0500
To: csound-dev@eartha.mills.edu
Subject: [CSOUND-DEV:4249] Re: Needed changes to 4.23 for Mac


John,

Thank you for your contribution.  I did a "cvs diff -u" between the
current contents of the csound module and the version tagged
csound-4_23f10_1.  Everything looked fine except that the ChangeLog
contained none of your contributions!  I added the content given in
your message, and released the distribution.   Thanks again.

John

jpff@cs.bath.ac.uk writes:

> I did not merge the Changeling, but the changes to wgpluck were to
> remove unused code and to initialse an unitialise field.  Changes to
> repluck was intonation -- not yet finished. 
> ==John ffitch
> 
> 2004-03-03  John ffitch  
> 
> 	* scxtract.c (scxtract): Added call to sread_init() as suggested
> 	by Anthony Kozar
> 
> 2004-02-27  John ffitch  
> 
> 	* version.h: VERSION 4.23f11
> 
> 	* insert.c (kperf): Removed call to POLL_EVENTS which was OTT
> 
> 2004-02-24  John ffitch  
> 
> 	* dumpf.c (nkread): Reading of text numbers was wrong.
> 
> 2004-02-20  John ffitch  
> 
> 	* grain.c (ags): Use memcpy rather than a copy to copy back
> 
> 2004-02-03  John ffitch  
> 
> 	* rtlinux.c (recopen_): Removed setting of ishift
> 	(playopen_): and oshift as not used, and hence getshift is
> 	removed.
> 
> 2004-01-29  John ffitch  
> 
> 	* version.h: VERSION 4.23f10
> 
> 	* insert.c (ingoto): At matt's suggestion check that the boolean
> 	is i-time
> 
> 2004-01-07  John ffitch  
> 
> 	* insert.c (ingoto): Should set ids not pds
> 
> 	* ugrw1.c: Changes to sprints so rounding works for negative
values
> 
> 2004-01-01  John ffitch  
> 
> 	* wavegde.c (filter3Set): Need to initialise filt->x1 and ->x2
to zero
> 
> 	* flanger.c (wguide2): Avoid frequencies below 5Hz (reciprocal
of
> 	MAXDELAY) 
> 
> 	* version.h (BUGFIX): fix 8 -- avoiding octal feature!
> 
> 	* OSC-sock.c: 
> 	* metro.c: Add casts to avoid warnings
> 
> 	* flanger.c (wguide1): Avoid frequencies below 5Hz (reciprocal
of
> 	MAXDELAY) 


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .