CC-1680 drag and drop for playlist,
CC-1615 cue in/cue out for playlist
This commit is contained in:
parent
8951416111
commit
abeccfa522
11 changed files with 1168 additions and 206 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue