13
0
livetrax/libs
Robin Gareus e63c3d028a note-off ordering - fixes #6340
Evoral::Beats::operator>() rounds to (1.0 / PPQN), hardcoded 1/1920.0.

If the time difference between two events is smaller than 1/PPQN,
Beats::operator>()  and  Beats::operator<()  produce ambiguous results.
The same pair of values is both "less than" and "greater than" depending
which operator is used.

While it's fine for some cases to ignore the order of nearly concurent
events, the std::priority_queue must be strictly ordered.
2015-09-14 04:55:01 +02:00
..
appleutility
ardour allow to run unit-test under wine from srcdir. 2015-09-13 15:30:00 +02:00
ardouralsautil spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmölnig 2015-09-11 09:23:43 -04:00
audiographer spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmölnig 2015-09-11 09:23:43 -04:00
backends spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmölnig 2015-09-11 09:23:43 -04:00
canvas spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmölnig 2015-09-11 09:23:43 -04:00
clearlooks-newer
clearlooks-older
evoral note-off ordering - fixes #6340 2015-09-14 04:55:01 +02:00
fst Fix for crash when loading DrumGizmo VST editor on Windows 2015-08-12 11:39:28 +10:00
gtkmm2ext plug some memory leaks in libs 2015-09-12 20:05:25 +02:00
libltc update libltc to v1.1.4-4-gb034a23 (endianess issue) 2015-09-09 16:54:26 +02:00
midi++2 allow to run unit-test under wine from srcdir. 2015-09-13 15:30:00 +02:00
panners
pbd allow to run unit-test under wine from srcdir. 2015-09-13 15:30:00 +02:00
plugins/reasonablesynth.lv2
ptformat
qm-dsp
surfaces Made master fader touch and jog go to _master_surface instead of first surface. 2015-09-08 20:47:16 -07:00
timecode
vamp-plugins
vfork