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.
IndexProgramming Questions & HelpSound,  Music Libraries › why getLineIn don't run with the Aplet version
Page Index Toggle Pages: 1
why getLineIn don't run with the Aplet version? (Read 718 times)
why getLineIn don't run with the Aplet version?
Apr 22nd, 2009, 6:43pm
 
Hello
I've made a program reacting with music. Everything find but the applet version that don'treact with music.
  I use
myInput=minim.getLineIn(Minim.MONO,bufferSize);
 fft=new FFT(bufferSize,sampleRate);

Do anybody know  what's going on with the Applet version? Thanks
Re: why getLineIn don't run with the Aplet version?
Reply #1 - Apr 23rd, 2009, 4:37am
 
To access such things in an applet, you'll need to sign your .jar files: http://processing.org/hacks/hacks:signapplet
Re: why getLineIn don't run with the Aplet version?
Reply #2 - Apr 23rd, 2009, 5:41am
 
Thanks for your reply;
I went to the see the link, and i have a question. What is a terminal program? excuse my ignorancy, but when i type keytool on the window cmd terminal, it's not recognize as a function.
Page Index Toggle Pages: 1