27 November 2014

Back - Infinite

Back it's name of some korean band, never listened their music before but as I know few of you like k-pop :)


26 November 2014

Kingdom Hearts - Hikari

Someone asked about this script long ago :)


25 November 2014

NotesConvertor: work in progress

Decided share about progress under software, it's looking more nicer now.
Few description for video:
  • Yellow-brown notes it's percussion notes
  • Green notes for black panels
  • Blue notes for white panels
  • Red it's notes which out of channels (8 channels limitation in aion. You remember this, right?). You need reduce red notes amount to 0 before save to script.

Actually software exporting all notes to script without instruments in mind, so in game it's will sounds like all notes for piano.

20 November 2014

Ayano Mashiro - Ideal White

Opening theme from Fate/Stay Night: Unlimited Blade Works.


Script here (for MusPlayer only)

16 November 2014

Guilty Crown - My Dearest

Version for MusPlayer and more tuned than standalone version.

Scripts: part01, part02, part03

15 November 2014

Animenz - The city in the night

Another script for player, actually all my next scripts will for player only, tell me if you mind.

This composition by one good pianist who transcribed a lot music from anime before, but this time it's his original. You can listen it here.

14 November 2014

Scott Joplin - Breeze From Alabama

It's multi-parts scripts, works only with MusPlayer (1.06+). No video cause im lazy (actually in video it's sounds not so good, need stable fps more than 30+ at least).

Scripts: part01, part02

MusPlayer (ver 1.0651)

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

10 November 2014

Aion music player (ver 1.04) + more converted scripts for player

Someone may think: "Ha, 1.04 already? Seems he found a few bugs and decided share with fixes". NOPE! :P

Aion music player (ver 1.03) + few converted scripts for player

What's new?

1. Reset instruments before run new song (before if you setup instruments for some script, they affected on next song)
2. Add hook for OnSoundPlay function, now you can make own OnSoundPlay function if you need it (some my multi-instrumental scripts require it). This function and additional property in s_info table (i'm talking about s_info["onsound"]) not required if you no need it.

Example of using:

-- you can name this function as you wish
function on_sound(channel, note, len, label)
-- your code
end

function r()
-- important: s_info["onsound"]=name_of_your_function
-- must be in r() function
s_info["onsound"]=on_sound
-- your code
end

3. Few changes in next, prev, try_again functions, now it's detect if you use it while some music synchronizing and just ignore your request (before some bugs can be occur).

08 November 2014

Music player script

Warning: script in this article depricated (check MusPlayer page for new), but video still useful for peoples who don't understand how it's working.

07 November 2014

Loops for multi-parts scripts

Yes, multi-parts scripts possible to loop without any problems with synchronize. I'm used Comptine dun Autre Ete composition in my experiments, so you can use looped version for this song. If you wanna looped version for another multi-parts scripts what i published before, tell me which, 'cause I'm too lazy for edit them all :)

05 November 2014

Home Visits

Warning: it's not music script, I talked about this idea in comments in Messege board page.


Rurouni Kenshin - Everlasting Future

Modified video, one wall using for notes, another with ingame video what I did ~month ago (planned use video from anime, but was lazy for create it too), enjoy.


Script here

And... I'm not sure when I can publish next video/script, need take a pause.

04 November 2014

K-ON!! - GO! GO! Maniac

Even after server shotdown scripts continue to work :) Another theme from K-ON!!


02 November 2014

Linkin Park - Numb

Read first line of code before using this script. Also you need to use short name and empty description field.