'Will insert the selected Send To items after the current playlist item
'A "Punch In" effect.
 
x = GetSendToItems
 
if ubound(x) > 0 Then
 plpos = playlist.position
 
 for each track in x
  track.insert plpos
  plpos = plpos + 1
 next
 
End If
 
quit
 
examples/sendto/insert_after_current.txt · Last modified: 2006/11/06 15:45
 
Recent changes RSS feed Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Music Plugins