- introduce velocity enum

master
Simon G 5 years ago
parent fc3c8f5bd4
commit 2217e8e7de
  1. 12
      Lib.Audio/Controls/Velocity.cs

@ -0,0 +1,12 @@
// Author: Gockner, Simon
// Created: 2021-04-22
// Copyright(c) 2021 SimonG. All Rights Reserved.
namespace Lib.Audio.Controls
{
public enum Velocity
{
On = 127,
Off = 0
}
}
Loading…
Cancel
Save