Mercurial > hg > svcore
diff data/model/IntervalModel.h @ 1527:710e6250a401 zoom
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 17 Sep 2018 13:51:14 +0100 |
parents | 48e9f538e6e9 |
children | c01cbe41aeb5 |
line wrap: on
line diff
--- a/data/model/IntervalModel.h Mon Dec 12 15:18:52 2016 +0000 +++ b/data/model/IntervalModel.h Mon Sep 17 13:51:14 2018 +0100 @@ -31,13 +31,13 @@ public: IntervalModel(sv_samplerate_t sampleRate, int resolution, bool notifyOnAdd = true) : - SparseValueModel<PointType>(sampleRate, resolution, notifyOnAdd) + SparseValueModel<PointType>(sampleRate, resolution, notifyOnAdd) { } IntervalModel(sv_samplerate_t sampleRate, int resolution, float valueMinimum, float valueMaximum, bool notifyOnAdd = true) : - SparseValueModel<PointType>(sampleRate, resolution, + SparseValueModel<PointType>(sampleRate, resolution, valueMinimum, valueMaximum, notifyOnAdd) { }