/[svn]/libgig/trunk/man/wav2gig.1.in
ViewVC logotype

Diff of /libgig/trunk/man/wav2gig.1.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3991 by schoenebeck, Tue Aug 31 15:58:57 2021 UTC revision 3994 by schoenebeck, Thu Sep 2 16:22:36 2021 UTC
# Line 1  Line 1 
1  .TH "wav2gig" "1" "30 Aug 2021" "libgig @VERSION@" "libgig tools"  .TH "wav2gig" "1" "02 Sep 2021" "libgig @VERSION@" "libgig tools"
2  .SH NAME  .SH NAME
3  wav2gig \- Create GigaStudio (.gig) file from a set of WAV files.  wav2gig \- Create GigaStudio (.gig) file from a set of WAV files.
4  .SH SYNOPSIS  .SH SYNOPSIS
# Line 50  Print version and exit. Line 50  Print version and exit.
50  .B \ --dry-run  .B \ --dry-run
51  Scan input sample (.wav) files, but exit before creating any .gig file.  Scan input sample (.wav) files, but exit before creating any .gig file.
52  .TP  .TP
53    .B \ --verbose
54    Increase amount of info being shown.
55    .TP
56  .B \ --regex-name1 PATTERN  .B \ --regex-name1 PATTERN
57  Regular expression for overriding the  Regular expression for overriding the
58  .BR NAME1  .BR NAME1
59  part of the input sample file name scheme.  part of the input sample file name scheme.
60    
61  Defaults to '^([^-]+) - [^-]+ - [^-]+ - [^-]+ - [^.]+'.  Defaults to '([^-\/\\]+) - [^-]+ - [^-]+ - [^-]+ - [^.]+'.
62    
63  .TP  .TP
64  .B \ --regex-name2 PATTERN  .B \ --regex-name2 PATTERN
# Line 63  Regular expression for overriding the Line 66  Regular expression for overriding the
66  .BR NAME2  .BR NAME2
67  part of the input sample file name scheme.  part of the input sample file name scheme.
68    
69  Defaults to '^[^-]+ - ([^-]+) - [^-]+ - [^-]+ - [^.]+'.  Defaults to '[^-\/\\]+ - ([^-]+) - [^-]+ - [^-]+ - [^.]+'.
70    
71  .TP  .TP
72  .B \ --regex-velocity-nr PATTERN  .B \ --regex-velocity-nr PATTERN
# Line 71  Regular expression for overriding the Line 74  Regular expression for overriding the
74  .BR VELOCITY_NR  .BR VELOCITY_NR
75  part of the input sample file name scheme.  part of the input sample file name scheme.
76    
77  Defaults to '^[^-]+ - [^-]+ - ([^-]+) - [^-]+ - [^.]+'.  Defaults to '[^-\/\\]+ - [^-]+ - ([^-]+) - [^-]+ - [^.]+'.
78    
79  .TP  .TP
80  .B \ --regex-note-nr PATTERN  .B \ --regex-note-nr PATTERN
# Line 79  Regular expression for overriding the Line 82  Regular expression for overriding the
82  .BR NOTE_NR  .BR NOTE_NR
83  part of the input sample file name scheme.  part of the input sample file name scheme.
84    
85  Defaults to '^[^-]+ - [^-]+ - [^-]+ - ([^-]+) - [^.]+'.  Defaults to '[^-\/\\]+ - [^-]+ - [^-]+ - ([^-]+) - [^.]+'.
86    
87  .TP  .TP
88  .B \ --regex-note-name PATTERN  .B \ --regex-note-name PATTERN
# Line 87  Regular expression for overriding the Line 90  Regular expression for overriding the
90  .BR NOTE_NAME  .BR NOTE_NAME
91  part of the input sample file name scheme.  part of the input sample file name scheme.
92    
93  Defaults to '^[^-]+ - [^-]+ - [^-]+ - [^-]+ - ([^.]+)'.  Defaults to '[^-\/\\]+ - [^-]+ - [^-]+ - [^-]+ - ([^.]+)'.
94    
95  .SH SAMPLE NAMES  .SH SAMPLE NAMES
96  By default this tool assumes the following input sample file naming scheme for  By default this tool assumes the following input sample file naming scheme for
# Line 134  to override this part of the naming sche Line 137  to override this part of the naming sche
137  MIDI Note number of the sample (e.g. "021" for note a-1).  MIDI Note number of the sample (e.g. "021" for note a-1).
138    
139  This informtion will be used to automatically map the sample to a region on the  This informtion will be used to automatically map the sample to a region on the
140  keyboard.  keyboard. The sample's root note (a.k.a. "unity note") is taken directly from
141    the .wav file content, however if the .wav file content does not contain a root
142    note information then
143    .B \ NOTE_NR
144    is used as root note as well.
145    
146  You may use  You may use
147  .BR --regex-note-nr  .BR --regex-note-nr

Legend:
Removed from v.3991  
changed lines
  Added in v.3994

  ViewVC Help
Powered by ViewVC