first try at TDAbleton, connection is succesful for data like song_id, tempo and play but not for others like bars, beats, sub-divisions, ticks and time, even though “Include Time/Cue Point Data” is set to on.
Ran a test with a OSC in by syncing the port to 58811 and it is receiving the /time data from ableton just fine, but abletonSong1 doesn’t.
Tried reinstalling TD and setting TDAbleton up again but the issue is still there.
Just chiming in to say I’m experiencing the same bug on MacOS with fresh installs of both Ableton 12.4.3 and 12.3.8, in new projects without any preexisting TDA devices that need upgrading.
When placed on the Main track the TDA_Rack_OSC device is sending to /rack/t/TDA_Audio_Effect_Rack/Macro [0-16] but in TD the abletonRack component OSCinCHOP address scope is set to /rack/tm/TDA_Audio_Effect_Rack/*
When placed on a return track the TDA_Rack_OSC device is sending to /rack/t/TDA_Audio_Effect_Rack/Macro [0-16] but in TD the abletonRack component OSCinCHOP address scope is set to /rack/tr0/TDA_Audio_Effect_Rack/*
Seems to me that the max4live devices are erroring / the value returned from the LOM is null and the OSC address string gets concatenated with a part missing. If I hack the OSC address scope par on the TD side to match what I see in the rack devices the macro data comes through fine.
Rack OSC devices on regular audio tracks without a # character in their name work as expected.
Apparently there were some problems in the last TDAbleton release!
To fix the time broadcast, go into your tdAbletonPackage/tdAbleton component, select the oscin_time CHOP, and toggle the Reset Channels parameter to OFF.
Just tested this and can confirm that the updated rack devices work normally again on audio group and return tracks.
Still had to manually apply the following fix for the time data, even after replacing the TDAbleton palette toxes, replacing the tdAbletonPackage comp in my network and clicking Update all to 2.6.9:
To fix the time broadcast, go into your tdAbletonPackage/tdAbleton component, select the oscin_time CHOP, and toggle the Reset Channels parameter to OFF.
Also I got this warning from the new palette toxes - seems like everything works and this is just a symptom of me being on the current stable TD build and you working in a pre-release build?