[Cs-dev] wiiuse library
Date | 2012-04-02 12:12 |
From | john ffitch |
Subject | [Cs-dev] wiiuse library |
I have adjusted SConstruct so it is necessary to say which version of the library is being built. commandOptions.Add('includeWii', 'Set to 12 or 13 if using libwiiuse v0.12 or v0.13', '0') The version on v0.13 from the fWIIne site has problems, and it would be better to use my version, that identifies as 0.13, and has the unix bug fixed. All a bit of a mess, but best I can think of for now ==John ffitch ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-04-02 12:58 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] wiiuse library |
For OSX, it is simpler: there is only one version that works, 0.13, so SConstruct can reflect this too. Victor On 2 Apr 2012, at 12:12, john ffitch wrote: > I have adjusted SConstruct so it is necessary to say which version of > the library is being built. > > commandOptions.Add('includeWii', > 'Set to 12 or 13 if using libwiiuse v0.12 or v0.13', > '0') > > The version on v0.13 from the fWIIne site has problems, and it would > be better to use my version, that identifies as 0.13, and has the unix > bug fixed. > > All a bit of a mess, but best I can think of for now > > ==John ffitch > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > 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 email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-04-02 18:28 |
From | Kelly Hirai |
Subject | Re: [Cs-dev] wiiuse library |
alright! i will pull from git this evening and give it a test drive. you guys are amazing! k. On 04/02/12 07:58, Victor Lazzarini wrote: > For OSX, it is simpler: there is only one version that works, 0.13, so SConstruct can reflect this too. > > Victor > On 2 Apr 2012, at 12:12, john ffitch wrote: > >> I have adjusted SConstruct so it is necessary to say which version of >> the library is being built. >> >> commandOptions.Add('includeWii', >> 'Set to 12 or 13 if using libwiiuse v0.12 or v0.13', >> '0') >> >> The version on v0.13 from the fWIIne site has problems, and it would >> be better to use my version, that identifies as 0.13, and has the unix >> bug fixed. >> >> All a bit of a mess, but best I can think of for now >> >> ==John ffitch >> >> ------------------------------------------------------------------------------ >> This SF email is sponsosred by: >> Try Windows Azure free for 90 days Click Here >> http://p.sf.net/sfu/sfd2d-msazure >> _______________________________________________ >> 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 email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-04-02 19:17 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] wiiuse library |
Note that I have not implemented any new features; open to suggestions naturally ==John ff > alright! i will pull from git this evening and give it a test drive. you > guys are amazing! > k. > > > On 04/02/12 07:58, Victor Lazzarini wrote: >> For OSX, it is simpler: there is only one version that works, 0.13, so >> SConstruct can reflect this too. >> >> Victor >> On 2 Apr 2012, at 12:12, john ffitch wrote: >> >>> I have adjusted SConstruct so it is necessary to say which version of >>> the library is being built. >>> >>> commandOptions.Add('includeWii', >>> 'Set to 12 or 13 if using libwiiuse v0.12 or v0.13', >>> '0') >>> >>> The version on v0.13 from the fWIIne site has problems, and it would >>> be better to use my version, that identifies as 0.13, and has the unix >>> bug fixed. >>> >>> All a bit of a mess, but best I can think of for now >>> >>> ==John ffitch >>> >>> ------------------------------------------------------------------------------ >>> This SF email is sponsosred by: >>> Try Windows Azure free for 90 days Click Here >>> http://p.sf.net/sfu/sfd2d-msazure >>> _______________________________________________ >>> 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 email is sponsosred by: >> Try Windows Azure free for 90 days Click Here >> http://p.sf.net/sfu/sfd2d-msazure >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > > > ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-04-04 13:43 |
From | Kelly Hirai |
Subject | Re: [Cs-dev] wiiuse library |
im getting segfaults with the latest csound5 checkout. not sure its wiiuse. fWIIne-wiiuse13 seems to link up ok. i will get a stack trace later. how to i install the ffitch version? is wiiuse integrated? kelly On 04/02/2012 07:12 AM, john ffitch wrote: > I have adjusted SConstruct so it is necessary to say which version of > the library is being built. > > commandOptions.Add('includeWii', > 'Set to 12 or 13 if using libwiiuse v0.12 or v0.13', > '0') > > The version on v0.13 from the fWIIne site has problems, and it would > be better to use my version, that identifies as 0.13, and has the unix > bug fixed. > > All a bit of a mess, but best I can think of for now > > ==John ffitch > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-04-04 17:13 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] wiiuse library |
Attachments | None None |
you might need John's sources for wiiuse: On 4 Apr 2012, at 13:43, Kelly Hirai wrote:
Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
Date | 2012-04-04 17:58 |
From | jpff |
Subject | Re: [Cs-dev] wiiuse library |
>>>>> "Kelly" == Kelly Hirai |