-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c803224
commit c91af5e
Showing
9 changed files
with
69 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
export const infoList = [ | ||
"You can adjust the volume and pan of the midi audio and original audio while it's playing.", | ||
"You can adjust the volume and pan of the MIDI audio and original audio while it's playing.", | ||
"It is recommended when uploading a solo instrument recording to provide a tempo. Otherwise, the tempo will automatically be calculated.", | ||
"If the tempo was not able to be detected properly, it will default to 120 BPM.", | ||
"Hey, I hope you're having a great day. Thank you so much for taking the time to check out my project! ^_^", | ||
"If there are any unnecessarily high or low notes in the midi, you can adjust the min and max frequencies and regenerate it.", | ||
"If you want the midi output to be more like static chords, try increasing the minimum note length and note segmentation, and decrease the confidence threshold.", | ||
"If there are any unnecessarily high or low notes in the MIDI, you can adjust the min and max frequencies and regenerate it.", | ||
"If you want the MIDI output to be more like static chords, try increasing the minimum note length and note segmentation, and decrease the confidence threshold.", | ||
"The backdoor dominant is the five chord in the relative major of the parallel minor.", | ||
"If you want to remove the MIDI transcription for an instrument that isn't part of the song, set the confidence threshold all the way up and regenerate it.", | ||
"To continue working on the transcription, you can download the MIDI file and upload it to your music notation editor of choice.", | ||
"If the automatic transcription isn't very accurate, you can download the isolated audio for each instrument and continue to transcribe it yourself.", | ||
]; |