pouët.net

Go to bottom

Hey, you, random java programmer!

category: general [glöplog]
 
I'm trying to do some sort of theremin in J2ME, but I can't make find a way to make some sort of synth loop (changing the current playing buffer). Any idea on how to do it?
added on the 2009-12-24 19:08:06 by xernobyl xernobyl
perhaps this is useful.
added on the 2009-12-24 19:16:10 by trc_wm trc_wm
That doesn't work on the mobile java I think.
added on the 2009-12-24 19:20:18 by xernobyl xernobyl
As far as I'm aware, it is not possible to do this using J2ME. Hence the absence of J2ME mod players :(
added on the 2009-12-24 19:40:23 by Deltafire Deltafire
There is at least a NES emulator in J2ME, so it's probably possible to do it, unless they use the "MIDI" thingy.
added on the 2009-12-24 19:53:57 by xernobyl xernobyl
as i recall from my experiments, there is very little sound support in the standard j2me. if you need sound etc. you'd have to go for a vendor specific java sdk.
Just generate short samples and play them. That's about the only way to do it with J2ME but (surprise) that works like crap.
added on the 2009-12-25 11:45:49 by pommak pommak

login

Go to top