mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
BLOCKS SDK: New and updated version of juce_blocks_basics, adding functionality and compatibility with latest Dashboard-compatible firmware
This commit is contained in:
parent
beab10fca7
commit
f207ebb6d8
19 changed files with 1302 additions and 566 deletions
|
|
@ -28,7 +28,7 @@ public:
|
|||
|
||||
// If this is a Lightpad then set the grid program to be blank
|
||||
if (auto grid = block->getLEDGrid())
|
||||
grid->setProgram (new BitmapLEDProgram(*grid));
|
||||
block->setProgram (new BitmapLEDProgram (*block));
|
||||
|
||||
// If this is a Lightpad then redraw it at 25Hz
|
||||
if (block->getType() == Block::lightPadBlock)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue