unofficial music editor for LIKO-12
A downloadable tool for Windows, macOS, Linux, and Android
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.
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.