Skip to content

Commit

Permalink
Naming coherency.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Aug 11, 2023
1 parent 36d1b18 commit 1fcf590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion architecture/max-msp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Here are the available options:
- `-effect auto` : generates a polyphonic DSP connected to a global output effect defined as 'effect' in <file.dsp>, ready to be used with MIDI or OSC
- `-compile` : to trigger C++ compilation at load time
- `-test` : to generate special 'RB_XX' prefix for parameters (for testing)
- `-sp` : to generate codebox subpatchers as a foo.rnbopat file (and possibly foo_effect.rnbopat)
- `-sp` : to generate codebox subpatchers as a file.rnbopat file (and possibly file_effect.rnbopat)
- `-cpp_path <path>` : to set C++ export folder
- `-cpp_filename <filename>` : to set C++ export filename

Expand Down
2 changes: 1 addition & 1 deletion tools/faust2appls/faust2rnbo
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echoHelp()
option "-effect auto"
option -compile "to trigger C++ compilation at load time"
option -test "to generate special 'RB_XX' prefix for parameters (for testing)"
option -sp "to generate codebox subpatcher as a foo.rnbopat file (and possibly foo_effect.rnbopat)"
option -sp "to generate codebox subpatcher as a file.rnbopat file (and possibly file_effect.rnbopat)"
option "-cpp_path <path>"
option "-cpp_filename <filename>"
option "Faust options"
Expand Down

0 comments on commit 1fcf590

Please sign in to comment.