Skip to content

Commit

Permalink
Minor fixes.. of the fixes in define and include opcode pages
Browse files Browse the repository at this point in the history
  • Loading branch information
redtide committed Mar 1, 2024
1 parent 6e981b6 commit f60e46e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/opcodes/define.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ in the same instrument, however, requires care.
The following does not work well in ARIA/Sforzando, assuming that B.sfz uses `MYVAR`:

```sfz
#define MYVAR cc12
#define $MYVAR cc12
#include B.sfz
#define MYVAR cc13
#define $MYVAR cc13
#include B.sfz
```

Expand Down
4 changes: 2 additions & 2 deletions docs/opcodes/include.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ different points in an instrument.
The following does not work well in ARIA/Sforzando, assuming that B.sfz uses `MYVAR`:

```sfz
#define MYVAR cc12
#define $MYVAR cc12
#include B.sfz
#define MYVAR cc13
#define $MYVAR cc13
#include B.sfz
```

Expand Down

0 comments on commit f60e46e

Please sign in to comment.