This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Class comment added to top of WaveshapeProgram.h
tags/2021-05-28
ed
8 years ago
parent
24364ec43c
commit
1cc8a9532e
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save