|
|
@@ -3584,6 +3584,66 @@
|
|
|
"subcategory": "convert",
|
|
|
"title": "Resynthesise"
|
|
|
},
|
|
|
+ "strange_glis_2": {
|
|
|
+ "category": "pvoc",
|
|
|
+ "description": "Extracts the spectral contour of the sound retaining any spectral articulation, such as patterns of speech, but replaces the signal by rising (positive values for Glissando Rate) or falling (negative values for Glissando Rate) inharmonic glissandos.",
|
|
|
+ "inputtype": "[1]",
|
|
|
+ "outputtype": "[1]",
|
|
|
+ "parameters": {
|
|
|
+ "param1": {
|
|
|
+ "paramname": "Formant Bands",
|
|
|
+ "paramdescription": "The number of bands to extract and apply to the shepard tone",
|
|
|
+ "automatable": false,
|
|
|
+ "outputduration": false,
|
|
|
+ "time": false,
|
|
|
+ "min": false,
|
|
|
+ "max": false,
|
|
|
+ "flag": "-p",
|
|
|
+ "minrange": 1.0,
|
|
|
+ "maxrange": 12.0,
|
|
|
+ "step": 1.0,
|
|
|
+ "value": 8.0,
|
|
|
+ "exponential": false,
|
|
|
+ "uitype": "hslider"
|
|
|
+ },
|
|
|
+ "param2": {
|
|
|
+ "paramname": "Glissando Rate",
|
|
|
+ "paramdescription": "The speed for the glissandos to rise or fall in semitones per second, positive = rise, negative = fall",
|
|
|
+ "automatable": true,
|
|
|
+ "outputduration": false,
|
|
|
+ "time": false,
|
|
|
+ "min": false,
|
|
|
+ "max": false,
|
|
|
+ "flag": "",
|
|
|
+ "minrange": -20.0,
|
|
|
+ "maxrange": 20.0,
|
|
|
+ "step": 0.01,
|
|
|
+ "value": 1.0,
|
|
|
+ "exponential": false,
|
|
|
+ "uitype": "hslider"
|
|
|
+ },
|
|
|
+ "param3": {
|
|
|
+ "paramname": "Spacing",
|
|
|
+ "paramdescription": "The spacing between each glissando in Hz",
|
|
|
+ "automatable": false,
|
|
|
+ "outputduration": false,
|
|
|
+ "time": false,
|
|
|
+ "min": false,
|
|
|
+ "max": false,
|
|
|
+ "flag": "",
|
|
|
+ "minrange": 50.0,
|
|
|
+ "maxrange": 200.0,
|
|
|
+ "step": 0.01,
|
|
|
+ "value": 50.0,
|
|
|
+ "exponential": false,
|
|
|
+ "uitype": "hslider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "short_description": "Impose formants on inharmonic glissandos",
|
|
|
+ "stereo": false,
|
|
|
+ "subcategory": "formants",
|
|
|
+ "title": "Inharmonic Glissandos"
|
|
|
+ },
|
|
|
"specfnu_specfnu_3": {
|
|
|
"category": "pvoc",
|
|
|
"description": "A spectral peak is an area of higher amplitude among the frequencies of the spectrum. A trough is an area of low amplitude between spectral peaks. The INVERT mode swaps these, so that the peaks become troughs and vice versa. This should make the sound noisier, with buzzy high frequencies. Vibrate allow you to oscillate between the original and inverted states this works particularly well when set to a very low value e.g. 0.01.",
|
|
|
@@ -4344,6 +4404,110 @@
|
|
|
"subcategory": "pitch",
|
|
|
"title": "Fold"
|
|
|
},
|
|
|
+ "strange_shift_4": {
|
|
|
+ "category": "pvoc",
|
|
|
+ "description": "Applies a linear frequency shift to the sound between the minimum and maximum frequencies. Unlike pitch shifting, frequency shifting offsets all frequencies by the same number of Hz which decorrolates the harmonic relationship between frequencies in the sound. ",
|
|
|
+ "inputtype": "[1]",
|
|
|
+ "outputtype": "[1]",
|
|
|
+ "parameters": {
|
|
|
+ "param1": {
|
|
|
+ "paramname": "Shift Amount",
|
|
|
+ "paramdescription": "The amount to shift the sound in Hz",
|
|
|
+ "automatable": false,
|
|
|
+ "outputduration": false,
|
|
|
+ "time": false,
|
|
|
+ "min": false,
|
|
|
+ "max": false,
|
|
|
+ "flag": "",
|
|
|
+ "minrange": -500.0,
|
|
|
+ "maxrange": 500.0,
|
|
|
+ "step": 0.01,
|
|
|
+ "value": 50.0,
|
|
|
+ "exponential": false,
|
|
|
+ "uitype": "hslider"
|
|
|
+ },
|
|
|
+ "param2": {
|
|
|
+ "paramname": "Minimum Frequency",
|
|
|
+ "paramdescription": "The lowest frequency in Hz to be processed",
|
|
|
+ "automatable": false,
|
|
|
+ "outputduration": false,
|
|
|
+ "time": false,
|
|
|
+ "min": true,
|
|
|
+ "max": false,
|
|
|
+ "flag": "",
|
|
|
+ "minrange": 20.0,
|
|
|
+ "maxrange": 20000.0,
|
|
|
+ "step": 0.01,
|
|
|
+ "value": 20.0,
|
|
|
+ "exponential": true,
|
|
|
+ "uitype": "hslider"
|
|
|
+ },
|
|
|
+ "param3": {
|
|
|
+ "paramname": "Maximum Frequency",
|
|
|
+ "paramdescription": "The highest frequency in Hz to be processed",
|
|
|
+ "automatable": false,
|
|
|
+ "outputduration": false,
|
|
|
+ "time": false,
|
|
|
+ "min": false,
|
|
|
+ "max": true,
|
|
|
+ "flag": "",
|
|
|
+ "minrange": 20.0,
|
|
|
+ "maxrange": 20000.0,
|
|
|
+ "step": 1.0,
|
|
|
+ "value": 20000.0,
|
|
|
+ "exponential": true,
|
|
|
+ "uitype": "hslider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "short_description": "Linear frequency shift within a set range",
|
|
|
+ "stereo": false,
|
|
|
+ "subcategory": "pitch",
|
|
|
+ "title": "Frequency Shift"
|
|
|
+ },
|
|
|
+ "strange_glis_3": {
|
|
|
+ "category": "pvoc",
|
|
|
+ "description": "Extracts the spectral contour of the sound retaining any spectral articulation, such as patterns of speech, but replaces the signal by rising (positive values for Glissando Rate) or falling (negative values for Glissando Rate) versions of the original input sound.",
|
|
|
+ "inputtype": "[1]",
|
|
|
+ "outputtype": "[1]",
|
|
|
+ "parameters": {
|
|
|
+ "param1": {
|
|
|
+ "paramname": "Formant Bands",
|
|
|
+ "paramdescription": "The number of bands to extract and apply to the shepard tone",
|
|
|
+ "automatable": false,
|
|
|
+ "outputduration": false,
|
|
|
+ "time": false,
|
|
|
+ "min": false,
|
|
|
+ "max": false,
|
|
|
+ "flag": "-p",
|
|
|
+ "minrange": 1.0,
|
|
|
+ "maxrange": 12.0,
|
|
|
+ "step": 1.0,
|
|
|
+ "value": 8.0,
|
|
|
+ "exponential": false,
|
|
|
+ "uitype": "hslider"
|
|
|
+ },
|
|
|
+ "param2": {
|
|
|
+ "paramname": "Glissando Rate",
|
|
|
+ "paramdescription": "The speed for the glissandos to rise or fall in semitones per second, positive = rise, negative = fall",
|
|
|
+ "automatable": true,
|
|
|
+ "outputduration": false,
|
|
|
+ "time": false,
|
|
|
+ "min": false,
|
|
|
+ "max": false,
|
|
|
+ "flag": "",
|
|
|
+ "minrange": -20.0,
|
|
|
+ "maxrange": 20.0,
|
|
|
+ "step": 0.01,
|
|
|
+ "value": 1.0,
|
|
|
+ "exponential": false,
|
|
|
+ "uitype": "hslider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "short_description": "Glissando sound retaining original formants",
|
|
|
+ "stereo": false,
|
|
|
+ "subcategory": "pitch",
|
|
|
+ "title": "Glissando"
|
|
|
+ },
|
|
|
"repitch_transpose_3": {
|
|
|
"category": "pvoc",
|
|
|
"description": "This shifts the entire pitch and envelope of the file up or down by a set number of semitones while keeping the duration of the file the same. This produces a different overal tone than shifting pitch with granular processes. ",
|