12 Royalty-Free Audio Tracks for "Sqr"

00:00
01:04
Another patch on vcv rack. Sick! why am i doing this when i have the real thing :-) well it's fun and convenient. I can test modules and patch ideas. If i have three square waves i will do this one at home too. I have done similar patches before on my eurorack. . . . ((. . . And i can do it at work. . . )).
Author: Gis Sweden
00:00
00:04
Single note sampled from an analog synthesizer by modular samples. Modular samples provides samples of vintage and modern synthesizers for apple exs24, native instruments kontakt, reason and live samplers, with over 50 gigabytes of public domain content. Sampler files and sound packs are also available at http://modularsamples. Com. Synthesizer: roland sh-2patch name (pack): noisy sqr filter velnote: e#1midi note: 29midi velocity: 48.
Author: Modularsamples
00:00
00:60
I feed 2 lfo sqr-wavs to a vca. Now you can get 3 levels of cv.
Author: Gis Sweden
00:00
00:02
Single note sampled from an analog synthesizer by modular samples. Modular samples provides samples of vintage and modern synthesizers for apple exs24, native instruments kontakt, reason and live samplers, with over 50 gigabytes of public domain content. Sampler files and sound packs are also available at http://modularsamples. Com. Synthesizer: roland sh-2patch name (pack): rezzy sqrnote: c2midi note: 36.
Author: Modularsamples
00:00
01:05
I want you to compare this sound with:"electronic minute no 18 - vcv rack sqr sequencing"https://freesound. Org/people/gis_sweden/sounds/413520/in this sound, no 19, i use my modular synth. The sound is not as clean as in the virtual one. To some extent i blame my method of recording. . . Different oscillators sound different. Here i use a self oscillating filter. That produces a clean sinus wave. The cleanest sinus in my rack. But i guess the real thing is not perfect and that is what you are hearing? in neither of the patches i use a quantizer. . . (that's art :-)and, i almost forgot, i use a cheap analog delay pedal. Noisy. . .
Author: Gis Sweden
00:00
02:07
Vcv-rack and a machine composition patch - or generative patch. Minimal but some of the voices are constantly "doing things". . . I tried to add some sort of steady beat to this one. Wanted to make it less wild/wierd. Quantizer? what is that. Let the virtual synth decide.
Author: Gis Sweden
00:00
10:28
Algorithmic drone music program. The computer is my analog modular synth. 01 to 08 are clock sequencer steps. 00 rem osc_1 - wave shaped sin oscillator (osc) - tuned to 130hz00 rem osc_2 - clean sin from oscillator - tuned to 130hz00 rem osc_3 - sqr from oscillator through filter - osc tuned to 130hz00 rem clk speed = 0. 5 hz00 rem line 01 each of the 3 vcas gets an unique cv value ([gate] -> [3 s/h] -> [3 vca])00 rem ---------------------------------------------------01 sample values for vca (cv in) x 3 (osc_1, osc_2, osc_3)02 sample frq for osc_103 sample frq for osc_204 sample new clk speed05 sample frq for vibrato in osc_106 sample frq for osc_307 env to all vca08 sample cv for (osc_3) filter10 goto 01. When i begin the recording the program has been running for a while.
Author: Gis Sweden
00:00
10:00
Made some adjustements and a new recording. Terrible result but fun work/programming!. Algorithmic drone music program. The computer is my analog modular synth. 01 to 08 are clock sequencer steps. 00 rem osc_1 - wave shaped sin oscillator (osc) - tuned to 130hz00 rem osc_2 - clean sin from oscillator - tuned to 130hz00 rem osc_3 - sqr from oscillator through filter - osc tuned to 130hz00 rem clk speed = 0. 5 hz00 rem line 01 each of the 3 vcas gets an unique cv value ([gate] -> [3 s/h] -> [3 vca])00 rem ---------------------------------------------------01 sample values for vca (cv in) x 3 (osc_1, osc_2, osc_3)02 sample frq for osc_103 sample frq for osc_204 sample new clk speed05 sample frq for vibrato in osc_106 sample frq for osc_307 env to all vca08 sample cv for (osc_3) filter10 goto 01. When i begin the recording the program has been running for a while.
Author: Gis Sweden
00:00
02:59
Algorithmic modular music program (man3_2019). The computer is my analog modular synth. 00 rem -------------- man3_2019 --------------00 rem man3 - modular algorithm no 300 rem the steps/command lines, 01 to 08, are steps on a step sequencer00 rem main clock (lfo_2) 3hz00 rem the cv sequencer (seq) are tuned to an octave split in 5 equal parts. 00 rem seq has its own clock00 rem lfo_2 controls vco_2 via vca_2 and vca_300 rem lfo_3 controls wave shaper and vcf00 rem vco_1 tuned to 150hz sin -> wave shaper00 rem vco_2 tuned to 150hz tri00 rem vco_3 tuned to 75hz sqr -> vcf00 rem ----------------------------------------01 sampl lfo_1 -> vca_1 (vco_1)02 sampl seq -> vco_203 sampl lfo_1 -> vca_2 (vca_3) : rem [lfo_2 -> vca_2 -> vca_3 (vco_2)]04 sampl seq -> vco_105 trg -> noise -> delay_106 sampl seq -> vco_307 trg -> env (vco_3)08 trg -> noise -> delay_110 goto 01.
Author: Gis Sweden
00:00
10:15
Algorithmic modular music program (man2_2019). The computer is my analog modular synth. 01 to 08 are clock sequencer steps. 00 rem -------------- man2_2019 --------------00 rem vco_1 sin through wave folder00 rem vco_2 tri00 rem vco_3 sqr through vcf00 rem (vco_1, vco_2, vco_3) tuned to 130 hz00 rem rnd pitch cv from attenuated tri lfo00 rem rnd cv from tri lfo00 rem main clock (lfo_1) start frq 10 hz00 rem reset is tricky, trg -> short env -> reset00 rem (noise) is noise through a lfo sweeped vcf00 rem ---------------------------------------01 rnd -> vca cv in (vco_1)02 if (lfo_2 = high) then goto 01 [= reset]03 rnd frq lfo_1 (run speed)04 rnd fm mod (vco_1) with audio from (vco_2)05 rnd -> vca cv in (vco_1, vco_2, vco_3): invert cv -> vca cv in (noise)06 trg long env (vco_2): rnd pitch @ eoc (vco_2)07 trg long env (vco_3): rnd pitch @ eoc (vco_3)08 rnd -> wave folder (vco_1): rnd -> vcf (vco_3)10 goto 01.
Author: Gis Sweden
00:00
09:17
Algorithmic modular music program (man2_2019). The computer is my analog modular synth. 01 to 08 are clock sequencer steps. 00 rem -------------- man2_2019 --------------00 rem vco_1 sin through wave folder00 rem vco_2 tri00 rem vco_3 sqr through vcf00 rem (vco_1, vco_2, vco_3) tuned to 130 hz00 rem rnd pitch cv from attenuated tri lfo00 rem rnd cv from tri lfo00 rem main clock (lfo_1) start frq 10 hz00 rem reset is tricky, trg -> short env -> reset00 rem (noise) is noise through a lfo sweeped vcf00 rem ---------------------------------------01 rnd -> vca cv in (vco_1)02 if (lfo_2 = high) then goto 01 [= reset]03 rnd frq lfo_1 (run speed)04 rnd fm mod (vco_1) with audio from (vco_2)05 rnd -> vca cv in (vco_1, vco_2, vco_3): invert cv -> vca cv in (noise)06 trg long env (vco_2): rnd pitch @ eoc (vco_2)07 trg long env (vco_3): rnd pitch @ eoc (vco_3)08 rnd -> wave folder (vco_1): rnd -> vcf (vco_3)10 goto 01.
Author: Gis Sweden
00:00
05:10
Algorithmic modular music program ver. 2 (man2v2_2019). The computer is my analog modular synth. 01 to 08 are clock sequencer steps. Admit, the spring reverb makes a nice job!. 00 rem -------------- man2_2019 --------------00 rem ------------------ v2 -----------------00 rem vco_1 sin through wave folder00 rem vco_2 tri00 rem vco_3 sqr through vcf00 rem (vco_1, vco_2, vco_3) tuned to 130 hz00 rem rnd pitch cv from attenuated tri lfo00 rem rnd cv from tri lfo00 rem main clock (lfo_1) start frq 10 hz00 rem reset is tricky, trg -> short env -> reset00 rem (noise) is noise through a lfo sweeped vcf00 rem ---------------------------------------01 rnd -> vca cv in (vco_1)02 rnd -> wave folder (vco_1): rnd -> vcf (vco_3)00 rem line 08 in ver. 103 rnd frq lfo_1 (run speed)00 rem [less secitive for cv change]04 rnd fm mod (vco_1) with audio from (vco_2)05 rnd -> vca cv in (vco_1, vco_2, vco_3): invert cv -> vca cv in (noise)00 rem [added some offset with attenuverter]06 trg short env (vco_2): rnd pitch @ eoc (vco_2)00 rem [long env in ver. 1 - with long env i seldom reach eoc]07 if (lfo_2 = high) then goto 01 [= reset]00 rem line 02 in ver. 108 [07] trg short env (vco_3): rnd pitch @ eoc (vco_3)00 rem line 07 in ver. 100 rem [long env in ver. 1 - with long env i seldom reach eoc]10 goto 01.
Author: Gis Sweden
1 - 12 of 12
/ 1