You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to abc4j
I tried using the example code to convert from a Tune (that was
generated by code) to Midi, but I get an exception. The tune plays
fine, but it wasn't loaded from a Midi file should this be a problem?
Joel
PS. The exception I see during convert is:
java.lang.ArrayIndexOutOfBoundsException: 0
at
abc.midi.MidiConverterAbstract.toMidiSequence(MidiConverterAbstract.java:
54)
joelt
unread,
Sep 10, 2010, 9:22:17 AM9/10/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to abc4j
I see it gets this exception if there is no Instrument set. The code
actually only needs an integer rather than an Instrument. I made my
own version of the code and changed it to an integer.