JFugue-for-Android icon indicating copy to clipboard operation
JFugue-for-Android copied to clipboard

Music library JFugue porting for Android

Results 7 JFugue-for-Android issues
Sort by recently updated
recently updated
newest added

Add the sample app that executes the official site's examples. http://www.jfugue.org/examples.html

enhancement

Thank you for the implementation of the JFugue for Android; however, I have an issue that the application doesn't produce sounds though I followed the instructions. How can I fix...

https://github.com/kshoji/JFugue-for-Android/wiki/Playing-notes

Hi! I am trying to use the Jfugue on Android, but I am getting this error: ``` java.lang.NoClassDefFoundError: Failed resolution of: Ljp/kshoji/javax/sound/midi/MidiSystem; at org.jfugue.player.SequencerManager.getDefaultSequencer(SequencerManager.java:55) at org.jfugue.player.SequencerManager.(SequencerManager.java:50) at org.jfugue.player.SequencerManager.getInstance(SequencerManager.java:41) at org.jfugue.player.ManagedPlayer.(ManagedPlayer.java:47)...

Seems that midi files that I generate from your lib are invalid. Should this work? (I've tried both your JFugue 4 and JFugue5 implementations). _Version 5_ ``` Pattern pattern =...

This library appears to be very useful. But I'm experiencing issues with such simple example as following Player player = new Player(); player.play("E5s A5s C6s B5s E5s B5s D6s C6i...

There appears to be a bug in the chord parsing process (latest build, but I haven't used it before so I don't know if it was there before) which creates...