JUCE
|
A program that can be loaded onto a block. More...
#include <juce_Block.h>
Public Member Functions | |
Program (Block &) | |
Creates a Program for the corresponding LEDGrid. | |
virtual | ~Program () |
Destructor. | |
virtual String | getLittleFootProgram ()=0 |
Returns the LittleFoot program to execute on the BLOCKS device. | |
virtual juce::Array< File > | getSearchPaths () |
Returns an array of search paths to use when resolving includes. | |
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.
|
virtual |
Returns an array of search paths to use when resolving includes.
Block& Block::Program::block |