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:
parent
24364ec43c
commit
1cc8a9532e
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue