Added:
1. Multi-parts scripts possible now.
2. Random mode.
1. Multi-parts scripts possible now.
2. Random mode.
Example of multi-parts scripts, how you can use it in own scripts:
Script #01:
As result you'll get two music scripts which will sounds like one script, without pauses and synchronization problems.
Script #01:
-- Part 01/02Script #02
function r()
-- total length of all channels must be same
return "t120 o5 a1 b1 c1", "t120 o4 e1 f1 r1"
end
s_info=
{
["type"]="music",
["name"]="My some music",
["author"]="Aroch",
["temp"]=120,
["part"]=1
}
-- Part 02/02
function r()
-- count of channels must be same like in part before
return "e1 f1 g1", "g1 r1 c1"
end
s_info=
{
["type"]="music",
["name"]="My some music",
["author"]="Aroch",
["temp"]=120,
["part"]=2
}
As result you'll get two music scripts which will sounds like one script, without pauses and synchronization problems.
1.062 a few fixes, link updated.
ReplyDelete1.063 fix in search function for playlist, link updated.
ReplyDelete1.065 added deferred scanning of music data scripts in another slots, it's means you can put music data scripts in slots after musplayer. Change wsec=2 to wsec=0 if u no need scanning slots after slot of musplayer script.
ReplyDeletewell i dont know how to divide it. i chose multipart but when i saved it as lua script. i opened script in wordpad and i saw no interruption between 2 parts. plz show me more
ReplyDeleteSry i dont understand your question:
Delete> i chose multipart
where?
> i saw no interruption between 2 parts
what you mean?
> i opened script
which script?
well i mean, i used to download counting stars with 2 parts individually, so i want to ask you how to divide it into 2 or more parts of my own script like that.
Deletebecause when i saved my own script from notes converter, it is only a .lua file so i thought if i divided into 2 parts so it would be 2 .lua files..... that's what i mean
Delete
Delete>----- Part #1 -----
Script type: For MusPlayer
Multiparts: Part #1
Use track markers: Checked
Path: specific path for file of part #1
Specific start and end markers on timeline for part #1
Click "Save" button
>----- Part #2 -----
Script type: For MusPlayer
Multiparts: Part #2
Use track markers: Checked
Path: specific path for file of part #2
Specific start and end markers on timeline for part #2 (!)
Click "Save" button
Only scripts for musplayer supporting multiparts.
haha thanks, it worked :D
Delete