Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBlackstone committed May 22, 2022
1 parent e2bfe21 commit afb52a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Here are all the files and folders you need pay attention to:
├── img // image used by site
├── posts // Your blog posts markdown file
| └── image // image used by posts
└── xml // Put all your MusicXML sheet here
└── musicxml // Put all your MusicXML sheet here
└── about.md // your self-introduction
```

Expand Down Expand Up @@ -75,13 +75,13 @@ If you need to insert MusicXML, put xml file into `./src/xml/`, for example, you
If you want to insert midi-player, put midi file into `./src/midi/`, for example, you have a `sample.mid`, then you can use `midi-container` label in markdown to play this midi file.

```
<midi-container file="sample"><midi-container/>
<midi-container file="sample.mid"><midi-container/>
```

There are three kinds of visualizer that can be attached to player: `piano-roll`, `waterfall`, `staff`.

```
<midi-container file="sample" type="piano-roll"><midi-container/>
<midi-container file="sample.mxl" type="piano-roll"><midi-container/>
```

## Deployment
Expand Down

0 comments on commit afb52a7

Please sign in to comment.