Alan Perkins 2 Posted April 12, 2020 I'd like to be able to export the Event List into Excel, for example, and use it to do a range of things, for example filter to get a list of all the keyswitch notes. I'd also like to be able to directly manipulate the event list by copying and pasting sections, from one instrument to another, or manipulate sections efficiently - it seems this would be an ideal place to make major changes. Share this post Link to post Share on other sites
scook 2,754 Posted April 12, 2020 1 hour ago, Alan Perkins said: I'd like to be able to export the Event List into Excel, for example, and use it to do a range of things, for example filter to get a list of all the keyswitch notes. One way to do this today is - save the project as a MIDI file, create a csv file using MIDICSV from the MIDI file load the csv file into a spreadsheet program 1 Share this post Link to post Share on other sites
Alan Perkins 2 Posted April 13, 2020 12 hours ago, scook said: One way to do this today is - save the project as a MIDI file, create a csv file using MIDICSV from the MIDI file load the csv file into a spreadsheet program Thanks, that's useful - clunky, but useful nonetheless. Much appreciated. Share this post Link to post Share on other sites
scook 2,754 Posted April 13, 2020 It is a good autohotkey candidate. The entire process could be scripted and added to the CbB Utilties menu. Share this post Link to post Share on other sites