mtXcontrol unter Windows 7 64bit
Letzte Woche habe ich seit langem nochmal mit meinem Rainbowduino rumgespielt und musste dabei leider feststellen, dass mtxControl irgendwie nicht unter Windows 7 64bit (bzw. unter Windows im Allgemeinen – wie sich später herausstellte) funktionieren will. Ich habe mal ein wenig geforscht, getan und gemacht und siehe da – es funktioniert doch 😉
George 19:51 am 20. Januar 2012 permalink |
Hallo. Ich benutze windows 7 64 bit und einer Launchpad und es funktioniert nicht, und ich denke, Ihr fix denn es könnte! im nicht sehr gut mit der Programmierung, so wäre es so unglaublich fantastisch, wenn Sie könnten Sie mir download eine feste Version des Programms. 🙂 Würde es bedeuten mir sehr viel! antworten Sie bitte! Vielen Dank im Voraus bye!
George 19:52 am 20. Januar 2012 permalink |
Hello. I use windows 7 64 bit and a launchpad and it does not work, and i think your fix for it might! im not very good with programming, so it would be so amazingly awesome if you could let me download a fixed version of the program. 🙂 it would mean alot to me! please reply! Thanks in advance bye!
mc 21:16 am 20. Januar 2012 permalink |
Hello George! At home i’m playing around with a old windows xp machine, so i could’nt send you „my fixed version“, but i will do so at monday from my office. Best regards, Martin
George 22:50 am 22. Januar 2012 permalink |
Danke danke danke! Ich wollte es für eine Live-Performance zu verwenden, und ich konnte es an die Arbeit! Sie sind ein Lebensretter! Dank viel!
George 22:51 am 22. Januar 2012 permalink |
Thank you thank you thank you! I was going to use it for a live performance, and i couldnt get it to work! you are a life saver! thanks much!
mc 9:41 am 23. Januar 2012 permalink |
Hi George, i had to follow my own instructions to rebuild the package, because – i don’t know why – it was no longer on my harddisk 😉 Here are the steps you have to do, to get mtXControl up and running under Windows 7 64bit:
c:\Users\YourUserName\Documents\Processing
...\Processing\libraries
and...\Processing\mtXcontrol
...\Processing\mtXcontrol\data\serial_port.txt
using notepad or an other texteditor and put the correct serial port in...\Processing\mtXcontrol\mtXcontrol.pde
and run the code Menu->Sketch->RunIf you (and i also) did not forget something, it should work 😉
Again i’m not able to test it, because my rainbowduino is liing at home…
George 23:32 am 26. Januar 2012 permalink |
I did what you said, but it is unable to find my libraries. Any suggestions?
George 2:10 am 31. Januar 2012 permalink |
Ok, fixed the libraries problem, but it wont detect my launchpad.
mc 10:38 am 31. Januar 2012 permalink |
George, i changed the source code to work with my rainbowduino – i’m not using a launchpad. So please open the file
...\Processing\mtXcontrol\mtXcontrol.pde
in the Processing IDE and change the following code/*
device = new LaunchpadDevice(this);
if(device == null || !device.enabled()) device = new RainbowduinoDevice(this);
*/
String ports[] = loadStrings("serial_port.txt");
println("Serial Port: " + ports[0]);
device = new RainbowduinoDevice(this,ports[0]);
to the following:
device = new LaunchpadDevice(this);
if(device == null || !device.enabled()) device = new RainbowduinoDevice(this);
/*
String ports[] = loadStrings("serial_port.txt");
println("Serial Port: " + ports[0]);
device = new RainbowduinoDevice(this,ports[0]);
*/
This reactivates the original „launchpad part“ and deactiveates my rainbowduino mod.
I hope, this works 😉
Rregards, Martin
George 1:44 am 5. Februar 2012 permalink |
I did that, and it still wont detect the launchpad. Is there some way to force it to recognize it?
mc 14:46 am 7. Februar 2012 permalink |
George, i’m sorry, but i think i can’t help you further with your launchpad. After getting mtxcontrol running „in general“, i think you should ask toby again… http://www.rngtng.com/mtxcontrol/
George 17:22 am 10. Februar 2012 permalink |
Thanks so much for trying though!