Skip to content

Commit

Permalink
UPDATE README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vescrity committed May 15, 2024
1 parent 2fbe978 commit df494f3
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# MeloNote

> 开发中...
轻量的旋律灵感记录器。

> 主要功能基本完成。

## Feature

- [x] 按键录制
- [x] BPM 推断
- [x] midi 导出
- [x] 状态栏提示
- [x] 录制后编辑
- [ ] 量化导出
- [x] 区段筛选编辑
- [ ] 量化后导出
- [ ] 自定义配置
- [ ] 命令批处理

![Screen](screen.gif)

Expand All @@ -19,10 +22,20 @@
- 拿纸记灵感又记不好节奏
- 不愿意打开 DAW 随后陷入音色选择困难症
- 录制灵感不愿听到声音反馈
## 运行环境

- [x] Linux x86_64
- [x] Windows x86_64 (存在小问题)
- [ ] MacOS (?)
- [ ] Android (?)

## 构建

- 依赖
- Qt (>=6, 5 未测试)
- cmake >= 3.5
- (可选)字体 Monospace

```bash
cd workspace
mkdir build
Expand Down

0 comments on commit df494f3

Please sign in to comment.