Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
lolwel21
Website:
https://sites.google.com/site/lolwel21site/
lolwel21's Profile
2
Posts
3
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Cannot invoke add(int) on the primitive type int. Whaaat???
[7 Replies]
15-Jun-2013 05:51 PM
Forum:
Programming Questions
Example of what I did:
ArrayList<Integer> distance=new ArrayList();
int a=7;
distance.add(a);
Returns: Cannot invoke add(int) on the primitive type int
How can I make a beat detector?
[2 Replies]
14-Jun-2013 07:16 AM
Forum:
Core Library Questions
I'm trying to make a game similar to Super Hexagon, and I want people to be able to use headphones. I'm using this method to play the music:
import minim.*;
AudioPlayer player1;
Minim minim1;
minim1=new Minim(this);
player1=minim1.loadFile("Focus.mp3");
player1.play();
How can I make it so that something pulses whenever there's a beat in the song?
(detect whenever there's a bass level over __ amplitude?)
«Prev
Next »
Moderate user : lolwel21
Forum