Is there any way to include Lyrics and Chords on a Midi file as metadata type 01 and 05?
I can’t find this on the manual. All I have found until now is that I need an external Midi Metadata Editor, but I would like to do it from Cubase if possible.
The point is that I want to export a Midi file made in Cubase with the lyrics and chords embedded on the midi file, it’s not a question of displaying the lyrics and chords on Cubase only.
Hi again! Yes, it works with both lyrics and chords.
Chords must be text events
Lyrics must be SMF events type 05
The app in my tablet recognizes them perfectly
So thank you very much, my friend!
What I’m missing now is how to insert line breaks in every sentence. I can’t find the way to separate the sentences when they are displayed in the app. I’ve been reading in Midi Association and tried to insert [CR] and [FL], or their equivalent in ASCII (0D and 0A, respectively), but nothing works. I will keep on investigating. What I want is like the following example:
“I tried to focus”
“On different sight”
But on the app it shows as “I tried to focusOn different sight”
Of course I am writing this in two different SMF events type 05
Since each event has its own position it would be easy for your app to identify them as seperate texts and insert LF or CR by itself.
I would approach the maker of that app with this issue.
In the meantime maybe it helps to insert something like " // " at the end of each event in order to build a visual gap yourself.
You can attach Lyrics/Text to each Note using the Text field on the Info Line in the Key Editor. I don’t know if that gets saved as Lyric Metadata when exporting MIDI.
Instead of entering each syllable one by one in the Key Editor you can assign them in bulk using the Score Editor’s Score Settings dialog. You break up the text so they match the Notes, select the starting Note and assign the Text all at once.
which is almost right, but it doesn’t apply line jumps, so, for instance, in the first sentence “I tried to focus on different sight,I”. The last “I” should be on the second line. (The same happens with the rest of the lines…
This is what is driving me crazy.
At the same time I have written to M-Live support, who are the manufacturers of B.Beat, so if they answer with a solution I will update here as well.
In the meantime, I don’t know if anybody could have any idea about where’s the problem is…