Amir-BK / unDAW

Editor and Runtime modules that aim to add some Digital Audio Workstation capabilities to Unreal Engine 5, requires Unreal Editor 5.4
MIT License
12 stars 1 forks source link

Piano roll can't be added to UMG widgets due to bad instantiation logic #27

Closed Amir-BK closed 1 month ago

Amir-BK commented 2 months ago

Need to make so that all music widgets 'expect' to get a 'scene manager' on creation and if they fail we'll give them some safe init, likewise no widget should crash if it doesn't have session data, so perhaps the base widget should implement some graceful handling of that.

Amir-BK commented 2 months ago

fixed