{"product_id":"aura-guitar-midi-files","title":"Aura - Guitar Midi Files","description":"\u003cp style=\"text-align: left;\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eIntroducing Aura, a premium guitar midi pack designed to be used as repeating looping motifs to build your songs. \u003cmeta charset=\"utf-8\"\u003eWithin this captivating collection,\u003c\/span\u003e you'll find 120 exquisite guitar midi files along with their corresponding wav loops. \u003cmeta charset=\"utf-8\"\u003eDownload the \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/6579\/6143\/files\/MA_Aura_Free_Trial_Pack.zip?v=1733037368\" title=\"Guitar MIDI Files\"\u003eAura - Free Trial Pack\u003c\/a\u003e to get a better idea of what's inside.\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: \"Loop 03 - 108 BPM F#maj\",\n            duration: \"0:09\",\n            file: \"Aura_03_108_F_maj\",\n          },\n          {\n            track: 2,\n            name: \"Loop 09 - 91 BPM Ebmaj\",\n            duration: \"0:10\",\n            file: \"Aura_09_91_Ebmaj\",\n          },\n          {\n            track: 3,\n            name: \"Loop 16 - 83 BPM Cmin\",\n            duration: \"0:11\",\n            file: \"Aura_16_83_Cmin\",\n          },\n          {\n            track: 4,\n            name: \"Loop 26 - 127 BPM Fmin\",\n            duration: \"0:07\",\n            file: \"Aura_26_127_Fmin\",\n          },\n          {\n            track: 5,\n            name: \"Loop 30 - 96 BPM Emaj\",\n            duration: \"0:10\",\n            file: \"Aura_30_96_Emaj\",\n          },\n{\n            track: 6,\n            name: \"Loop 52 - 118 BPM Ebmaj\",\n            duration: \"0:08\",\n            file: \"Aura_52_118_Ebmaj\",\n          },\n {\n            track: 7,\n            name: \"Loop 79 - 96 BPM Bmin\",\n            duration: \"0:10\",\n            file: \"Aura_79_96_Bmin\",\n          \n          },\n          {\n            track: 8,\n            name: \"Loop 92 - 92 BPM 3-4 Cmin\",\n            duration: \"0:08\",\n            file: \"Aura_92_92_3-4_Cmin\",\n          \n          },\n          {\n            track: 9,\n            name: \"Loop 94 - 138 BPM 3-4 D#min\",\n            duration: \"0:10\",\n            file: \"Aura_94_138_3-4_D_min\",\n          \n          },\n          {\n            track: 10,\n            name: \"Loop 115 - 134 BPM 3-4 Bbmin\",\n            duration: \"0:10\",\n            file: \"Aura_115_134_3-4_Bbmin\",\n          \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 id=\"audio1\" preload=\"\" controls=\"controls\"\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 data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eTechnical Details:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003e\u003cstrong\u003e'Aura' contains 120 Guitar MIDI Files with their corresponding WAV loops. \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003eTempos range from 80 - 140 BPM. Each loop is exactly 4 bars long, neatly labelled with BPM and key and is perfectly loop-able. Loops 1 - 80 are in 4\/4 time while loops 81 - 120 are in 3\/4 time.\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✅  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\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eThe midi files in this pack are crafted with utmost care, providing the perfect palette of guitar midi samples required for singer-songwriters and producers to loop and build their songs. All the loops are provided in midi format as well as wav format, ensuring seamless integration into your preferred digital audio workstation. \u003c\/p\u003e\n\u003cp\u003eWinners take action, not chances. Get it today, your future self will thank you!\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eNote: \u003c\/strong\u003eThe loops in this pack were not played with real guitars. \u003cmeta charset=\"utf-8\"\u003eFor real guitar loops \u003ca href=\"\/collections\/sample-packs\" rel=\"noopener\" target=\"_blank\"\u003eclick here\u003c\/a\u003e. This pack contains midi files which were also exported in wav format with a guitar VST instrument within Logic Pro. The midi files can be used with any other instrument vst instruments such as rhodes, pianos, synths or any other instruments of your choice. In other words, you're getting more than what you pay for!\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cstrong\u003ePro Tip:\u003c\/strong\u003e These midi files are best suited to be looped and used as repeating motifs on top of which you could layer more elements and\/ or vocals. Use the instant inspiration to fuel your creativity and create something amazing! \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cbr\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 class=\"tab-toggle\" id=\"question-tab1\" type=\"checkbox\"\u003e\u003clabel class=\"tab-label\" for=\"question-tab1\"\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 class=\"tab-toggle\" id=\"question-tab2\" type=\"checkbox\"\u003e\u003clabel class=\"tab-label\" for=\"question-tab2\"\u003eAre the loops MIDI or audio loops?\u003c\/label\u003e\n\u003cdiv class=\"tab-content\"\u003eAll the loops in this pack are delivered in midi as well as wav format. However, please note that the loops in this pack were not played with real guitars, they are midi files which were also exported in wav format with an acoustic guitar instrument within Logic Pro.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab\"\u003e\n\u003cinput class=\"tab-toggle\" id=\"question-tab3\" type=\"checkbox\"\u003e\u003clabel class=\"tab-label\" for=\"question-tab3\"\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 type=\"checkbox\" id=\"question-tab4\" class=\"tab-toggle\"\u003e\u003clabel for=\"question-tab4\" class=\"tab-label\"\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 type=\"checkbox\" id=\"question-tab5\" class=\"tab-toggle\"\u003e\u003clabel for=\"question-tab5\" class=\"tab-label\"\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 data-mce-fragment=\"1\"\u003e\u003c\/ul\u003e","brand":"Mystic Alankar","offers":[{"title":"Default Title","offer_id":41279690932288,"sku":null,"price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0601\/6342\/4320\/files\/Aura.png?v=1782189328","url":"https:\/\/wearvico.com\/products\/aura-guitar-midi-files","provider":"wearvico","version":"1.0","type":"link"}