lucaelin / scnplot

Plot scene-files of Behringer x32 and Midas m32 mixing consoles
https://lucaelin.github.io/scnplot
MIT License
5 stars 1 forks source link

add X-Air support #3

Open lucaelin opened 6 years ago

lucaelin commented 6 years ago

parsing the scene file name is currently done by parsing the first line separate from the rest of the file. The X-Air series does not have this information so the first line is incorrectly used. Also the X-Air has different numbers of channels so the current hardcoded number needs to be determined dynamically

lucaelin commented 6 years ago

Basic support implemented in 26fa4c0. Some issues remain regarding internal routing and fx processing.