davidlang42 / roland-rds

Library for working with Roland RDS files (live set keyboard patches)
GNU Affero General Public License v3.0
3 stars 0 forks source link

RD-700SX - "File should be 183762 bytes but found 609174" #52

Open yannickmcosta opened 2 months ago

yannickmcosta commented 2 months ago

Happened upon this repo whilst searching for parsers of the .RDS files! Nice work!

Unfortunately, I am in the situation of getting an error due to my RDS file originating from an RD-700SX (#10):

Upon running ./roland-rds decode "SETUP File.RDS" "SETUP File.JSON", I get the following:

Error: "File should be 183762 bytes but found 609174"

As I'm sure this will be related to issues surrounding the parsing of RD-700NX keyboards, I heard you're after some files from this particular keyboard for testing, attached :)

I can provide many and any, whenever :+1:

SETUP File.RDS.gz

davidlang42 commented 2 months ago

Hi Yannick,

Thanks for reaching out, yes it sounds like your keyboard (the 700SX) uses a different format. I'd love to support all formats but it will take a bit of work to implement and I've not got any free time right at the moment.

I do appreciate your offer to help with files though, and I will get back to you again when I have time, but just be aware it may be a month or 2 away at this stage at least.

David.