Ok so I'm fairly new to this, I'm finding it hard to find any resources even related to what I'm trying to do as I doubt many people would even want to do it but here goes.
I'm a volunteer working on the tannoy system at a local Rugby ground.
Our primary trouble was finding an efficient way to play specific songs for specific players within a short time delay after they scored.
I have an iPad 2 which I currently use with the TouchOSC app for controlling Traktor 2 for DJing on weekends and I thought well surely I can somehow remap that so I did.
I mapped 29 individual buttons to player's names which were they mapped directly to tracks in Ableton which I had pre-cut and edited a long with various other announcements and tracks.
I then took it upon myself to attempt to switch over to the OSC control side of TouchOSC rather than the midi aspect of it and in doing a little research I came across LiveOSC, the OSC API for Ableton.
So here I am, I've been working on a Pd file that basically processes the OSC stuff that Ableton chucks out. In my case all I want it for is for having dynamic buttons. I want the button labels to change to exactly what the track name is in Ableton so what I did was this.
Now the print function is out putting what I'd like, It's taking the column from Ableton and the track number and track name and putting them in console for example, 0 2 Grandmaster Flash, however I'm trying to tie those together as an OSC command so I can send them directly to TouchOSC in the form of /0/2/Grandmaster Flash and my trouble is that, in my setup above I have it set up for troubleshooting locally on this laptop, when it udpsends and then udpreceives as if it was TouchOSC it's putting no strings, just a silly amount of numbers.
Any help would be truly appreciated.
Thanks,
Dave