We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › Problems after exporting
Page Index Toggle Pages: 1
Problems after exporting (Read 574 times)
Problems after exporting
Jun 30th, 2005, 4:22pm
 
Once I export the applet, the applet much request permission via dialog box in order to access the microphone.  It presents two options "OK" and "DENY", neither of which can be clicked (not disabled, just unable to be clicked).  And from here the applet just hangs.

Can anyone tell me if this a problem with JSyn, Sonia, or my personal setup?  I have run other applets which utilize the microphone with no problem, but I don't know what versions they are using.

tony



As for me... Processing 91 Beta, Sonia 2.9, and JSyn 14.2

The most basic code that doesn't export:

import pitaru.sonia_v2_9.*;

void setup(){
 Sonia.start(this);
 LiveInput.start();
 LiveInput.getLevel();
}
Re: Problems after exporting
Reply #1 - Jun 30th, 2005, 5:21pm
 
amit just brought this one up with me last week, but i think it's a problem new in 91.. you can probably use rev 90 for the time being until we get it straightened out.

it's in the bugs db so any followup can happen there:
http://processing.org/bugs/show_bug.cgi?id=46
Page Index Toggle Pages: 1