chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.io.midi;
|
||||
|
||||
[Guid("cb2cdd1d-811a-4a30-a5bc-289f36c31028")]
|
||||
internal sealed class MidiNoteOutputExample : Instance<MidiNoteOutputExample>
|
||||
{
|
||||
[Output(Guid = "3a972c37-fcf8-4c5f-b932-97ac9f6d5d99")]
|
||||
public readonly Slot<Texture2D> ColorBuffer = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user