- Joined
- Apr 15, 2020
- Messages
- 6
- Reaction score
- 8
Hi,
for the final project of my computing degree, I have been developing an application that processes MIDI data to improve a keyboard's capabilities. I was inspired after using a MIDI controller and then a keyboard that can be played on its own but is also MIDI compatible. The former only has three small LED numbers making it difficult to change settings and its overall velocity response is too high. The latter has no octave shift buttons so the lowest and highest notes of some instruments cannot be played. Also, the velocity response of some keys, or some virtual instrument notes, are often louder/quieter than other notes, but these note velocities cannot be easily turned down/up (until after playing).
Unfortunately, neither of them could divide the keyboard into separate 'zones' for playing multiple instruments simultaneously, though it seems that most keyboards lack this feature; to achieve it, software is required.
The application (Live MIDI Manager), once finished, will resolve all of these shortcomings. From the outset, I have tried to make it user-friendly and intuitive (a screenshot of the main window has been added below).
The main window:
Any questions or feedback are welcome. If you include your first and last name, I could cite you in the assignment report.
Thanks for reading,
John Baird.
for the final project of my computing degree, I have been developing an application that processes MIDI data to improve a keyboard's capabilities. I was inspired after using a MIDI controller and then a keyboard that can be played on its own but is also MIDI compatible. The former only has three small LED numbers making it difficult to change settings and its overall velocity response is too high. The latter has no octave shift buttons so the lowest and highest notes of some instruments cannot be played. Also, the velocity response of some keys, or some virtual instrument notes, are often louder/quieter than other notes, but these note velocities cannot be easily turned down/up (until after playing).
Unfortunately, neither of them could divide the keyboard into separate 'zones' for playing multiple instruments simultaneously, though it seems that most keyboards lack this feature; to achieve it, software is required.
The application (Live MIDI Manager), once finished, will resolve all of these shortcomings. From the outset, I have tried to make it user-friendly and intuitive (a screenshot of the main window has been added below).
The main window:
- allows you to add up to 4 instruments
- displays input MIDI data (from a MIDI keyboard) and output MIDI data (after being processed by the application).
- name it
- adjust its note range
- change the output MIDI channel (each instrument will have its own)
- set a custom velocity curve (in addition to the default linear plot, I've added five concave and five convex curves)
- set the octave shift value (the shifted notes will be played even if it overlaps with another instrument's note range).
- connecting it to the keyboard (input) and software (output)
- creating a custom velocity curve
- saving/loading instrument settings
Any questions or feedback are welcome. If you include your first and last name, I could cite you in the assignment report.
Thanks for reading,
John Baird.