Find a quiet place where you will not be interrupted for the next 10 minutes. Meditations cannot be paused. If you got interrupted, you are invited to → Leave The Meditation Room, and come back later again when you will be fully available. I will still be here, waiting for you ;-)

The myNoise meditation room uses prompts from a pool of different meditation scripts, so your experience will be different between visits.

This function is still in beta. Do not hesitate to contact me - stephane at mynoise dot net - to leave feedback about your experience, and share suggestions for improvements. "; setPreset(0,0,0,0,0,0,0,0,0,0,"Meditation Room"); //playBell(); for (var i = 0; i<7; ++i) { if (!voiceover[i]){voiceover[i]=new Audio('/Audio/MeditationRoom/'+i+'_'+Math.floor(1+Math.random()*5)+fileExt);voiceover[i].preload='auto';} voiceover[i].volume=averageSliderLevel/2; } var s=[0,1,2,3,4,5,6,7,8,9]; s=s.sort((a, b) => 0.5 - Math.random()); var p=new Array(); var k=0; var maxDur=[7,14,7,16,65,17,19]; var startOffset=8; sto[k++]=setTimeout(function(){voiceover[0].play();},startOffset*1000); sto[k++]=setTimeout(function(){voiceover[1].play();},(startOffset+maxDur[0]+3)*1000); sto[k++]=setTimeout(function(){voiceover[2].play();},(startOffset+maxDur[0]+maxDur[1]+6)*1000); sto[k++]=setTimeout(function(){voiceover[3].play();},(startOffset+maxDur[0]+maxDur[1]+maxDur[2]+9)*1000); sto[k++]=setTimeout(function(){voiceover[4].play();},(startOffset+maxDur[0]+maxDur[1]+maxDur[2]+maxDur[3]+12)*1000); sto[k++]=setTimeout(function(){voiceover[5].play();},(540-maxDur[5]-maxDur[6]-6)*1000); sto[k++]=setTimeout(function(){voiceover[6].play();},(540)*1000); sto[k++]=setTimeout(function(){fAUDIOFADETIME=10; p=[0,0,0,0,0,0,0,0,0,0]; p[s[0]]=averageSliderLevel; setPreset(p[0],p[1],p[2],p[3],p[4],p[5],p[6],p[7],p[8],p[9],"")},(startOffset+maxDur[0]+3)*1000); sto[k++]=setTimeout(function(){fAUDIOFADETIME=60; p[s[1]]=averageSliderLevel; p[s[2]]=averageSliderLevel;p[s[3]]=averageSliderLevel; setPreset(p[0],p[1],p[2],p[3],p[4],p[5],p[6],p[7],p[8],p[9],"")},(startOffset+maxDur[0]+maxDur[1]+maxDur[2]+6)*1000); sto[k++]=setTimeout(function(){fAUDIOFADETIME=60; p=[0,0,0,0,0,0,0,0,0,0]; p[s[4]]=averageSliderLevel; p[s[5]]=averageSliderLevel; setPreset(p[0],p[1],p[2],p[3],p[4],p[5],p[6],p[7],p[8],p[9],"")},3*60000); sto[k++]=setTimeout(function(){fAUDIOFADETIME=60; p=[0,0,0,0,0,0,0,0,0,0]; p[s[6]]=averageSliderLevel; p[s[7]]=averageSliderLevel; setPreset(p[0],p[1],p[2],p[3],p[4],p[5],p[6],p[7],p[8],p[9],"")},5*60000); sto[k++]=setTimeout(function(){fAUDIOFADETIME=60; p=[0,0,0,0,0,0,0,0,0,0]; p[s[8]]=averageSliderLevel; p[s[9]]=averageSliderLevel; setPreset(p[0],p[1],p[2],p[3],p[4],p[5],p[6],p[7],p[8],p[9],"")},7*60000); sto[k++]=setTimeout(function(){fAUDIOFADETIME=60; setPreset(0,0,0,0,0,0,0,0,0,0,0,"")},9*60000); sto[k++]=setTimeout(function(){fAUDIOFADETIME=0.1;startMeditationRoom();},10*60000); } else { msg("You left the meditation room."); $('#bgimage').removeClass("animated"); $('#bgimage').css("background-image", "url(/Data/PSYNESTHESIA/bg.jpg)"); $('#bgimage').addClass("animated"); document.getElementById("description").innerHTML=allContents; $( "#description" ).hide(); $( ".nestedSection" ).show(); for (var i = 0; i', function() { selectedSlidersShift(-1);}); Mousetrap.bind('g', function() { playAllSounds();setAllLevels();msg("Now Playing...");fCONTEXTSTART=context.currentTime;}); Mousetrap.bind('y', function() { tune(432/440);msg("Experimental - Now tuned to A4=432Hz"); }); Mousetrap.bind('?', function() { randomSettings(); }); Mousetrap.bind('c', function() { collectNZ(); }); Mousetrap.bind('shift+c', function() { customGenLaunch(); }); Mousetrap.bind('x c', function() { clearStack(); }); // favs var fData=new Array(); var curGenCode="PSYNESTHESIA"; function favorite(what){ addToFavorites(what); refreshFavs(); } function addToFavorites(what){ var ndx=fData.indexOf(what); if (ndx==-1){ $('.c'+what).attr('src','/Pix/fav_b.png'); fData.push(what); } else { // is a favorite $('.c'+what).attr('src','/Pix/fav.png'); $('.c'+what+'.titlestar').attr('src','/Pix/fav_grey.png'); fData.splice(ndx,1); } fCookieWrite(); } function fCookieRead(){ var uids=readCookie('uIDS'); var cookieName='fSET_'+uids; var tmp=readCookie(cookieName); if (tmp!=null) fData=JSON.parse(tmp); } function fCookieWrite(){ var uids=readCookie('uIDS'); var cookieName='fSET_'+uids; var days=36500; createCookie(cookieName,JSON.stringify(fData),days); } function highlightFavs(){ $('.iFV').css('display', 'inline'); $('.iFV').prop('title', 'Your favorites'); $('.iFV').powerTip(); fCookieRead(); for (var i in fData) { $('.c'+fData[i]).attr('src','/Pix/fav_b.png'); } } function toggleFavs(){ if (!highlighted.localeCompare('favs')) { highlighted='none'; $('.hint').parent('span').show();} else { highlighted='favs'; $('.hint').parent('span').hide();} refreshFavs(); } function refreshFavs(){ if (!highlighted.localeCompare('favs')) { $('#iFV').attr('src','/Pix/fav_b.png'); // the fav star in the user panel for (var i in fData) { $('.c'+fData[i]).css('opacity', '1'); $('.c'+fData[i]).parent('span').show(); } } else {$('#iFV').attr('src','/Pix/fav_l.png');} } function checkFavGen(){ fCookieRead(); var ndx=fData.indexOf(curGenCode); if (ndx>-1) $('.c'+fData[ndx]).attr('src','/Pix/fav_b.png'); $('.c'+curGenCode).css('display', 'inline'); $('.c'+curGenCode).prop('title', 'Favorite'); $('.c'+curGenCode).powerTip(); } function addGenToFavs(){ addToFavorites(curGenCode); } Psynesthesia — Ambient Psytrance Music Generator

  Discover our mobile apps for Android and iOS
  Front Page   Full Index   Photos   Blog   FAQ   Site Map iconDonate iconLog In Take It EasyNow Loading...Osmosis
