Hi,

I read an old thread from 2014 on the mailing list about using ‘append’ to add 
a couple of seconds silence between each track, except I don’t understand how 
to apply if to my setup. The example from the thread is below.

shorts = append ( shorts, fun (a) -> blank(duration = 4.2) )

My playlist setup looks like this. Ii don’t have any crossfade setup between 
these.

#-----PLAYLIST PARTS-----#
#-----Ambient
ambid = playlist(mode="randomize", reload_mode = "watch", 
"/home/admin/music/ambid")
ambfre = playlist(mode="randomize", reload_mode = "watch", 
"/home/admin/music/ambfre")
ambgen = playlist(mode="randomize", reload_mode = "watch", 
"/home/admin/music/ambgen")


#-----TRACK ROTATION-----#
# Ambient Playlist
ambient = rotate(weights = [1,1,1,1,1,1,1],
[ambid,ambfre,ambgen,ambfre,ambgen,ambfre,ambgen])


Any advice would be greatly appreciated.
Damian


- - -
I prefer to use encrypted email.
My public key fingerprint is 77CC 9087 0A92 F55D 75A3  660B 68F2 1FA9 B26E CAC7

Attachment: signature.asc
Description: Message signed with OpenPGP

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to