Browse Source

Class comment added to top of WaveshapeProgram.h

tags/2021-05-28
ed 8 years ago
parent
commit
1cc8a9532e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      examples/BLOCKS/BlocksSynth/Source/WaveshapeProgram.h

+ 3
- 0
examples/BLOCKS/BlocksSynth/Source/WaveshapeProgram.h View File

@@ -2,6 +2,9 @@
#ifndef WAVESHAPEPROGRAM_H_INCLUDED
#define WAVESHAPEPROGRAM_H_INCLUDED
/**
A Program to draw moving waveshapes onto the LEDGrid
*/
class WaveshapeProgram : public LEDGrid::Program
{
public:


Loading…
Cancel
Save