/* 
 This file was generated by Dashcode and is covered by the 
 license.txt included in the project.  You may edit this file, 
 however it is recommended to first turn off the Dashcode 
 code generator otherwise the changes will be lost.
 */
var dashcodePartSpecs = {
    "buttonA": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 80, "leftImageWidth": 5, "onclick": "buttonClick", "rightImageWidth": 5, "text": "A" },
    "buttonB": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 80, "leftImageWidth": 5, "onclick": "buttonClick", "rightImageWidth": 5, "text": "B" },
    "buttonC": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 80, "leftImageWidth": 5, "onclick": "buttonClick", "rightImageWidth": 5, "text": "C" },
    "sendButton": { "creationFunction": "CreatePushButton", "initialHeight": 30, "initialWidth": 80, "leftImageWidth": 5, "onclick": "sendMessage", "rightImageWidth": 5, "text": "Send" },
    "text": { "creationFunction": "CreateText", "text": "This example control surface was made with Dashcode, but you can make your own controls that send any OSC message you want using any HTML, CSS and JavaScript editors you want.  Yay!" },
    "text1": { "creationFunction": "CreateText", "text": "Hint: Try sending OSC messages to OSCemote right now and see what happens." },
    "title": { "creationFunction": "CreateText", "text": "Simple Custom OSCemote Panel" }
};
