10 lines
273 B
C#
10 lines
273 B
C#
namespace Examples.Lib.io.midi;
|
|
|
|
[Guid("2fb5aaf5-125e-4081-99ca-08918e870ec1")]
|
|
internal sealed class MidiOutputExample : Instance<MidiOutputExample>
|
|
{
|
|
[Output(Guid = "6a3d1cbd-0c6e-4f2f-a626-09797b735109")]
|
|
public readonly Slot<Texture2D> ColorBuffer = new();
|
|
|
|
|
|
} |