- Jun 6, 2020
- 11,593
- 4,508
Hi Java coders,
I ported this great Processing midi library to B4J using java on Eclipse.
This library open system midi ports and permits to send/receive MIDI (Musical Instrument Didital Interface) to/from a physical or virtual midi device.
The original library register a callback dispose() that is called when the Processing main app closed, so the library automatically
closes all midi devices when the user close the app.
See this relevant Processing code, here the original library register a Dispose() callback that is called when the user closes the app, eg with X in the Form top-right corner, or by code:
Java:
I ported this great Processing midi library to B4J using java on Eclipse.
برای دیدن لینک ها باید ثبت نام کنید
This library open system midi ports and permits to send/receive MIDI (Musical Instrument Didital Interface) to/from a physical or virtual midi device.
The original library register a callback dispose() that is called when the Processing main app closed, so the library automatically
closes all midi devices when the user close the app.
See this relevant Processing code, here the original library register a Dispose() callback that is called when the user closes the app, eg with X in the Form top-right corner, or by code:
Java:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید