From: Joachim B. <jba...@pi...> - 2005-03-09 06:51:15
|
> You mean *other* than the fact that they're already in=20 > javax.sound.midi? > javax.sound.midi.SysexMessage.SYSTEM_EXCLUSIVE > javax.sound.midi.ShortMessage.END_OF_EXCLUSIVE Damn, that's a good point. Didn't know that. I'm not a native english speaker so please excuse if I'm writing in an offensive style. That's just my bad english. By the way: It would be helpful if you don't ask questions first and then explain your real intention a few mails afterwards. It would speed up the process if you come in with your intention first. ;) E.g. with GUI style thing. And it would at least be very helpful for me and I hope also for others if you can draw an image or something like that with your GUI suggestions for improvement and post it here. I mean you can write tons of text explaining what you mean and at the end it may still not be clear to everyone. That's the point at which a visualisation of your ideas will make it quick and easy to understand.=20 OK, I must admit that I at least didn't really understand what you really want to improve on the JSynthLib GUI. Regards, Joachim Backhaus > -----Urspr=FCngliche Nachricht----- > Von: jsy...@li... > [mailto:jsy...@li...]Im Auftrag von Joe > Emenaker > Gesendet: Mittwoch, 9. M=E4rz 2005 01:26 > An: JSynthLib Development > Betreff: Re: AW: [Jsynthlib-devel] Okay... so why can't I edit a patch > with this? >=20 >=20 > Joachim Backhaus wrote: >=20 > >But independet of that I suggest to have constants for the=20 > start and end byte. > > > >Like: > >public static final byte SYSEX_START_BYTE =09 > =3D (byte) 0xF0; > >public static final byte SYSEX_END_BYTE =09 > =3D (byte) 0xF7; > > > >I have included them in my synth driver constants classes=20 > which means reduncancy. > > > >Does something speak against including them in the=20 > core/Constants class? > > =20 > > > You mean *other* than the fact that they're already in=20 > javax.sound.midi? > javax.sound.midi.SysexMessage.SYSTEM_EXCLUSIVE > javax.sound.midi.ShortMessage.END_OF_EXCLUSIVE >=20 > - Joe >=20 |