Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scaledteam/imelody-editor
Editor for .imy (IMelody) format made on Love2D engine.
https://github.com/scaledteam/imelody-editor
imelody imy love2d sound-editor synthesizer
Last synced: 10 days ago
JSON representation
Editor for .imy (IMelody) format made on Love2D engine.
- Host: GitHub
- URL: https://github.com/scaledteam/imelody-editor
- Owner: scaledteam
- Created: 2023-12-14T14:30:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-20T12:22:32.000Z (9 months ago)
- Last Synced: 2024-11-25T16:25:22.285Z (2 months ago)
- Topics: imelody, imy, love2d, sound-editor, synthesizer
- Language: Lua
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# imelody-editor
Editor for .imy (IMelody) format made on Love2D engine.It's tested only on Sony T68i, compability with other phones is not guaranteed.
## Usage
To start program, you need to install [Love2D](https://love2d.org/), then run engine from main directory:
```
love .
```To open existing .imy files, type:
```
love . songs/Furamingo.imy
```Write notes: "z,s,x,d,c,v,g,b,h,n"
Delay: "p", Short delay: "["
Write .imy file: "Enter"
Undo: "Backspace"
Change duration: "Up and Down arrow keys"
Change octave: "Left and Right arrow keys"
Play song: "Spacebar"
Play last 10 notes: "0"
Stop song: "Escape"
Show notes: "Shift"
Scroll notes: "Page Up and Page Down"
Quit: "q"
## Screeshots, videos
Additional info can be found on my stream (RUS): https://youtu.be/ZEW02flS3LE?t=1529