1,509 Royalty-Free Audio Tracks for "Experimental"

00:00
03:01
Privatedareno2 - 3patches - 3min. A challenge kindly started by alienxxx \(^_^)/. Patch 1: the patch that was… a patch i did yesterday. Got that one for free, so to speak. Patch 2: inspired by distant airplanes. Had this in mind. Now i patched up my idea. The wind (or what you decide to call it) is controlled by alm pip slope. New module – for me. Used an external effect, the zoom ms-70cdr. Patch 3: read about feedback. I decided to do a feedback patch. First i made one using oscillators, but i did not manage to do something nice. So i used filters. The first filters feedback is generating triggers. Oh, yes, and i used my sampler (soundmachines ul1uloop). So three patches. I merged/mixed them together in audacity. All sound unedited. Just normalized and i have applied fade in/out – and mixed them together - as written.
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
00:17
Worth mentioning that the groan track is separate from the conversation, for those who want to use just one or the other. I hesitate to say i'm in training, but in a way i am. I don't really know what sorts of things i can get away with, so i have become acquainted with a brit who, i thought, knows everything there is to know. Instead, she may be a bit of an experimenter, and she practices a bit fast and loose. I surely can tell she loves it. . . During this bit of conversation i saw her reach and turn the clamping screws tighter. Extrusion. Interesting. One might wonder why he puts up with it, and i can tell you, he doesn't. A session like this one and he doesn't speak to me for a week. It goes on, i can tell you, at least until he finds where i keep the handcuffs. I do know where to find another pair.
Author: Nuncaconoci
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
01:29
Shortwave wide-band digital emission recorded on july 15, 2014 at 15:17 utc in am mode using 2 instances of the online remote controllable short-wave receiver located at the amateur radio club etgd at the university of twente the netherlands. Left channel was recorded below the central frequency, at a frequency of 10187khz, right channel was recorded above the central frequency, at 10191khz. This was an experiment to see if selective fading would create stereo effects, as the lower frequency part of the transmission would be heard better in the left channel, and the higher frequency component would be heard better on the right. I used goldwave to put the separate recordings into 2 channels of the same file, after i synched the recordings by ear at 1/16 playback speed using a set of 2 particularly strong lightning static crashes as a guide, trimming off everything that came before the first strike in both original recordings, then inserting silence in the range of a few milliseconds until the stereo separation was as close to zero as i could get it. I wasn't as successful at that as i've been with experiments with voice recordings from simultaneous broadcasts on 2 wavelengths that i haven't posted here.
Author: Kbclx
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
00:00
02:12
A reel by scanner, aka robin rimbaud. Formatted for use in the make noise morphagene. "a mixture of abstract melodic ambient and strange processed radio stuff and ‘scanner’ style sounds which should be fun. Keeping in mind that i want people to be able to use them as easily as possible and inspired. ". Scanner (british artist robin rimbaud) traverses the experimental terrain between sound and space connecting a bewilderingly diverse array of genres. Since 1991 he has been intensely active in sonic art, producing concerts, installations and recordings, the albums mass observation (1994), delivery (1997), and the garden is full of metal (1998) hailed by critics as innovative and inspirational works of contemporary electronic music. To date he has scored 65 contemporary dance productions, including works for the london royal ballet and merce cunningham in nyc. In 2016 he installed his water drops sound work in rijeka airport in croatia, ghosts at cliveden national trust uk, and scored the world’s first ever virtual reality ballet, nightfall. He scored the hit musical comedy kirikou & karaba (2007) and narnia ballet (2015) based on the popular children’s book, philips wake-up light (2009), the re-opening of the stedelijk museum, amsterdam in 2012 and in 2018 released an app that measures the quality of soil in europe with live data with artist kasia molga. His work salles des departs is permanently installed in a working morgue in paris whilst vex house, the residential house he designed a permanent soundtrack with chance de silva architects, won the riba london award 2018. Committed to working with cutting edge practitioners he collaborated with bryan ferry, wayne macgregor, mike kelley, torres, michael nyman, steve mcqueen, laurie anderson, and hussein chalayan, amongst many others. Scannerdot. Com.
Author: Makenoisemusic
00:00
15:16
It's a 15-minute long drum improvisation. It contails a lot of different beats and rhythms played so you might cut-out some loops for your needs. The kit has:- single kick- snare- hihat- 3 toms- broken crash that sounds really short- ride. The kit was old and not in perfect condition. I also used my sticks to play on some other part of the drumkit, like metal stand for the crash etc. I also got up and stated running around in a circle hitting sticks together and afterwards hitting drums and cymbals while running around the drumkit. I took my shoes off before i started so you can't hear my footsteps. I didn't use a metronome and i know i don't hold the tempo and it's a bit wiggly sometimes. I think this performace was inspired by band mr. Bungle. I recorded this with zoom h2 handy recorder's front stereo xy mics. It was standing on a table about one meter above the floor. Facing the drumkit and me. It was captured into a 48khz/24-bit wav file, then i trimmed the ends and converted this to flac using audacity. No processing applied, though i think it sounds nicer when you put these effects:. 1. A compressor:-attack: 10ms-release: 50ms-ratio: 2. 5:1-treshold: around -24db2. A reverb:-decay: 1. 5 to 2 seconds-dry: 0db-wet: around -15 db. It amazes me how much energy compression actually adds to drums!. I made this with my podcast (http://unfamusic. Com/fnr/) in mind. I want to overdub guitars, vocals and make it one big schizophrenic song. If you're interested to hear it, leave me a comment so i can find you, or just subscribe to my podcast's rss (http://feeds. Feedburner. Com/unfa-fnr/).
Author: Unfa
1501 - 1509 of 1,509
/ 31