CC-1680 drag and drop for playlist,

CC-1615 cue in/cue out for playlist
This commit is contained in:
naomiaro 2010-09-27 10:43:25 -04:00
parent 8951416111
commit abeccfa522
11 changed files with 1168 additions and 206 deletions

View file

@ -701,7 +701,7 @@ class GreenBox extends BasicStor {
* session ID
* @return boolean or pear error object
*/
public function changeClipLength($id, $cueIn, $cueOut)
public function changeClipLength($id, $pos, $cueIn, $cueOut)
{
$pl = Playlist::Recall($id);
if ($pl === FALSE) {