[seq24-users] Thinking about a patch to get more than 32 seq per screen
Brought to you by:
rcbuse
|
From: Aurelien <tyr...@fr...> - 2009-05-23 10:30:44
|
Hello, I was thinking about a patch which would allow to get more than 32 sequences in a screen (i.e more than 4 rows 8 columns). I've made one, it's quite simple, which works, but you have to enter the number of rows and of columns (and, possibly, of screensets) in globals.h "en dur". I find it not so reliable, as one can have some requests for one file, and not the same for another one. I think I may be able to create 2 new menu options which would be called "add a row" and/or "add a column", but actually, this means that those numbers should be saved in the midifile, and that I'm not able to do it (didin't understand all about this m_mainperf object). One more thing: I think the MIDI and key bindinfs of sequences should appear in that file more than in .seq24rc (where it could still as "default"), as number of sequences may vary from one file to another one. I'm OK to work on this, but I would need a bit of help concerning the code. I think it won't be very long, I just have to understand how the file is construted and how I can add new features in it. If someone can follow me on this, it would be helpful. Thanks a lot. -- Aurélien |