From e188fb2e7e180d8309188b37152728f7ec459bb7 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 4 Sep 2022 00:44:55 +0100 Subject: example update --- examples/example5.csd | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/examples/example5.csd b/examples/example5.csd index d30629b..4ba6d07 100644 --- a/examples/example5.csd +++ b/examples/example5.csd @@ -1,7 +1,10 @@ /* csound-json example 5 - fill JSON object with various data at init time + fill JSON object with various data at k-rate and init time + add to an object loaded from disk + add f-table to JSON + print and save to disk */ @@ -34,10 +37,16 @@ endop instr boot + + ; empty objects iJson1 jsoninit iJson2 jsoninit + + ; fill with data schedule "run1", 0, 5, iJson1 schedule "run2", 5, 5, iJson2 + + ; combine objects schedule "process", 10, 1, iJson1, iJson2 turnoff endin -- cgit v1.2.3