view JuceLibraryCode/BinaryData.h @ 28:cfbcd31a54e7

First attempt at "rescan devices". Reloads TouchKeys and MIDI in/out devices. Sets MIDI in/out to Disabled if previous device not found. Does not yet handle order of devices changing. Also fix some bugs: -- Can now disable Standalone mode -- Poly-AT now accounts for transposition -- If TK device stops on error, GUI reflects it -- Possible crash on quit should be fixed (needs more testing)
author Andrew McPherson <andrewm@eecs.qmul.ac.uk>
date Sun, 02 Mar 2014 22:31:54 +0000
parents 48e3f67b5fe0
children 78b9808a2c65
line wrap: on
line source
/* =========================================================================================

   This is an auto-generated file: Any edits you make may be overwritten!

*/

namespace BinaryData
{
    extern const char*   tkicon128_png;
    const int            tkicon128_pngSize = 3871;

    extern const char*   tkicon256_png;
    const int            tkicon256_pngSize = 7689;

    extern const char*   tkicon512_png;
    const int            tkicon512_pngSize = 16001;

    // Points to the start of a list of resource names.
    extern const char* namedResourceList[];

    // Number of elements in the namedResourceList array.
    extern const int namedResourceListSize;

    // If you provide the name of one of the binary resource variables above, this function will
    // return the corresponding data and its size (or a null pointer if the name isn't found).
    const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
}