Psynesthesia
Ambient Psytrance

Presets

303 ExperienceDrum MachinesAmbient 303303rd EyeDrone ZoneFloor Arps Surprise!

Current Slider Profile

Save as URL
Save as CookieLoad
Clone as a Mini-Player
Order as an Audio file    

Animation Parameters

mode Soft HardSolo Duo Trio
speed &div;8 &div;4 &div;2Normalx2 x4 x8
range Set→[ LowHigh ]←Set

Tape Speed Control

G #A #BC #D #EF #
Speed ÷2Speed x2Reset

iEQ • Calibration

NoneBalancedFull

  Guided Meditation

Enter the Meditation Room beta

Keyboard Shortcuts

Visualizer • White • PiNk • Brown • J↓↑KHelp

Welcome to the 303rd Dimension

Every so often, an instrument comes along that influences music history and helps shape a new genre.

In the early 1980s, the Roland TB-303 Bass Line was a small synthesizer designed to replicate the sound of a bass guitar. But when it hit the market, musicians quickly realized that its synthetic tones were far from convincing. It was also tricky to program, producing sounds and patterns that were more robotic than realistic. Sales were poor, and Roland quickly pulled it from production. The remaining stock was sold at a fraction of the original price.

At the time, synthesizers were expensive. The TB-303’s stock clearance provided a fantastic opportunity for many aspiring electronic musicians to get their hands on a small synthesizer. Underground musicians discovered the TB-303 and saw its potential rather than its limitations. They didn’t mind that it couldn’t imitate a bass guitar. Instead, they were fascinated by its unique, squelchy tones that sounded like they came from another dimension, and the "happy accidents" that resulted from its tricky programming. This creative experimentation led to the birth of acid house music in the mid-1980s, a genre that is intrinsically connected to the TB-303.

When paired with effects like delay, the TB-303 becomes a tool for creating mesmerizing, trance-inducing soundscapes, such as this psytrance-like soundscape.
Published by Stéphane on August 19th, 2024

User Stories

Write your own here. Click the blue bulletsto load associated settings.

  Until now, "Summer Festival" was the only generator that scratched this itch for me. I'm so glad there's another one now! Thank you!

  The only "bad" thing about this generator is that it makes me want to dance :D. It's great.

  I love this generator! The animate slider feature doesn't behave like the other generators on the site. It makes it immersive and even goes with the beat, creating new cool melodies. 10/10 stars <3

  I love this. It's also good playing two or more of these together - even more depth!

  I really like this one. It makes me feel like a hacker whenever I open the terminal at work.

  A new favorite!

  Lovely! Even better when slowed down quite a bit, methinks.

  Make classic techno great again! This is about as funky as I imagine a 303 dimensional universe would be.

  This is exactly what I've been looking for. Love it, thank you!

  Love it! This sounds like a potential soundtrack to a sci-fi thriller movie, where the protagonist is closing in on the trail of the bad guy in a digital cat-and-mouse game. Very cool!

  I love the dimensionality of this. Not just left and right, forward and back.

  THE ACID!

  I enjoy the fact you provide as well these insightful stories about how instruments are used in your work, as well as their impact on our culture. It's a delightful upbeat mixer too! Great for energizing, concentrating, and relaxing with!

  I never knew that this is what my brain's tickle was looking for. Thank you!

  Just when you thought you heard it all Stephane manages to come up with an unexpected and most thrilling new soundscape to enjoy. The story behind those sounds is just as captivating as the composition itself. Love it!!

  Cool sounds. Thanks so much.

  I was waiting for something like this. Thank you! Superb! -- Sofia