void Update() { transform.localPosition = Vector3.up * (moveWidth * (MidiInput.GetController(channel) - 0.5f)); }