/** @page example_applications Example Applications @section downloading_the_example_code Downloading the example code These example applications demonstrate the functionality of the BLOCKS SDK. The example applications are all distributed as part of the JUCE framework, which can be obtained from GitHub here. You will find the examples in the JUCE/examples/BLOCKS/ directory. Each example comes with projects for Visual Studio, Xcode, etc in the Builds subdirectory or each example directory, and these should open, compile and run without any trouble in the respective IDEs. A quick guide to getting up and running with JUCE can be found here.

Overview

@subpage example_blocks_monitor BlocksMonitor is a simple JUCE application that shows currently connected Lightpad and Control %Block devices and visualises touches and button presses. It also displays some basic information about the Blocks. @subpage example_blocks_drawing BlocksDrawing is a JUCE application that allows you to use your Lightpad as a drawing surface. You can choose from a palette of 9 base colours and paint them on the 15x15 LED grid, blending between colours using touch pressure. @subpage example_blocks_synth BlocksSynth is a JUCE application that turns your Lightpad into a simple monophonic synthesiser capable of playing 4 different waveshapes - sine, square, sawtooth and triangle. */