Files
NiceTransposer/README.md
2025-08-07 11:06:46 +08:00

43 lines
976 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 不囉唆的文字移調器 by NiceChord 好和弦
超簡單、無廣告、不囉唆的文字移調工具!只有 17 KB離線使用也 OK
純 HTML + CSS + JavaScript沒有任何外部依賴套件。
### 怎麼用?
1. 把包含音名或和弦的文字貼到輸入框
2. 點選你要的移調音程(比如說移高大三度、移低完全五度之類的)
3. 程式就會馬上顯示移調結果
### 範例
**輸入:**
```
C C G G A A G
```
**點「移高大二度」,輸出:**
```
D D A A B B A
```
**和弦進行也可以:**
```
Cmaj7 | Am7 | Fmaj7 | G9sus | C(add2) ||
```
**點「移高大二度」,會輸出:**
```
Dmaj7 | Bm7 | Gmaj7 | A9sus | D(add2) ||
```
### 支援輸入格式
- 基本音名:`C``D``E``F``G``A``B`
- 升記號:`C#``F##``Cx`x = 重升)
- 降記號:`Bb``Ebb`
- 各種和弦:`Cmaj7``Am7``F#dim``Bb13sus4`
每個音名或和弦代號間,須用空白分隔。