We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1400ac4 commit 3186a03Copy full SHA for 3186a03
docs/examples/create.csd
@@ -33,7 +33,7 @@ endin
33
instr Two
34
obj:Opcode = create(oscili)
35
sig:a = init(obj, p4, p5)
36
- sig:a = run(obj, p4, p5)
+ sig:a = perf(obj, p4, p5)
37
out(sig)
38
event_i("e", 0, 2)
39
endin
docs/opcodes/create.md
@@ -4,7 +4,7 @@ category:Instrument Control:Initialization and Reinitialization
4
-->
5
6
# create
7
-Creates a new instrument definition or new instrument instance.
+Creates a new instrument definition, instrument instance, or opcode object.
8
9
## Syntax
10
=== "Modern"
0 commit comments