Ejemplo n.º 1
0
        void CopySettingsToNative()
        {
            if (!HasNativeNote() || !HasNativeSequencer())
            {
                return;
            }

            Native.ChangeNoteValues(parent.Reference(), reference, note, start, end, velocity);
        }