A downloadable tool for Windows, macOS, Linux, and Android

Download NowName your own price

First: sorry for my bad english. If you wish help me correct this text - let me know.

This unofficial music editor for fantasy console LIKO-12 (and writed by it). For 3 of sound channels. With mouse/touch control. Based on Audio.play(sfx-table,channel) function.


It's not perfect, but while LIKO-12 haven't own music editor maybe it can be useful for someone.


When you create your great music, editor create a numeric datas  for sfx-tables for each channel. You can copy  those datas in clipboard and paste it into your LIKO-12 project. Also you can paste from clipboard those datas back in editor for work with your music further.   

 

Notes:
Don't remain empty line between notes in row, else you cut sfx-table. If you need set silence pause - use "mut" button.  

When you copy one of channel in clipboard, a numerical appear at it. This numerical help you make music loop in your project. For example, you set some notes and get number 96. So next code loop your music:

sfx={--paste here your sound channel from clipboard}
tm=96
function _update()
    tm=tm+1
    if tm>97 then tm=0; Audio.play(sfx,0) end
end

Added version 1.1. Some changes for timing and volume. And some others little changes.

StatusReleased
CategoryTool
PlatformsWindows, macOS, Linux, Android
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorAkiPot
Tagseditor, liko-12, Music

Download

Download NowName your own price

Click download now to get access to the following files:

muz.lk12 (v 1.1) 83 kB
muz.lk12 (v 1.0) 83 kB

Leave a comment

Log in with itch.io to leave a comment.