Ok kinda figured out how I’m gonna do it but hit another snag.
I’m storing the “note” widgets in a datatable and attempting to spawn them once the rhythm table pops up.
The problem I’m seeing is that it’s definitely fetching the widgets, but I’m not sure if it’s actually creating/spawning them on screen as nothing is added to the viewport it seems.
Is there something specific I’m missing when it comes to spawning a widget from a datatable?
Thanks