caiofranchi / bikinect

Automatically exported from code.google.com/p/bikinect
0 stars 1 forks source link

Mappinect do not work in mac (Midi problem) #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download de Version MappInect alpha win-mac-linux.rar
2. Run in: Mac OS X 10.6.8

What is the expected output? What do you see instead?
The expected is the interface with the image preview. 

What version of the product are you using? On what operating system?
alpha win-mac-linux.rar
Mac OS X 10.6.8

Please provide any additional information below.
I try to compile in Processing but I receive the error in the attached file.

Original issue reported on code.google.com by jaime.co...@gmail.com on 10 Sep 2011 at 2:33

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry I forgot the problem, when I try to open the Mappinect nothing happens.
I have the MIdi Loopback with the iptoMidi and I chang the XML to Midi Id 1.
The problem trying to compiling in processing is the SampleOpenNI.

Original comment by jaime.co...@gmail.com on 10 Sep 2011 at 2:35

GoogleCodeExporter commented 9 years ago
I got it! Downloading the SampleOpenNI in:
http://forum.processing.org/topic/announcing-simpleopenni
and compiling in processing and change the Midi Id in config XML to 0.

Original comment by jaime.co...@gmail.com on 10 Sep 2011 at 2:52

GoogleCodeExporter commented 9 years ago

Original comment by bkuperb...@gmail.com on 11 Sep 2011 at 12:45

GoogleCodeExporter commented 9 years ago
Hello! Today I tried to install in another mac. MacBook Pro 13.
I was tried the same procedure, but i was receved another error at this time in 
the RWMidi class retu. I have the IpToMidi and anothers MIDI controlers 
instaled...
Can you help me?
Thanks.

Original comment by jaime.co...@gmail.com on 14 Sep 2011 at 12:21

Attachments:

GoogleCodeExporter commented 9 years ago
There seems to be a problem with one of your midi controller...
Please try to change in the config.xml the default Midi Controller id in order 
to avoid getting the "bad controller" 's informations.

Original comment by bkuperb...@gmail.com on 25 Oct 2011 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by bkuperb...@gmail.com on 25 Oct 2011 at 6:02

GoogleCodeExporter commented 9 years ago
I'm having a similar problem to the above.  This is my error message:

Exception in thread "Animation Thread" 
java.lang.ArrayIndexOutOfBoundsException: 3
    at MappiNect.setMidiOutDevice(MappiNect.java:343)
    at MappiNect.readSettings(MappiNect.java:175)
    at MappiNect.setup(MappiNect.java:100)
    at processing.core.PApplet.handleDraw(PApplet.java:1608)
    at processing.core.PApplet.run(PApplet.java:1530)
    at java.lang.Thread.run(Thread.java:680)

Original comment by IttyBitt...@gmail.com on 10 Mar 2012 at 4:55

GoogleCodeExporter commented 9 years ago
I don't know what to change in the config file, also.

Original comment by IttyBitt...@gmail.com on 10 Mar 2012 at 4:56