Hi all, I'm trying to get input from a wii controller into ChucK. One option is to use OSX+darwiinOSC to send OSC messages to chuck, but this requires OSX. There are a number of wii libraries for Linux; does anybody know if they can communicate directly with ChucK's hid input? So far I haven't been able to find a linux wii driver that sends OSC messages. Cheers, - Graham
Haven't tried them but here's a quote from another mailing list:
"For Linux here are the two libraries libcwiimote-0.4.0 and wiiosc
The first deals with low-level bluetooth, protocol etc and can receive
the data. wiiosc is a library on top that converts this to OSC."
./MiS
On 10/11/07, Graham Percival
Hi all,
I'm trying to get input from a wii controller into ChucK. One option is to use OSX+darwiinOSC to send OSC messages to chuck, but this requires OSX.
There are a number of wii libraries for Linux; does anybody know if they can communicate directly with ChucK's hid input? So far I haven't been able to find a linux wii driver that sends OSC messages.
Cheers, - Graham _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
There's also a wiimote Pd object that you could use to construct a
patch to forward OSC to Chuck.
It's open-source so you could also hack it into Chuck maybe.
Uses a library called cwiid. I know it works because I've got it
working before.
http://mikewoz.com/index.php?page=pd-stuff
Steve
On 10/12/07, Michal Seta
Haven't tried them but here's a quote from another mailing list:
"For Linux here are the two libraries libcwiimote-0.4.0 and wiiosc The first deals with low-level bluetooth, protocol etc and can receive the data. wiiosc is a library on top that converts this to OSC."
./MiS
On 10/11/07, Graham Percival
wrote: Hi all,
I'm trying to get input from a wii controller into ChucK. One option is to use OSX+darwiinOSC to send OSC messages to chuck, but this requires OSX.
There are a number of wii libraries for Linux; does anybody know if they can communicate directly with ChucK's hid input? So far I haven't been able to find a linux wii driver that sends OSC messages.
Cheers, - Graham _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
FYI: cool demo... "Bringing together 3 Software's - VVVV, Max/MSP and Reason the WiiWiiWiiWiihttp://de.posi.to/wiiwiiwiiwii/thesis project provides a system allowing for a set of Wiimotes to become a syneasthetic musical instruments. WiiWiiWiiWii looks like fun – it uses the Wiimote and Nunchuk to produce sounds and their graphical counterparts. The representation of sound comes in the form of a branch like structure with 'notes' growing from it – a kind of real time evolving organic score." http://de.posi.to/wiiwiiwiiwii/
Spencer was working on a ChucK-native Wii interface. There was supposed to be a aplha-implementation of that for OSX and (at least) part of that is in the current source, can't check it out myself as I'm not on OSX. A while ago as she was over for the SC symposium in The Hague I talked about this with my friend Marije Baalman who's working on a SC implementation for the Wii-mote. As the ideal there (a library that makes it work in the same way on OSX, Linux and Win) is the same I could imagine comparing notes. Spencer, here's her adres in case you think that might be of use; mailto:contact _at_ marije.baalt.nl Yours, Kas.
I had some success using Wii remotes as inputs to ChucK. I piped the
raw output of one of the libcwiimote programs ( a modified version of
test3 I think) into a ChucK script that read in from stdin using
in.prompt("") and tok, the tokenizer.
Not as nice as a ChucK-native interface, but it worked very nicely.
Patryk
On Oct 16, 2007 7:53 AM, Kassen
Spencer was working on a ChucK-native Wii interface. There was supposed to be a aplha-implementation of that for OSX and (at least) part of that is in the current source, can't check it out myself as I'm not on OSX.
A while ago as she was over for the SC symposium in The Hague I talked about this with my friend Marije Baalman who's working on a SC implementation for the Wii-mote. As the ideal there (a library that makes it work in the same way on OSX, Linux and Win) is the same I could imagine comparing notes.
Spencer, here's her adres in case you think that might be of use;
mailto:contact _at_ marije.baalt.nl
Yours, Kas.
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (6)
-
AlgoMantra
-
Graham Percival
-
Kassen
-
Michal Seta
-
Patryk Laurent
-
Stephen Sinclair