progmr
New Member

 MIDI-OX Rules!
Posts: 7
|
 |
Relationship of .ini file + mapping?
« on: Oct 14th, 2009, 9:20pm » |
Quote Modify
|
Hello: I've written a VB program to allow a user to select 1:n chord / inversions and save as a profile (.ini). I added some entries manually and it appears that the Map PARAMETER IN THE FILE (MAPCOUNT is the number of arrays) and each Map line shows what is desired (in my case for example: MAP1=255,255,60,60,65535,65535.255,255,63,63,65535,65535,4 translates to if user strikes key 60 (middle c) then note 60 and 63 will play. Logically then one should be able to write another Map entry with note 68, etc. The problem I'm facing is that if I go in an delete all Map entries and set MapCount = 0 the key Translation Map screen still shows the old mappings even if I manually delete them and reopen the profile. Where is the Translation Map getting its information from? Am I missing a parameter or is there another way to do this?
|