| I see, that makes sense. Thanks for the explanation. So if I build as
static then I can just cd to the csound5 directory and run the csound
command form there (e.g. "./csound") without having to overwrite my
currently installed version?
As it turns out I would like to try csound built with "Word64=1" to see
if it is any faster, but the maxmsp csound~ external didn't work with
that build so it would be handy to still be able to work with that built
in the terminal without messing my installation.
Thanks
Peiman
On 29/04/2011 18:24, Victor Lazzarini wrote:
> The situation is this:
>
> 1) The release package provides a framework, which contains the
> dynamic lib. It also provides a csound command-line frontend and
> other things. All of these are linked to the framework.
> 2) Some frontends like qutecsound are built and linked to it,
> separately by their developers
> 3) Other frontends, like winXound, use the installed csound command
> and would work with any csound command.
>
> When the csound library is built, it can be built as a static library,
> in which case any frontends that scons build (the csound command,
> tclcsound, etc.) are linked statically to it. However, for
> distribution (because this is how a modern OS works) we use a dynamic
> library, and
> that is part of the csoundlib framework on OSX, and also a DLL on
> Windows and a .so on Linux.
>
> In summary, the static built of libcsound is just there to provide a
> quick way of building and testing csound, but it's not meant to be the
> way csound
> is distributed. But it's actually a handy way of non-developers
> testing and playing with updated source code.
>
> Victor
> On 29 Apr 2011, at 17:37, peiman khosravi wrote:
>
>> Am I right to think that all the frontends that use the api, as
>> opposed to the commandline, link to the dynamic lib?
>>
>> So for instance WinXound, which is what I use should be OK.
>>
>> P
>>
>> On 29/04/2011 17:34, Adam Puckett wrote:
>>> Sorry if this is a little off topic, but why would QuteCsound need to
>>> link to the dynamic lib if it's a front end?
>>>
>>> On 4/29/11, Victor Lazzarini wrote:
>>>> What it means is that you will build a static libcsound
>>>> (libcsound.a), so yes, no framework. However, Qutecsound etc link to
>>>> the framework, so your version will not work with it.
>>>> The command-line csound will be statically-linked.
>>>>
>>>> Victor
>>>>
>>>> On 29 Apr 2011, at 17:11, peiman khosravi wrote:
>>>>
>>>>> Wow that did the job.
>>>>>
>>>>> Just to be clear. Does this mean that not adding
>>>>> dynamicCsoundLibrary=1 there is no need for having the frameworks?
>>>>>
>>>>> And am I right to think that I should build with Word64=1 for the
>>>>> more recent macs?
>>>>>
>>>>> Thanks again
>>>>>
>>>>> Peiman
>>>>>
>>>>> On 29/04/2011 16:54, Victor Lazzarini wrote:
>>>>>> add dynamicCsoundLibrary=1 to the options.
>>>>>>
>>>>>> Victor
>>>>>> On 29 Apr 2011, at 15:17, peiman khosravi wrote:
>>>>>>
>>>>>>> Also I should mention that I am building with these options:
>>>>>>>
>>>>>>> scons useDouble=1 useGettext=0
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> Peiman
>>>>>>>
>>>>>>> On 29/04/2011 14:42, peiman khosravi wrote:
>>>>>>>> I get "scons: done building targets." but the
>>>>>>>> "CsoundLib.framework" directory is still empty. Do you know where
>>>>>>>> the build is supposed to be? I am sure I am being really stupid!
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> Peiman
>>>>>>>>
>>>>>>>> On 28/04/2011 19:34, Victor Lazzarini wrote:
>>>>>>>>> try
>>>>>>>>>
>>>>>>>>> $ cp custom-linux-jpff.py custom.py
>>>>>>>>>
>>>>>>>>> maybe that'll sort you out.
>>>>>>>>>
>>>>>>>>> Victor
>>>>>>>>>
>>>>>>>>> On 28 Apr 2011, at 19:32, Victor Lazzarini wrote:
>>>>>>>>>
>>>>>>>>>> Another thought: maybe you don't have a custom.py?
>>>>>>>>>>
>>>>>>>>>> Victor
>>>>>>>>>> On 28 Apr 2011, at 19:30, Victor Lazzarini wrote:
>>>>>>>>>>
>>>>>>>>>>> scons -v
>>>>>>>>>>> SCons by Steven Knight et al.:
>>>>>>>>>>> script: v1.2.0.r3842, 2008/12/20 22:59:52, by scons on scons-
>>>>>>>>>>> dev
>>>>>>>>>>> engine: v1.2.0.r3842, 2008/12/20 22:59:52, by scons on scons-
>>>>>>>>>>> dev
>>>>>>>>>>> Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
>>>>>>>>>>> The SCons Foundation
>>>>>>>>>>>
>>>>>>>>>>> On 28 Apr 2011, at 19:24, peiman khosravi wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I just downgraded to version 2.0.0 and the same error. I went
>>>>>>>>>>>> as far back as version 1.3.0 and the same. Any suggestions?
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks very much.
>>>>>>>>>>>>
>>>>>>>>>>>> Peiman
>>>>>>>>>>>>
>>>>>>>>>>>> scons: warning: The Options class is deprecated; use the
>>>>>>>>>>>> Variables class instead.
>>>>>>>>>>>> File "/Users/peimankh/csound5/SConstruct", line 74, in
>>>>>>>>>>>> Using options from 'custom.py.'
>>>>>>>>>>>> KeyError: 'customCPPPATH':
>>>>>>>>>>>> File "/Users/peimankh/csound5/SConstruct", line 339:
>>>>>>>>>>>> customCPPPATH = commonEnvironment['customCPPPATH']
>>>>>>>>>>>> File "/usr/local/lib/scons-2.0.0.final.0/SCons/
>>>>>>>>>>>> Environment.py", line 409:
>>>>>>>>>>>> return self._dict[key]
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 28/04/2011 13:31, Victor Lazzarini wrote:
>>>>>>>>>>>>> Scons is the easiest way. I guess you should downgrade for
>>>>>>>>>>>>> the moment.
>>>>>>>>>>>>> On 28 Apr 2011, at 13:13, peiman khosravi wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Sorry to hijack the thread like this. Is there any other
>>>>>>>>>>>>>> way of building Csound on OS X than using scons? If not the
>>>>>>>>>>>>>> I should downgrade my scons version right?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Best,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Peiman
>>>>>>>>>>>>>> On 28/04/2011 08:54, Victor Lazzarini wrote:
>>>>>>>>>>>>>>> That is only needed for the manual. You don't specifically
>>>>>>>>>>>>>>> need to be build the manual.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Victor
>>>>>>>>>>>>>>> On 28 Apr 2011, at 03:51, Adam Puckett wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I can't find xsltproc so I'm going ahead with the actual
>>>>>>>>>>>>>>>> software
>>>>>>>>>>>>>>>> build process. xsltproc wasn't listed on the page listed
>>>>>>>>>>>>>>>> for it.
>>>>>>>>>>>>>>>> Installing Python 2.7.1.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On 4/27/11, Adam Puckett wrote:
>>>>>>>>>>>>>>>>> I've gotten the same error under Windows when I tried to
>>>>>>>>>>>>>>>>> build before
>>>>>>>>>>>>>>>>> under Cygwin. If 2.0.0 is still available use that and
>>>>>>>>>>>>>>>>> maybe the
>>>>>>>>>>>>>>>>> Options class is not deprecated there. But I'm no SCons
>>>>>>>>>>>>>>>>> expert. Mike
>>>>>>>>>>>>>>>>> would know about stuff like that.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On 4/27/11, peiman khosravi
>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>> On OS X I am trying to build Csound with these lines
>>>>>>>>>>>>>>>>>> from the manual:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> scons buildOSC=1 buildCsound5GUI=1 buildPythonOpcodes=1
>>>>>>>>>>>>>>>>>> useOSC=1
>>>>>>>>>>>>>>>>>> buildLoris=0
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> But I get an error:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> System platform is 'darwin'.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> scons: warning: The Options class is deprecated; use
>>>>>>>>>>>>>>>>>> the Variables class
>>>>>>>>>>>>>>>>>> instead.
>>>>>>>>>>>>>>>>>> File "/Users/peimankh/csound5/SConstruct", line 74,
>>>>>>>>>>>>>>>>>> in
>>>>>>>>>>>>>>>>>> Using options from 'custom.py.'
>>>>>>>>>>>>>>>>>> KeyError: 'customCPPPATH':
>>>>>>>>>>>>>>>>>> File "/Users/peimankh/csound5/SConstruct", line 339:
>>>>>>>>>>>>>>>>>> customCPPPATH = commonEnvironment['customCPPPATH']
>>>>>>>>>>>>>>>>>> File "/usr/local/lib/scons-2.0.1/SCons/Environment.py",
>>>>>>>>>>>>>>>>>> line 409:
>>>>>>>>>>>>>>>>>> return self._dict[key]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Is the manual page out of date?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Peiman
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On 27/04/2011 22:27, Felipe Sateler wrote:
>>>>>>>>>>>>>>>>>>> Binary files (like word documents) tend to make
>>>>>>>>>>>>>>>>>>> repositories unusually
>>>>>>>>>>>>>>>>>>> large, which is relevant when using a DVCS.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Wed, Apr 27, 2011 at 18:02, Michael
>>>>>>>>>>>>>>>>>>> Gogins>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>> It used to be a LaTeX file, which is normally made
>>>>>>>>>>>>>>>>>>>> into a PDF. I
>>>>>>>>>>>>>>>>>>>> changed
>>>>>>>>>>>>>>>>>>>> it
>>>>>>>>>>>>>>>>>>>> so more people could read it from the repository, and
>>>>>>>>>>>>>>>>>>>> I wouldn't have
>>>>>>>>>>>>>>>>>>>> to
>>>>>>>>>>>>>>>>>>>> compile the PDF. It's too bad because the LaTeX was
>>>>>>>>>>>>>>>>>>>> much easier to edit
>>>>>>>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>>>>>>> maintain.
>>>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>>>> Mike
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Wed, Apr 27, 2011 at 4:49 PM, Victor
>>>>>>>>>>>>>>>>>>>> Lazzarini
>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>> Oh, I thought it was a PDF.
>>>>>>>>>>>>>>>>>>>>> On 27 Apr 2011, at 21:19, Michael Gogins wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> I think he means my document on how to build Csound
>>>>>>>>>>>>>>>>>>>>> on Windows, which
>>>>>>>>>>>>>>>>>>>>> is
>>>>>>>>>>>>>>>>>>>>> in the repository.
>>>>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>>>>> Mike
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Wed, Apr 27, 2011 at 2:56 PM, Victor Lazzarini
>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>> what doc?
>>>>>>>>>>>>>>>>>>>>>> On 27 Apr 2011, at 19:48, Adam Puckett wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Now when I try to open the doc file it says not
>>>>>>>>>>>>>>>>>>>>>>> enough memory or
>>>>>>>>>>>>>>>>>>>>>>> space
>>>>>>>>>>>>>>>>>>>>>>> to run Word.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On 4/27/11, Adam
>>>>>>>>>>>>>>>>>>>>>>> Puckett wrote:
>>>>>>>>>>>>>>>>>>>>>>>> It would appear so. I just added "5" to the
>>>>>>>>>>>>>>>>>>>>>>>> command (git clone
>>>>>>>>>>>>>>>>>>>>>>>> git://.../csound5) and it seems to be working.
>>>>>>>>>>>>>>>>>>>>>>>> Thanks for your
>>>>>>>>>>>>>>>>>>>>>>>> help.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> On 4/27/11, Victor
>>>>>>>>>>>>>>>>>>>>>>>> Lazzarini>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>> you probably did not give it the right address.
>>>>>>>>>>>>>>>>>>>>>>>>> On 27 Apr 2011, at 18:25, Adam Puckett wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Actually it says "you appear to have cloned an
>>>>>>>>>>>>>>>>>>>>>>>>>> empty repository"
>>>>>>>>>>>>>>>>>>>>>>>>>> when
>>>>>>>>>>>>>>>>>>>>>>>>>> I execute the git command on the SF develop
>>>>>>>>>>>>>>>>>>>>>>>>>> page.
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> On 4/27/11, Adam
>>>>>>>>>>>>>>>>>>>>>>>>>> Puckett wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>> It says on the Sourceforge page that the Git
>>>>>>>>>>>>>>>>>>>>>>>>>>> command you execute
>>>>>>>>>>>>>>>>>>>>>>>>>>> to
>>>>>>>>>>>>>>>>>>>>>>>>>>> get the Csound sources will only give you a
>>>>>>>>>>>>>>>>>>>>>>>>>>> read-only copy of
>>>>>>>>>>>>>>>>>>>>>>>>>>> them.
>>>>>>>>>>>>>>>>>>>>>>>>>>> How does that work?
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> On 4/27/11, Michael
>>>>>>>>>>>>>>>>>>>>>>>>>>> Gogins>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Just accept all the defaults.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Mike
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> On Wed, Apr 27, 2011 at 1:13 PM, Adam Puckett
>>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> And does it matter in the install whether I
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> select "run Git
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Bash
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> only"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> or run it in the Windows Command Prompt?
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 4/27/11, Adam
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Puckett>>>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Once I have this downloaded and installed,
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> should I be able
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> to
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> get the
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Csound sources from the Sourceforge Git
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> repository, follow
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> the
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> build
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> instructions and have a working copy of
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Csound?
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 4/27/11, Michael
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Gogins>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> The regular GIT download for Windows from
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GIT includes both
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> command-line
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GUI applications:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> http://code.google.com/p/msysgit/downloads/detail?name=Git-1.7.4-preview20110204.exe&can=2&q=
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> use it both at work and for working on
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Csound.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GIT is peer to peer so this works as both
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "server" and
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "client." Some
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> protocols for GIT involve also using a Web
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> server or
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> something.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> In addition to the git-gui program in this
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> installer, other
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GUIs are
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> available. But this one works fine for me.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Mike
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On Wed, Apr 27, 2011 at 12:55 PM, Victor
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Lazzarini
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> you don't need to build GIT, just pick up
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> a git client. I
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> thought
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> you
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> said
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> you had one.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Victor
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 27 Apr 2011, at 17:42, Adam Puckett
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks. How do I build Git?
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 4/27/11, Victor
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Lazzarini>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> The only difference between CVS and GIT
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> are the download
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> commands.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> These are explained here
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> http://sourceforge.net/scm/?type=git&group_id=81968
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Victor
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 27 Apr 2011, at 17:24, Adam Puckett
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I just downloaded Git and am working on
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> building it from
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> source,
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> because I already have a working MSYS
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> and don't think I
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> need
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Msysgit.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Also last time I checked, the build
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> instructions for
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Csound
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> are
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> for
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> CVS and not Git.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 4/27/11, Adam
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Puckett>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I'm on Windows and I have the latest
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> version of MinGW
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> with
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GCC
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 4.5.2.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Are there any build instructions for
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> idiots? Thanks.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 4/27/11, Victor
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Lazzarini>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> We tend to release around three
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> times a year. You can
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> always
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> build
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> your own csound from GIT, which will
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> keep you
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> up-to-date
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> with
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> changes.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Regards
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Victor
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 27 Apr 2011, at 14:12, Adam
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Puckett wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi list,
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> When a bug is fixed in Csound, how
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> often are binary
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> releases
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> updated
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> to reflect the changes?
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> thanks,
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Adam
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Send bugs reports to the
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Sourceforge bug tracker
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Discussions of bugs and features
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> can be posted here
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe, send email
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> sympa@lists.bath.ac.uk
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> with
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> body
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Senior Lecturer
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Dept. of Music
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> bug tracker
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Discussions of bugs and features can
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> be posted here
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe, send email
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> sympa@lists.bath.ac.uk
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> with
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> body
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "unsubscribe
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> bug tracker
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Discussions of bugs and features can
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> be posted here
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe, send email
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> sympa@lists.bath.ac.uk
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> with
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> body
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Senior Lecturer
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Dept. of Music
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> bug tracker
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Discussions of bugs and features can be
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> posted here
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe, send email
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> sympa@lists.bath.ac.uk
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> with
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> body
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "unsubscribe
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> tracker
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Discussions of bugs and features can be
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> posted here
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe, send email
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> sympa@lists.bath.ac.uk
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> with
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> body
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "unsubscribe
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Senior Lecturer
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Dept. of Music
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> tracker
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Discussions of bugs and features can be
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> posted here
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe, send email
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> sympa@lists.bath.ac.uk
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> with body
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "unsubscribe
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Michael Gogins
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Irreducible Productions
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> http://www.michael-gogins.com
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Michael dot Gogins at gmail dot com
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> tracker
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Discussions of bugs and features can be
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> posted here
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe, send email
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> sympa@lists.bath.ac.uk
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> with body
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "unsubscribe
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> tracker
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Discussions of bugs and features can be
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> posted here
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe, send email
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> sympa@lists.bath.ac.uk
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> with body
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "unsubscribe
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Michael Gogins
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Irreducible Productions
>>>>>>>>>>>>>>>>>>>>>>>>>>>> http://www.michael-gogins.com
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Michael dot Gogins at gmail dot com
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug
>>>>>>>>>>>>>>>>>>>>>>>>>>>> tracker
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Discussions of bugs and features can be
>>>>>>>>>>>>>>>>>>>>>>>>>>>> posted here
>>>>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe, send email
>>>>>>>>>>>>>>>>>>>>>>>>>>>> sympa@lists.bath.ac.uk
>>>>>>>>>>>>>>>>>>>>>>>>>>>> with body
>>>>>>>>>>>>>>>>>>>>>>>>>>>> "unsubscribe
>>>>>>>>>>>>>>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted
>>>>>>>>>>>>>>>>>>>>>>>>>> here
>>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe, send email
>>>>>>>>>>>>>>>>>>>>>>>>>> sympa@lists.bath.ac.uk with body
>>>>>>>>>>>>>>>>>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>>>>>>>>>>>>>>>> Senior Lecturer
>>>>>>>>>>>>>>>>>>>>>>>>> Dept. of Music
>>>>>>>>>>>>>>>>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>>>>>>>>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>>>>>>>>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted
>>>>>>>>>>>>>>>>>>>>>>>>> here
>>>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe, send email
>>>>>>>>>>>>>>>>>>>>>>>>> sympa@lists.bath.ac.uk with body
>>>>>>>>>>>>>>>>>>>>>>>>> "unsubscribe
>>>>>>>>>>>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk
>>>>>>>>>>>>>>>>>>>>>>> with body
>>>>>>>>>>>>>>>>>>>>>>> "unsubscribe
>>>>>>>>>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>>>>>>>>>>>>> Senior Lecturer
>>>>>>>>>>>>>>>>>>>>>> Dept. of Music
>>>>>>>>>>>>>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>>>>>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>>>>>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk
>>>>>>>>>>>>>>>>>>>>>> with body
>>>>>>>>>>>>>>>>>>>>>> "unsubscribe
>>>>>>>>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>> Michael Gogins
>>>>>>>>>>>>>>>>>>>>> Irreducible Productions
>>>>>>>>>>>>>>>>>>>>> http://www.michael-gogins.com
>>>>>>>>>>>>>>>>>>>>> Michael dot Gogins at gmail dot com
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>>>>>>>>>>>> Senior Lecturer
>>>>>>>>>>>>>>>>>>>>> Dept. of Music
>>>>>>>>>>>>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>>>>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>>>>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> Michael Gogins
>>>>>>>>>>>>>>>>>>>> Irreducible Productions
>>>>>>>>>>>>>>>>>>>> http://www.michael-gogins.com
>>>>>>>>>>>>>>>>>>>> Michael dot Gogins at gmail dot com
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>>>>>>>>>>>>>>>>>> body "unsubscribe
>>>>>>>>>>>>>>>>>> csound"
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>>>>>>>>>>>>>>>> body "unsubscribe csound"
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>>>>>> Senior Lecturer
>>>>>>>>>>>>>>> Dept. of Music
>>>>>>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with
>>>>>>>>>>>>>>> body "unsubscribe csound"
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>>>>>
>>>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>>>> Senior Lecturer
>>>>>>>>>>>>> Dept. of Music
>>>>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>>
>>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>
>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>>>
>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>> Senior Lecturer
>>>>>>>>>>> Dept. of Music
>>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>
>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>>
>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>> Senior Lecturer
>>>>>>>>>> Dept. of Music
>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>
>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>
>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>> Senior Lecturer
>>>>>>>>> Dept. of Music
>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>
>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>>> "unsubscribe csound"
>>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>
>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>> "unsubscribe csound"
>>>>>>>
>>>>>> Dr Victor Lazzarini
>>>>>> Senior Lecturer
>>>>>> Dept. of Music
>>>>>> NUI Maynooth Ireland
>>>>>> tel.: +353 1 708 3545
>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>
>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>> "unsubscribe csound"
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>> "unsubscribe csound"
>>>>>
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>
>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>> "unsubscribe
>>>> csound"
>>>>
>>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>> "unsubscribe csound"
>>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe csound"
>>
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> "unsubscribe csound"
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|