Comment #9 on issue 3581 by [email protected]: Patch: Add support for
setting MIDI pan position, and reverb and chorus levels
http://code.google.com/p/lilypond/issues/detail?id=3581
The revised patchset is now up at
http://codereview.appspot.com/14434043
Here's a rough list of changes from the previous patchset:
* Values for the new MIDI properties now expect their ranges expressed as
suggested on the mailing list, i.e., -1 (#LEFT) to 1 (#RIGHT) for MIDI pan
position, and 0 to 1 for MIDI reverb and chorus levels (similarly to MIDI
volume).
* There's added support for controlling MIDI balance, but I cannot verify
on my own equipment (I have only software synthesizers, all of which appear
to ignore this control function) whether changing the balance actually has
the intended effect or not.
* Fine (14-bit) resolution is supported for those control functions which
have two associated control numbers (balance and pan position).
* No default settings are enforced if the input file doesn't alter the MIDI
properties.
* The implementation has been generalized a bit to hopefully make it easier
to add support for additional control functions which behave in a similar
way (instead of introducing new Audio_item and Midi_item types separately
for each control function, the implementation uses generic types which
carry information about both the control function and the function's value).
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings