Browse Source

Added documentation for repaint() method in LittleFootFunctions.txt

tags/2021-05-28
ed 8 years ago
parent
commit
ba9e1cc49b
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      modules/juce_blocks_basics/LittleFootFunctions.txt

+ 5
- 0
modules/juce_blocks_basics/LittleFootFunctions.txt View File

@@ -289,6 +289,11 @@ void sendPitchBend (int channel, int position);
void sendChannelPressure (int channel, int pressure);

//==============================================================================
/**
Use this method to draw the display.
The Block will call this approximately 25 times per second.
*/
void repaint()

/** Called when a button is pushed.


Loading…
Cancel
Save