[Bluemusic-users] 0.111.0 beta posted - MIDI Import testing
Brought to you by:
kunstmusik
|
From: Steven Y. <ste...@gm...> - 2007-01-16 01:34:11
|
Hi All, I put up another 0.111.0 beta at: http://www.kunstmusik.com/blue_0.111.0_beta_installer.jar This has a new MIDI import dialog that when importing from a MIDI file, show options for setting what Instrument ID and what note template to use, so you can customize the importing of the note data. Values possible for the note template are: "<INSTR_ID> - Instrument ID\n" + "<START> - Start time of note\n" + "<DUR> - Duration of note\n" + "<KEY> - MIDI Key Number\n" + "<KEY_PCH> - MIDI key number as Csound PCH\n" + "<KEY_OCT> - MIDI key number as Csound OCT\n" + "<KEY_CPS> - MIDI key number as CPS\n" + "<VELOCITY> - MIDI velocity number\n" + "<VELOCITY_AMP> - MIDI velocity number as amplitude"; (Ignore the code parts of the above) Also, the user given InstrID is interpreted as text, so you can map a track's incoming data to a named instrument (user must supply quotes). Any feedback and requests would be very appreciated! Thanks, steven |