using T3.Core.DataTypes; using System.Collections.Generic; using T3.Core.Operator; using T3.Core.Operator.Attributes; using T3.Core.Operator.Slots; using System.Runtime.InteropServices; namespace Examples.user.fuzzy.midi{ [Guid("4369c0d2-2722-453d-a47a-aa9cc4f86d4b")] internal sealed class LaunchpadXDisplay : Instance { [Output(Guid = "45d94643-0028-4b4e-9354-60481fa5ac37")] public readonly Slot OutputCmd = new Slot(); [Input(Guid = "6147621b-9224-46da-8cf1-d7956da53b5e")] public readonly InputSlot Texture = new InputSlot(); [Input(Guid = "26b29682-bcb1-47ff-a487-3db0b56c3274")] public readonly InputSlot MidiDevice = new InputSlot(); } }