DiscoParty Error: Cannot find a class or type named "Burst"
Hi all,
I followed the instructions to try to get DiscoParty to run, and I get the error: Cannot find a class or type named "Burst"
What should I do?
Thanks!
I followed the instructions to try to get DiscoParty to run, and I get the error: Cannot find a class or type named "Burst"
What should I do?
Thanks!
Comments
DiscoParty[panel0,14,0,100x200,invalid,layout=java.awt.BorderLayout]
==== JavaSound Minim Error ====
==== Error acquiring TargetDataLine: line with format PCM_SIGNED 44100.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian not supported.
Any thoughts on that?
Thanks
But I now get this message: DiscoParty[panel0,14,0,100x200,invalid,layout=java.awt.BorderLayout]
Any thoughts on that one?
Edit: I noticed it's halfway working. The display opened up and is getting input from the mic, but the Blinkytape is still running its default pattern. Seems like I'm halfway there!
Edit 2: I didn't realize I had to install Pattern Paint which has the driver. Hopefully it'll work now!
Discoparty opens up a display and gets input from the mic, but the Blinkytape doesn't receive the data. This message still appears in Processing: DiscoParty[panel0,14,0,100x200,invalid,layout=java.awt.BorderLayout]
Edit: Ok, I got it to work by following the method here: http://forums.blinkinlabs.com/index.php?p=/discussion/45/blinkytape-doesn039t-connect-with-discoparty-or-ambitape
Can a fix be made so the COM port doesn't need to be changed everytime? Thanks!
Thanks for your help. I did the COM port fix, and saved that. That's the only change I made. For some reason it stopped working one time, but I went back later and it started working again.
How would it work if I want to connect 2 Blinkytapes for a stereo pair of speakers? I mean just having 2 going at the same time, not that each one needs to receive different data.
if(p.startsWith("/dev/cu.usbmodem")) {
to something like:
if(p.startsWith("COMx") || p.startsWith("COMy")) {
We're going to continue work on this, and hopefully the programs will support multiple strips out of the box.
Let me know what you'd suggest. Thanks.
if(p.startsWith("/dev/cu.usbmodem")) {
to something like:
if(p.startsWith("COMx") || p.startsWith("COMy")) {
I only have 1 Blinkytape at the moment, although I'd like to get another one.
Yeah, it stopped working, although it was working before. I left it unplugged for about a day, and plugged it back in. I'm able to connect to Pattern Paint now, and am currently using DiscoParty. Any ideas why it seems to be flaky, and what to do about it?
Also, I still get this message: DiscoParty[panel0,14,0,100x200,invalid,layout=java.awt.BorderLayout] but it works.
It's weird that it started working again without chaning anything - did you reboot your computer during the day it was sitting? Or does it seem like the USB connector is flaky if you jiggle the connector? (I.E. does the strip go black if you move it around?) Keep us posted if this happens again - if it's something that you can fix with a reboot, it's probably nothing to worry about. You can always email support@blinkinlabs.com if the problem gets worse.
I think you can ignore the DiscoParty java error for now, we'll be updating that to better support Win machines with lots of ports and building multi-strip support too.
Out of curiosity, does PatternPaint correctly connect to the BlinkyTape, regardless of where it's plugged in? We're using a different serial library there that should only show *active* serial devices.