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