Files
NiceTransposer/README.md
2025-08-07 03:28:02 +00:00

49 lines
1.1 KiB
Markdown
Raw Permalink 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 好和弦
超簡單、無廣告、不囉唆的文字移調工具!
真的會移到「正確的音名」!不像有些工具會 `D#``Eb` 傻傻分不清楚。
純 HTML + CSS + JavaScript沒有任何外部依賴套件。只有 17 KB離線使用也 OK
馬上用https://nicechord.com/transpose/
### 怎麼用?
1. 把包含音名或和弦的文字貼到輸入框
2. 點選你要的移調音程(比如說移高大三度、移低完全五度之類的)
3. 程式就會馬上顯示移調結果
### 支援輸入格式
- 基本音名:`C``D``E``F``G``A``B`
- 升記號:`C#``F##``Cx`x = 重升)
- 降記號:`Bb``Ebb`
- 各種和弦:`Cmaj7``Am7``F#dim``Bb13sus4`
每個音名或和弦代號間須用空白分隔。
### 範例
**輸入:**
```
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) ||
```