code cleanup; channels callback coalesced again
This commit is contained in:
parent
c4b1c4b796
commit
831dceb89a
6 changed files with 58 additions and 55 deletions
|
|
@ -16,8 +16,14 @@ std::bitset<Y> varToBitset(T info) {
|
|||
|
||||
#else
|
||||
#define log_debugcpp(str)
|
||||
#define print_as_binary(len, info)
|
||||
#define print_as_binary(len, type, info)
|
||||
#endif
|
||||
|
||||
/* Here as a quick reference, in case smthn similar is needed again */
|
||||
/* typedef void (EndpointWidget::*epwMuteFunc)(bool muted); */
|
||||
/* typedef void (EndpointWidget::*epwMainVolumeFunc)(float newValue); */
|
||||
/* typedef void (EndpointWidget::*epwChannelVolumeFunc)(uint32_t channel, float newValue); */
|
||||
/* typedef void (EndpointWidget::*epwToggleFrontFunc)(bool active); */
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue