From: Joe E. <jo...@em...> - 2005-03-09 00:21:19
|
Joachim Backhaus wrote: >But independet of that I suggest to have constants for the start and end byte. > >Like: >public static final byte SYSEX_START_BYTE = (byte) 0xF0; >public static final byte SYSEX_END_BYTE = (byte) 0xF7; > >I have included them in my synth driver constants classes which means reduncancy. > >Does something speak against including them in the core/Constants class? > > You mean *other* than the fact that they're already in javax.sound.midi? javax.sound.midi.SysexMessage.SYSTEM_EXCLUSIVE javax.sound.midi.ShortMessage.END_OF_EXCLUSIVE - Joe |