Specy / genshin-music

A music composer and song learning webapp made for the games Genshin and Sky Cotl. Made with Next.js, WebMIDI, WebAudio, pixi.js
https://specy.app/
MIT License
132 stars 35 forks source link

[QUESTION] How to add long notes for violin for example , 2) why i cant import multiple MIDI files to same melody (each one in a layer) #81

Closed TheLime1 closed 3 weeks ago

TheLime1 commented 3 weeks ago

1) How to add long notes for violin for example 2) why i cant import multiple MIDI files to same melody (each one in a layer)

TheLime1 commented 3 weeks ago

also there is a bug for some long notes instruments (like saxophone) you dont hear anything if you use the sheets because the instrument take 0.5sec to just hear the actual note

Specy commented 3 weeks ago

Long notes are not currently implemented.

MIDI creates a new song rather than adding it to the current one as it could "break" the current song, you can merge multiple midi files to the same melody by creating different songs, then copying the whole song and pasting it into another one