From ec5dedd67551b1f1f17476b311fb1521123b3d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E6=B5=A6=20=E7=9F=A5=E4=B9=9F=20Matsuura=20Tomoy?= =?UTF-8?q?a?= Date: Fri, 29 Aug 2025 11:01:04 +0900 Subject: [PATCH] [obsidian] vault backup: 2025-08-29 11:01:04[ --- content/otopoiesis.md | 2 ++ 1 file changed, 2 insertions(+) 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}]){