Skip to content

Commit

Permalink
refactor: add tags to old scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Dec 30, 2022
1 parent 45b1515 commit 7a41beb
Show file tree
Hide file tree
Showing 29 changed files with 47 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/3bandSplitting.eel
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
desc: 3-Band splitting
//tags: iir splitting

freqSplit1:400<1,24000,1>Split 1 at frequency (Hz)
freqSplit2:10000<1,24000,1>Split 2 at frequency (Hz)
bandPart1:-6<-30,15,1>Low frequencies gain (dB)
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/8bandSplitting.eel
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
desc: 8-Band Splitting
//tags: iir splitting

freqSplit1:180<1,24000,1>Split 1 at frequency (Hz)
freqSplit2:800<1,24000,1>Split 2 at frequency (Hz)
freqSplit3:1600<1,24000,1>Split 3 at frequency (Hz)
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/autopeakfilter.eel
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
desc: FFT peak-following filter
//tags: fft filter

//fftsize:{64,128,256,512,1024,2048,4096}FFT Size
//lowestFc:60<0,24000,10>Minimum Center Freq (Hz)
//highestFc:8000<0,24000,10>Maximum Center Freq (Hz)
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/butterworth3Band.eel
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
desc: Butterworth 3 bands (Equalization example)

//tags: iir

@init
iirBPS = 0;
reqSize = IIRBandSplitterInit(iirBPS, srate, 4000, 12000);
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/butterworth8Band.eel
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
desc: Butterworth 8 bands (Equalization example)

//tags: iir

@init
iirBPS = 0;
reqSize = IIRBandSplitterInit(iirBPS, srate, 180, 800, 1600, 2700, 5600, 6500, 10000);
Expand Down
1 change: 1 addition & 0 deletions app/src/main/assets/Liveprog/decimate.eel
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
desc: Decimate
//tags: distortion

@init
bits=16;
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/assets/Liveprog/depthsurround.eel
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
desc: Depth surround
author: @thepbone
// reimplementation
// reimplementation from v4a
//tags: surround

strength:800<0,1200>Strength

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/downmixer.eel
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
desc: Stereo to mono downmixer

//tags: stereo

@init
;

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/fftConvolution2x4x2.eel
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
desc: 2x4x2 FFT convolution combined

//tags: fft

@init
requiredSamples = 1024;
h1 = 0;
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/fftConvolutionHRTF.eel

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/firFilter.eel
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
desc: FIR filtering

//tags: fir filter

@init
coefficients = 0;
hLen = importFLTFromStr("-0.000814106447125912,-0.00101893557539458,0.00439540510163513,0.0191817066643173,0.0348758447331096,0.0296722242827697,-0.00949579830159734,-0.0574346591733406,-0.0538264189367632,0.0446871259733802,0.207161817163176,0.333544729155861,0.333544729155861,0.207161817163176,0.0446871259733802,-0.0538264189367632,-0.0574346591733406,-0.00949579830159734,0.0296722242827697,0.0348758447331096,0.0191817066643173,0.00439540510163513,-0.00101893557539458,-0.000814106447125912", coefficients);
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/firlsProc.eel
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
desc: Least square FIR design (firls) and processing (Direct form)

//tags: fir filter

@init
N = 53;
F = 0;
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/fractionalDelayline.eel
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
desc: Fractional delay line
//tags: delay

leftDelay:15.1<0,1024,0.1>Fractional delay L (samples)
rightDelay:4.2<0,1024,0.1>Fractional delay R (samples)

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/gainControl.eel
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
desc: Gain control
//tags: gain

dB:-8<-30,15,1>Volume gain (dB)

@init
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/hadamVerb.eel
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
desc: Hadamard variable delay array

//tags: surround reverb delay

slider1:0.2<0.01,1>Base Delay (s)
slider4:2<0,5>Fb 1
slider5:2<0,5>Fb 2
Expand Down
1 change: 1 addition & 0 deletions app/src/main/assets/Liveprog/lowpass.eel
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
desc: Low-pass filter
author: @thepbone
//tags: filter

