// Author: Simon Gockner // Created: 2021-04-10 // Copyright(c) 2021 SimonG. All Rights Reserved. namespace Lib.Midi { public class MidiView { public const int INPUT_PRODUCT_ID = 103; public const int OUTPUT_PRODUCT_ID = 102; } }