INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Tempo parameter  (Read 945 times)

pahunt

  • World Citizen
  • ***
  • Posts: 236
Tempo parameter
« on: September 09, 2014, 07:14:53 am »

1. Fixed: MCWS/v1/Playback/Zones wasn't honoring the hidden variable correctly.
2. Fixed: MCWS/v1/DSP/SetTempo returned a failure code even though it was working.

Thanks for these. The zones stuff is now working nicely but I am still having an issue with SetTempo but that may be because I'm misunderstanding something. While I now get a successful response back I cannot get the tempo to change no matter value I pass. The documentation isn't specific about kind of value is expected but here's what I've tried:

http://xxx.xxx.xxx.xxx:52199/MCWS/v1/DSP/SetTempo?Tempo=1&Zone=-1&ZoneType=ID&Token=xxxxxx
http://xxx.xxx.xxx.xxx:52199/MCWS/v1/DSP/SetTempo?Tempo=-1&Zone=-1&ZoneType=ID&Token=xxxxxx
http://xxx.xxx.xxx.xxx:52199/MCWS/v1/DSP/SetTempo?Tempo=100&Zone=-1&ZoneType=ID&Token=xxxxxx
http://xxx.xxx.xxx.xxx:52199/MCWS/v1/DSP/SetTempo?Tempo=+1.00&Zone=-1&ZoneType=ID&Token=xxxxxx

What kind of value should I be passing to the Tempo parameter?

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42053
  • Shoes gone again!
Re: Tempo parameter
« Reply #1 on: September 09, 2014, 10:10:33 am »

What kind of value should I be passing to the Tempo parameter?

It's 1.0 for normal.  2.0 for double-speed.  0.5 for half-speed.
Logged
Matt Ashland, JRiver Media Center

pahunt

  • World Citizen
  • ***
  • Posts: 236
Re: Tempo parameter
« Reply #2 on: September 09, 2014, 10:49:14 am »

Thanks Matt
Pages: [1]   Go Up