{"product_id":"honeywood-acoustic-guitar-loops","title":"Honeywood - Acoustic Guitar Loops","description":"\u003cp style=\"text-align: left;\"\u003e\u003cspan\u003e'Honeywood', \u003c\/span\u003ea meticulously crafted collection of 100 acoustic guitar loops best suited for RnB, Soul and Jazz pop. This sample pack\u003cspan\u003e offers producers and songwriters a unique collection of guitar loops with a slow introspective vibe. Listen to some of the loops to get a feel \u003c\/span\u003efor what's inside.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.4.1\/jquery.min.js\"\u003e\/\/ \u003c![CDATA[\n\n\/\/ ]]\u003e\u003c\/script\u003e \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/html5media\/1.1.8\/html5media.min.js\"\u003e\/\/ \u003c![CDATA[\n\n\/\/ ]]\u003e\u003c\/script\u003e \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/plyr\/3.5.6\/plyr.min.js\"\u003e\/\/ \u003c![CDATA[\n\n\/\/ ]]\u003e\u003c\/script\u003e \u003cscript\u003e\/\/ \u003c![CDATA[\njQuery(function ($) {\n    \"use strict\";\n    var supportsAudio = !!document.createElement(\"audio\").canPlayType;\n    if (supportsAudio) {\n      \/\/ initialize plyr\n      var player = new Plyr(\"#audio1\", {\n        controls: [\n          \"restart\",\n          \"play\",\n          \"progress\",\n          \"current-time\",\n          \"duration\",\n          \"mute\",\n          \"volume\",\n        ],\n      });\n      \/\/ initialize playlist and controls\n      var index = 0,\n        playing = false,\n        mediaPath = \"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/6579\/6143\/files\/\",\n        extension = \"\",\n        tracks = [\n          {\n            track: 1,\n            name: \"Guitar Loop 01 - 135 BPM Bmaj\",\n            duration: \"0:29\",\n            file: \"Honeywood_01_135_Bmaj\",\n          },\n          {\n            track: 2,\n            name: \"Guitar Loop 10 - 135 BPM G#maj\",\n            duration: \"0:29\",\n            file: \"Honeywood_10_135_G_maj\",\n          },\n          {\n            track: 3,\n            name: \"Guitar Loop 44 - 150 BPM Fmaj\",\n            duration: \"0:26\",\n            file: \"Honeywood_44_150_Fmaj\",\n          },\n          {\n            track: 4,\n            name: \"Guitar Loop 53 - 159 BPM G#min\",\n            duration: \"0:24\",\n            file: \"Honeywood_53_159_G_min\",\n          },\n          {\n            track: 5,\n            name: \"Guitar Loop 62 - 162 BPM Bmaj\",\n            duration: \"0:24\",\n            file: \"Honeywood_62_162_Bmaj\",\n          },\n{\n            track: 6,\n            name: \"Guitar Loop 66 - 162 BPM Emaj\",\n            duration: \"0:24\",\n            file: \"Honeywood_66_162_Emaj\",\n          },\n {\n            track: 7,\n            name: \"Guitar Loop 83 - 149 BPM Ebmaj\",\n            duration: \"0:26\",\n            file: \"Honeywood_83_149_Ebmaj\",\n          },\n {\n            track: 8,\n            name: \"Guitar Loop 90 - 149 BPM Bbmaj\",\n            duration: \"0:26\",\n            file: \"Honeywood_90_149_Bbmaj\",\n          },\n{\n            track: 9,\n            name: \"Guitar Loop 93 - 149 BPM Ebmaj\",\n            duration: \"0:26\",\n            file: \"Honeywood_93_149_Ebmaj\",\n          },\n{\n            track: 10,\n            name: \"Guitar Loop 97 - 149 BPM D#min\",\n            duration: \"0:26\",\n            file: \"Honeywood_97_149_Bmaj\",\n          },\n\n        ],\n        buildPlaylist = $.each(tracks, function (key, value) {\n          var trackNumber = value.track,\n            trackName = value.name,\n            trackDuration = value.duration;\n          if (trackNumber.toString().length === 1) {\n            trackNumber = \"0\" + trackNumber;\n          }\n          $(\"#plList\").append(\n            '\u003cli\u003e \\\n                        \u003cdiv class=\"plItem\"\u003e \\\n                            \u003cspan class=\"plNum\"\u003e' +\n              trackNumber +\n              '.\u003c\/span\u003e \\\n                            \u003cspan class=\"plTitle\"\u003e' +\n              trackName +\n              '\u003c\/span\u003e \\\n                            \u003cspan class=\"plLength\"\u003e' +\n              trackDuration +\n              \"\u003c\/span\u003e \\\n                        \u003c\/div\u003e \\\n                    \u003c\/li\u003e\"\n          );\n        }),\n        trackCount = tracks.length,\n        npAction = $(\"#npAction\"),\n        npTitle = $(\"#npTitle\"),\n        audio = $(\"#audio1\")\n          .on(\"play\", function () {\n            playing = true;\n            npAction.text(\"Now Playing...\");\n          })\n          .on(\"pause\", function () {\n            playing = false;\n            npAction.text(\"Paused...\");\n          })\n          .on(\"ended\", function () {\n            npAction.text(\"Paused...\");\n            if (index + 1 \u003c trackCount) {\n              index++;\n              loadTrack(index);\n              audio.play();\n            } else {\n              audio.pause();\n              index = 0;\n              loadTrack(index);\n            }\n          })\n          .get(0),\n        btnPrev = $(\"#btnPrev\").on(\"click\", function () {\n          if (index - 1 \u003e -1) {\n            index--;\n            loadTrack(index);\n            if (playing) {\n              audio.play();\n            }\n          } else {\n            audio.pause();\n            index = 0;\n            loadTrack(index);\n          }\n        }),\n        btnNext = $(\"#btnNext\").on(\"click\", function () {\n          if (index + 1 \u003c trackCount) {\n            index++;\n            loadTrack(index);\n            if (playing) {\n              audio.play();\n            }\n          } else {\n            audio.pause();\n            index = 0;\n            loadTrack(index);\n          }\n        }),\n        li = $(\"#plList li\").on(\"click\", function () {\n          var id = parseInt($(this).index());\n          if (id !== index) {\n            playTrack(id);\n          }\n        }),\n        loadTrack = function (id) {\n          $(\".plSel\").removeClass(\"plSel\");\n          $(\"#plList li:eq(\" + id + \")\").addClass(\"plSel\");\n          npTitle.text(tracks[id].name);\n          index = id;\n          audio.src = mediaPath + tracks[id].file + extension;\n          updateDownload(id, audio.src);\n        },\n        updateDownload = function (id, source) {\n          player.on(\"loadedmetadata\", function () {\n            $('a[data-plyr=\"download\"]').attr(\"href\", source);\n          });\n        },\n        playTrack = function (id) {\n          loadTrack(id);\n          audio.play();\n        };\n      extension = audio.canPlayType(\"audio\/mpeg\")\n        ? \".mp3\"\n        : audio.canPlayType(\"audio\/ogg\")\n        ? \".ogg\"\n        : \"\";\n      loadTrack(index);\n    } else {\n      \/\/ no audio support\n      $(\".column\").addClass(\"hidden\");\n      var noSupport = $(\"#audio1\").text();\n      $(\".container\").append('\u003cp class=\"no-support\"\u003e' + noSupport + \"\u003c\/p\u003e\");\n    }\n  });\n\/\/ ]]\u003e\u003c\/script\u003e\u003c\/p\u003e\n\u003cdiv class=\"player-text\"\u003e\n\u003cdiv class=\"player\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"column add-bottom\"\u003e\n\u003cdiv id=\"mainwrap\"\u003e\n\u003cdiv id=\"nowPlay\"\u003e\n\u003cspan id=\"npTitle\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"audiowrap\"\u003e\n\u003cdiv id=\"audio0\"\u003e\u003caudio controls=\"controls\" preload=\"\" id=\"audio1\"\u003e\n              Your browser does not support HTML5 Audio! 😢\n            \u003c\/audio\u003e\u003c\/div\u003e\n\u003cdiv id=\"tracks\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"plwrap\"\u003e\n\u003cul id=\"plList\"\u003e\u003c\/ul\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sidetext\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eTechnical Details:\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cstrong\u003e'Honeywood' contains 100 Acoustic Guitar Loops. All files are audio files (.WAV format)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThis pack contains:\u003c\/strong\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e 100 Acoustic Guitar Loops \u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003e▶ Emotional, introspective moods    \u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e▶ Tempos from 135 - 164 BPM  \u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e▶  Dry Unprocessed wav files\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e▶ Stems included (200 files)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p1\"\u003eAll loops are played using real acoustic guitars. Every loop in the pack is exactly 16 bars long, neatly labelled with BPM and Key and is perfectly loop-able. \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBenefits Of Using This Pack:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e✅  Works with all DAWs flawlessly\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e✅  Get professional results fast\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e✅  Raw stems included\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e✅  Drag and Drop (ready to use)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e✅  100% Royalty Free loops\u003c\/span\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003e✅  Gets you inspired quickly\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhen you buy this pack, you will get all the stems too!\u003c\/strong\u003e \u003cmeta charset=\"utf-8\"\u003eEach loop has two stems, so you will get 200 stem files along with the 100 guitar loops. Every stem has a unique pattern (not just different recordings). This is extremely powerful because you can use the stems on their own or layer stems together in different ways. This gives you maximum flexibility when crafting your own songs.\u003c\/p\u003e\n\u003cp\u003eEvery loop in the pack is exactly 16 bars long, neatly labeled with BPM and Key and is perfectly loop-able. The loops in the pack have tempos ranging from 135 to 164 BPM, with the higher tempo loops usually being interpreted at half tempo. Therefore the loops in this pack are perfect for slow introspective compositions across multiple genres like mainstream pop, indie, \u003cspan class=\"scayt-misspell-word\"\u003elo-fi\u003c\/span\u003e, chill pop,  cinematic and R\u0026amp;B productions. \u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAll the loops are provided in high quality \u003cspan class=\"scayt-misspell-word\"\u003eWAV\u003c\/span\u003e format, ensuring seamless integration into your preferred digital audio workstation. Each loop retains its authentic and emotive characteristics, longing to enhance your music. \u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e If you like these loops you may also like \u003ca rel=\"noopener\" title=\"Acoustic Guitar Loop Kit\" href=\"https:\/\/mysticalankar.com\/products\/bloom-acoustic-guitar-loops\" target=\"_blank\"\u003eBloom - Acoustic Guitar Loops\u003c\/a\u003e and \u003ca rel=\"noopener\" title=\"Acoustic Guitar Loops Sample Pack\" href=\"https:\/\/mysticalankar.com\/products\/cozy-acoustic-guitar-loops\" target=\"_blank\"\u003eCozy - Acoustic Guitar Loops\u003c\/a\u003e. \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cstrong\u003ePro Tip:\u003c\/strong\u003e Try layering stems of different loops together and make good use of compression for a modern tone.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cspan style=\"color: #00aaff;\"\u003e\u003cstrong\u003eFrequently Asked Questions\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"faq\"\u003e\n\u003cdiv class=\"tab\"\u003e\n\u003cinput type=\"checkbox\" id=\"tab1\" class=\"tab-toggle\"\u003e\u003clabel for=\"tab1\" class=\"tab-label\"\u003eDo I need any special software for this?\u003c\/label\u003e\n\u003cdiv class=\"tab-content\"\u003eAll you need is your DAW. It works in all DAWS (Ableton Live, FL Studio, Cubase, Studio One, Logic Pro, And All Other DAWs)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab\"\u003e\n\u003cinput type=\"checkbox\" id=\"tab2\" class=\"tab-toggle\"\u003e\u003clabel for=\"tab2\" class=\"tab-label\"\u003eAre the loops MIDI or audio loops?\u003c\/label\u003e\n\u003cdiv class=\"tab-content\"\u003eAll the loops in this pack are audio loops.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab\"\u003e\n\u003cinput type=\"checkbox\" id=\"tab3\" class=\"tab-toggle\"\u003e\u003clabel for=\"tab3\" class=\"tab-label\"\u003eAre the loops royalty free?\u003c\/label\u003e\n\u003cdiv class=\"tab-content\"\u003eYes, all our sample packs are 100% royalty free and cleared for commercial use. You can use them in your music however you want.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab\"\u003e\n\u003cinput class=\"tab-toggle\" id=\"tab4\" type=\"checkbox\"\u003e\u003clabel class=\"tab-label\" for=\"tab4\"\u003eWhich payment options do you accept?\u003c\/label\u003e\n\u003cdiv class=\"tab-content\"\u003eWe securely accept payments through all major credit cards and PayPal. Your payment information is never stored and is safely encrypted with 256-bit SSL technology.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab\"\u003e\n\u003cinput class=\"tab-toggle\" id=\"tab5\" type=\"checkbox\"\u003e\u003clabel class=\"tab-label\" for=\"tab5\"\u003eHow will this pack be delivered to me and how quickly?\u003c\/label\u003e\n\u003cdiv class=\"tab-content\"\u003eThe download link will be sent to your email address immediately after you complete your purchase.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul\u003e\u003c\/ul\u003e","brand":"Mystic Alankar","offers":[{"title":"Default Title","offer_id":48488257093826,"sku":null,"price":15.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/6579\/6143\/files\/Honeywood_4c9681fe-f202-4321-887f-a60cfb52e81e.png?v=1785602623","url":"https:\/\/mysticalankar.com\/products\/honeywood-acoustic-guitar-loops","provider":"Mystic Alankar","version":"1.0","type":"link"}