mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
Make 'ARDOUR::ParameterDescriptor' exportable, so that it can get used outside of libardour
This commit is contained in:
parent
a13ff7b604
commit
94b26cd9af
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ typedef std::map<const std::string, const float> ScalePoints;
|
|||
*
|
||||
* Essentially a union of LADSPA, VST and LV2 info.
|
||||
*/
|
||||
struct ParameterDescriptor : public Evoral::ParameterDescriptor
|
||||
struct LIBARDOUR_API ParameterDescriptor : public Evoral::ParameterDescriptor
|
||||
{
|
||||
enum Unit {
|
||||
NONE, ///< No unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue