CINXE.COM
Every Noise at Once - jazz flute
<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > <style type="text/css"> body {font: 14px GillSansRegular, "Gill Sans MT", "Gill Sans", "Trebuchet MS", sans-serif; width: 1500px; background: white} .canvas {position: relative} .genre {padding: 0px 2px; position: absolute; white-space: nowrap; cursor: pointer;} .genre:hover {color: black !important} .genre[played]:before {content: "\266B" !important; color: black !important} #mirror .genre:hover {color: white !important} #mirror .genre[played]:before {content: "\266B" !important; color: white !important} #mirror .current.genre[played]:before {color: gray !important} .genrelink {padding: 0px 2px; position: absolute; white-space: nowrap;} #mirror .genre[played] {color: #E6ADB7 !important} .title {float: left; font-weight: bold; font-size: 200%; margin-right: 32px; color: black} .title a {color: black} .showsong {position: absolute; left: 300px} form {display: inline; white-space: nowrap;} a, .related a {text-decoration: none; color: teal} a:hover, .fakelink:hover {color: FireBrick !important} .fakelink, .togglecontrols {cursor: pointer; color: teal} .genre.current {font-weight: bold; padding: 1px 2px; background: whitesmoke; border-color: black; border-style: solid; border-width: 1px 1px 1px 8px; z-index: 1000} .genre.current .navlink {background: whitesmoke} .navlink {display: none; color: FireBrick; background: white; padding: 0px 2px} #mirror .navlink {background: inherit} .navlink:hover {color: white !important; background: black !important} #mirror .navlink:hover {color: black !important; background: white !important} .genre.current .navlink, .genre:hover .navlink, .genrelink:hover .navlink {display: inline; z-index: 10000} .genrelink:hover .navlink {color: black} .related {color: gray; margin-top: 32px; width: 1400px;} .related a {white-space: nowrap} .sigil {color: black} </style> <script type="text/javascript"> var nowplaying = ''; var nowpending = ''; var gdivs = []; var scandivs = []; var clicknumber = 1; var scandur = 6000; function redraw() { document.forms[0].submit(); } function getpreviewurl(id) { var http_request = new XMLHttpRequest(); url = '/spotproxy.cgi?track=' + id; http_request.open("GET", url, false); http_request.send(null); tdata = JSON.parse(http_request.responseText); if ('preview_url' in tdata) { previewurl = tdata['preview_url']; return previewurl; } return null; } function playx(key, genre, me) { window.clearTimeout(nowpending); var spotifyplayer = document.getElementById('spotifyplayer'); if (nowplaying == genre) { spotifyplayer.pause(); highlight(''); nowplaying = ''; document.getElementById('scan').innerText = 'scan'; } else { previewurl = me.getAttribute('preview_url') if (!previewurl && key) { previewurl = getpreviewurl(key); } if (previewurl) { spotifyplayer.src = previewurl; spotifyplayer.play(); me.setAttribute('played', clicknumber++); nowplaying = genre; highlight(genre); } } } function findPosX(obj) { var left = 0; if(obj.offsetParent) { while(1) { left += obj.offsetLeft; if(!obj.offsetParent) break; obj = obj.offsetParent; } } else if(obj.x) { left += obj.x; } return left; } function findPosY(obj) { var top = 0; if(obj.offsetParent) { while(1) { top += obj.offsetTop; if(!obj.offsetParent) break; obj = obj.offsetParent; } } else if(obj.y) { top += obj.y; } return top; } function playhere(me, url) { var rp = document.getElementById('rp'); rp.style.display = 'none'; rp.firstChild.onload = function() { rp.style.top = findPosY(me) + 20; rleft = findPosX(me); if (rleft + 500 > window.innerWidth) { rleft = window.innerWidth - 500; if (rleft < 0) { rleft = 0; } } rp.style.left = rleft; rp.style.display = 'block'; } rp.lastChild.src = url; } function highlight(which) { if (gdivs.length == 0) { gdivs = document.getElementsByClassName('genre'); } for (i=0; i<gdivs.length; i++) { thisdiv = gdivs[i]; thistext = thisdiv.firstChild.textContent; if (thisdiv.className.indexOf('scanme') > -1) { basename = 'genre scanme'; } else { basename = 'genre'; } if (which.length > 0 && which.trim() == thistext.trim().replace('"', '')) { thisdiv.className = basename + ' current'; if(typeof thisdiv.scrollIntoViewIfNeeded == 'function') { thisdiv.scrollIntoViewIfNeeded(); } else { thisdiv.scrollIntoView({behavior: "smooth", block: "center", inline: "center"}); } } else { thisdiv.className = basename; } } } function scan(e, state) { if (typeof(e) == 'object') { if (e.altKey) { scandur = 20000; } else { scandur = 6000; } } var spotifyplayer = document.getElementById('spotifyplayer'); if (state == 'stop') { spotifyplayer.pause(); highlight(''); window.clearTimeout(nowpending); } else { if (gdivs.length == 0) { gdivs = document.getElementsByClassName('scanme'); } scandivs = []; for (i=0; i<gdivs.length; i++) { thisdiv = gdivs[i]; if (thisdiv.getAttribute('scan') && !thisdiv.getAttribute('played')) { scandivs.push(thisdiv) } } picked = scandivs[Math.floor(Math.random() * scandivs.length)]; picked.onclick(); if (scandivs.length > 1) { nowpending = window.setTimeout('scan("continue")', scandur); } else { nowpending = window.setTimeout('scan("stop")', scandur); } } } function togglecontrols() { var spotifyplayer = document.getElementById('spotifyplayer'); if (spotifyplayer.style.visibility == 'hidden') { spotifyplayer.style.visibility = 'visible'; } else { spotifyplayer.style.visibility = 'hidden'; } } function kb(event) { if(event.code === 'Space' || event.code === 'Enter') { event.target.click(); event.preventDefault(); } } </script> <title>Every Noise at Once - jazz flute</title> </head> <body> <div class=title><a href="engenremap.html">Every Noise at Once</a> · jazz flute <span class=fakelink role=button tabindex=0 id=scan onKeyDown="kb(event);" onclick="if (this.innerText == 'scan') {scan(event, 'start');this.innerHTML = 'stop';} else {scan(event, 'stop');this.innerHTML = 'scan';}" style="color: gray; cursor: pointer" >scan</span> <a style="color: gray" href="research.cgi?mode=genre&name=jazz%20flute">list</a> <a style="color: #989898" href="https://open.spotify.com/playlist/0MpkUjSC9rzQSS6VHML3pD" title="listen to The Sound of Jazz Flute on Spotify">playlist</a> <a style="color: #a6a6a6" href="https://open.spotify.com/user/particledetector/playlist/17TTBCpP872mnaa4pjAfP7" title="listen to a shorter introduction to this genre">intro</a> <a style="color: #b4b4b4" href="https://open.spotify.com/user/particledetector/playlist/4k42riN8cPwBnplob0HxkR" title="listen to this genre's fans' current favorites">pulse</a> <a style="color: #d0d0d0" href="nrbg.html?genre=jazz%20flute">new</a></div> <div class=canvas role=main style="width: 1497px; height: 940px; top: 64px"> <div id=item1 preview_url="https://p.scdn.co/mp3-preview/7e933299a5162082cc881382cb3609230ec1cac8" class="genre scanme" scan=true style="color: #579859; top: 705px; left: 710px; font-size: 160%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("6OH7UCFY7SEJxxQkaYfAv8", "Herbie Mann", this);" title="e.g. Herbie Mann "Comin' Home Baby"">Herbie Mann<a class=navlink href="artistprofile.cgi?id=6ycoXr0Ayd89vFUT6BOiWo" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item2 preview_url="https://p.scdn.co/mp3-preview/acb0adb9ab51de756686bca978de6fca45bd2d49" class="genre scanme" scan=true style="color: #a07d43; top: 338px; left: 380px; font-size: 142%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("6SzCJmFD2OspicHVEQVEw2", "Bobbi Humphrey", this);" title="e.g. Bobbi Humphrey "Harlem River Drive"">Bobbi Humphrey<a class=navlink href="artistprofile.cgi?id=0JbqyQSsMK7TavqlR0yNON" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item3 preview_url="https://p.scdn.co/mp3-preview/55cc5e01ce82ac3d5ce03c837ef6e4f99392c30e" class="genre scanme" scan=true style="color: #a2907d; top: 0px; left: 815px; font-size: 138%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5lkKrrp31OEdbddxfCODuF", "Althea Rene", this);" title="e.g. Althea Rene "Gypsy Soul"">Althea Rene<a class=navlink href="artistprofile.cgi?id=5FnGUGAaOtAqnk6Zxn6nFY" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item4 preview_url="https://p.scdn.co/mp3-preview/56ea2e26da0b03b900f2f5e11ab73c90b1b63866" class="genre scanme" scan=true style="color: #659687; top: 650px; left: 203px; font-size: 129%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("4i9pSye2fyhC6y2k7FyENX", "Hubert Laws", this);" title="e.g. Hubert Laws "Family - Stereo Version"">Hubert Laws<a class=navlink href="artistprofile.cgi?id=2Mb147hrrMIoAy425UZkhv" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item5 preview_url="https://p.scdn.co/mp3-preview/d92bc7c51ec9da7435146f0e1e1378f90103c783" class="genre scanme" scan=true style="color: #8b946e; top: 240px; left: 646px; font-size: 120%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1KZtUZjCnHIwi9qE1tSefo", "Alexander Zonjic", this);" title="e.g. Alexander Zonjic "Little Sunflower"">Alexander Zonjic<a class=navlink href="artistprofile.cgi?id=23TIk45a0EumQgVir5CgS7" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item6 preview_url="https://p.scdn.co/mp3-preview/e3cebd8c178718602da9500ef14e7a212d492d04" class="genre scanme" scan=true style="color: #8f9794; top: 359px; left: 799px; font-size: 120%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1CML9iOr9Ht5LfYLYpra1A", "Nestor Torres", this);" title="e.g. Nestor Torres "So In Love"">Nestor Torres<a class=navlink href="artistprofile.cgi?id=25z14Qw0e8uN0dIaWVe2Mk" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item7 preview_url="https://p.scdn.co/mp3-preview/4ebb52ad3567394dc9bc407489d799a2cbf99890" class="genre scanme" scan=true style="color: #57957e; top: 791px; left: 352px; font-size: 117%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("72RLba4dZZmjCUtxjj8mFP", "Jeremy Steig", this);" title="e.g. Jeremy Steig "Howlin' For Judy"">Jeremy Steig<a class=navlink href="artistprofile.cgi?id=0ffBb2SCAQzfwrs1PoYSiW" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item8 preview_url="https://p.scdn.co/mp3-preview/e86f368730e9de0d993cad02de421f0d8814b053" class="genre scanme" scan=true style="color: #9484b2; top: 574px; left: 646px; font-size: 115%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("3BZMB3qfMPcqWaBBwiir7i", "Dave Valentin", this);" title="e.g. Dave Valentin "In Love's Time"">Dave Valentin<a class=navlink href="artistprofile.cgi?id=0xJExpmKrz0ZtdlDemVzPk" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item9 preview_url="https://p.scdn.co/mp3-preview/fe36b987559098a0ec0df6a979261e5187c32199" class="genre scanme" scan=true style="color: #539c3f; top: 737px; left: 662px; font-size: 113%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("0Irgqu2C7Yx1NmTjzb1pSq", "Frank Wess", this);" title="e.g. Frank Wess "Boop De Doop"">Frank Wess<a class=navlink href="artistprofile.cgi?id=1yy6FH5FQX3RQqxnjMPRBn" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item10 preview_url="https://p.scdn.co/mp3-preview/f219ee61bb477465c2fabdb21d6db6c4d56fdf5d" class="genre scanme" scan=true style="color: #1ab3b8; top: 900px; left: 0px; font-size: 113%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1q9hA5kj31OgXQjhmnOgcy", "Jonas Simonson", this);" title="e.g. Jonas Simonson "Doubt Thou the Stars"">Jonas Simonson<a class=navlink href="artistprofile.cgi?id=7KFeDGbNWccsF7HNisT6YG" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item11 preview_url="https://p.scdn.co/mp3-preview/0c6c4c77b1a0901c8850cb9fb81fe1dd4b9f4b36" class="genre scanme" scan=true style="color: #2cafb6; top: 771px; left: 260px; font-size: 109%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5fkrC3hka5aQ4g0SDmBMt8", "Matt Eakle", this);" title="e.g. Matt Eakle "Memories Of Tomorrow"">Matt Eakle<a class=navlink href="artistprofile.cgi?id=6rGmRtZrjRNDAhk6n9yGqR" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item12 preview_url="https://p.scdn.co/mp3-preview/cb79774b48a4cf83d3aa25acb40987a52d7c6743" class="genre scanme" scan=true style="color: #5e9244; top: 716px; left: 561px; font-size: 109%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("6YgGBb57V7ChN9yyh1sLkj", "Sahib Shihab", this);" title="e.g. Sahib Shihab "Seeds"">Sahib Shihab<a class=navlink href="artistprofile.cgi?id=5bvUxCgdZnoa2bxxTx0G6f" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item13 preview_url="https://p.scdn.co/mp3-preview/4b34a9df4e82d4b3955bff74db7e48904f15fc7d" class="genre scanme" scan=true style="color: #369e74; top: 751px; left: 726px; font-size: 109%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("4vwJminEIogBjD68EE6nLM", "Buddy Collette", this);" title="e.g. Buddy Collette "Pigalle"">Buddy Collette<a class=navlink href="artistprofile.cgi?id=1ZsOY6yOMW2n8M7mzKuTpR" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item14 preview_url="https://p.scdn.co/mp3-preview/37752e18ffea5993e2ba5b6ebd778bda8d583cc3" class="genre scanme" scan=true style="color: #59985d; top: 644px; left: 465px; font-size: 105%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("39t3fBRVp0p2wiR9b7e6qn", "Moe Koffman", this);" title="e.g. Moe Koffman "Swinging Shepherd Blues"">Moe Koffman<a class=navlink href="artistprofile.cgi?id=3fGFTCSpapYvLMZ7nzUfAi" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item15 preview_url="https://p.scdn.co/mp3-preview/4d0ebecd9cc89c264fae8cba88d9aa6d1a327202" class="genre scanme" scan=true style="color: #379c63; top: 759px; left: 537px; font-size: 105%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1jGOP9RTumiT538HPJdEpn", "Les Spann", this);" title="e.g. Les Spann "Smile"">Les Spann<a class=navlink href="artistprofile.cgi?id=5G09mW0CtNNy6GsvXefkut" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item16 preview_url="https://p.scdn.co/mp3-preview/86dc638f464a8cb14db33bd0a8357cadb5c9c9be" class="genre scanme" scan=true style="color: #599337; top: 674px; left: 437px; font-size: 105%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("3xcCTOirZ2CqfnHIpISgMe", "Jerome Richardson", this);" title="e.g. Jerome Richardson "Groove Merchant"">Jerome Richardson<a class=navlink href="artistprofile.cgi?id=3oLQqwPfXDOPsoP9U768OG" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item17 preview_url="https://p.scdn.co/mp3-preview/297926a7c70f0a98e8123bfe21d6fa027707580f" class="genre scanme" scan=true style="color: #9c838a; top: 475px; left: 919px; font-size: 105%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("0i3S7JHUwRxqbZk5zQRr9A", "Ronald Snijders", this);" title="e.g. Ronald Snijders "Kaseko Attack"">Ronald Snijders<a class=navlink href="artistprofile.cgi?id=7vKJahL19XOj5K7XYTqtW6" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item18 preview_url="https://p.scdn.co/mp3-preview/6a0de50bcf383e9580c339893a471179735c8ab0" class="genre scanme" scan=true style="color: #2aa99a; top: 898px; left: 509px; font-size: 104%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("2CFPOVo6VABy5MT7yfKoiw", "Carlo Nicita Trio", this);" title="e.g. Carlo Nicita Trio "Days of Wine and Roses"">Carlo Nicita Trio<a class=navlink href="artistprofile.cgi?id=0WYV04Zf1PRO1BLXoLl4r3" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item19 preview_url="https://p.scdn.co/mp3-preview/b4591a8dd44c3d16873246527671d1c26700d1d6" class="genre scanme" scan=true style="color: #55a052; top: 771px; left: 541px; font-size: 104%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("2mF9eslbq3KiRhLCGT2GgH", "Sam Most", this);" title="e.g. Sam Most "Keep Moving"">Sam Most<a class=navlink href="artistprofile.cgi?id=6sMhcHW0oL5mjUPEnAHlYy" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item20 preview_url="https://p.scdn.co/mp3-preview/61bd0a916b4ee629012808a31d4e1ab1b2666994" class="genre scanme" scan=true style="color: #2ba8d1; top: 872px; left: 360px; font-size: 104%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("3TQJL1CIHHHtb7gQ0GJcuP", "Ali Ryerson", this);" title="e.g. Ali Ryerson "Zingaro"">Ali Ryerson<a class=navlink href="artistprofile.cgi?id=58XvQrdxX8p8lFZQsg6o62" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item21 preview_url="https://p.scdn.co/mp3-preview/388c60ad04bb16e2605dfea343c84e1ab7546648" class="genre scanme" scan=true style="color: #2fa882; top: 783px; left: 11px; font-size: 104%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("527dcT53ySUIsgVm9AxRYi", "James Newton", this);" title="e.g. James Newton "Sophisticated Lady"">James Newton<a class=navlink href="artistprofile.cgi?id=1Gth2y1RbGSA0OU0Ajdjhr" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item22 preview_url="https://p.scdn.co/mp3-preview/4182dd56a27be818466b8aaf18257d2e3b43792a" class="genre scanme" scan=true style="color: #6b9fa1; top: 667px; left: 344px; font-size: 104%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("7CLi9EV8dvasGS6SxQWEzd", "Ilan Salem", this);" title="e.g. Ilan Salem "Ballad of a Stream and the Sea"">Ilan Salem<a class=navlink href="artistprofile.cgi?id=46hngj56FwYvtAZAXad68n" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item23 preview_url="https://p.scdn.co/mp3-preview/5bfb5e810b0aaa97464cb3ebf8437491fb54127c" class="genre scanme" scan=true style="color: #49a98c; top: 764px; left: 726px; font-size: 103%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1slQx3kHmH6BO1zZZp5TZh", "Bill McBirnie", this);" title="e.g. Bill McBirnie "Vai Bem Devagar (Proceed With Caution)"">Bill McBirnie<a class=navlink href="artistprofile.cgi?id=57FfqwsmkTnfrbrI3m5ig2" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item24 preview_url="https://p.scdn.co/mp3-preview/acad249db15cca3dc6579a8705fc9330c7edf689" class="genre scanme" scan=true style="color: #53a258; top: 691px; left: 195px; font-size: 103%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("38MmO7q4favh6Tg0wGWvM9", "Nicola Stilo", this);" title="e.g. Nicola Stilo "How Far Can You Fly"">Nicola Stilo<a class=navlink href="artistprofile.cgi?id=5PYMmlAXVzahUVl2a0Ah7T" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item25 preview_url="https://p.scdn.co/mp3-preview/58ed922ffcd1d759b8018c8a39f2c7466c2f9e0f" class="genre scanme" scan=true style="color: #4a9a5e; top: 667px; left: 734px; font-size: 103%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5TnQMB3T1rHhMVVnfjQpia", "Andy Panayi", this);" title="e.g. Andy Panayi "Pandemic 19-20: II. The Traveller is Named"">Andy Panayi<a class=navlink href="artistprofile.cgi?id=4rNEZeg4htuzMp9qXvShUf" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item26 preview_url="https://p.scdn.co/mp3-preview/b73cabdf091698f925a46e4820941ea8ff148cd5" class="genre scanme" scan=true style="color: #67987c; top: 759px; left: 288px; font-size: 103%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("7ipHDSSlm9w5Khk2L94oi3", "Gerald Beckett", this);" title="e.g. Gerald Beckett "Entre Nous"">Gerald Beckett<a class=navlink href="artistprofile.cgi?id=6hsbEvqIkCplFt0Zaox7XA" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item27 preview_url="https://p.scdn.co/mp3-preview/17e4009111d4b58059fa07256db3f8231bf97186" class="genre scanme" scan=true style="color: #319cb9; top: 854px; left: 417px; font-size: 103%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("4IQWV63gO3kHgtvFnfvCDd", "Holly Hofmann", this);" title="e.g. Holly Hofmann "Some Other Blues"">Holly Hofmann<a class=navlink href="artistprofile.cgi?id=0RouQfIsD84xbNrNzHOhn8" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item28 preview_url="https://p.scdn.co/mp3-preview/c5115b69e09d1c092485bb15347f0a58e3884e13" class="genre scanme" scan=true style="color: #639485; top: 511px; left: 191px; font-size: 103%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1sHO34DEwbFHf18VOduK7C", "Finn Peters", this);" title="e.g. Finn Peters "Fax"">Finn Peters<a class=navlink href="artistprofile.cgi?id=4epjP7JQGUv2Hy1wjALrYw" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item29 preview_url="https://p.scdn.co/mp3-preview/e2841068715969eef35b55be6fb9c0cb6dc1db95" class="genre scanme" scan=true style="color: #39967c; top: 826px; left: 22px; font-size: 102%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("65kD4AHAp0f4ivsvGnSeOG", "Robert Dick", this);" title="e.g. Robert Dick "Fish Are Jumping"">Robert Dick<a class=navlink href="artistprofile.cgi?id=3Ij67v8rlRqZoxi5ysssrm" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item30 preview_url="https://p.scdn.co/mp3-preview/0ed99464d989e5917c685eaa06ebf7e39c337f9f" class="genre scanme" scan=true style="color: #2ba84e; top: 724px; left: 759px; font-size: 102%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1wsBqzcGI43KHppVYOaXIk", "Flute Fraternity", this);" title="e.g. Flute Fraternity "Perdido"">Flute Fraternity<a class=navlink href="artistprofile.cgi?id=7qx5N0lvWP1VJUfSsMyMHI" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item31 preview_url="https://p.scdn.co/mp3-preview/897cc56c34f66be62a37ee0ea8ddf8c84f219129" class="genre scanme" scan=true style="color: #5c9a8d; top: 711px; left: 95px; font-size: 102%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("6vLSakZHpMCXtj41Y9ZMSi", "Lloyd McNeill", this);" title="e.g. Lloyd McNeill "As A Matter Of Fact"">Lloyd McNeill<a class=navlink href="artistprofile.cgi?id=776aLlI5ZdYwJvjRE9CInE" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item32 preview_url="https://p.scdn.co/mp3-preview/5b24030684b54e138debcc26fe12e24dbaf81287" class="genre scanme" scan=true style="color: #615a01; top: 667px; left: 1400px; font-size: 102%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1XzP4QnHzX8887zmbU2vZD", "Stefan Keller", this);" title="e.g. Stefan Keller "Space Sorbet"">Stefan Keller<a class=navlink href="artistprofile.cgi?id=2tiuKWdmqe7Bx6SnW9vXhY" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item33 preview_url="https://p.scdn.co/mp3-preview/ee1dcae5496eabd6982f1240ef4f89d241fa715f" class="genre scanme" scan=true style="color: #77a084; top: 479px; left: 207px; font-size: 102%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("4tpeUKEdpDL8oUAuzrWmQY", "Flutronix", this);" title="e.g. Flutronix "Pray"">Flutronix<a class=navlink href="artistprofile.cgi?id=4duhAd5V0dyVpHIzxwVH0z" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item34 preview_url="https://p.scdn.co/mp3-preview/f4af82304ff6d852997b134df6ebe9dc706ea987" class="genre scanme" scan=true style="color: #429aa4; top: 805px; left: 360px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("3vrDUG602JAeLGUU2wnpEC", "Peter Guidi", this);" title="e.g. Peter Guidi "Blues for Cannonball"">Peter Guidi<a class=navlink href="artistprofile.cgi?id=49sLkqFlW957m7ATVinY9F" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item35 preview_url="https://p.scdn.co/mp3-preview/209a72be698afcd2f41b1233cd83dd964b2fc957" class="genre scanme" scan=true style="color: #8583ae; top: 680px; left: 626px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("2tiH5Bq7cI8VGvlDypUdtm", "Alberto Socarras", this);" title="e.g. Alberto Socarras "The Story of Love (Cha Cha Chá)"">Alberto Socarras<a class=navlink href="artistprofile.cgi?id=3lPqvXP891vDFZYldUmvKt" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item36 preview_url="https://p.scdn.co/mp3-preview/946340df8bd55148538ff69548fedd09e2c0a6d2" class="genre scanme" scan=true style="color: #6b8d87; top: 693px; left: 730px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5E6s1DciTXltYfwnyfTpNs", "Chip Shelton", this);" title="e.g. Chip Shelton "The Scene Is Clean"">Chip Shelton<a class=navlink href="artistprofile.cgi?id=01nVkuNk0VmgZmLwky2CZs" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item37 preview_url="https://p.scdn.co/mp3-preview/c8b7aab6d2c5d2775e0f23a3de23a59c24c85d48" class="genre scanme" scan=true style="color: #6a9da4; top: 703px; left: 380px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("4SCdzsFE7s2IwGAjukH2Uk", "Mattan Klein", this);" title="e.g. Mattan Klein "Laximum"">Mattan Klein<a class=navlink href="artistprofile.cgi?id=6RC4nLi85zpiXNefbaUzD9" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item38 preview_url="https://p.scdn.co/mp3-preview/7e3c3a208c12652bdc6064c8adc0147e7344a903" class="genre scanme" scan=true style="color: #4d9e6e; top: 640px; left: 578px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("2BGPkjPFoeGXXuwxivDAtr", "Flutology", this);" title="e.g. Flutology "Pretty Is"">Flutology<a class=navlink href="artistprofile.cgi?id=2h4a22vG5RRXDA1KxgJq6x" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item39 preview_url="https://p.scdn.co/mp3-preview/a9c4a0525c822ec956b5199f809cabd689a1dec3" class="genre scanme" scan=true style="color: #43a71a; top: 788px; left: 855px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("53fURdcaZ2osVG67lkqtyV", "Herbie Mann & Bobby Jaspar", this);" title="e.g. Herbie Mann & Bobby Jaspar "Let's March - Original Mix"">Herbie Mann & Bobby Jaspar<a class=navlink href="artistprofile.cgi?id=5Xojzji9x0Xt4egvEkuqt6" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item40 preview_url="https://p.scdn.co/mp3-preview/b15b19dd086e4e74f3cea7cd22c4f4703f30dc7c" class="genre scanme" scan=true style="color: #4f8b0c; top: 547px; left: 473px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("0q7DEw0JMOqPeKtkamGkZ5", "Paul Horn Quintet", this);" title="e.g. Paul Horn Quintet "Tall Polynesian"">Paul Horn Quintet<a class=navlink href="artistprofile.cgi?id=7cpwmUX9lcELrxsiacQXtZ" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item41 preview_url="https://p.scdn.co/mp3-preview/927ff0ffa0945e625b068732c5c5933f80e8f3e9" class="genre scanme" scan=true style="color: #3eaf63; top: 831px; left: 557px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("7qS5g0JWlRXmRg0tIxxZVj", "Herbie Mann Quartet", this);" title="e.g. Herbie Mann Quartet "Flamingo"">Herbie Mann Quartet<a class=navlink href="artistprofile.cgi?id=30ujEyoisoM11h8KWQNpmm" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item42 preview_url="https://p.scdn.co/mp3-preview/adf7cb5b3b76556c1708c1baba0abf8c36a1bf71" class="genre scanme" scan=true style="color: #52a67e; top: 518px; left: 734px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("27KO9vGmzJJ1kcgWDn7ARs", "John Devitt", this);" title="e.g. John Devitt "Electro Lounge Op.3"">John Devitt<a class=navlink href="artistprofile.cgi?id=1PncOopXfQ6aYs4oLVhEVh" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item43 preview_url="https://p.scdn.co/mp3-preview/d69efda15d6cfd11d5c9099ffcee009ef4c74a62" class="genre scanme" scan=true style="color: #379770; top: 730px; left: 501px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("3zdVVWgqM3VZLXqiEXEqbL", "Mark Alban Lotz", this);" title="e.g. Mark Alban Lotz "Xandra's Monologue"">Mark Alban Lotz<a class=navlink href="artistprofile.cgi?id=4BT7pe28q1DoqZ2RAGdqoL" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item44 preview_url="https://p.scdn.co/mp3-preview/e20666a6da92520aae3396da4942ad37b796dae0" class="genre scanme" scan=true style="color: #19a5db; top: 860px; left: 131px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1aLHQ1NIlygzWYqgIhJfYA", "Buddy Collette's Swinging Shepherds", this);" title="e.g. Buddy Collette's Swinging Shepherds "I Can't Believe That You're in Love with Me - From "Buddy Collette and His Swinging Shepherds at the Cinema""">Buddy Collette's Swinging Shepherds<a class=navlink href="artistprofile.cgi?id=0XH4nBLV9Wy8kPFQaSRKOQ" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item45 preview_url="https://p.scdn.co/mp3-preview/b74367f1d3419b057872ba5f31fce708da887437" class="genre scanme" scan=true style="color: #58a2a3; top: 594px; left: 405px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("4bjzpiFnbXTRknlNL1RTHx", "Tom Keenlyside", this);" title="e.g. Tom Keenlyside "Cherokee"">Tom Keenlyside<a class=navlink href="artistprofile.cgi?id=0haEYBlUKgXIOqmiKJsIWi" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item46 preview_url="https://p.scdn.co/mp3-preview/3c56b8daa751003298a27393a57738c00f21599c" class="genre scanme" scan=true style="color: #3d989a; top: 703px; left: 594px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("0Bk76FxQcAtNkxmwcsQJQX", "Lotz Of Music", this);" title="e.g. Lotz Of Music "Jellyfish Lullaby"">Lotz Of Music<a class=navlink href="artistprofile.cgi?id=4yTUpNmbyZl30gvtbEuElD" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item47 preview_url="https://p.scdn.co/mp3-preview/36617e1d62f47f378feb06235aba3ea2e826c2d2" class="genre scanme" scan=true style="color: #7195f1; top: 650px; left: 33px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5CC7YgX6jxI7Z6mgnOHhuk", "Simon Jensen Band", this);" title="e.g. Simon Jensen Band "Summertime"">Simon Jensen Band<a class=navlink href="artistprofile.cgi?id=1HaX5KDykAbp3gD0WSMJxK" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item48 preview_url="https://p.scdn.co/mp3-preview/ccab69423e2130167b0482ea351fb97559deaa65" class="genre scanme" scan=true style="color: #369899; top: 848px; left: 26px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("6GybAnch2nrJuEL55t8l4N", "James Newton Ensemble", this);" title="e.g. James Newton Ensemble "The Price of Everything"">James Newton Ensemble<a class=navlink href="artistprofile.cgi?id=3MGAPcJNpNeQfcohslIAcA" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item49 preview_url="https://p.scdn.co/mp3-preview/f10588fd25743a206372f16f634421e010371005" class="genre scanme" scan=true style="color: #91845e; top: 777px; left: 726px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5rswmb0JQVEHTPMFr3apag", "Keith Marks", this);" title="e.g. Keith Marks "Mission Impossible"">Keith Marks<a class=navlink href="artistprofile.cgi?id=4bGOtYQxj1pd0v19ZQ2VWI" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item50 preview_url="https://p.scdn.co/mp3-preview/600bd80f9d1f0b0404cb1a093deaa83ebf22bf4d" class="genre scanme" scan=true style="color: #6d9f50; top: 553px; left: 678px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1BOWOwzrSmfNnm3btht4sh", "Extreme Flute", this);" title="e.g. Extreme Flute "Tudo Bem"">Extreme Flute<a class=navlink href="artistprofile.cgi?id=3zLdJr1n4NvjpLuDMkOFhS" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> <div id=item51 preview_url="https://p.scdn.co/mp3-preview/0c2d3fe8a2d50c070e3f962c68a1717c89619f30" class="genre scanme" scan=true style="color: #599ddf; top: 542px; left: 851px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("27eF0uOm1w9KhxyYa6hEQI", "Matt Eakle Band", this);" title="e.g. Matt Eakle Band "Hardly Work"">Matt Eakle Band<a class=navlink href="artistprofile.cgi?id=1xA39k0SrckRX7tQxGsMH2" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" target=artistprofile>»</a> </div> </div> <div id=tunnel role=complementary style="width: 1600px; padding: 32px 535px 16px 535px;"> <div class=canvas style="width: 429px; height: 348px; border: 1px solid gray; background: #FCFCFC; top: 64px"> <div id=nearbyitem1 preview_url="https://p.scdn.co/mp3-preview/7e933299a5162082cc881382cb3609230ec1cac8" class="genre" scan=true style="color: #599659; top: 79px; left: 183px; font-size: 240%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("6OH7UCFY7SEJxxQkaYfAv8", "jazz flute", this);" title="e.g. Herbie Mann "Comin' Home Baby"">jazz flute<a class=navlink href="everynoise1d-jazzflute.html" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem2 preview_url="https://p.scdn.co/mp3-preview/b9a7493f1f377fe981d81677c320f0cd5f4fc057" class="genre" scan=true style="color: #5a965d; top: 66px; left: 172px; font-size: 107%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("6QqXTZUL8O3y46rgDEWnsm", "jazz vibraphone", this);" title="e.g. Bobby Hutcherson "Stardust"">jazz vibraphone<a class=navlink href="engenremap-jazzvibraphone.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem3 preview_url="https://p.scdn.co/mp3-preview/9d816b508d67ad6b8c74605cb784b0cbe365940a" class="genre" scan=true style="color: #549d60; top: 92px; left: 125px; font-size: 104%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("6S7LRtGJhZ60R0M1ltcWmy", "violao", this);" title="e.g. Marco Pereira "Sons de Carrilhões"">violao<a class=navlink href="engenremap-violao.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem4 preview_url="https://p.scdn.co/mp3-preview/ed6214dc6473707fb9c71788958157b88d0c03c5" class="genre" scan=true style="color: #5b9951; top: 0px; left: 58px; font-size: 103%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("39JDxc2pA6pBI9HAnL3pht", "brazilian jazz", this);" title="e.g. Zimbo Trio "Que Maravilha / Chove Chuva"">brazilian jazz<a class=navlink href="engenremap-brazilianjazz.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem5 preview_url="https://p.scdn.co/mp3-preview/5a98e5308868340596b08b264de6a9231f5263e4" class="genre" scan=true style="color: #639d61; top: 109px; left: 122px; font-size: 102%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5KmgSc06oWQOpKHhOVWLZV", "polca paraguaya", this);" title="e.g. LosOrrego "Es linda nuestra tierra - Version polca"">polca paraguaya<a class=navlink href="engenremap-polcaparaguaya.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem6 preview_url="https://p.scdn.co/mp3-preview/604baf512602c6a71ebad02f95544d2a7ae8c8ee" class="genre" scan=true style="color: #57844d; top: 154px; left: 151px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("4WBQInmjo5HeRaYLx5tFoq", "ethnomusicology", this);" title="e.g. Nonesuch Explorer Series "Polegnala E Todora (Theodora Is Dozing)"">ethnomusicology<a class=navlink href="engenremap-ethnomusicology.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem7 preview_url="https://p.scdn.co/mp3-preview/a19d55f3cab01548d0eed6593920764c36cd73e3" class="genre" scan=true style="color: #519a68; top: 216px; left: 64px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("6IY2P99JNJXMYEPCEUoXRy", "samba-jazz", this);" title="e.g. Milton Banana Trio "Cidade Vazia"">samba-jazz<a class=navlink href="engenremap-sambajazz.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem8 preview_url="https://p.scdn.co/mp3-preview/b66813777c58c6370ca52fc155334318810634d9" class="genre" scan=true style="color: #5b9959; top: 54px; left: 114px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5CnnXwAB55ilI6l5qmfqA9", "harmonica jazz", this);" title="e.g. Howard Levy "Bb Blues"">harmonica jazz<a class=navlink href="engenremap-harmonicajazz.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem9 preview_url="https://p.scdn.co/mp3-preview/f5d819b6688ed2884408aec2b5e53ff37b75b3f4" class="genre" scan=true style="color: #52978b; top: 183px; left: 288px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("2LVOU6LzhwTwEnwsGWEy7B", "jazz guitar", this);" title="e.g. George Van Eps "Cheek To Cheek"">jazz guitar<a class=navlink href="engenremap-jazzguitar.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem10 preview_url="https://p.scdn.co/mp3-preview/f04c11876fb47042873dbe5add16ea0c9425428c" class="genre" scan=true style="color: #718b5c; top: 0px; left: 213px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("02FzQPhFKmRRs82L1GTq64", "haitian traditional", this);" title="e.g. Toto Bissainthe "Papadanmabalah"">haitian traditional<a class=navlink href="engenremap-haitiantraditional.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem11 preview_url="https://p.scdn.co/mp3-preview/b74030db0313f034b93b6cf8cece096ac6b45947" class="genre" scan=true style="color: #5c9269; top: 133px; left: 0px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("0iPBmj4tOQjQv1k20vVf77", "jazz violin", this);" title="e.g. Stéphane Grappelli "Les Valseuses"">jazz violin<a class=navlink href="engenremap-jazzviolin.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem12 preview_url="https://p.scdn.co/mp3-preview/6777d92d00cf1a45c977b5532a18a7ca0566b834" class="genre" scan=true style="color: #569533; top: 162px; left: 300px; font-size: 101%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("4nYH29VnvXZyfJDW1GdzLv", "rwandan traditional", this);" title="e.g. Rujindiri "Inkotanyi"">rwandan traditional<a class=navlink href="engenremap-rwandantraditional.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem13 preview_url="https://p.scdn.co/mp3-preview/0b8bbc608840e1ba6853a854d6f7c3c62cb0c608" class="genre" scan=true style="color: #588f5e; top: 204px; left: 82px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("7lApnj6eswDJvT8mqGrut6", "jazz saxophone", this);" title="e.g. Sonny Stitt "Alone Together"">jazz saxophone<a class=navlink href="engenremap-jazzsaxophone.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem14 preview_url="https://p.scdn.co/mp3-preview/943520b7ec43d945e37ca684e0854ce7e1460c22" class="genre" scan=true style="color: #578c64; top: 238px; left: 108px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("62qXHh4lRUEtjpwMu2NhLo", "jazz trumpet", this);" title="e.g. Tom Harrell "I nodi e il pettine"">jazz trumpet<a class=navlink href="engenremap-jazztrumpet.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem15 preview_url="https://p.scdn.co/mp3-preview/803866951c20a5780dfd9fbc43ba3db4702789bc" class="genre" scan=true style="color: #4a9a56; top: 183px; left: 102px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("3vwLF3EZd4LqUqZe8K1C0c", "jazz quartet", this);" title="e.g. Charlie Parker Quartet "Laird Baird"">jazz quartet<a class=navlink href="engenremap-jazzquartet.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem16 preview_url="https://p.scdn.co/mp3-preview/95fe62bfdccd3758f4ec3bb790d55c25bd3db9e9" class="genre" scan=true style="color: #56916e; top: 287px; left: 146px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("2oMaXY0yiWhAEWD7SutXh2", "bebop", this);" title="e.g. Clifford Brown "Joy Spring"">bebop<a class=navlink href="engenremap-bebop.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem17 preview_url="https://p.scdn.co/mp3-preview/51fd0dd0c17e352d7f8a6f6c4da689525b5ad415" class="genre" scan=true style="color: #628f4e; top: 66px; left: 47px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1f2hIPiAT870zgTAr7o1Jp", "soul jazz", this);" title="e.g. Big John Patton "Let 'Em Roll"">soul jazz<a class=navlink href="engenremap-souljazz.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem18 preview_url="https://p.scdn.co/mp3-preview/6b1c4ca1799a20dbf9cdc226e22899c5664701dd" class="genre" scan=true style="color: #50905d; top: 300px; left: 128px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("2JITVZu8o6ls9k8SoMRy7w", "jazz", this);" title="e.g. Wayne Shorter "Footprints - Remastered"">jazz<a class=navlink href="engenremap-jazz.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem19 preview_url="https://p.scdn.co/mp3-preview/86e918d519f54986ee1dbcc5a7fe32fd8dc4568c" class="genre" scan=true style="color: #4f9251; top: 275px; left: 111px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1SVUeVuNzfpE6oc8H26ZCk", "swedish jazz orkester", this);" title="e.g. Sonya Hedenbratt "Knö dig in"">swedish jazz orkester<a class=navlink href="engenremap-swedishjazzorkester.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem20 preview_url="https://p.scdn.co/mp3-preview/c9f76f6ed608c9f36d84afd646001191257463e6" class="genre" scan=true style="color: #589093; top: 196px; left: 230px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("0TPnEGIdWuqnW85mIVqoie", "french jazz", this);" title="e.g. Laurent De Wilde "Easy come easy go - Edit"">french jazz<a class=navlink href="engenremap-frenchjazz.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=nearbyitem21 preview_url="https://p.scdn.co/mp3-preview/6fde1a384a4ad9c26e1d4267e231dd051f2e7b93" class="genre" scan=true style="color: #5e9f91; top: 125px; left: 128px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("7hcGLZfZ9AW25kYaxeg1wa", "choro", this);" title="e.g. Benedito Lacerda "Um A Zero"">choro<a class=navlink href="engenremap-choro.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> </div></div> <div id=mirror role=complementary style="width: 1600px; padding: 32px 535px 16px 535px;"> <div class=canvas style="width: 429px; height: 341px; border: 1px solid gray; background: #404040; top: 64px"> <div id=mirroritem1 preview_url="https://p.scdn.co/mp3-preview/831e45955d26b089e2fda48820f4e957d4c26b14" class="genre" scan=true style="color: #e6b48b; top: 165px; left: 135px; font-size: 160%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("4glfnQrRrsQZtPVimVJipA", "neue deutsche harte", this);" title="e.g. Unzucht "Nein"">neue deutsche harte<a class=navlink href="engenremap-neuedeutscheharte.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem2 preview_url="https://p.scdn.co/mp3-preview/04e96a1862059229f0619af8241d97c2528c101c" class="genre" scan=true style="color: #e9b3a3; top: 0px; left: 153px; font-size: 142%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1Xl6ruZYD2IBuyvOnxCkEJ", "neo-industrial rock", this);" title="e.g. Chaotica "Unstable"">neo-industrial rock<a class=navlink href="engenremap-neoindustrialrock.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem3 preview_url="https://p.scdn.co/mp3-preview/38a15a5372657e385d7481dcfd28a37f7ca666c7" class="genre" scan=true style="color: #eab0a6; top: 110px; left: 151px; font-size: 142%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5267gVdYWrLoz6ClOhlqmE", "industrial metal", this);" title="e.g. Orgy "Blue Monday"">industrial metal<a class=navlink href="engenremap-industrialmetal.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem4 preview_url="https://p.scdn.co/mp3-preview/0e74fa6602edb0a42b7f2e408a33f5d7c1a66a25" class="genre" scan=true style="color: #e4bc93; top: 119px; left: 39px; font-size: 137%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("45v7HJSnKKHYd0CxZJtI2x", "nightrun", this);" title="e.g. Cry of Dawn "Tell Me"">nightrun<a class=navlink href="engenremap-nightrun.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem5 preview_url="https://p.scdn.co/mp3-preview/34ea920800494cea6df2dbcda64aab915e53b749" class="genre" scan=true style="color: #ecb7b2; top: 65px; left: 87px; font-size: 134%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("6LMjSt9vwT4Q827avd4y8E", "future rock", this);" title="e.g. Circle of Dust "Contagion"">future rock<a class=navlink href="engenremap-futurerock.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem6 preview_url="https://p.scdn.co/mp3-preview/e15e677d91032f9a526b31e885c7fc06456a38e6" class="genre" scan=true style="color: #e4b9a9; top: 136px; left: 76px; font-size: 120%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("6DLyOMEfMs2z366uaqQYiY", "modern goth", this);" title="e.g. October Burns Black "With You"">modern goth<a class=navlink href="engenremap-moderngoth.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem7 preview_url="https://p.scdn.co/mp3-preview/7b9faf03edded25e49c20c0ded25935adbe1afd0" class="genre" scan=true style="color: #f1b78c; top: 81px; left: 174px; font-size: 117%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5c1O37IeF72gHnLAMqveB4", "hardstyle", this);" title="e.g. Bright Visions "Lose Control"">hardstyle<a class=navlink href="engenremap-hardstyle.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem8 preview_url="https://p.scdn.co/mp3-preview/c7e5f060e6a522db56fc0013a186a74203036191" class="genre" scan=true style="color: #eab670; top: 187px; left: 50px; font-size: 115%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("3DDw6OgYFgHHM1z2SvdtpU", "italian pop punk", this);" title="e.g. Melody Fall "Remember the Name"">italian pop punk<a class=navlink href="engenremap-italianpoppunk.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem9 preview_url="https://p.scdn.co/mp3-preview/346a81ef4670f1e3be9639d7f987c2d8e800b0cd" class="genre" scan=true style="color: #eeb579; top: 96px; left: 147px; font-size: 115%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("6AQqWGmJRcJNi3BEhSSFDz", "alt-idol", this);" title="e.g. ピューパ!! "maboroshi"">alt-idol<a class=navlink href="engenremap-altidol.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem10 preview_url="https://p.scdn.co/mp3-preview/4a60567079a5e4a56d0db5cfd9280ef058f9832d" class="genre" scan=true style="color: #ebb492; top: 173px; left: 0px; font-size: 115%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("7bbYWwfYdOpFx2lcmq1I8q", "vocaloid metal", this);" title="e.g. 明太Rocker×あちこあこ "Hot Milk"">vocaloid metal<a class=navlink href="engenremap-vocaloidmetal.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem11 preview_url="https://p.scdn.co/mp3-preview/825d64da58e01c38a652978a24db3b2645e2b17f" class="genre" scan=true style="color: #e9b677; top: 235px; left: 57px; font-size: 112%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5bsGv6kAydbH8VTW0xup9D", "j-pixie", this);" title="e.g. ASCA "RESISTER"">j-pixie<a class=navlink href="engenremap-jpixie.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem12 preview_url="https://p.scdn.co/mp3-preview/8cd7acba524ca1fafac5b889e625de3974ab4d52" class="genre" scan=true style="color: #f2b491; top: 127px; left: 183px; font-size: 110%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("3sCVLyvTLX23xaPoYABLp1", "euphoric hardstyle", this);" title="e.g. Concept Art "Back To One"">euphoric hardstyle<a class=navlink href="engenremap-euphorichardstyle.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem13 preview_url="https://p.scdn.co/mp3-preview/96d4bed0bd8ed5d4f6d3950cdb800a8d397b2a78" class="genre" scan=true style="color: #edb596; top: 140px; left: 234px; font-size: 107%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5wEy787VwmAnA7GGhEzjHR", "denpa-kei", this);" title="e.g. Nanahira "Can I friend you on Bassbook? lol"">denpa-kei<a class=navlink href="engenremap-denpakei.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem14 preview_url="https://p.scdn.co/mp3-preview/693b69d10a7a92804e9c8568fe0eac2903b0de8e" class="genre" scan=true style="color: #e8b674; top: 248px; left: 108px; font-size: 105%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("7oa18QwhLsV3JfITGDxslD", "anime rock", this);" title="e.g. 40mP "Love Trial"">anime rock<a class=navlink href="engenremap-animerock.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem15 preview_url="https://p.scdn.co/mp3-preview/1f5431d2e6f467efac62f5ec0975e98b43b4eda3" class="genre" scan=true style="color: #edb080; top: 209px; left: 16px; font-size: 103%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("2VBs7sKauSRzsyzO52dXWT", "metal cover", this);" title="e.g. Leo "Dance Monkey (Metal Version)"">metal cover<a class=navlink href="engenremap-metalcover.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem16 preview_url="https://p.scdn.co/mp3-preview/71067ba0ae2f57ca5cdc80911c3023600922ba70" class="genre" scan=true style="color: #e3b96e; top: 185px; left: 266px; font-size: 103%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1CY4v3ZrJgLNhDGBGtqLyL", "electropowerpop", this);" title="e.g. Kill Paradise "Fall From A Star"">electropowerpop<a class=navlink href="engenremap-electropowerpop.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem17 preview_url="https://p.scdn.co/mp3-preview/9d470db3b0782d8eda2db032b2a25996d0c1b4e7" class="genre" scan=true style="color: #e6b57f; top: 300px; left: 41px; font-size: 103%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("53MixI5NFdw2HyRpgwsoGB", "swedish alternative rock", this);" title="e.g. Takida "Master"">swedish alternative rock<a class=navlink href="engenremap-swedishalternativerock.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem18 preview_url="https://p.scdn.co/mp3-preview/0c498c3c9899dce82628999ee4f594eab31bb258" class="genre" scan=true style="color: #f1b080; top: 150px; left: 37px; font-size: 102%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5UlMoBsPxKHoe85uvo9Ewn", "idol rock", this);" title="e.g. Devil ANTHEM. "ar"">idol rock<a class=navlink href="engenremap-idolrock.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem19 preview_url="https://p.scdn.co/mp3-preview/411a4025e7a350ede669cf37f67a905a8d7aaebc" class="genre" scan=true style="color: #eebb9f; top: 153px; left: 300px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("5BmWc9fMcXYA5EKT2gcBc5", "japanese edm", this);" title="e.g. DJ TORA "Sweet Serenade"">japanese edm<a class=navlink href="engenremap-japaneseedm.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> <div id=mirroritem20 preview_url="https://p.scdn.co/mp3-preview/af3ffe1fffe1a50602ab92ccd529b56e7742833d" class="genre" scan=true style="color: #e3bf98; top: 235px; left: 158px; font-size: 100%" role=button tabindex=0 onKeyDown="kb(event);" onclick="playx("1U4Mw7gjMfM4GZh9mYgw16", "gym hardstyle", this);" title="e.g. Always Mirin "Firework"">gym hardstyle<a class=navlink href="engenremap-gymhardstyle.html#tunnel" role=button tabindex=0 onKeyDown="kb(event);" onclick="event.stopPropagation();" >»</a> </div> </div></div> <div role=complementary style="text-align: center; width: 1500px; margin-top: 96px; color: gray"> <a href="https://twitter.com/everynoise" target=twitter>@EveryNoise</a> · <a href="http://furia.com" target=furia>glenn mcdonald</a> </div> <div role=complementary style="margin: 16px 535px; width: 429px; text-align: justify; color: gray; display: table"> Every Noise at Once was a long-running attempt at an algorithmically-generated, readability-adjusted scatter-plot of the musical genre-space, based on data tracked and analyzed for 6,291 genre-shaped distinctions at Spotify through 2023-11-19. The calibration is fuzzy, but in general down is more organic, up is more mechanical and electric; left is denser and more atmospheric, right is spikier and bouncier.<br> <br>Click anything to hear an example of what it sounds like.<br> <br>Click the » on an artist to see their Spotify catalog.<br> </div> <center class="sigil" title=s3><br>☊<br> <div class="display: none"><audio controls="controls" id=spotifyplayer style="visibility: hidden"></audio></div> </center> </body> </html>