Tagged Questions

0
votes
1answer
34 views

KeyListener and timing

Hello, I am writing program in Java will have to do with music input. I want to use my computer keyboard as instrument.Pretty much it will be as button accordion which I play. I w …
1
vote
1answer
59 views

Netbeans project in Eclipse

Hello, I am Java beginner. I have developed only two Java desktop applications and I use Eclipse as IDE. Right now I wanted to work on this project https://nbjfuguesupport.dev.jav …
0
votes
1answer
107 views

Reimplementing the “ToneMatrix” audio toy

There is a really cool audio "toy" called ToneMatrix. I would like to reimplement it as a Java applet. I've tried using JFugue's player.play with individual notes for sound and Thr …
3
votes
3answers
345 views

Looking for evolutionary music example code

I would like to implement an interactive evolutionary algorithm for generating music (probably just simple melodies to start with). I'd like to use JFugue for this. Its website c …