-
-
Notifications
You must be signed in to change notification settings - Fork 100
Description
Inconsistencies in basic trimming
Just starting with SoundThread (which is great) is selected a nice part of a sample that I wanted to save to use elsewhere (which module to use?).
In the instruction video it is said when a part of the sample/input file is selected only that part will be processed. However, 'trim' and 'remove' require entering percentages that (it turns out) apply to the whole input files. Using them on a selected section renders errors.
I had a sample of 1750 ms *), selected 300-410 ms, which is part from17% to 23% of the sample.
- When I keep the section selected and enter 17% and 23% in 'trim'-> error messages. **) (in a way my mistake, inconsistent, but hard to know how to proceed),
- When I keep the section selected and enter 0 - 100% in 'trim' (consistent) -> error messages. **)
- When I unselect ***) section and enter 17% and 23% in 'trim' I get an output file, however it is the part 00:00:17 - 00: 00:23 instead of 00:00:30 - 00:00:41 (consisitent input, inconsistent interpretation: percentages vs time).
So to me there seem to be two inconsistencies:
- In 'trim' and 'remove' the whole input file is processed instead of the selected part.
- In 'trim' the percentages are taken as time stamps.
*) the time is given in 100ths of seconds where usually ms are used. I used Ableton Sampler and Audacity to figure out why I, just beginning in SoundThread (which is great), just could not save my selected sample section as output file.
**) This took me hours with many trials and errors, so I did not document everything, but errors were like.
Processes ran successfully
ERROR: INVALID DATA
ERROR: endcut = startcut: No cutting possible.
Processes failed with exit code: -1
Processes ran successfully
ERROR: INCORRECT USE
ERROR: Parameter[3] Value (0.010000) out of range (0.022676 to 1107.142857)
Processes failed with exit code: -1
***) there actually seems to be no 'unselect'; you have to select the whole sample again, which is hard. In selecting the time-stamps do not run along.
SoundThread 0.40.0-beta
Windows 11