~mendomusic/ardour/+git/ardour-github:vcaautomation

Last commit made on 2017-06-21
Get this branch:
git clone -b vcaautomation https://git.launchpad.net/~mendomusic/ardour/+git/ardour-github

Branch merges

Branch information

Name:
vcaautomation
Repository:
lp:~mendomusic/ardour/+git/ardour-github

Recent commits

547e227... by Robin Gareus <email address hidden>

Enslave Params -- work in progress

ed4909b... by Robin Gareus <email address hidden>

Some ToDo notes about AutomationTypes

ce059e2... by Robin Gareus <email address hidden>

Remove internal_to_user/user_to_internal API

Also GainControl can just use the AutomationControl's implementation of
get_user_string()

55df5b3... by Robin Gareus <email address hidden>

Prepare removal of redundant get_user/set_user API.

8cd8cb1... by Robin Gareus <email address hidden>

Temporary session-format compatibility (revert before release)

Saving the new ControlList interpolation methods (enum) breaks loading
the session in older version. The session-format version will
need to be increased.

Until then:
 * Fader automation + region gain envelope uses linear fades
 * The automation-line visible in the GUI does not match the actual fade
   (the y-axis is log/exp-scale, the fade is linear)
 * Adding new points on the line is not using the correct initial value
 * Custom changes of interpolation mode are not available

Neither of these issues is a regression.

d85ce60... by Robin Gareus <email address hidden>

Fix VST default value. query once at instantiation time.

7ab15de... by Robin Gareus <email address hidden>

Consolidate ParameterDescriptor settings+ranges

df6655a... by Robin Gareus <email address hidden>

Add interpolation-mode menu to ATAV.

fd36355... by Robin Gareus <email address hidden>

Log-scale/relative automation point dragging

1db9ce4... by Robin Gareus <email address hidden>

update GUI to use new APIs