INTERACT FORUM

Windows => Plug-in Development => Topic started by: zigguratt on July 03, 2002, 05:06:30 am

Title: Need to be able to write CMJPlaybackAutomation->Position()
Post by: zigguratt on July 03, 2002, 05:06:30 am
The title says it all. Currently it's read only but I have a progress slider in Glissando that can be dragged back and forth to alter the current playback position. It works in Winamp...

:)
Title: RE:Need to be able to write CMJPlaybackAutomation->Position()
Post by: Nikolay on July 03, 2002, 12:44:19 pm
Zigguratt,

Use CMJCurPlaylistAutomation interface instead. In it you will find property called Position (read/write) this way you can change position of songs in current playlist.

Nikolay
Title: RE:Need to be able to write CMJPlaybackAutomation->Position()
Post by: zigguratt on July 03, 2002, 12:52:54 pm
Nope, won't do what I want.  I need to change the position in the current track.
Title: RE:Need to be able to write CMJPlaybackAutomation->Position()
Post by: zigguratt on July 04, 2002, 04:32:38 am
On further investigation I found that CMJPlaybackAutomation has a method named PutPosition() which would seem to be what I'm looking for.  But alas, it does nothing.
Title: RE:Need to be able to write CMJPlaybackAutomation->Position()
Post by: zigguratt on July 05, 2002, 07:04:36 am
Any thoughts on this? Would it be difficult to add this functionality to the Interface SDK? The playback position can be modified in MJ itself with a slider...
Title: RE:Need to be able to write CMJPlaybackAutomation->Position()
Post by: JimH on July 07, 2002, 09:29:51 am
Dan,
It's a holiday weekend in the U.S.  (Don't know where you are.)

Jim
Title: RE:Need to be able to write CMJPlaybackAutomation->Position()
Post by: zigguratt on July 08, 2002, 01:48:38 am
Thanks, Jim. I thought that might be the case. I'm in Toronto, Canada. We had our holiday the previous weekend.

Of course, that doesn't explain why you're posting here! :)
Title: RE:Need to be able to write CMJPlaybackAutomation->Position()
Post by: Nikolay on July 08, 2002, 11:22:24 am
zigguratt,

It looks like it's a bug, it will be fixed in the next build.

Nikolay
Title: RE:Need to be able to write CMJPlaybackAutomation->Position()
Post by: zigguratt on July 08, 2002, 11:24:34 am
Thanks, Nikolay. That would be excellent.
Title: RE:Need to be able to write CMJPlaybackAutomation->Position()
Post by: Nikolay on July 08, 2002, 01:01:19 pm
zigguratt, try build 320.

Nikolay
Title: RE:Need to be able to write CMJPlaybackAutomation->Position()
Post by: zigguratt on July 08, 2002, 04:27:49 pm
Yep, that worked like a charm.  I can now change the playback position remotely by using the slider in Glissando.

Excellent!  I feel another release coming on.  Uh, software release. I meant software.