Files
2026-07-13 13:13:17 +08:00

10 lines
320 B
C#

namespace Examples.user.fuzzy.osc;
[Guid("48e284ff-cfcc-4d6c-83d4-256c9380de61")]
internal sealed class OscOutputExample : Instance<OscOutputExample>
{
[Output(Guid = "bbf85f4a-f11f-47cf-8689-c059955117ce")]
public readonly Slot<T3.Core.DataTypes.Command> OSCExecute = new Slot<T3.Core.DataTypes.Command>();
}