fix mistaken "do not roll" conclusion in TransportFSM::compute_should_roll()
[ardour.git] / libs / evoral /
2020-01-16 Nikolaus GullottaFix test breakage from a855119bdd
2020-01-11 Paul Davisuse "extends to numeric_limits<Beats>::max()" rather...
2020-01-11 Paul Davisremoval incorrect/unnecessary forward decl
2019-12-09 David RobillardUse labs() for long instead of abs()
2019-11-13 Robin GareusFix bool-automation anchor
2019-11-03 John EmmasAccommodate some recently moved/renamed folders and...
2019-11-02 Paul Davismove evoral/src/* to evoral/
2019-11-02 Paul Davisrename all Evoral source from .(hpp|cpp)$ to .(h|cc)
2019-10-17 Robin GareusAdd API to safely query timestamp of first/last control...
2019-09-18 Robin GareusNO-OP: fix some Wimplicit-fallthrough
2019-09-18 John EmmasRemove a (no longer needed) source file from our MSVC...
2019-09-18 Robin GareusFix Wdeprecated, dynamic exception
2019-09-18 Robin GareusRemove old unused source file
2019-09-05 Robin GareusUnit-test: parameter ranges outside [0..1]
2019-09-05 Robin GareusRemove unused header (superseded by libtemporal)
2019-09-05 Robin GareusFix libevoal unit-test compilation
2019-08-03 Robin GareusUpdate core library GPL boilerplate and (C) from git log
2019-07-30 Robin GareusUpdate MIDI Event precedence
2019-04-13 Robin GareusNO-OP: <tab> after <space> fixes in libs
2019-04-09 Robin GareusRemove cruft: unused typedef
2019-04-02 Robin GareusFix MIDI Aftertouch (import, record and play) in the...
2018-12-22 Robin GareusAdd guard-points when shifting automation
2018-12-22 Robin GareusProperly remove-time automation
2018-10-26 Robin GareusFix some Wimplicit-fallthrough
2018-10-15 Paul Davisremove use of hardcoded -fPIC compiler flag, and use...
2018-09-30 John EmmasAdapt our remaining MSVC projects for 'boost::atomic...
2018-09-10 John EmmasInitial changes needed for building Mixbus (with MSVC...
2018-07-26 Robin GareusFix crash when testing invalid MIDI file.
2018-07-05 Paul Davissystem common and system realtime messages are not...
2018-07-05 Paul Davischange all use of g_critical() in libsmf() to g_warning()
2018-06-21 Paul Davisremove debug output
2018-06-21 Paul Davisremove Session::controllable_by_descriptor() and move...
2018-04-08 Robin GareusFix crash when testing unsupported MIDI file
2018-02-15 John EmmasWhen building with MSVC, allow for the fact that Mixbus...
2018-01-26 Robin GareusFix some clang warnings (argument with 'nonnull' attrib...
2017-09-29 Robin Gareusremove *.orig files (accidentally added in cba53a202)
2017-09-28 John EmmasCheck in a few MSVC projects to accommodate the change...
2017-09-24 Paul Davisconvert codebase to use Temporal for various time types
2017-09-24 Paul Davisnew header file for audio-based time types
2017-09-18 Paul Davisadd _locked() variants to new tempo experiment
2017-09-18 Paul Davisremove Evoral types.cpp since it is no longer required
2017-09-18 Paul Davisextend/fix/improve operator overloads and methods for...
2017-09-18 Paul DavisNOOP: formatting
2017-09-18 Paul Davis::find_next_event() does not need to be a pure virtual...
2017-07-27 Robin GareusFix write-pass re-start while in an active write-pass
2017-07-24 Robin GareusUpdate WritePass logic + AutomationList Undo
2017-07-23 Robin GareusFix ctrl-list guard-points and concurrency issues
2017-07-07 Robin GareusConsistent ControlList freezing -- fixes #7419
2017-07-04 Robin GareusCompatibility with old out-of-range automation-lane...
2017-06-21 Robin GareusRemove duplicates from ControlList
2017-06-21 Robin GareusClamp values in ControlList
2017-06-21 Robin GareusImplement additional ControlList interpolation methods.
2017-06-21 Robin GareusRemove separate ControlList min/max/default, use Parame...
2017-06-21 Robin GareusMove logarithmic property into Evoral, add rangesteps
2017-06-14 Robin GareusAdd infrastructure to merge ControlLists
2017-06-13 Robin GareusApply master-value to automation on disconnect.
2017-06-10 Robin GareusImplement slaved boolean automation and update mute...
2017-06-08 nick_mDo not duplicate note id in copy constructor
2017-06-03 Robin Gareusadd const-ness: Evaluating a curve does not change it.
2017-04-26 Robin GareusAutomationLine time-unit conversion and paste API update
2017-02-28 Robin Gareusc89 compat (gcc4, mingw..)
2017-02-28 Robin GareusFix loading SMF meta-data > 127 bytes (no more g_critic...
2017-02-08 Paul Daviscentralize computation of tempo from SMF information
2017-01-09 Paul Davisadd clamp for adding points to a ControlList from a...
2016-12-22 Nil GeisweillerMore 8 whitespace to tab indentation fixes
2016-12-21 Nil GeisweillerFix minor typo in comment
2016-12-21 Nil GeisweillerFix indentation 8 whitespaces to tab
2016-12-16 Paul Davis"toll free bridging" between smf_tempo_t and Evoral...
2016-12-16 Paul Davisexpose SMF tempo information in Evoral::SMF
2016-12-16 Paul Davisadd function to get number of tempos found in SMF tempo map
2016-12-16 Paul Davisunused but slightly tricky code to add track name/instr...
2016-12-16 Paul Davisadd comments about limitations for Evoral::SMF and...
2016-12-14 Paul Davisadd API to Evoral::SMF to retrieve all track/instrument...
2016-12-14 Paul Davisextract track and instrument names from SMF while loading
2016-12-14 Paul Davisadd braces and warning for unlikely error
2016-12-14 Paul Davisfix incorrect test for textual meta events in libsmf
2016-12-14 Paul Davisbraces please
2016-12-14 Paul Davisbraces, please
2016-12-14 Paul Davisfree track name/instrument string memory when necessary
2016-12-14 Paul Davisadd track and instrument name members to smf_track_t
2016-12-08 John EmmasI can't find a source file called MIDIXML.cpp (??)
2016-12-07 Robin GareusSet MidiPgmChangeAutomation control value
2016-12-05 David RobillardRemove boost_system test kludge
2016-12-04 David RobillardUpdate evoral test suite
2016-12-04 David RobillardFix configuration
2016-12-04 David RobillardImprove coverage of evoral tests
2016-12-04 David RobillardImprove coverage of evoral tests
2016-12-04 David RobillardAdd missing include
2016-12-04 David RobillardMake libpbd and evoral capable of standalone build
2016-12-04 David RobillardRemove dead/annoying/unsafe code
2016-12-03 David RobillardFix Sequence test
2016-12-03 David RobillardRemove dead code
2016-12-03 David RobillardFix event type and parameter type confusion
2016-12-03 David RobillardRemove Evoral::MIDIEvent
2016-12-03 David RobillardFactor out and extend MIDIXML implementation
2016-12-03 David RobillardFix Sequence/Event const-correctness issues
2016-11-27 Robin GareusFix loading, recording & saving MIDI with PolyKeyPressu...
2016-10-23 Robin GareusDon't add initial points for MIDI-CC
2016-10-05 Robin GareusSMF add support for type-0 files (count channels, not...
2016-09-13 Paul Davisextend Evoral::Range<T> to offer ::length() and ::squish()
next