From ea6519f015172b036fb4d037305117eecfdf0c88 Mon Sep 17 00:00:00 2001 From: Wiwi Kuan Date: Mon, 24 May 2021 19:36:05 +0800 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 880e49c..3454afc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,22 @@ # NiceIdea Quick random idea generator for musicians! +用隨機的方式產生音樂靈感!這是用 JavaScript 寫成的小工具,在終端機下執行,使用非常單純、跑得非常快、只用鍵盤就可以操作的純文字介面。目前的功能有: + +- 產生隨機旋律(音名) +- 產生隨機和弦 +- 產生隨機大小調跟調號 +- 產生隨機調式 +- 產生隨機拍號 +- 產生隨機速度 +- 產生隨機歌名 +- 以及給你一些激發靈感的點子 + +原始碼可以用 Node.js 執行,如果你是跟電腦沒有特別熟的一般人,就下載「直接可執行檔」就好。 + ### 下載(直接可執行檔,binaries) -如果你是一般人,到這個 Google Drive 連結下載直接可執行檔。(for Mac/Linux/Windows) +到這個 Google Drive 連結下載直接可執行檔。(for Mac/Linux/Windows) https://drive.google.com/drive/folders/1O1IRC5U4AvO8Y-lMudvWtme44Y2NzXeD?usp=sharing ### 原始碼