1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Class comment added to top of WaveshapeProgram.h

This commit is contained in:
ed 2016-11-14 11:30:57 +00:00
parent 24364ec43c
commit 1cc8a9532e

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: