[obsidian] vault backup: 2025-10-11 22:07:26[
Some checks failed
Build / build (push) Failing after 10m20s

This commit is contained in:
2025-10-11 22:07:27 +09:00
parent d3d55d81b9
commit a29eae0284

View File

@@ -30,6 +30,19 @@ mimiumでやろうとすると、パターン型が再帰型になるので、
Duration+Restで相対的に表現する普通のシーケンサーならDuration一定と考えるのが普通
---
例えばシンプルにピッチだけをいじるとする
```rust
fn dsp(){
let f = P!([440,880,330], 500)//500ms間隔で音程を変える
}
```
---