Clean up note delta command code.
authorDavid Robillard <d@drobilla.net>
Fri, 26 Dec 2014 17:22:55 +0000 (12:22 -0500)
committerDavid Robillard <d@drobilla.net>
Sun, 28 Dec 2014 21:06:44 +0000 (16:06 -0500)
commite735d4035fd32f9711e5fe3fae51c1761e2b1d14
treef146367d4a1da962d72c211d1230ef84a30672b1
parent31641179f989b51469e61d770e25845aeedd9d1e
Clean up note delta command code.

Use Variant to store the value and the same code path for all properties.

Factor out getting the value of whatever property instead of special casing the
handling.

Towards using this stuff for some fancy things...
libs/ardour/ardour/midi_model.h
libs/ardour/ardour/variant.h
libs/ardour/midi_model.cc