summaryrefslogtreecommitdiff
path: root/libs/evoral/src/ControlList.cpp
AgeCommit message (Expand)Author
2016-07-25the endless quest to plug memory leaks -- episode 378Robin Gareus
2016-03-28leave a ToDo noteRobin Gareus
2016-03-21Trim dependence on evoral types.hpp and Beats.hppDavid Robillard
2015-10-31Handle paste from non-toggled to boolean automation track.nick_m
2015-10-20Update ContrilList debug output.nick_m
2015-10-20Amend last connit - don't use a bool to represent a double.nick_m
2015-10-20Fix incorrect initial point when recording toggled automation.nick_m
2015-10-20Make control point selection more consistent.nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from .cpp and .hpp files missed by pr...Paul Davis
2015-06-18Fix ControlList::editor_add () wrt guard points.nick_m
2015-06-17Automation -use editor_add in gui, record straight lines with fewer points.nick_m
2015-06-17Fix some workflow problems wrt automation.nick_m
2015-04-15Replace control list locks with RWLocks4.0-rc4Robin Gareus
2014-12-17Remove some aborts that don't really need to be.David Robillard
2014-12-06Fix seek in linearly interpolated control lists.David Robillard
2014-12-06Adapt range when copying between automation types.David Robillard
2014-12-01Fix automation write/touch.David Robillard
2014-12-01Factor out copy-paste code.David Robillard
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-12-01Make it compile with C++11 support.Julien de Kozak
2014-11-30Replace thinning static state with parameter.David Robillard
2014-11-30Remove dead code.David Robillard
2014-11-29Set discrete by default for boolean parameters.David Robillard
2014-11-28Fix crash when deleting all points from a line.David Robillard
2014-11-22Fix clang and MSVC build.David Robillard
2014-11-22Fix assert failure in control list interpolation.David Robillard
2014-11-16Don't add origin value to MIDI controller regions on initial insert.David Robillard
2014-11-16Make ControlList::paste const-correct.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-08-06More fixes for range-based automation editing.Ben Loftis
2014-08-05Initial steps towards usable range-based automation editing.Ben Loftis
2014-07-09make sure that copy constructors and operator= for ControlList pass along the...Paul Davis
2014-06-07limit automation event density - fixes #5928Robin Gareus
2014-02-19add option to skip guard points when adding new control points to a ControlLi...Paul Davis
2013-09-06Fix for isnan using MinGW compilerTim Mayberry
2013-07-31fixes for windows branch build failures under linux. still does not build on ...Paul Davis
2013-07-23'std::isnan' is not available in MSVC (at least, not VC8)John Emmas
2013-04-02fix (?) behaviour when punching into automation write mode while the transpor...Paul Davis
2013-01-15control lists should use the default value of their parameter, not zero (noti...Paul Davis
2012-12-08fix automation/control list behaviour when manually adding a point within exi...Paul Davis
2012-11-15add a "guard" point after a write/touch automation insertion, preserving the ...Paul Davis
2012-11-14likely fixes for most remaining issues with data in automation/control lists,...Paul Davis
2012-09-17fix missing variable initializationPaul Davis
2012-09-09comment tweaks from a second readingPaul Davis
2012-09-09remove unused codePaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-17lots more fidgety work on automation. sort of works now, but undo/redo needs ...Paul Davis
2012-07-14fix up part of the remaining details with automation, so that touch/write ove...Paul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis