File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ of the predefined opcode overloads.
40
40
41
41
Here is an example of the create opcode. It uses the file [ create.csd] ( ../examples/create.csd ) .
42
42
43
- ``` csound-csd title="Examples of the two create opcode overloads ." linenums="1"
43
+ ``` csound-csd title="Examples of the create opcode." linenums="1"
44
44
--8<-- "examples/create.csd"
45
45
```
46
46
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ i 2 time 2.90032: 1.00000
92
92
The following example shows the init opcode in the context of
93
93
instrument and opcode initialisation.
94
94
95
- ``` csound-csd title="Examples of the two create opcode overloads ." linenums="1"
95
+ ``` csound-csd title="Examples of the instrument definition, instance and opcode init ." linenums="1"
96
96
--8<-- "examples/create.csd"
97
97
```
98
98
You can’t perform that action at this time.
0 commit comments