[Cs-dev] --m-colours
Date | 2013-07-02 17:15 |
From | Ben Hackbarth |
Subject | [Cs-dev] --m-colours |
Attachments | None None |
hi, did support for --m-colours=1 get removed from csound6? i cannot seem to get it to work on osx (csound5 works like a charm). -- ben
|
Date | 2013-07-02 18:10 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] --m-colours |
Not as far as I am aware. Suppose I should read the code. > hi, > > did support for --m-colours=1 get removed from csound6? i cannot seem to > get it to work on osx (csound5 works like a charm). > > -- ben > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev_______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2013-07-02 18:56 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] --m-colours |
> hi, > > did support for --m-colours=1 get removed from csound6? i cannot seem to > get it to work on osx (csound5 works like a charm). > > -- ben > Can you be more specific? If seems to be identical code as in cs5, but there are oddities in it that I am investigating now ==John ff ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2013-07-02 19:24 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] --m-colours |
I also noticed trapped.csd stopped using colours. On 2 Jul 2013, at 18:56, jpff@cs.bath.ac.uk wrote: >> hi, >> >> did support for --m-colours=1 get removed from csound6? i cannot seem to >> get it to work on osx (csound5 works like a charm). >> >> -- ben >> > > Can you be more specific? If seems to be identical code as in cs5, but > there are oddities in it that I am investigating now > > ==John ff > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2013-07-02 19:37 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] --m-colours |
It appears the line #if defined(WIN32) || defined(__MACH__) was preventing the printout in colour. Removing || defined(__MACH__) fixes it. Victor On 2 Jul 2013, at 19:24, Victor Lazzarini wrote: > I also noticed trapped.csd stopped using colours. > On 2 Jul 2013, at 18:56, jpff@cs.bath.ac.uk wrote: > >>> hi, >>> >>> did support for --m-colours=1 get removed from csound6? i cannot seem to >>> get it to work on osx (csound5 works like a charm). >>> >>> -- ben >>> >> >> Can you be more specific? If seems to be identical code as in cs5, but >> there are oddities in it that I am investigating now >> >> ==John ff >> >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Windows: >> >> Build for Windows Store. >> >> http://p.sf.net/sfu/windows-dev2dev >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > Dr Victor Lazzarini > Senior Lecturer > Dept. of Music > NUI Maynooth Ireland > tel.: +353 1 708 3545 > Victor dot Lazzarini AT nuim dot ie > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2013-07-03 00:23 |
From | Ben Hackbarth |
Subject | Re: [Cs-dev] --m-colours |
Attachments | None None |
thanks -- its back. -- ben
On Tue, Jul 2, 2013 at 8:37 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: It appears the line |