diff --git a/content/otopoiesis.md b/content/otopoiesis.md index 8d74d32d..371ba28d 100644 --- a/content/otopoiesis.md +++ b/content/otopoiesis.md @@ -170,6 +170,8 @@ let track3 = track_regions(regions) ``` +こういうことができるとなると、リージョンの移動に応じて生成される波形が変わるみたいなこともできるようになるが、サムネイルの生成のために全てのトラックを一度走査するみたいな必要は出てくるよな + ```rust fn track_regions(regions:[{start:float,dur:float,generator:()->float}]){