JUCE
|
A program that can be loaded onto a block. More...
Public Member Functions | |
Program (Block &) | |
Creates a Program for the corresponding LEDGrid. More... | |
virtual | ~Program () |
Destructor. More... | |
virtual juce::String | getLittleFootProgram ()=0 |
Returns the LittleFoot program to execute on the BLOCKS device. More... | |
Public Attributes | |
Block & | block |
A program that can be loaded onto a block.
|
virtual |
Destructor.
|
pure virtual |
Returns the LittleFoot program to execute on the BLOCKS device.
Block& Block::Program::block |