freq:55<10,10000,1>Cut-off frequency
qFactor:2<0.01,10,0.1>Q factor
Expand Down
1 change: 1 addition & 0 deletions app/src/main/assets/Liveprog/metallic-reverb.eel
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
desc: Delay effects (waveguide)
author: @thepbone
//reimplemented from: https://www.musicdsp.org/en/latest/Effects/98-class-for-waveguide-delay-effects.html
//tags: reverb delay

//delay:1000<0,1024>Delay
//fb:0.6<0,0.99>Feedback
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/assets/Liveprog/msCentreBoost.eel
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
desc: MS centre boost

//tags: surround

midBoostDB:3<-15,15>Mid boost (dB)
sideBoostDB:0<-15,15>Side boost (dB)


@init
midBoostDB = 3.00;
sideBoostDB = 0.00;
Expand Down
1 change: 1 addition & 0 deletions app/src/main/assets/Liveprog/phaseshifter.eel
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
desc: 6-stage phase shifter
author: @thepbone
//reimplemented from: https://www.musicdsp.org/en/latest/Effects/78-phaser-code.html
//tags: modulation phase

//minFreq:440<10,24000>Minimum frequency (Hz)
//maxFreq:1600<10,24000>Maximum frequency (Hz)
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/polyphaseFilterbank.eel
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
desc: Polyphase filterbank

//tags: polyphase

@init
N = 5; // number of subbands
m = 3;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
desc: Polyphase filterbank (Equalization example)

//tags: polyphase

@init
N = 8;
m = 3;
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/Liveprog/stereoPhaseInvert.eel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*******************************************************************************/

desc:Channel Polarity Control
//tags: processing phase polarity
//tags: processing phase stereo
//author: IXix

mode:0<0,3,1{Normal, Left, Right, Both}>Polarity Mode
Expand Down
1 change: 1 addition & 0 deletions app/src/main/assets/Liveprog/stereowide.eel
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
desc: Stereo widener
//width:2<0,6,0.1>Stereo Width
//reimplemented from: https://www.musicdsp.org/en/latest/Effects/256-stereo-width-control-obtained-via-transfromation-matrix.html
//tags: stereo

@init
width = 2;
Expand Down
1 change: 1 addition & 0 deletions app/src/main/assets/Liveprog/stftCentreBoost.eel
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
desc: STFT CentreBoost
//tags: stft

gaindb:3<-15,15>Boost gain (dB)

Expand Down
1 change: 1 addition & 0 deletions app/src/main/assets/Liveprog/stftCentreCut.eel
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
desc: STFT CentreCut
//tags: stft

@init
fftsize = 4096;
Expand Down
1 change: 1 addition & 0 deletions app/src/main/assets/Liveprog/stftDenoise.eel
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
desc: STFT Denoiser
//tags: stft

@init
function nesInit(frameLen, kOverlapCount, fs) local(halfLen ta tinc)
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/assets/Liveprog/stftFilter.eel
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
desc: STFT Filter
//tags: stft filter

bandEdge1:100<0,24000,1>Band edge 1 (Hz)
bandEdge2:480<0,24000,1>Band edge 2 (Hz)

Expand Down
1 change: 1 addition & 0 deletions app/src/main/assets/Liveprog/swapChannels.eel
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
desc: Swap channels
//tags: gain

leftGain:0<-30,10>Left post-gain (dB)
rightGain:0<-30,10>Right post-gain (dB)
Expand Down
1 change: 1 addition & 0 deletions app/src/main/assets/Liveprog/viper_dynamicbass.eel
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
desc: Dynamic Bass (based on ViperFX)
author: VipersAudio, thepbone
//tags: bass filter

dBassGain:100<0,100,1>Bass strength (%)

Expand Down

0 comments on commit 7a41beb

Please sign in to comment.