Current time: 09-11-2010, 07:42 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Standalone problem for OSX.4, PPC?
08-04-2009, 08:08 PM
Post: #1
Standalone problem for OSX.4, PPC?
Hello Jeff/Jan/All

I'm having a curious problem here using an older apple laptop, in that the LED control code in the file "!mantaOSC.rtf" is not functioning. The OSCresponderNodes work fine, and the LEDs light up when touched. However the following does not light up the Manta's LEDs on on their own using version 3.31 of SC under OSX.4, PPC.

n = NetAddr("127.0.0.1", 8000);
n.sendMsg("/manta/ledControlEnabled", 1);
n.sendMsg("/manta/leds", 3, 2, 3, 4, 1);

It's not a problem with the Manta itself though, as this code works correctly when tested using the same manta on a newer apple laptop (OSX.5, Intel).

Any ideas?

Regards

Tom
Find all posts by this user
Quote this message in a reply
08-04-2009, 10:02 PM
Post: #2
RE: Standalone problem for OSX.4, PPC?
Hello again

a little update, using the MIDI I/O protocol in the standalone setup, the LED control _does_ work, e.g.

m = MIDIOut(0);
m.program(0,1);
m.noteOn(0, 1, 1);
m.noteOff(0, 1, 0);

Regards

Tom
Find all posts by this user
Quote this message in a reply
09-02-2009, 10:57 AM
Post: #3
RE: Standalone problem for OSX.4, PPC?
Hi Ludions,
check if version 0.95, now posted in the forum, fixes your problem...
-Jeff

(08-04-2009 10:02 PM)ludions Wrote:  Hello again

a little update, using the MIDI I/O protocol in the standalone setup, the LED control _does_ work, e.g.

m = MIDIOut(0);
m.program(0,1);
m.noteOn(0, 1, 1);
m.noteOff(0, 1, 0);

Regards

Tom
Visit this user's website Find all posts by this user
Quote this message in a reply
09-04-2009, 05:18 AM
Post: #4
RE: Standalone problem for OSX.4, PPC?
Hi Ludions,
check if version 0.95, now posted in the forum, fixes your problem...
-Jeff

Hello Jeff,

thanks, but some unimprovement, I get a app crash a few seconds after I evaluate
n = NetAddr("127.0.0.1", 8000);
n.sendMsg("/manta/ledControlEnabled", 1);
, log attached

HTH.

Regards

Tom


Attached File(s)
.txt  manta9_5_crash.txt (Size: 16.03 KB / Downloads: 3)
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


Contact Us | Snyderphonics | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication