14 November 2014

MusPlayer (ver 1.0651)

Added:
1. Multi-parts scripts possible now.
2. Random mode.

Example of multi-parts scripts, how you can use it in own scripts:

Script #01:
-- Part 01/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
}
Script #02
-- 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.

9 comments:

  1. 1.062 a few fixes, link updated.

    ReplyDelete
  2. 1.063 fix in search function for playlist, link updated.

    ReplyDelete
  3. 1.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.

    ReplyDelete
  4. well 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

    ReplyDelete
    Replies
    1. Sry i dont understand your question:
      > i chose multipart
      where?
      > i saw no interruption between 2 parts
      what you mean?
      > i opened script
      which script?

      Delete
    2. 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.

      Delete
    3. because 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

    4. >----- 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.

      Delete
    5. haha thanks, it worked :D

      Delete