stufisher / LiveOSC2

New version of LiveOSC for Live 9
99 stars 31 forks source link

'name' attribute unavailable after tracks deletion and insertion. #29

Open betov75 opened 2 years ago

betov75 commented 2 years ago

Hi!

Thanks for that great tool.

When I open a live set from scratch, with default tracks, everything works fine so far with these tracks.

If a delete one and insert another after, it's 'name' attribute is not available anymore and an error message of that type appears: /live/error', "AttributeError: 'NoneType' object has no attribute 'name'

With the same code, it doesn't happend on tracks that aren't inserted after loading the set.

Am I missing something? Everything else works on that track except 'name'. And it has a name and the name have also been changed. When changed, the /track/name appears correctly. But querying the name on an inserted track fails.

Thank you for your help!