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
Added method littlefoot::Runner::isProgramValid()
tags/2021-05-28
jules
9 years ago
parent
d6fc589b6d
commit
8e768fc083
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
modules/juce_blocks_basics/littlefoot/juce_LittleFootRunner.h
+ 3
- 0
modules/juce_blocks_basics/littlefoot/juce_LittleFootRunner.h
View File
@@ -458,6 +458,9 @@ struct Runner
/** */
uint16 getProgramHeapSize() const noexcept { return heapSize; }
/** */
bool isProgramValid() const noexcept { return heapStart != nullptr; }
/** */
void setDataByte (uint32 index, uint8 value) noexcept
{
Write
Preview
Loading…
Cancel
Save