[GEM-dev] pix_videoDarwin fix

Mathieu Bouchard matju at artengine.ca
Sat May 1 20:24:32 CEST 2010


post stuff correctly in the console. replace this:

   post("SG channnel Device List %s",(*devices)->entry[i].name);

by this:

   post("SG channel Device List %.*s",
     (*devices)->entry[i].name[0],
     (*devices)->entry[i].name+1);

and same for all other fields that have Str63 or Str255.

I say that because of a question that was just asked on Montréal's pd 
list, and it was full of special characters that weren't supposed to be 
there...

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801


More information about the GEM-dev mailing list