chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -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();
}