|
Author |
Topic: Serial Input and Sonia (Read 2449 times) |
|
Ty
|
Serial Input and Sonia
« on: Jul 31st, 2004, 12:15am » |
|
I am trying to input info through the serial port and play sounds using Sonia. When I run my file without Sonia, it works fine. When I add the code to play a Sonia file but comment it out, it still runs with serial info being used. However, when I add the Sonia "code" folder to the sketch folder, it will play the music file but no longer runs the serial info. Can anyone help?
|
|
|
|
mattgilbert
|
Re: Serial Input and Sonia
« Reply #1 on: Jul 31st, 2004, 5:08am » |
|
this issue has come up a few times. if you're on Mac, it hasn't been resolved yet, but i'm pretty sure it's been dealt with on other platforms. if you search the forums for "code folder" in the bugs section, you should find plenty of info. matt
|
|
|
|
pitaru
|
Re: Serial Input and Sonia
« Reply #2 on: Jul 31st, 2004, 5:02pm » |
|
Ty, In most cases, the existance of a 'code' folder itself creates this problem on a mac. Can you check if the problem persists when you put a non-sonia file in the code folder?
|
|
|
|
Ty
|
Re: Serial Input and Sonia
« Reply #3 on: Aug 4th, 2004, 3:03am » |
|
Sorry it took so long to respond. When I just create a new folder named "code", with nothing inside, it doesn't read the serial input. By the way, I'm working on a pc.
|
« Last Edit: Aug 4th, 2004, 3:05am by Ty » |
|
|
|
|
Steve
|
Re: Serial Input and Sonia
« Reply #4 on: Aug 4th, 2004, 4:05pm » |
|
If you are running chat software such as trillian or antivirus software, turn it off/disable it and try to run it. I had this problem also and it turned out to be trillian. -s
|
|
|
|
joexpo
|
Re: Serial Input and Sonia
« Reply #5 on: Jan 17th, 2005, 4:07am » |
|
Yes.. I also have been facing with this problem. When I put any code folder from other libraries such as Sonia, proMidi. I couldn't get Serial in.. (I use Mac).. I'm still waiting for someone who can fix this problem..
|
|
|
|
Rob Lycett Guest
|
Re: Serial Input and Sonia
« Reply #6 on: Mar 20th, 2005, 12:57am » |
|
Just been working on a variation of Glenn Murphy's GPS code and tried to add OSC functionality. I keep getting the following error message. Which seems to directly relate to the 'beginSerial()' command. java.lang.UnclassifiedLinkError: no Serial in java.library.path thrown while loading gnu.io.RXTXCommDriver I'm using the latest version of OSC (oscP5_12) and I'm on OS X 10.3.8 with Java 1.4.2 It looks like I'm getting this same error connected to the 'code folder'. I just tried chmod to change directory permissions (a long shot I know) but still no joy. Does this mean I need to use a PC? I'd rather....!
|
|
|
|
|