Edit:
Isloate gives
“ERROR: INTERNAL ERROR: (Bug?)
ERROR: Failed to parse input file 0”
This isn’t ‘peakchop - isolate’, but just ‘isolate’ in the exe filter right? In the beta version I have, not released in this thread yet, isolate is commented / left out of the definitions because it outputs multiple files which isn’t supported. So for now forget about the different isolate modes.
Filterbank1 Harmonic gives:
“ERROR: INVALID DATA
ERROR: Can’t open file 5000 to read data.”
That one works here, but probably between cdp 0.5 & 0.6 the definition for this one was fixed?
If you have enabled the scripting terminal in Renoise, you can check for yourself in the definition file, it should be like this;
dsp["Filter Bank 1 - Harmonic"] = {
cmds = { exe = "filter", mode = "bank 1", channels = "any", tip = "The harmonic series is formed by multiplying a given frequency by an ascending series of integers: 1, 2, 3, 4, etc. The harmonic relationships produced are sonorous, but depart from the structure of triadic chords higher in the series. This Mode builds this type of harmonic relationship onto lofrq, which may be the actual pitch of a pitched tone or any arbitrary pitch. Because this is being done with a filter process, other sonic material is cleaned away, so a cleaner (and possibly quieter) sound may result, with more complex noise elements removed. Quite a bit of gain may be required – values of 40 or 50+ in this situation will not be unusual. Set hifrq as high as possible less too few harmonics are produced. This clean sound may provide a good input for spectral time-stretching, for example, to achieve a well-tuned sound with a minimum of artefacts." },
arg1 = { name = "Input", input = "wav", tip = "Select the input sound to the process" },
arg2 = { name = "Output", output = "wav", tip = "Select the output sound to the process" },
arg3 = { name = "Q", min = 0.001, max = 10000, input = "brk", tip = "Sets the Q of the effect" },
arg4 = { name = "Gain", min = 0.001, max = 10000, def = 2.5, },
arg5 = { name = "LoFrq", min = 10, max = srate/3, },
arg6 = { name = "HiFrq", min = 10, max = srate/3, },
arg7 = { name = "Scatter", switch = "-s", min = 0, max = 1, tip = "Random scatter of frequencies" },
arg8 = { name = "Double", switch = "-d", },
}
Note that you have to set lofrq & hifrq otherwise there are too few filters to work with, also probably a lower value for Q.
While others again list the man page for the program.
I don’t get what you mean with man page for the program? Does something like ‘distort - distort reform - convert to sinus…’ work? If not, what does the terminal put out?