Other jFugue Midi Programming

This is not a Library per se, but a link into the jfugue jar file. I have built a jfplayer class which will use the built in player on B4j.

i have re-created some of the example code that appears on the jfugue web site: http://www.jfugue.org/examples.html so you can see how easy it is to access this jar using JavaObject. So rather than me deciding what to wrap, you can access most of the functions directly.

There is a simliar post for B4a which shares all of the processing code of the attached project (with the use of compilation directives).

The jfugue website with more examples and documentation for the API is here: http://www.jfugue.org/index.html.

The library zip contains the jfugue-5.0.4.jar. Copy the jar file to your additional libraries directory.

Have fun
 

Attachments

  • jfugue-5.0.4.jar.zip
    207.5 KB · Views: 421
  • jFugue.zip
    5.3 KB · Views: 416
Last edited:
Top