LCOV - code coverage report
Current view: top level - src/MIDI_Senders - ProgramChangeSender.hpp (source / functions) Hit Total Coverage
Test: 90a1b9beff85a60dc6ebcea034a947a845e56960 Lines: 0 5 0.0 %
Date: 2019-11-30 15:53:32 Functions: 0 2 0.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 ProgramChangeSender {
       8             :   public:
       9           0 :     void sendOn(MIDICNChannelAddress address) {
      10           0 :         Control_Surface.MIDI().sendPC(address);
      11           0 :     }
      12           0 :     void sendOff(MIDICNChannelAddress address) {
      13             :         (void) address;
      14           0 :     }
      15             : };
      16             : 
      17             : END_CS_NAMESPACE

Generated by: LCOV version 1.14-5-g4ff2ed6