Skip to content

Commit 3186a03

Browse files
author
vlazzarini
committed
improved example and one-liner
1 parent 1400ac4 commit 3186a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples/create.csd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endin
3333
instr Two
3434
obj:Opcode = create(oscili)
3535
sig:a = init(obj, p4, p5)
36-
sig:a = run(obj, p4, p5)
36+
sig:a = perf(obj, p4, p5)
3737
out(sig)
3838
event_i("e", 0, 2)
3939
endin

docs/opcodes/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ category:Instrument Control:Initialization and Reinitialization
44
-->
55

66
# create
7-
Creates a new instrument definition or new instrument instance.
7+
Creates a new instrument definition, instrument instance, or opcode object.
88

99
## Syntax
1010
=== "Modern"

0 commit comments

Comments
 (0)