FWIW,
I had to edit the patches.ini file to get it to work in Real Band... what was generated by the conversion from sonar's format to RB's format did not work. (however, it *DID* work in BIAB)

What was generated looked like this:

[Roland XV-3080 BANK F]
1,87,69=PR-F:001 80s Retrosyn
2,87,69=PR-F:002 Power Stack
3,87,69=PR-F:003 Don't Jump
4,87,69=PR-F:004 Big Bubbles

that's
patch number,MSB,LSB=text description of the patch

It wouldn't work until I changed everything to this format:

(Bank 87)
(BankLSB 69)
[Roland XV-3080 BANK F]
1=PR-F:001 80s Retrosyn
2=PR-F:002 Power Stack
3=PR-F:003 Don't Jump
4=PR-F:004 Big Bubbles

however, that format worked for the devices that had zeroes for MSB and LSB

[Voiceworks]
1,0,0=1 Mix_Hit Vocals
2,0,0=2 Mix_Vibrato Synch
3,0,0=3 Mix_Barbershop
4,0,0=4 Mix_Church Choir
5,0,0=5 Mix_Subtle Lead

(this worked)

Last edited by Pat Marr; 11/22/10 03:20 AM.