Hi demopad hq, got a few queries...
1. Is demopad able to control the nuvo p3100?
2. If so, to what extent? Same abilities as the ipad app (cover art, playlists, etc) or just basic transport controls?
3. If it is available, How does one get the 'driver' for this?
Many thanks, jim.
Nuvo p3100 control?
-
- Posts: 1
- Joined: Tue Jul 31, 2012 10:07 pm
- Contact:
Re: Nuvo p3100 control?
If the protocol is the same as the P200, then basic control is possible, but for anything more complex (coverart, track selection etc) you can launch the Nuvo app from within DemoPad, and the Nuvo app then provides a 'back' button to get back to DemoPad. Example command:
{ "id" : "req-1", "url" : "/stable/av/volume", "method" : "updateValue", "params" : { "value" : { "int" : 50 } } }
to set the volume to 50%. Use port 4747.
{ "id" : "req-1", "url" : "/stable/av/volume", "method" : "updateValue", "params" : { "value" : { "int" : 50 } } }
to set the volume to 50%. Use port 4747.