Example #1
0
    // Use this for initialization
    void Start()
    {
        if (w == null)
        {
            w = MIDIWrapperAccess.w;
        }

        controllerID = w.GetNewController();

        if (knob == null)
        {
            knob = GetComponent <SlideInteraction>();
        }
    }