fbpx
Skip to main content

MIDI Forum

how to write custom...
 
Notifications
Clear all

how to write custom MIDI software

2 Posts
2 Users
0 Reactions
4,797 Views
mark
 mark
Posts: 1
New Member
Topic starter
 

I am a one man band/guitar player. I use 1manband (josmas) midi software. it plays yamaha and other styles. i control the style with my roland pk5 bass pedals. I want to free myself from 1manband software because of its limitations. to do so i need to learn how the bass pedals change the pitch of the chords. I can write code in visual basic, arduino , 8051/pic assembler to name a few. I have developed my own MIDI controller devices. Please tell me where to get learning materials. thanx, mark

 
Posted : 06/04/2020 6:38 pm
Geoff
Posts: 1043
Noble Member
 

The first thing you need to check will be the midi spec (and the memory map) in the handbook/manual for the Roland device. There are often examples there (certainly for devices I have) showing how to format SYSEX messages to do things that can be done. The manual may also provide info on functions of the device that CAN be controlled in this way.

The next possibility will be to use something like MIDI-OX on a computer, and connect the pedal to the computer and then do things with the pedal and record the midi data so generated using MIDI-OX. Then save the data to a file, and study the data and annotate it so that you have a record of what actions caused which pieces of code. This data SHOULD relate to the examples in the manuals, but don't panic if it's not exact - just give examples back here and someone will be able to explain the differences.

Once you're clearer about this, then it should be possible to generate the Midi/SYSEX commands you need, and write some small progs that will send out these commands as required.

Geoff

 
Posted : 07/04/2020 6:46 am
Share: