A bit of string
Thorleifur
Posts: 58
I am having a little trouble with some string manipulation. I have a Harman Kardon home theatre amp and I am trying to catch the string from it and displaying which surround mode I am using.
So the HK gives me this in notification:
MPSEND$032$F0VIDEO 2/ OPT 1$00$F1DOLBY DIGITAL $00$F2$C0$00$00$00$C0$...
But only this if I look at the DATA.TEXT and display it on my TP:
MPSEND$032$F0VIDEO 2/ OPT 1
But I have to get the DOLBY part of it.. which I can?t see!
Any ideas?
So the HK gives me this in notification:
MPSEND$032$F0VIDEO 2/ OPT 1$00$F1DOLBY DIGITAL $00$F2$C0$00$00$00$C0$...
But only this if I look at the DATA.TEXT and display it on my TP:
MPSEND$032$F0VIDEO 2/ OPT 1
But I have to get the DOLBY part of it.. which I can?t see!
Any ideas?
0
Comments
Perhaps try using the old CREATE_BUFFER method.
You can still use the data_event to fire the routine. But instead of looking at DATA.TEXT, look at whatever buffer you create.