Mercurial > hg > sonic-visualiser
comparison osx/svitunes.mm @ 384:be237d380f5f macness
importITunesAudio() now sets the SV playback position too
author | Dan Stowell <dan.stowell@eecs.qmul.ac.uk> |
---|---|
date | Mon, 18 Oct 2010 15:23:21 +0100 |
parents | abb9c3dedec2 |
children | a555be0ad78f |
comparison
equal
deleted
inserted
replaced
383:abb9c3dedec2 | 384:be237d380f5f |
---|---|
153 } | 153 } |
154 | 154 |
155 unsigned int ITunesSVRemote::playerPos(){ | 155 unsigned int ITunesSVRemote::playerPos(){ |
156 return m_playerPos; | 156 return m_playerPos; |
157 } | 157 } |
158 | |
159 void ITunesSVRemote::resetPlayerState(){ | |
160 m_playerPos = 0; | |
161 } |