Robin Gareus
74c4ca3e52
Reduce reliance on boost - the hard part
...
the rest from `tools/convert_boost.sh`.
* replace boost::function, boost::bind with std::function and std::bind.
This required some manual fixes, notably std::placeholders,
some static_casts<>, and boost::function::clear -> = {}.
2024-10-19 03:47:21 +02:00
Paul Davis
1eab84b7da
push2: remove unconditional setting of canvas item names
2022-09-03 17:48:03 -06:00
Robin Gareus
4863e6b45e
Fix mac and windows builds (resolve namespace ambiguities)
2022-09-04 01:37:48 +02:00
Paul Davis
b3b6e94297
push2: fix canvas level meter object so that it draws
2022-09-03 16:46:41 -06:00
David Robillard
380a24b837
Push2: Remove debug printing
2022-08-26 14:10:40 -06:00
David Robillard
c4632da2e7
Push2: Drop "using namespace std"
...
No functional changes, just makes some more context explicit like the previous
commit.
2022-08-26 14:10:40 -06:00
David Robillard
61088a1a01
Push2: Use consistent naming convention for private member variables
...
No functional changes, just makes code easier to read.
2022-08-26 14:10:36 -06:00
Paul Davis
60f3985957
replace push2 call to Canvas::Box::pack_start() with Canvas::Box::add() which is equivalent
...
::pack_start() was removed
2021-08-13 12:51:26 -06:00
Paul Davis
9e5354a65e
tweak a minor issue with canvas API
2021-08-13 12:51:26 -06:00
Robin Gareus
365f6d6337
Update plugins/addons GPL boilerplate and (C) from git log
2019-08-03 15:53:18 +02:00
Robin Gareus
43fe5c0487
Update Push2 level-meter display (use new API)
...
The meter-type is now implicit set by route/meter-processor, common
to all UIs.
2019-06-09 19:56:33 +02:00
Paul Davis
a6d4bb0432
add missing/moved files from push2 merge
2016-09-27 15:42:26 -05:00