Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyLGod committed Nov 2, 2022
1 parent 0c41be9 commit 1205302
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
# omg-score
⭐ An applet used for listening to piano pieces, then transferring them and play them in the web page.
<h3 align="center">
<img src="https://readme-typing-svg.herokuapp.com/?font=Roboto+Mono&size=25&width=240&color=46BEA3duration=1600&lines=🎵Omg+Player🎶" height="80"/></br>
<font>⭐ Transferring piano pieces and playing them dynamically in the browser. 🌠</font>
</h3>

🔪 Tools: three.js & MIDI.js
<div align="center">
<p>
<a href="#"><img src="https://custom-icon-badges.herokuapp.com/github/last-commit/SleepyLGod/omg-score" alt="omg-score"/></a>
</p>
</div>

## ⚡ Quick setup
```bash
git clone [email protected]:SleepyLGod/omg-score.git
```

## ⚙ Basic
+ The project is divided into 3 parts.
+ The [OmgSimplePlayer](./OmgSimplePlayer/) is the web applet to play standard midi files, and you can change the tempo.
+ The [OmgPianoPlayer](./OmgPianoPlayer) and [OmgPianoTranscription](./OmgPianoTranscription) is the web applet to convert mp3 files to midi files of piano pieces, and play them dynamically. The former is the frontend and the latter is the backend. You can see a three-dimensional piano model and adjust its spatial position freely. When the piano is being played, you can see the keys move with the notes, and you can also download the converted midi files and use them for other playback editors and editors.

## 🔨 Tasks
- [ ] Convert mp3 files to standard midi files.
- [ ] Convert songs and pieces in other formats like wav to standard midi files.
- [ ] Choose and upload local files freely.
- [ ] Play all kinds of standard midi files in the web page simply.
- [ ] Change the song tempo in the simple player.
- [ ] Play midi files(piano pieces) in the web page dynamically.
- [ ] Change the song tempo in the dynamic player.
- [ ] Play midi files of various musical instruments in the web page dynamically.
- [ ] Modify the converting and transmitting speed.

## 🔪 Tools
+ Three.js
+ MIDI.js
+ Piano transcription inference
+ Maven & springboot

## 🙋‍♂️ Support
💙 If you like this project, give it a ⭐ and share it with friends!

0 comments on commit 1205302

Please sign in to comment.