13
0
livetrax/libs/evoral/test
David Robillard 767c0238a3 Replace half-baked param metadata with descriptor.
Among other things, this means that automation controls/lists have the actual
min/max/normal/toggled of parameters, and not those inferred from the Parameter
ID, which is not correct for things like plugin parameters.

Pushing things down to the Evoral::ParmeterDescriptor may be useful in the
future to have lists do smarter things based on parameter range, but currently
I have just pushed down the above-mentioned currently used attributes.
2014-12-01 23:35:24 -05:00
..
testdata
RangeTest.cpp Make tests of Evoral::Range functions include both endpoints in Range 2014-12-01 16:52:58 +00:00
RangeTest.hpp Add test for Evoral::coverage() 2014-11-25 17:49:51 +00:00
SequenceTest.cpp Remove braindead Parameter inheritance abuse. 2014-11-30 23:56:20 -05:00
SequenceTest.hpp Replace half-baked param metadata with descriptor. 2014-12-01 23:35:24 -05:00
SMFTest.cpp Wrap MusicalTime in a class. 2014-11-22 04:05:42 -05:00
SMFTest.hpp Wrap MusicalTime in a class. 2014-11-22 04:05:42 -05:00
testrunner.cpp