LCOV - code coverage report
Current view: top level - src/MIDI_Senders - ContinuousCCSender.hpp (source / functions) Hit Total Coverage
Test: 90a1b9beff85a60dc6ebcea034a947a845e56960 Lines: 3 3 100.0 %
Date: 2019-11-30 15:53:32 Functions: 1 1 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #pragma once
       2             : 
       3             : #include <Control_Surface/Control_Surface_Class.hpp>
       4             : 
       5             : BEGIN_CS_NAMESPACE
       6             : 
       7             : class ContinuousCCSender {
       8             :   public:
       9           9 :     void send(uint8_t value, MIDICNChannelAddress address) {
      10           9 :         Control_Surface.MIDI().sendCC(address, value);
      11           9 :     }
      12             : 
      13             :     constexpr static uint8_t precision() { return 7; }
      14             : };
      15             : 
      16             : END_CS_NAMESPACE

Generated by: LCOV version 1.14-5-g4ff2ed6