Exemplo n.º 1
0
    void Start()
    {
        pressButton = GetComponent <PressInteraction>();

        midiSender = new MIDINoteSender(note);
    }