Paul Davis
|
c4af078acb
|
prevent crashes in pianoroll when showing velocity
Crash caused by an assumption that all automation has a line
|
2025-01-27 10:24:03 -07:00 |
|
Mads Kiilerich
|
955e634371
|
Make header files more self-contained - add missing std includes
|
2024-10-20 03:11:53 +02:00 |
|
Robin Gareus
|
ff95d81612
|
Reduce reliance on boost - the easy part
* boost::unordered_map -> std::unordered_map
* BOOST_STATIC_ASSERT/static_assert
* BOOST_FOREACH -> for
* boost::tuple -> std::tuple/g
* boost::math::isnormal -> std::isnormal
* boost::container::set -> std::set
* boost::none -> std::nullopt
* boost::optional -> std::optional
|
2024-10-19 03:41:16 +02:00 |
|
Paul Davis
|
0399cd9d02
|
initial use of refactored VelocityDisplay
|
2024-10-17 07:44:31 -06:00 |
|
Paul Davis
|
96e074d78c
|
refactor velocity display so that it can be used in the editor and elsewhere
|
2024-10-17 07:44:31 -06:00 |
|