Skip to content

Commit 32c93b3

Browse files
committed
More precise docs
1 parent a3aad11 commit 32c93b3

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

Svc/FpySequencer/FpySequencerParams.fppi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
param STATEMENT_TIMEOUT_SECS: F32 default 0
66

77
@ the base directory relative to which sequence file paths are resolved.
8-
@ added as a suffix to the sequence path before opening the file. if it is
9-
@ a relative path, then the sequence path is resolved relative to the process's
10-
@ current working directory
8+
@ suffixed to the input sequence file path before resolution occurs following
9+
@ the rules of Os::File::open. trailing slash optional
1110
param SEQ_BASE_DIR: string size FileNameStringSize default Fpy.DEFAULT_SEQ_BASE_DIR

default/config/FpySequencerCfg.fpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ module Svc {
88
dictionary constant MAX_STACK_SIZE = 65535
99
@ the maximum number of bytes in a directive
1010
dictionary constant MAX_DIRECTIVE_SIZE = 2048
11-
@ the default value of the SEQ_BASE_DIR parameter. if a relative path or
12-
@ empty, sequence paths are resolved relative to the process's current
13-
@ working directory.
11+
@ the default value of the SEQ_BASE_DIR parameter. suffixed to
12+
@ the input sequence file path before resolution occurs following
13+
@ the rules of Os::File::open. trailing slash optional
1414
dictionary constant DEFAULT_SEQ_BASE_DIR = ""
1515
}
1616
}

0 commit comments

Comments
 (0)