├── .editorconfig ├── .gitignore ├── Dockerfile ├── README.md ├── app.html ├── assets └── css │ ├── app.scss │ ├── normalize.css │ └── skeleton.css ├── bin └── fix-line-endings.sh ├── components └── GithubCorner.vue ├── composables └── useSwal.ts ├── docs ├── .nojekyll ├── 200.html ├── 404.html ├── _nuxt │ ├── builds │ │ ├── latest.json │ │ └── meta │ │ │ └── 8700d56e-a497-4805-b06c-532587615bfa.json │ ├── entry.1ec16514.js │ ├── entry.c051538b.css │ ├── error-404.010c768d.js │ ├── error-404.7fc72018.css │ ├── error-500.07f1113b.js │ ├── error-500.c5df6088.css │ ├── index.da747c52.css │ ├── index.f988c6fa.js │ └── vue.f36acd1f.3658efc4.js ├── _payload.json ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── files │ ├── 8_seconds_delay.spn │ ├── ARPEGGIO.spn │ ├── ARPEGGIO_MINOR.spn │ ├── IONIAN.spn │ ├── RevRev.spn │ ├── afx_reverse_delay.spn │ ├── aliaser.spn │ ├── audiofab │ │ ├── 20240604-Audiofab-Pitch-Shift-Chorus.zip │ │ ├── 20241216-Reverbs.zip │ │ ├── 20250523-Delays.zip │ │ ├── Audiofab_Distortion_Programs.zip │ │ └── easy-spin-test-programs-v1.0.zip │ ├── bm-pi.spn │ ├── chorus-dual-rate.spn │ ├── crusher.spn │ ├── dattorro.spn │ ├── dervish │ │ ├── dattorro-mixed │ │ │ ├── dattorro-shimmer_oct_var-lvl.spn │ │ │ ├── dattorro-var_filter-var_damping.spn │ │ │ ├── dattorro-var_filter-var_predelay.spn │ │ │ ├── dattorro-var_predelay-var_damping-1k.spn │ │ │ ├── dattorro-var_predelay-var_damping-2k.spn │ │ │ ├── dattorro-var_predelay-var_damping-4k.spn │ │ │ ├── dattorro-var_predelay-var_damping-500.spn │ │ │ ├── dattorro-var_predelay-var_damping-8k.spn │ │ │ ├── dattorro_1oct_pitch-ip+fb-2k.spn │ │ │ ├── dattorro_1oct_pitch-ip-4k.spn │ │ │ ├── dattorro_var_pitch-ip+fb-4k.spn │ │ │ └── dattorro_var_pitch-ip-4k.spn │ │ ├── dattorro-shimmer │ │ │ ├── dattorro-shimmer_val-lvl.spn │ │ │ └── dattorro-shimmer_val_pitch.spn │ │ ├── dattorro-var_predelay.spn │ │ ├── drv102 │ │ │ ├── dv102-1head-reverb.spn │ │ │ ├── dv102-2head-reverb.spn │ │ │ ├── dv102-pp-1head-reverb.spn │ │ │ └── dv102-pp-2head-reverb.spn │ │ ├── drv103 │ │ │ ├── dv103-1head-4xreverb.spn │ │ │ ├── dv103-1head-pp-2_1-4xreverb.spn │ │ │ ├── dv103-1head-pp-2_1.spn │ │ │ ├── dv103-1head-pp.spn │ │ │ ├── dv103-1head.spn │ │ │ └── dv103-2head-2_1-reverb.spn │ │ ├── dual-lfo-chorus.spn │ │ ├── looper │ │ │ ├── looper-pingpong-fb.spn │ │ │ └── looper-simple-fb.spn │ │ ├── pingpong │ │ │ ├── pp-basic-wonky.spn │ │ │ ├── pp-basic.spn │ │ │ ├── pp-dubble-stereo.spn │ │ │ ├── pp-dubble.spn │ │ │ ├── pp-simple-2_1.spn │ │ │ ├── pp-simple-stereo-2_1.spn │ │ │ ├── pp-simple-stereo.spn │ │ │ ├── pp-simple.spn │ │ │ └── pp-tripple.spn │ │ ├── pitch+fb+delay.spn │ │ └── triple │ │ │ ├── tripple_echo-var_fb+chorus.spn │ │ │ ├── tripple_echo-var_fb.spn │ │ │ ├── tripple_echo_cascaded.spn │ │ │ ├── tripple_echo_cascaded_stereo+chorus.spn │ │ │ ├── tripple_echo_cascaded_stereo.spn │ │ │ └── tripple_echo_parallel.spn │ ├── drolo │ │ ├── envelope-phaser.spn │ │ ├── filter-env-LP-HP-up.spn │ │ ├── flanger.spn │ │ ├── pitch-step-glider.spn │ │ ├── random-loop-delay.spn │ │ ├── reverb.spn │ │ └── ring-pitchulator.spn │ ├── faux-phaser-2.spn │ ├── faux-phaser.spn │ ├── firesledge │ │ ├── bass-fv1-p0-flanger.spcd │ │ ├── bass-fv1-p0-flanger.spn │ │ ├── bass-fv1-p1-phaser.spcd │ │ ├── bass-fv1-p1-phaser.spn │ │ ├── bass-fv1-p2-delay.spcd │ │ ├── bass-fv1-p2-delay.spn │ │ ├── bass-fv1-p3-reverb.spcd │ │ ├── bass-fv1-p3-reverb.spn │ │ ├── bass-fv1-p4-autowah.spcd │ │ ├── bass-fv1-p4-autowah.spn │ │ ├── bass-fv1-p5-disto.spcd │ │ ├── bass-fv1-p5-disto.spn │ │ ├── bass-fv1-p6-filter-tremolo-disto.spcd │ │ ├── bass-fv1-p6-filter-tremolo-disto.spn │ │ ├── bass-fv1-p7-harm-trem-delay.spcd │ │ └── bass-fv1-p7-harm-trem-delay.spn │ ├── freeverb.spn │ ├── greenwood-delay.spn │ ├── hall_goldmine.spn │ ├── holy-city-audio │ │ ├── cabinet-simulator.spcd │ │ ├── chorus-demo-bank-2018-spinasm.zip │ │ ├── chorus-demo-bank-2018.hex │ │ ├── chorus-demo-bank-2018.spbk │ │ ├── delay-with-threshold.spcd │ │ ├── demo-delays-spinasm.zip │ │ ├── demo-delays.spbk │ │ ├── filter-tremolo-example.spcd │ │ ├── filter-tremolo-example.spn │ │ ├── flangers-spinasm.zip │ │ ├── flangers.spbk │ │ ├── multi-tap-delays-spinasm.zip │ │ ├── multi-tap-delays.spbk │ │ ├── new-flanger.spn │ │ ├── oil-can-delay.spn │ │ ├── percussion-ambience.spn │ │ ├── room-reverb-3-4-5.spn │ │ ├── shimmer.spcd │ │ ├── shimmer.spn │ │ ├── through-zero-flangers-demo-spinasm.zip │ │ ├── through-zero-flangers-demo.spbk │ │ └── tremolo-aliaser-reverb.spn │ ├── improved_octave_up.spn │ ├── interesting-1.spn │ ├── interesting-2.spn │ ├── lfsr_random.spn │ ├── madbeanpedals │ │ ├── choir-saw.spcd │ │ ├── choir-saw.spn │ │ ├── parallax.spcd │ │ ├── parallax.spn │ │ ├── spacedash.spcd │ │ ├── spacedash.spn │ │ ├── starfield.spcd │ │ └── starfield.spn │ ├── modulated-echo.spn │ ├── multipitch.spn │ ├── parametric-eq-7.spn │ ├── pingpong.spn │ ├── pitch-transpose-stereo.spn │ ├── resonator.spn │ ├── rev_pl_1.spn │ ├── rev_pl_2.spn │ ├── rev_pl_3.spn │ ├── reverse_delay.spn │ ├── sawtooth.spn │ ├── shimmer-1.spn │ ├── shimmer-2.spn │ ├── shimmer_drAlx.spn │ ├── slacker-bf │ │ ├── bf_digifuzzer.spn │ │ ├── bf_geoffrey.spn │ │ ├── bf_johnny.spn │ │ ├── bf_newoctaver.spn │ │ └── bf_phaser.spn │ ├── slocum-phaser.spn │ ├── slowgear-2.spn │ ├── slowgear-simple.spn │ ├── softclipping_overdrive.spn │ ├── spinsemi │ │ ├── 3K_V1_0_Hall.spn │ │ ├── 3K_V1_1_Room.spn │ │ ├── 3K_V1_2_PLATE.spn │ │ ├── 3K_V1_3_GATED.spn │ │ ├── 3K_V1_4_ECHO-REV.spn │ │ ├── 3K_V1_5_STECHO-REV.spn │ │ ├── 3K_V1_6_CHOR-REV.spn │ │ ├── 3K_V1_7_FLANGE.spn │ │ ├── GA_DEMO_CHORUS.spn │ │ ├── GA_DEMO_ECHO.spn │ │ ├── GA_DEMO_ECHO_RPT.spn │ │ ├── GA_DEMO_FLANGE.spn │ │ ├── GA_DEMO_PHASE.spn │ │ ├── GA_DEMO_TREM.spn │ │ ├── GA_DEMO_VIBRATO.spn │ │ ├── GA_DEMO_WAH.spn │ │ ├── act_xover.spn │ │ ├── battling_lfos.spn │ │ ├── dance_ir_fla_l.spn │ │ ├── dance_ir_h_l.spn │ │ ├── dance_ir_ptz_l.spn │ │ ├── dist.spn │ │ ├── key_rev.spn │ │ ├── min_rev1.spn │ │ ├── rev_rt_d_f.spn │ │ ├── rms_lim_exp.spn │ │ ├── rms_limiter.spn │ │ ├── rms_soft_knee.spn │ │ ├── rom_chor_rev.spn │ │ ├── rom_fla_rev.spn │ │ ├── rom_pitch.spn │ │ ├── rom_pt_echo.spn │ │ ├── rom_rev1.spn │ │ ├── rom_rev2.spn │ │ ├── rom_trem_rev.spn │ │ ├── simp_limiter.spn │ │ ├── singen.spn │ │ └── thru_gain.spn │ ├── spring_verb.spn │ ├── stereo-dual-flange-multi-tap-delay.spn │ ├── stereo-ring-modulators-with-chorus.spn │ ├── stereo-tremolo.spn │ ├── tap_drum.spcd │ ├── tap_drum.spn │ ├── thru-gain.spn │ ├── tremolo-shapes-reduced.spn │ ├── tremolo-shapes.spn │ ├── triple-delay-feedback.spn │ ├── up-down-octaver.spn │ └── whammy.spn ├── images │ ├── bg-bak.jpg │ ├── bg.jpg │ ├── fv1-typical-application.png │ ├── pedal-platform │ │ ├── fv1-1.jpg │ │ ├── fv1-2.jpg │ │ └── fv1-3.jpg │ └── tap_schematic.jpg ├── index.html ├── scripts │ └── mailerlite.js └── site.webmanifest ├── nuxt.config.js ├── package.json ├── pages ├── README.md └── index.vue ├── plugins └── vue-sweetalert2.ts ├── programs.js ├── public ├── .nojekyll ├── android-chrome-192x192.png ├── android-chrome-512x512.png ├── apple-touch-icon.png ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── files │ ├── 8_seconds_delay.spn │ ├── ARPEGGIO.spn │ ├── ARPEGGIO_MINOR.spn │ ├── IONIAN.spn │ ├── RevRev.spn │ ├── afx_reverse_delay.spn │ ├── aliaser.spn │ ├── audiofab │ │ ├── 20240604-Audiofab-Pitch-Shift-Chorus.zip │ │ ├── 20241216-Reverbs.zip │ │ ├── 20250523-Delays.zip │ │ ├── Audiofab_Distortion_Programs.zip │ │ └── easy-spin-test-programs-v1.0.zip │ ├── bm-pi.spn │ ├── chorus-dual-rate.spn │ ├── crusher.spn │ ├── dattorro.spn │ ├── dervish │ │ ├── dattorro-mixed │ │ │ ├── dattorro-shimmer_oct_var-lvl.spn │ │ │ ├── dattorro-var_filter-var_damping.spn │ │ │ ├── dattorro-var_filter-var_predelay.spn │ │ │ ├── dattorro-var_predelay-var_damping-1k.spn │ │ │ ├── dattorro-var_predelay-var_damping-2k.spn │ │ │ ├── dattorro-var_predelay-var_damping-4k.spn │ │ │ ├── dattorro-var_predelay-var_damping-500.spn │ │ │ ├── dattorro-var_predelay-var_damping-8k.spn │ │ │ ├── dattorro_1oct_pitch-ip+fb-2k.spn │ │ │ ├── dattorro_1oct_pitch-ip-4k.spn │ │ │ ├── dattorro_var_pitch-ip+fb-4k.spn │ │ │ └── dattorro_var_pitch-ip-4k.spn │ │ ├── dattorro-shimmer │ │ │ ├── dattorro-shimmer_val-lvl.spn │ │ │ └── dattorro-shimmer_val_pitch.spn │ │ ├── dattorro-var_predelay.spn │ │ ├── drv102 │ │ │ ├── dv102-1head-reverb.spn │ │ │ ├── dv102-2head-reverb.spn │ │ │ ├── dv102-pp-1head-reverb.spn │ │ │ └── dv102-pp-2head-reverb.spn │ │ ├── drv103 │ │ │ ├── dv103-1head-4xreverb.spn │ │ │ ├── dv103-1head-pp-2_1-4xreverb.spn │ │ │ ├── dv103-1head-pp-2_1.spn │ │ │ ├── dv103-1head-pp.spn │ │ │ ├── dv103-1head.spn │ │ │ └── dv103-2head-2_1-reverb.spn │ │ ├── dual-lfo-chorus.spn │ │ ├── looper │ │ │ ├── looper-pingpong-fb.spn │ │ │ └── looper-simple-fb.spn │ │ ├── pingpong │ │ │ ├── pp-basic-wonky.spn │ │ │ ├── pp-basic.spn │ │ │ ├── pp-dubble-stereo.spn │ │ │ ├── pp-dubble.spn │ │ │ ├── pp-simple-2_1.spn │ │ │ ├── pp-simple-stereo-2_1.spn │ │ │ ├── pp-simple-stereo.spn │ │ │ ├── pp-simple.spn │ │ │ └── pp-tripple.spn │ │ ├── pitch+fb+delay.spn │ │ └── triple │ │ │ ├── tripple_echo-var_fb+chorus.spn │ │ │ ├── tripple_echo-var_fb.spn │ │ │ ├── tripple_echo_cascaded.spn │ │ │ ├── tripple_echo_cascaded_stereo+chorus.spn │ │ │ ├── tripple_echo_cascaded_stereo.spn │ │ │ └── tripple_echo_parallel.spn │ ├── drolo │ │ ├── envelope-phaser.spn │ │ ├── filter-env-LP-HP-up.spn │ │ ├── flanger.spn │ │ ├── pitch-step-glider.spn │ │ ├── random-loop-delay.spn │ │ ├── reverb.spn │ │ └── ring-pitchulator.spn │ ├── faux-phaser-2.spn │ ├── faux-phaser.spn │ ├── firesledge │ │ ├── bass-fv1-p0-flanger.spcd │ │ ├── bass-fv1-p0-flanger.spn │ │ ├── bass-fv1-p1-phaser.spcd │ │ ├── bass-fv1-p1-phaser.spn │ │ ├── bass-fv1-p2-delay.spcd │ │ ├── bass-fv1-p2-delay.spn │ │ ├── bass-fv1-p3-reverb.spcd │ │ ├── bass-fv1-p3-reverb.spn │ │ ├── bass-fv1-p4-autowah.spcd │ │ ├── bass-fv1-p4-autowah.spn │ │ ├── bass-fv1-p5-disto.spcd │ │ ├── bass-fv1-p5-disto.spn │ │ ├── bass-fv1-p6-filter-tremolo-disto.spcd │ │ ├── bass-fv1-p6-filter-tremolo-disto.spn │ │ ├── bass-fv1-p7-harm-trem-delay.spcd │ │ └── bass-fv1-p7-harm-trem-delay.spn │ ├── freeverb.spn │ ├── greenwood-delay.spn │ ├── hall_goldmine.spn │ ├── holy-city-audio │ │ ├── cabinet-simulator.spcd │ │ ├── chorus-demo-bank-2018-spinasm.zip │ │ ├── chorus-demo-bank-2018.hex │ │ ├── chorus-demo-bank-2018.spbk │ │ ├── delay-with-threshold.spcd │ │ ├── demo-delays-spinasm.zip │ │ ├── demo-delays.spbk │ │ ├── filter-tremolo-example.spcd │ │ ├── filter-tremolo-example.spn │ │ ├── flangers-spinasm.zip │ │ ├── flangers.spbk │ │ ├── multi-tap-delays-spinasm.zip │ │ ├── multi-tap-delays.spbk │ │ ├── new-flanger.spn │ │ ├── oil-can-delay.spn │ │ ├── percussion-ambience.spn │ │ ├── room-reverb-3-4-5.spn │ │ ├── shimmer.spcd │ │ ├── shimmer.spn │ │ ├── through-zero-flangers-demo-spinasm.zip │ │ ├── through-zero-flangers-demo.spbk │ │ └── tremolo-aliaser-reverb.spn │ ├── improved_octave_up.spn │ ├── interesting-1.spn │ ├── interesting-2.spn │ ├── lfsr_random.spn │ ├── madbeanpedals │ │ ├── choir-saw.spcd │ │ ├── choir-saw.spn │ │ ├── parallax.spcd │ │ ├── parallax.spn │ │ ├── spacedash.spcd │ │ ├── spacedash.spn │ │ ├── starfield.spcd │ │ └── starfield.spn │ ├── modulated-echo.spn │ ├── multipitch.spn │ ├── parametric-eq-7.spn │ ├── pingpong.spn │ ├── pitch-transpose-stereo.spn │ ├── resonator.spn │ ├── rev_pl_1.spn │ ├── rev_pl_2.spn │ ├── rev_pl_3.spn │ ├── reverse_delay.spn │ ├── sawtooth.spn │ ├── shimmer-1.spn │ ├── shimmer-2.spn │ ├── shimmer_drAlx.spn │ ├── slacker-bf │ │ ├── bf_digifuzzer.spn │ │ ├── bf_geoffrey.spn │ │ ├── bf_johnny.spn │ │ ├── bf_newoctaver.spn │ │ └── bf_phaser.spn │ ├── slocum-phaser.spn │ ├── slowgear-2.spn │ ├── slowgear-simple.spn │ ├── softclipping_overdrive.spn │ ├── spinsemi │ │ ├── 3K_V1_0_Hall.spn │ │ ├── 3K_V1_1_Room.spn │ │ ├── 3K_V1_2_PLATE.spn │ │ ├── 3K_V1_3_GATED.spn │ │ ├── 3K_V1_4_ECHO-REV.spn │ │ ├── 3K_V1_5_STECHO-REV.spn │ │ ├── 3K_V1_6_CHOR-REV.spn │ │ ├── 3K_V1_7_FLANGE.spn │ │ ├── GA_DEMO_CHORUS.spn │ │ ├── GA_DEMO_ECHO.spn │ │ ├── GA_DEMO_ECHO_RPT.spn │ │ ├── GA_DEMO_FLANGE.spn │ │ ├── GA_DEMO_PHASE.spn │ │ ├── GA_DEMO_TREM.spn │ │ ├── GA_DEMO_VIBRATO.spn │ │ ├── GA_DEMO_WAH.spn │ │ ├── act_xover.spn │ │ ├── battling_lfos.spn │ │ ├── dance_ir_fla_l.spn │ │ ├── dance_ir_h_l.spn │ │ ├── dance_ir_ptz_l.spn │ │ ├── dist.spn │ │ ├── key_rev.spn │ │ ├── min_rev1.spn │ │ ├── rev_rt_d_f.spn │ │ ├── rms_lim_exp.spn │ │ ├── rms_limiter.spn │ │ ├── rms_soft_knee.spn │ │ ├── rom_chor_rev.spn │ │ ├── rom_fla_rev.spn │ │ ├── rom_pitch.spn │ │ ├── rom_pt_echo.spn │ │ ├── rom_rev1.spn │ │ ├── rom_rev2.spn │ │ ├── rom_trem_rev.spn │ │ ├── simp_limiter.spn │ │ ├── singen.spn │ │ └── thru_gain.spn │ ├── spring_verb.spn │ ├── stereo-dual-flange-multi-tap-delay.spn │ ├── stereo-ring-modulators-with-chorus.spn │ ├── stereo-tremolo.spn │ ├── tap_drum.spcd │ ├── tap_drum.spn │ ├── thru-gain.spn │ ├── tremolo-shapes-reduced.spn │ ├── tremolo-shapes.spn │ ├── triple-delay-feedback.spn │ ├── up-down-octaver.spn │ └── whammy.spn ├── images │ ├── bg-bak.jpg │ ├── bg.jpg │ ├── fv1-typical-application.png │ ├── pedal-platform │ │ ├── fv1-1.jpg │ │ ├── fv1-2.jpg │ │ └── fv1-3.jpg │ └── tap_schematic.jpg ├── scripts │ └── mailerlite.js └── site.webmanifest └── yarn.lock /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM node:18.14.2 2 | 3 | WORKDIR /app 4 | 5 | CMD [ "tail -f" ] 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/README.md -------------------------------------------------------------------------------- /app.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/app.html -------------------------------------------------------------------------------- /assets/css/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/assets/css/app.scss -------------------------------------------------------------------------------- /assets/css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/assets/css/normalize.css -------------------------------------------------------------------------------- /assets/css/skeleton.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/assets/css/skeleton.css -------------------------------------------------------------------------------- /bin/fix-line-endings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/bin/fix-line-endings.sh -------------------------------------------------------------------------------- /components/GithubCorner.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/components/GithubCorner.vue -------------------------------------------------------------------------------- /composables/useSwal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/composables/useSwal.ts -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/200.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/200.html -------------------------------------------------------------------------------- /docs/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/404.html -------------------------------------------------------------------------------- /docs/_nuxt/builds/latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/_nuxt/builds/latest.json -------------------------------------------------------------------------------- /docs/_nuxt/builds/meta/8700d56e-a497-4805-b06c-532587615bfa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/_nuxt/builds/meta/8700d56e-a497-4805-b06c-532587615bfa.json -------------------------------------------------------------------------------- /docs/_nuxt/entry.1ec16514.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/_nuxt/entry.1ec16514.js -------------------------------------------------------------------------------- /docs/_nuxt/entry.c051538b.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/_nuxt/entry.c051538b.css -------------------------------------------------------------------------------- /docs/_nuxt/error-404.010c768d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/_nuxt/error-404.010c768d.js -------------------------------------------------------------------------------- /docs/_nuxt/error-404.7fc72018.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/_nuxt/error-404.7fc72018.css -------------------------------------------------------------------------------- /docs/_nuxt/error-500.07f1113b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/_nuxt/error-500.07f1113b.js -------------------------------------------------------------------------------- /docs/_nuxt/error-500.c5df6088.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/_nuxt/error-500.c5df6088.css -------------------------------------------------------------------------------- /docs/_nuxt/index.da747c52.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/_nuxt/index.da747c52.css -------------------------------------------------------------------------------- /docs/_nuxt/index.f988c6fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/_nuxt/index.f988c6fa.js -------------------------------------------------------------------------------- /docs/_nuxt/vue.f36acd1f.3658efc4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/_nuxt/vue.f36acd1f.3658efc4.js -------------------------------------------------------------------------------- /docs/_payload.json: -------------------------------------------------------------------------------- 1 | [{"data":1,"prerenderedAt":3},["Reactive",2],{},1748969607430] -------------------------------------------------------------------------------- /docs/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/android-chrome-192x192.png -------------------------------------------------------------------------------- /docs/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/android-chrome-512x512.png -------------------------------------------------------------------------------- /docs/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/apple-touch-icon.png -------------------------------------------------------------------------------- /docs/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/favicon-16x16.png -------------------------------------------------------------------------------- /docs/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/favicon-32x32.png -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/files/8_seconds_delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/8_seconds_delay.spn -------------------------------------------------------------------------------- /docs/files/ARPEGGIO.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/ARPEGGIO.spn -------------------------------------------------------------------------------- /docs/files/ARPEGGIO_MINOR.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/ARPEGGIO_MINOR.spn -------------------------------------------------------------------------------- /docs/files/IONIAN.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/IONIAN.spn -------------------------------------------------------------------------------- /docs/files/RevRev.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/RevRev.spn -------------------------------------------------------------------------------- /docs/files/afx_reverse_delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/afx_reverse_delay.spn -------------------------------------------------------------------------------- /docs/files/aliaser.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/aliaser.spn -------------------------------------------------------------------------------- /docs/files/audiofab/20240604-Audiofab-Pitch-Shift-Chorus.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/audiofab/20240604-Audiofab-Pitch-Shift-Chorus.zip -------------------------------------------------------------------------------- /docs/files/audiofab/20241216-Reverbs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/audiofab/20241216-Reverbs.zip -------------------------------------------------------------------------------- /docs/files/audiofab/20250523-Delays.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/audiofab/20250523-Delays.zip -------------------------------------------------------------------------------- /docs/files/audiofab/Audiofab_Distortion_Programs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/audiofab/Audiofab_Distortion_Programs.zip -------------------------------------------------------------------------------- /docs/files/audiofab/easy-spin-test-programs-v1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/audiofab/easy-spin-test-programs-v1.0.zip -------------------------------------------------------------------------------- /docs/files/bm-pi.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/bm-pi.spn -------------------------------------------------------------------------------- /docs/files/chorus-dual-rate.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/chorus-dual-rate.spn -------------------------------------------------------------------------------- /docs/files/crusher.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/crusher.spn -------------------------------------------------------------------------------- /docs/files/dattorro.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dattorro.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-mixed/dattorro-shimmer_oct_var-lvl.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-mixed/dattorro-shimmer_oct_var-lvl.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-mixed/dattorro-var_filter-var_damping.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-mixed/dattorro-var_filter-var_damping.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-mixed/dattorro-var_filter-var_predelay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-mixed/dattorro-var_filter-var_predelay.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-1k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-1k.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-2k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-2k.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-4k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-4k.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-500.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-500.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-8k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-8k.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-mixed/dattorro_1oct_pitch-ip+fb-2k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-mixed/dattorro_1oct_pitch-ip+fb-2k.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-mixed/dattorro_1oct_pitch-ip-4k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-mixed/dattorro_1oct_pitch-ip-4k.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-mixed/dattorro_var_pitch-ip+fb-4k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-mixed/dattorro_var_pitch-ip+fb-4k.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-mixed/dattorro_var_pitch-ip-4k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-mixed/dattorro_var_pitch-ip-4k.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-shimmer/dattorro-shimmer_val-lvl.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-shimmer/dattorro-shimmer_val-lvl.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-shimmer/dattorro-shimmer_val_pitch.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-shimmer/dattorro-shimmer_val_pitch.spn -------------------------------------------------------------------------------- /docs/files/dervish/dattorro-var_predelay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dattorro-var_predelay.spn -------------------------------------------------------------------------------- /docs/files/dervish/drv102/dv102-1head-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/drv102/dv102-1head-reverb.spn -------------------------------------------------------------------------------- /docs/files/dervish/drv102/dv102-2head-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/drv102/dv102-2head-reverb.spn -------------------------------------------------------------------------------- /docs/files/dervish/drv102/dv102-pp-1head-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/drv102/dv102-pp-1head-reverb.spn -------------------------------------------------------------------------------- /docs/files/dervish/drv102/dv102-pp-2head-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/drv102/dv102-pp-2head-reverb.spn -------------------------------------------------------------------------------- /docs/files/dervish/drv103/dv103-1head-4xreverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/drv103/dv103-1head-4xreverb.spn -------------------------------------------------------------------------------- /docs/files/dervish/drv103/dv103-1head-pp-2_1-4xreverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/drv103/dv103-1head-pp-2_1-4xreverb.spn -------------------------------------------------------------------------------- /docs/files/dervish/drv103/dv103-1head-pp-2_1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/drv103/dv103-1head-pp-2_1.spn -------------------------------------------------------------------------------- /docs/files/dervish/drv103/dv103-1head-pp.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/drv103/dv103-1head-pp.spn -------------------------------------------------------------------------------- /docs/files/dervish/drv103/dv103-1head.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/drv103/dv103-1head.spn -------------------------------------------------------------------------------- /docs/files/dervish/drv103/dv103-2head-2_1-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/drv103/dv103-2head-2_1-reverb.spn -------------------------------------------------------------------------------- /docs/files/dervish/dual-lfo-chorus.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/dual-lfo-chorus.spn -------------------------------------------------------------------------------- /docs/files/dervish/looper/looper-pingpong-fb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/looper/looper-pingpong-fb.spn -------------------------------------------------------------------------------- /docs/files/dervish/looper/looper-simple-fb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/looper/looper-simple-fb.spn -------------------------------------------------------------------------------- /docs/files/dervish/pingpong/pp-basic-wonky.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/pingpong/pp-basic-wonky.spn -------------------------------------------------------------------------------- /docs/files/dervish/pingpong/pp-basic.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/pingpong/pp-basic.spn -------------------------------------------------------------------------------- /docs/files/dervish/pingpong/pp-dubble-stereo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/pingpong/pp-dubble-stereo.spn -------------------------------------------------------------------------------- /docs/files/dervish/pingpong/pp-dubble.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/pingpong/pp-dubble.spn -------------------------------------------------------------------------------- /docs/files/dervish/pingpong/pp-simple-2_1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/pingpong/pp-simple-2_1.spn -------------------------------------------------------------------------------- /docs/files/dervish/pingpong/pp-simple-stereo-2_1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/pingpong/pp-simple-stereo-2_1.spn -------------------------------------------------------------------------------- /docs/files/dervish/pingpong/pp-simple-stereo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/pingpong/pp-simple-stereo.spn -------------------------------------------------------------------------------- /docs/files/dervish/pingpong/pp-simple.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/pingpong/pp-simple.spn -------------------------------------------------------------------------------- /docs/files/dervish/pingpong/pp-tripple.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/pingpong/pp-tripple.spn -------------------------------------------------------------------------------- /docs/files/dervish/pitch+fb+delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/pitch+fb+delay.spn -------------------------------------------------------------------------------- /docs/files/dervish/triple/tripple_echo-var_fb+chorus.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/triple/tripple_echo-var_fb+chorus.spn -------------------------------------------------------------------------------- /docs/files/dervish/triple/tripple_echo-var_fb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/triple/tripple_echo-var_fb.spn -------------------------------------------------------------------------------- /docs/files/dervish/triple/tripple_echo_cascaded.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/triple/tripple_echo_cascaded.spn -------------------------------------------------------------------------------- /docs/files/dervish/triple/tripple_echo_cascaded_stereo+chorus.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/triple/tripple_echo_cascaded_stereo+chorus.spn -------------------------------------------------------------------------------- /docs/files/dervish/triple/tripple_echo_cascaded_stereo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/triple/tripple_echo_cascaded_stereo.spn -------------------------------------------------------------------------------- /docs/files/dervish/triple/tripple_echo_parallel.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/dervish/triple/tripple_echo_parallel.spn -------------------------------------------------------------------------------- /docs/files/drolo/envelope-phaser.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/drolo/envelope-phaser.spn -------------------------------------------------------------------------------- /docs/files/drolo/filter-env-LP-HP-up.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/drolo/filter-env-LP-HP-up.spn -------------------------------------------------------------------------------- /docs/files/drolo/flanger.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/drolo/flanger.spn -------------------------------------------------------------------------------- /docs/files/drolo/pitch-step-glider.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/drolo/pitch-step-glider.spn -------------------------------------------------------------------------------- /docs/files/drolo/random-loop-delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/drolo/random-loop-delay.spn -------------------------------------------------------------------------------- /docs/files/drolo/reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/drolo/reverb.spn -------------------------------------------------------------------------------- /docs/files/drolo/ring-pitchulator.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/drolo/ring-pitchulator.spn -------------------------------------------------------------------------------- /docs/files/faux-phaser-2.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/faux-phaser-2.spn -------------------------------------------------------------------------------- /docs/files/faux-phaser.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/faux-phaser.spn -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p0-flanger.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p0-flanger.spcd -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p0-flanger.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p0-flanger.spn -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p1-phaser.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p1-phaser.spcd -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p1-phaser.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p1-phaser.spn -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p2-delay.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p2-delay.spcd -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p2-delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p2-delay.spn -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p3-reverb.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p3-reverb.spcd -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p3-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p3-reverb.spn -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p4-autowah.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p4-autowah.spcd -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p4-autowah.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p4-autowah.spn -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p5-disto.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p5-disto.spcd -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p5-disto.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p5-disto.spn -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p6-filter-tremolo-disto.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p6-filter-tremolo-disto.spcd -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p6-filter-tremolo-disto.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p6-filter-tremolo-disto.spn -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p7-harm-trem-delay.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p7-harm-trem-delay.spcd -------------------------------------------------------------------------------- /docs/files/firesledge/bass-fv1-p7-harm-trem-delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/firesledge/bass-fv1-p7-harm-trem-delay.spn -------------------------------------------------------------------------------- /docs/files/freeverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/freeverb.spn -------------------------------------------------------------------------------- /docs/files/greenwood-delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/greenwood-delay.spn -------------------------------------------------------------------------------- /docs/files/hall_goldmine.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/hall_goldmine.spn -------------------------------------------------------------------------------- /docs/files/holy-city-audio/cabinet-simulator.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/cabinet-simulator.spcd -------------------------------------------------------------------------------- /docs/files/holy-city-audio/chorus-demo-bank-2018-spinasm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/chorus-demo-bank-2018-spinasm.zip -------------------------------------------------------------------------------- /docs/files/holy-city-audio/chorus-demo-bank-2018.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/chorus-demo-bank-2018.hex -------------------------------------------------------------------------------- /docs/files/holy-city-audio/chorus-demo-bank-2018.spbk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/chorus-demo-bank-2018.spbk -------------------------------------------------------------------------------- /docs/files/holy-city-audio/delay-with-threshold.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/delay-with-threshold.spcd -------------------------------------------------------------------------------- /docs/files/holy-city-audio/demo-delays-spinasm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/demo-delays-spinasm.zip -------------------------------------------------------------------------------- /docs/files/holy-city-audio/demo-delays.spbk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/demo-delays.spbk -------------------------------------------------------------------------------- /docs/files/holy-city-audio/filter-tremolo-example.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/filter-tremolo-example.spcd -------------------------------------------------------------------------------- /docs/files/holy-city-audio/filter-tremolo-example.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/filter-tremolo-example.spn -------------------------------------------------------------------------------- /docs/files/holy-city-audio/flangers-spinasm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/flangers-spinasm.zip -------------------------------------------------------------------------------- /docs/files/holy-city-audio/flangers.spbk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/flangers.spbk -------------------------------------------------------------------------------- /docs/files/holy-city-audio/multi-tap-delays-spinasm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/multi-tap-delays-spinasm.zip -------------------------------------------------------------------------------- /docs/files/holy-city-audio/multi-tap-delays.spbk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/multi-tap-delays.spbk -------------------------------------------------------------------------------- /docs/files/holy-city-audio/new-flanger.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/new-flanger.spn -------------------------------------------------------------------------------- /docs/files/holy-city-audio/oil-can-delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/oil-can-delay.spn -------------------------------------------------------------------------------- /docs/files/holy-city-audio/percussion-ambience.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/percussion-ambience.spn -------------------------------------------------------------------------------- /docs/files/holy-city-audio/room-reverb-3-4-5.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/room-reverb-3-4-5.spn -------------------------------------------------------------------------------- /docs/files/holy-city-audio/shimmer.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/shimmer.spcd -------------------------------------------------------------------------------- /docs/files/holy-city-audio/shimmer.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/shimmer.spn -------------------------------------------------------------------------------- /docs/files/holy-city-audio/through-zero-flangers-demo-spinasm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/through-zero-flangers-demo-spinasm.zip -------------------------------------------------------------------------------- /docs/files/holy-city-audio/through-zero-flangers-demo.spbk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/through-zero-flangers-demo.spbk -------------------------------------------------------------------------------- /docs/files/holy-city-audio/tremolo-aliaser-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/holy-city-audio/tremolo-aliaser-reverb.spn -------------------------------------------------------------------------------- /docs/files/improved_octave_up.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/improved_octave_up.spn -------------------------------------------------------------------------------- /docs/files/interesting-1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/interesting-1.spn -------------------------------------------------------------------------------- /docs/files/interesting-2.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/interesting-2.spn -------------------------------------------------------------------------------- /docs/files/lfsr_random.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/lfsr_random.spn -------------------------------------------------------------------------------- /docs/files/madbeanpedals/choir-saw.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/madbeanpedals/choir-saw.spcd -------------------------------------------------------------------------------- /docs/files/madbeanpedals/choir-saw.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/madbeanpedals/choir-saw.spn -------------------------------------------------------------------------------- /docs/files/madbeanpedals/parallax.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/madbeanpedals/parallax.spcd -------------------------------------------------------------------------------- /docs/files/madbeanpedals/parallax.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/madbeanpedals/parallax.spn -------------------------------------------------------------------------------- /docs/files/madbeanpedals/spacedash.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/madbeanpedals/spacedash.spcd -------------------------------------------------------------------------------- /docs/files/madbeanpedals/spacedash.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/madbeanpedals/spacedash.spn -------------------------------------------------------------------------------- /docs/files/madbeanpedals/starfield.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/madbeanpedals/starfield.spcd -------------------------------------------------------------------------------- /docs/files/madbeanpedals/starfield.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/madbeanpedals/starfield.spn -------------------------------------------------------------------------------- /docs/files/modulated-echo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/modulated-echo.spn -------------------------------------------------------------------------------- /docs/files/multipitch.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/multipitch.spn -------------------------------------------------------------------------------- /docs/files/parametric-eq-7.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/parametric-eq-7.spn -------------------------------------------------------------------------------- /docs/files/pingpong.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/pingpong.spn -------------------------------------------------------------------------------- /docs/files/pitch-transpose-stereo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/pitch-transpose-stereo.spn -------------------------------------------------------------------------------- /docs/files/resonator.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/resonator.spn -------------------------------------------------------------------------------- /docs/files/rev_pl_1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/rev_pl_1.spn -------------------------------------------------------------------------------- /docs/files/rev_pl_2.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/rev_pl_2.spn -------------------------------------------------------------------------------- /docs/files/rev_pl_3.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/rev_pl_3.spn -------------------------------------------------------------------------------- /docs/files/reverse_delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/reverse_delay.spn -------------------------------------------------------------------------------- /docs/files/sawtooth.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/sawtooth.spn -------------------------------------------------------------------------------- /docs/files/shimmer-1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/shimmer-1.spn -------------------------------------------------------------------------------- /docs/files/shimmer-2.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/shimmer-2.spn -------------------------------------------------------------------------------- /docs/files/shimmer_drAlx.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/shimmer_drAlx.spn -------------------------------------------------------------------------------- /docs/files/slacker-bf/bf_digifuzzer.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/slacker-bf/bf_digifuzzer.spn -------------------------------------------------------------------------------- /docs/files/slacker-bf/bf_geoffrey.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/slacker-bf/bf_geoffrey.spn -------------------------------------------------------------------------------- /docs/files/slacker-bf/bf_johnny.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/slacker-bf/bf_johnny.spn -------------------------------------------------------------------------------- /docs/files/slacker-bf/bf_newoctaver.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/slacker-bf/bf_newoctaver.spn -------------------------------------------------------------------------------- /docs/files/slacker-bf/bf_phaser.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/slacker-bf/bf_phaser.spn -------------------------------------------------------------------------------- /docs/files/slocum-phaser.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/slocum-phaser.spn -------------------------------------------------------------------------------- /docs/files/slowgear-2.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/slowgear-2.spn -------------------------------------------------------------------------------- /docs/files/slowgear-simple.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/slowgear-simple.spn -------------------------------------------------------------------------------- /docs/files/softclipping_overdrive.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/softclipping_overdrive.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/3K_V1_0_Hall.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/3K_V1_0_Hall.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/3K_V1_1_Room.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/3K_V1_1_Room.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/3K_V1_2_PLATE.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/3K_V1_2_PLATE.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/3K_V1_3_GATED.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/3K_V1_3_GATED.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/3K_V1_4_ECHO-REV.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/3K_V1_4_ECHO-REV.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/3K_V1_5_STECHO-REV.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/3K_V1_5_STECHO-REV.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/3K_V1_6_CHOR-REV.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/3K_V1_6_CHOR-REV.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/3K_V1_7_FLANGE.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/3K_V1_7_FLANGE.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/GA_DEMO_CHORUS.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/GA_DEMO_CHORUS.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/GA_DEMO_ECHO.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/GA_DEMO_ECHO.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/GA_DEMO_ECHO_RPT.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/GA_DEMO_ECHO_RPT.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/GA_DEMO_FLANGE.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/GA_DEMO_FLANGE.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/GA_DEMO_PHASE.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/GA_DEMO_PHASE.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/GA_DEMO_TREM.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/GA_DEMO_TREM.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/GA_DEMO_VIBRATO.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/GA_DEMO_VIBRATO.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/GA_DEMO_WAH.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/GA_DEMO_WAH.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/act_xover.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/act_xover.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/battling_lfos.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/battling_lfos.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/dance_ir_fla_l.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/dance_ir_fla_l.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/dance_ir_h_l.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/dance_ir_h_l.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/dance_ir_ptz_l.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/dance_ir_ptz_l.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/dist.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/dist.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/key_rev.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/key_rev.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/min_rev1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/min_rev1.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/rev_rt_d_f.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/rev_rt_d_f.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/rms_lim_exp.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/rms_lim_exp.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/rms_limiter.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/rms_limiter.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/rms_soft_knee.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/rms_soft_knee.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/rom_chor_rev.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/rom_chor_rev.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/rom_fla_rev.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/rom_fla_rev.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/rom_pitch.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/rom_pitch.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/rom_pt_echo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/rom_pt_echo.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/rom_rev1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/rom_rev1.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/rom_rev2.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/rom_rev2.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/rom_trem_rev.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/rom_trem_rev.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/simp_limiter.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/simp_limiter.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/singen.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/singen.spn -------------------------------------------------------------------------------- /docs/files/spinsemi/thru_gain.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spinsemi/thru_gain.spn -------------------------------------------------------------------------------- /docs/files/spring_verb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/spring_verb.spn -------------------------------------------------------------------------------- /docs/files/stereo-dual-flange-multi-tap-delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/stereo-dual-flange-multi-tap-delay.spn -------------------------------------------------------------------------------- /docs/files/stereo-ring-modulators-with-chorus.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/stereo-ring-modulators-with-chorus.spn -------------------------------------------------------------------------------- /docs/files/stereo-tremolo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/stereo-tremolo.spn -------------------------------------------------------------------------------- /docs/files/tap_drum.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/tap_drum.spcd -------------------------------------------------------------------------------- /docs/files/tap_drum.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/tap_drum.spn -------------------------------------------------------------------------------- /docs/files/thru-gain.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/thru-gain.spn -------------------------------------------------------------------------------- /docs/files/tremolo-shapes-reduced.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/tremolo-shapes-reduced.spn -------------------------------------------------------------------------------- /docs/files/tremolo-shapes.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/tremolo-shapes.spn -------------------------------------------------------------------------------- /docs/files/triple-delay-feedback.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/triple-delay-feedback.spn -------------------------------------------------------------------------------- /docs/files/up-down-octaver.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/up-down-octaver.spn -------------------------------------------------------------------------------- /docs/files/whammy.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/files/whammy.spn -------------------------------------------------------------------------------- /docs/images/bg-bak.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/images/bg-bak.jpg -------------------------------------------------------------------------------- /docs/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/images/bg.jpg -------------------------------------------------------------------------------- /docs/images/fv1-typical-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/images/fv1-typical-application.png -------------------------------------------------------------------------------- /docs/images/pedal-platform/fv1-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/images/pedal-platform/fv1-1.jpg -------------------------------------------------------------------------------- /docs/images/pedal-platform/fv1-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/images/pedal-platform/fv1-2.jpg -------------------------------------------------------------------------------- /docs/images/pedal-platform/fv1-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/images/pedal-platform/fv1-3.jpg -------------------------------------------------------------------------------- /docs/images/tap_schematic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/images/tap_schematic.jpg -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/scripts/mailerlite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/scripts/mailerlite.js -------------------------------------------------------------------------------- /docs/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/docs/site.webmanifest -------------------------------------------------------------------------------- /nuxt.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/nuxt.config.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/package.json -------------------------------------------------------------------------------- /pages/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/pages/README.md -------------------------------------------------------------------------------- /pages/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/pages/index.vue -------------------------------------------------------------------------------- /plugins/vue-sweetalert2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/plugins/vue-sweetalert2.ts -------------------------------------------------------------------------------- /programs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/programs.js -------------------------------------------------------------------------------- /public/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/android-chrome-192x192.png -------------------------------------------------------------------------------- /public/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/android-chrome-512x512.png -------------------------------------------------------------------------------- /public/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/apple-touch-icon.png -------------------------------------------------------------------------------- /public/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/favicon-16x16.png -------------------------------------------------------------------------------- /public/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/favicon-32x32.png -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/files/8_seconds_delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/8_seconds_delay.spn -------------------------------------------------------------------------------- /public/files/ARPEGGIO.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/ARPEGGIO.spn -------------------------------------------------------------------------------- /public/files/ARPEGGIO_MINOR.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/ARPEGGIO_MINOR.spn -------------------------------------------------------------------------------- /public/files/IONIAN.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/IONIAN.spn -------------------------------------------------------------------------------- /public/files/RevRev.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/RevRev.spn -------------------------------------------------------------------------------- /public/files/afx_reverse_delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/afx_reverse_delay.spn -------------------------------------------------------------------------------- /public/files/aliaser.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/aliaser.spn -------------------------------------------------------------------------------- /public/files/audiofab/20240604-Audiofab-Pitch-Shift-Chorus.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/audiofab/20240604-Audiofab-Pitch-Shift-Chorus.zip -------------------------------------------------------------------------------- /public/files/audiofab/20241216-Reverbs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/audiofab/20241216-Reverbs.zip -------------------------------------------------------------------------------- /public/files/audiofab/20250523-Delays.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/audiofab/20250523-Delays.zip -------------------------------------------------------------------------------- /public/files/audiofab/Audiofab_Distortion_Programs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/audiofab/Audiofab_Distortion_Programs.zip -------------------------------------------------------------------------------- /public/files/audiofab/easy-spin-test-programs-v1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/audiofab/easy-spin-test-programs-v1.0.zip -------------------------------------------------------------------------------- /public/files/bm-pi.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/bm-pi.spn -------------------------------------------------------------------------------- /public/files/chorus-dual-rate.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/chorus-dual-rate.spn -------------------------------------------------------------------------------- /public/files/crusher.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/crusher.spn -------------------------------------------------------------------------------- /public/files/dattorro.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dattorro.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-mixed/dattorro-shimmer_oct_var-lvl.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-mixed/dattorro-shimmer_oct_var-lvl.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-mixed/dattorro-var_filter-var_damping.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-mixed/dattorro-var_filter-var_damping.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-mixed/dattorro-var_filter-var_predelay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-mixed/dattorro-var_filter-var_predelay.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-1k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-1k.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-2k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-2k.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-4k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-4k.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-500.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-500.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-8k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-mixed/dattorro-var_predelay-var_damping-8k.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-mixed/dattorro_1oct_pitch-ip+fb-2k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-mixed/dattorro_1oct_pitch-ip+fb-2k.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-mixed/dattorro_1oct_pitch-ip-4k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-mixed/dattorro_1oct_pitch-ip-4k.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-mixed/dattorro_var_pitch-ip+fb-4k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-mixed/dattorro_var_pitch-ip+fb-4k.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-mixed/dattorro_var_pitch-ip-4k.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-mixed/dattorro_var_pitch-ip-4k.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-shimmer/dattorro-shimmer_val-lvl.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-shimmer/dattorro-shimmer_val-lvl.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-shimmer/dattorro-shimmer_val_pitch.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-shimmer/dattorro-shimmer_val_pitch.spn -------------------------------------------------------------------------------- /public/files/dervish/dattorro-var_predelay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dattorro-var_predelay.spn -------------------------------------------------------------------------------- /public/files/dervish/drv102/dv102-1head-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/drv102/dv102-1head-reverb.spn -------------------------------------------------------------------------------- /public/files/dervish/drv102/dv102-2head-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/drv102/dv102-2head-reverb.spn -------------------------------------------------------------------------------- /public/files/dervish/drv102/dv102-pp-1head-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/drv102/dv102-pp-1head-reverb.spn -------------------------------------------------------------------------------- /public/files/dervish/drv102/dv102-pp-2head-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/drv102/dv102-pp-2head-reverb.spn -------------------------------------------------------------------------------- /public/files/dervish/drv103/dv103-1head-4xreverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/drv103/dv103-1head-4xreverb.spn -------------------------------------------------------------------------------- /public/files/dervish/drv103/dv103-1head-pp-2_1-4xreverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/drv103/dv103-1head-pp-2_1-4xreverb.spn -------------------------------------------------------------------------------- /public/files/dervish/drv103/dv103-1head-pp-2_1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/drv103/dv103-1head-pp-2_1.spn -------------------------------------------------------------------------------- /public/files/dervish/drv103/dv103-1head-pp.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/drv103/dv103-1head-pp.spn -------------------------------------------------------------------------------- /public/files/dervish/drv103/dv103-1head.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/drv103/dv103-1head.spn -------------------------------------------------------------------------------- /public/files/dervish/drv103/dv103-2head-2_1-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/drv103/dv103-2head-2_1-reverb.spn -------------------------------------------------------------------------------- /public/files/dervish/dual-lfo-chorus.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/dual-lfo-chorus.spn -------------------------------------------------------------------------------- /public/files/dervish/looper/looper-pingpong-fb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/looper/looper-pingpong-fb.spn -------------------------------------------------------------------------------- /public/files/dervish/looper/looper-simple-fb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/looper/looper-simple-fb.spn -------------------------------------------------------------------------------- /public/files/dervish/pingpong/pp-basic-wonky.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/pingpong/pp-basic-wonky.spn -------------------------------------------------------------------------------- /public/files/dervish/pingpong/pp-basic.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/pingpong/pp-basic.spn -------------------------------------------------------------------------------- /public/files/dervish/pingpong/pp-dubble-stereo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/pingpong/pp-dubble-stereo.spn -------------------------------------------------------------------------------- /public/files/dervish/pingpong/pp-dubble.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/pingpong/pp-dubble.spn -------------------------------------------------------------------------------- /public/files/dervish/pingpong/pp-simple-2_1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/pingpong/pp-simple-2_1.spn -------------------------------------------------------------------------------- /public/files/dervish/pingpong/pp-simple-stereo-2_1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/pingpong/pp-simple-stereo-2_1.spn -------------------------------------------------------------------------------- /public/files/dervish/pingpong/pp-simple-stereo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/pingpong/pp-simple-stereo.spn -------------------------------------------------------------------------------- /public/files/dervish/pingpong/pp-simple.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/pingpong/pp-simple.spn -------------------------------------------------------------------------------- /public/files/dervish/pingpong/pp-tripple.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/pingpong/pp-tripple.spn -------------------------------------------------------------------------------- /public/files/dervish/pitch+fb+delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/pitch+fb+delay.spn -------------------------------------------------------------------------------- /public/files/dervish/triple/tripple_echo-var_fb+chorus.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/triple/tripple_echo-var_fb+chorus.spn -------------------------------------------------------------------------------- /public/files/dervish/triple/tripple_echo-var_fb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/triple/tripple_echo-var_fb.spn -------------------------------------------------------------------------------- /public/files/dervish/triple/tripple_echo_cascaded.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/triple/tripple_echo_cascaded.spn -------------------------------------------------------------------------------- /public/files/dervish/triple/tripple_echo_cascaded_stereo+chorus.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/triple/tripple_echo_cascaded_stereo+chorus.spn -------------------------------------------------------------------------------- /public/files/dervish/triple/tripple_echo_cascaded_stereo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/triple/tripple_echo_cascaded_stereo.spn -------------------------------------------------------------------------------- /public/files/dervish/triple/tripple_echo_parallel.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/dervish/triple/tripple_echo_parallel.spn -------------------------------------------------------------------------------- /public/files/drolo/envelope-phaser.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/drolo/envelope-phaser.spn -------------------------------------------------------------------------------- /public/files/drolo/filter-env-LP-HP-up.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/drolo/filter-env-LP-HP-up.spn -------------------------------------------------------------------------------- /public/files/drolo/flanger.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/drolo/flanger.spn -------------------------------------------------------------------------------- /public/files/drolo/pitch-step-glider.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/drolo/pitch-step-glider.spn -------------------------------------------------------------------------------- /public/files/drolo/random-loop-delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/drolo/random-loop-delay.spn -------------------------------------------------------------------------------- /public/files/drolo/reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/drolo/reverb.spn -------------------------------------------------------------------------------- /public/files/drolo/ring-pitchulator.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/drolo/ring-pitchulator.spn -------------------------------------------------------------------------------- /public/files/faux-phaser-2.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/faux-phaser-2.spn -------------------------------------------------------------------------------- /public/files/faux-phaser.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/faux-phaser.spn -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p0-flanger.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p0-flanger.spcd -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p0-flanger.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p0-flanger.spn -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p1-phaser.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p1-phaser.spcd -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p1-phaser.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p1-phaser.spn -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p2-delay.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p2-delay.spcd -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p2-delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p2-delay.spn -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p3-reverb.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p3-reverb.spcd -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p3-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p3-reverb.spn -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p4-autowah.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p4-autowah.spcd -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p4-autowah.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p4-autowah.spn -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p5-disto.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p5-disto.spcd -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p5-disto.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p5-disto.spn -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p6-filter-tremolo-disto.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p6-filter-tremolo-disto.spcd -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p6-filter-tremolo-disto.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p6-filter-tremolo-disto.spn -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p7-harm-trem-delay.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p7-harm-trem-delay.spcd -------------------------------------------------------------------------------- /public/files/firesledge/bass-fv1-p7-harm-trem-delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/firesledge/bass-fv1-p7-harm-trem-delay.spn -------------------------------------------------------------------------------- /public/files/freeverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/freeverb.spn -------------------------------------------------------------------------------- /public/files/greenwood-delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/greenwood-delay.spn -------------------------------------------------------------------------------- /public/files/hall_goldmine.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/hall_goldmine.spn -------------------------------------------------------------------------------- /public/files/holy-city-audio/cabinet-simulator.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/cabinet-simulator.spcd -------------------------------------------------------------------------------- /public/files/holy-city-audio/chorus-demo-bank-2018-spinasm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/chorus-demo-bank-2018-spinasm.zip -------------------------------------------------------------------------------- /public/files/holy-city-audio/chorus-demo-bank-2018.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/chorus-demo-bank-2018.hex -------------------------------------------------------------------------------- /public/files/holy-city-audio/chorus-demo-bank-2018.spbk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/chorus-demo-bank-2018.spbk -------------------------------------------------------------------------------- /public/files/holy-city-audio/delay-with-threshold.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/delay-with-threshold.spcd -------------------------------------------------------------------------------- /public/files/holy-city-audio/demo-delays-spinasm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/demo-delays-spinasm.zip -------------------------------------------------------------------------------- /public/files/holy-city-audio/demo-delays.spbk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/demo-delays.spbk -------------------------------------------------------------------------------- /public/files/holy-city-audio/filter-tremolo-example.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/filter-tremolo-example.spcd -------------------------------------------------------------------------------- /public/files/holy-city-audio/filter-tremolo-example.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/filter-tremolo-example.spn -------------------------------------------------------------------------------- /public/files/holy-city-audio/flangers-spinasm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/flangers-spinasm.zip -------------------------------------------------------------------------------- /public/files/holy-city-audio/flangers.spbk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/flangers.spbk -------------------------------------------------------------------------------- /public/files/holy-city-audio/multi-tap-delays-spinasm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/multi-tap-delays-spinasm.zip -------------------------------------------------------------------------------- /public/files/holy-city-audio/multi-tap-delays.spbk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/multi-tap-delays.spbk -------------------------------------------------------------------------------- /public/files/holy-city-audio/new-flanger.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/new-flanger.spn -------------------------------------------------------------------------------- /public/files/holy-city-audio/oil-can-delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/oil-can-delay.spn -------------------------------------------------------------------------------- /public/files/holy-city-audio/percussion-ambience.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/percussion-ambience.spn -------------------------------------------------------------------------------- /public/files/holy-city-audio/room-reverb-3-4-5.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/room-reverb-3-4-5.spn -------------------------------------------------------------------------------- /public/files/holy-city-audio/shimmer.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/shimmer.spcd -------------------------------------------------------------------------------- /public/files/holy-city-audio/shimmer.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/shimmer.spn -------------------------------------------------------------------------------- /public/files/holy-city-audio/through-zero-flangers-demo-spinasm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/through-zero-flangers-demo-spinasm.zip -------------------------------------------------------------------------------- /public/files/holy-city-audio/through-zero-flangers-demo.spbk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/through-zero-flangers-demo.spbk -------------------------------------------------------------------------------- /public/files/holy-city-audio/tremolo-aliaser-reverb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/holy-city-audio/tremolo-aliaser-reverb.spn -------------------------------------------------------------------------------- /public/files/improved_octave_up.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/improved_octave_up.spn -------------------------------------------------------------------------------- /public/files/interesting-1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/interesting-1.spn -------------------------------------------------------------------------------- /public/files/interesting-2.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/interesting-2.spn -------------------------------------------------------------------------------- /public/files/lfsr_random.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/lfsr_random.spn -------------------------------------------------------------------------------- /public/files/madbeanpedals/choir-saw.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/madbeanpedals/choir-saw.spcd -------------------------------------------------------------------------------- /public/files/madbeanpedals/choir-saw.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/madbeanpedals/choir-saw.spn -------------------------------------------------------------------------------- /public/files/madbeanpedals/parallax.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/madbeanpedals/parallax.spcd -------------------------------------------------------------------------------- /public/files/madbeanpedals/parallax.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/madbeanpedals/parallax.spn -------------------------------------------------------------------------------- /public/files/madbeanpedals/spacedash.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/madbeanpedals/spacedash.spcd -------------------------------------------------------------------------------- /public/files/madbeanpedals/spacedash.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/madbeanpedals/spacedash.spn -------------------------------------------------------------------------------- /public/files/madbeanpedals/starfield.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/madbeanpedals/starfield.spcd -------------------------------------------------------------------------------- /public/files/madbeanpedals/starfield.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/madbeanpedals/starfield.spn -------------------------------------------------------------------------------- /public/files/modulated-echo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/modulated-echo.spn -------------------------------------------------------------------------------- /public/files/multipitch.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/multipitch.spn -------------------------------------------------------------------------------- /public/files/parametric-eq-7.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/parametric-eq-7.spn -------------------------------------------------------------------------------- /public/files/pingpong.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/pingpong.spn -------------------------------------------------------------------------------- /public/files/pitch-transpose-stereo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/pitch-transpose-stereo.spn -------------------------------------------------------------------------------- /public/files/resonator.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/resonator.spn -------------------------------------------------------------------------------- /public/files/rev_pl_1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/rev_pl_1.spn -------------------------------------------------------------------------------- /public/files/rev_pl_2.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/rev_pl_2.spn -------------------------------------------------------------------------------- /public/files/rev_pl_3.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/rev_pl_3.spn -------------------------------------------------------------------------------- /public/files/reverse_delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/reverse_delay.spn -------------------------------------------------------------------------------- /public/files/sawtooth.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/sawtooth.spn -------------------------------------------------------------------------------- /public/files/shimmer-1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/shimmer-1.spn -------------------------------------------------------------------------------- /public/files/shimmer-2.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/shimmer-2.spn -------------------------------------------------------------------------------- /public/files/shimmer_drAlx.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/shimmer_drAlx.spn -------------------------------------------------------------------------------- /public/files/slacker-bf/bf_digifuzzer.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/slacker-bf/bf_digifuzzer.spn -------------------------------------------------------------------------------- /public/files/slacker-bf/bf_geoffrey.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/slacker-bf/bf_geoffrey.spn -------------------------------------------------------------------------------- /public/files/slacker-bf/bf_johnny.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/slacker-bf/bf_johnny.spn -------------------------------------------------------------------------------- /public/files/slacker-bf/bf_newoctaver.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/slacker-bf/bf_newoctaver.spn -------------------------------------------------------------------------------- /public/files/slacker-bf/bf_phaser.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/slacker-bf/bf_phaser.spn -------------------------------------------------------------------------------- /public/files/slocum-phaser.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/slocum-phaser.spn -------------------------------------------------------------------------------- /public/files/slowgear-2.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/slowgear-2.spn -------------------------------------------------------------------------------- /public/files/slowgear-simple.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/slowgear-simple.spn -------------------------------------------------------------------------------- /public/files/softclipping_overdrive.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/softclipping_overdrive.spn -------------------------------------------------------------------------------- /public/files/spinsemi/3K_V1_0_Hall.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/3K_V1_0_Hall.spn -------------------------------------------------------------------------------- /public/files/spinsemi/3K_V1_1_Room.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/3K_V1_1_Room.spn -------------------------------------------------------------------------------- /public/files/spinsemi/3K_V1_2_PLATE.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/3K_V1_2_PLATE.spn -------------------------------------------------------------------------------- /public/files/spinsemi/3K_V1_3_GATED.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/3K_V1_3_GATED.spn -------------------------------------------------------------------------------- /public/files/spinsemi/3K_V1_4_ECHO-REV.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/3K_V1_4_ECHO-REV.spn -------------------------------------------------------------------------------- /public/files/spinsemi/3K_V1_5_STECHO-REV.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/3K_V1_5_STECHO-REV.spn -------------------------------------------------------------------------------- /public/files/spinsemi/3K_V1_6_CHOR-REV.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/3K_V1_6_CHOR-REV.spn -------------------------------------------------------------------------------- /public/files/spinsemi/3K_V1_7_FLANGE.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/3K_V1_7_FLANGE.spn -------------------------------------------------------------------------------- /public/files/spinsemi/GA_DEMO_CHORUS.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/GA_DEMO_CHORUS.spn -------------------------------------------------------------------------------- /public/files/spinsemi/GA_DEMO_ECHO.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/GA_DEMO_ECHO.spn -------------------------------------------------------------------------------- /public/files/spinsemi/GA_DEMO_ECHO_RPT.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/GA_DEMO_ECHO_RPT.spn -------------------------------------------------------------------------------- /public/files/spinsemi/GA_DEMO_FLANGE.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/GA_DEMO_FLANGE.spn -------------------------------------------------------------------------------- /public/files/spinsemi/GA_DEMO_PHASE.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/GA_DEMO_PHASE.spn -------------------------------------------------------------------------------- /public/files/spinsemi/GA_DEMO_TREM.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/GA_DEMO_TREM.spn -------------------------------------------------------------------------------- /public/files/spinsemi/GA_DEMO_VIBRATO.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/GA_DEMO_VIBRATO.spn -------------------------------------------------------------------------------- /public/files/spinsemi/GA_DEMO_WAH.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/GA_DEMO_WAH.spn -------------------------------------------------------------------------------- /public/files/spinsemi/act_xover.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/act_xover.spn -------------------------------------------------------------------------------- /public/files/spinsemi/battling_lfos.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/battling_lfos.spn -------------------------------------------------------------------------------- /public/files/spinsemi/dance_ir_fla_l.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/dance_ir_fla_l.spn -------------------------------------------------------------------------------- /public/files/spinsemi/dance_ir_h_l.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/dance_ir_h_l.spn -------------------------------------------------------------------------------- /public/files/spinsemi/dance_ir_ptz_l.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/dance_ir_ptz_l.spn -------------------------------------------------------------------------------- /public/files/spinsemi/dist.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/dist.spn -------------------------------------------------------------------------------- /public/files/spinsemi/key_rev.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/key_rev.spn -------------------------------------------------------------------------------- /public/files/spinsemi/min_rev1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/min_rev1.spn -------------------------------------------------------------------------------- /public/files/spinsemi/rev_rt_d_f.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/rev_rt_d_f.spn -------------------------------------------------------------------------------- /public/files/spinsemi/rms_lim_exp.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/rms_lim_exp.spn -------------------------------------------------------------------------------- /public/files/spinsemi/rms_limiter.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/rms_limiter.spn -------------------------------------------------------------------------------- /public/files/spinsemi/rms_soft_knee.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/rms_soft_knee.spn -------------------------------------------------------------------------------- /public/files/spinsemi/rom_chor_rev.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/rom_chor_rev.spn -------------------------------------------------------------------------------- /public/files/spinsemi/rom_fla_rev.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/rom_fla_rev.spn -------------------------------------------------------------------------------- /public/files/spinsemi/rom_pitch.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/rom_pitch.spn -------------------------------------------------------------------------------- /public/files/spinsemi/rom_pt_echo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/rom_pt_echo.spn -------------------------------------------------------------------------------- /public/files/spinsemi/rom_rev1.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/rom_rev1.spn -------------------------------------------------------------------------------- /public/files/spinsemi/rom_rev2.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/rom_rev2.spn -------------------------------------------------------------------------------- /public/files/spinsemi/rom_trem_rev.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/rom_trem_rev.spn -------------------------------------------------------------------------------- /public/files/spinsemi/simp_limiter.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/simp_limiter.spn -------------------------------------------------------------------------------- /public/files/spinsemi/singen.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/singen.spn -------------------------------------------------------------------------------- /public/files/spinsemi/thru_gain.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spinsemi/thru_gain.spn -------------------------------------------------------------------------------- /public/files/spring_verb.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/spring_verb.spn -------------------------------------------------------------------------------- /public/files/stereo-dual-flange-multi-tap-delay.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/stereo-dual-flange-multi-tap-delay.spn -------------------------------------------------------------------------------- /public/files/stereo-ring-modulators-with-chorus.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/stereo-ring-modulators-with-chorus.spn -------------------------------------------------------------------------------- /public/files/stereo-tremolo.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/stereo-tremolo.spn -------------------------------------------------------------------------------- /public/files/tap_drum.spcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/tap_drum.spcd -------------------------------------------------------------------------------- /public/files/tap_drum.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/tap_drum.spn -------------------------------------------------------------------------------- /public/files/thru-gain.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/thru-gain.spn -------------------------------------------------------------------------------- /public/files/tremolo-shapes-reduced.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/tremolo-shapes-reduced.spn -------------------------------------------------------------------------------- /public/files/tremolo-shapes.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/tremolo-shapes.spn -------------------------------------------------------------------------------- /public/files/triple-delay-feedback.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/triple-delay-feedback.spn -------------------------------------------------------------------------------- /public/files/up-down-octaver.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/up-down-octaver.spn -------------------------------------------------------------------------------- /public/files/whammy.spn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/files/whammy.spn -------------------------------------------------------------------------------- /public/images/bg-bak.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/images/bg-bak.jpg -------------------------------------------------------------------------------- /public/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/images/bg.jpg -------------------------------------------------------------------------------- /public/images/fv1-typical-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/images/fv1-typical-application.png -------------------------------------------------------------------------------- /public/images/pedal-platform/fv1-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/images/pedal-platform/fv1-1.jpg -------------------------------------------------------------------------------- /public/images/pedal-platform/fv1-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/images/pedal-platform/fv1-2.jpg -------------------------------------------------------------------------------- /public/images/pedal-platform/fv1-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/images/pedal-platform/fv1-3.jpg -------------------------------------------------------------------------------- /public/images/tap_schematic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/images/tap_schematic.jpg -------------------------------------------------------------------------------- /public/scripts/mailerlite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/scripts/mailerlite.js -------------------------------------------------------------------------------- /public/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/public/site.webmanifest -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstratman/fv1-programs/HEAD/yarn.lock --------------------------------------------------------------------------------