Vital Techno Presets
100 Techno Presets for Vital with 100 Accompanying MIDI About this Pack 100+ Serum sounds expertly created while working on professional Techno and Underground club productions. Ca refully crafted production ready sounds. Inspired by Berlin clubs & labels like Afterlife, Drumcode, Systematic, Outta Limits, 1605 and artists like Spektre, Woo York, Tale Of Us, Pan-Pot, Stan Kolev, Matan Caspi, Umek. Download the FULL version of Vital here without spending a cent. Track Made with Vital Techno Inside this Pack What You Get 100+ Vital Presets Techno + 100+ MIDI Files, one for each preset. 10 Atmo Sounds 15 Bass Sounds 05 Chord Sounds 15 Drum Sounds 10 FX Sounds 15 Lead Sounds 10 Pad Sounds 10 Pluck Sounds 10 Sequence Sounds var pmlVueApp = new Vue({ el: '#pml_playervue', async beforeMount() { let height = "40" for (const sampleSet in this.samplesData){ this.samplesData[sampleSet].samplePlayers.forEach((x, index)=>{ x.container = `pmlws${sampleSet}${index}` x.height = height x.renderName = true // will render the name of player (if the name element is there) // x.renderNameTextAlign = "center", // x.renderNameVerticalSpacing = "-6px" }) } }, mounted(){ for (const sampleSet in this.samplesData){ pmlWSI.init({ players: this.samplesData[sampleSet].samplePlayers }) } }, data: function () { return { samplesData: { samples1: { // name of the sampleSet (playlist), must be unique. title: "Samples 1", samplePlayers: [ { "trackFile": "https://cdn.shopify.com/s/files/1/0993/3800/files/01___ATM_Blaster.mp3?v=1671183756", "name": "ATM Blaster", "waveformData": "https://cdn.shopify.com/s/files/1/0993/3800/files/01___ATM_Blaster.json?v=1671183753" }, { "trackFile": "https://cdn.shopify.com/s/files/1/0993/3800/files/02___BA_Minifive.mp3?v=1671183756", "name": "BA Minifive", "waveformData": "https://cdn.shopify.com/s/files/1/0993/3800/files/02___BA_Minifive.json?v=1671183753" }, { "trackFile": "https://cdn.shopify.com/s/files/1/0993/3800/files/03___CRD_Dubber.mp3?v=1671183757", "name": "CRD Dubber", "waveformData": "https://cdn.shopify.com/s/files/1/0993/3800/files/03___CRD_Dubber.json?v=1671183752" }, { "trackFile": "https://cdn.shopify.com/s/files/1/0993/3800/files/04___CRD_Wally.mp3?v=1671183757", "name": "CRD Wally", "waveformData": "https://cdn.shopify.com/s/files/1/0993/3800/files/04___CRD_Wally.json?v=1671183753" }, { "trackFile": "https://cdn.shopify.com/s/files/1/0993/3800/files/05___LD_Dialer.mp3?v=1671183757", "name": "LD Dialer", "waveformData": "https://cdn.shopify.com/s/files/1/0993/3800/files/05___LD_Dialer.json?v=1671183752" }, { "trackFile": "https://cdn.shopify.com/s/files/1/0993/3800/files/06___LD_Pulsar.mp3?v=1671183757", "name": "LD Pulsar", "waveformData": "https://cdn.shopify.com/s/files/1/0993/3800/files/06___LD_Pulsar.json?v=1671183752" }, { "trackFile": "https://cdn.shopify.com/s/files/1/0993/3800/files/07___FX_Landing.mp3?v=1671183757", "name": "FX Landing", "waveformData": "https://cdn.shopify.com/s/files/1/0993/3800/files/07___FX_Landing.json?v=1671183752" }, { "trackFile": "https://cdn.shopify.com/s/files/1/0993/3800/files/08___PAD_Apache.mp3?v=1671183756", "name": "PAD Apache", "waveformData": "https://cdn.shopify.com/s/files/1/0993/3800/files/08___PAD_Apache.json?v=1671183752" }, { "trackFile": "https://cdn.shopify.com/s/files/1/0993/3800/files/09___PLK_Bump.mp3?v=1671183757", "name": "PLK Bump", "waveformData": "https://cdn.shopify.com/s/files/1/0993/3800/files/09___PLK_Bump.json?v=1671183752" }, { "trackFile": "https://cdn.shopify.com/s/files/1/0993/3800/files/10___PLK_Orbit.mp3?v=1671183756", "name": "PLK Orbit", "waveformData": "https://cdn.shopify.com/s/files/1/0993/3800/files/10___PLK_Orbit.json?v=1671183752" }, { "trackFile": "https://cdn.shopify.com/s/files/1/0993/3800/files/11___SEQ_Hofmann.mp3?v=1671183757", "name": "SEQ Hofmann", "waveformData": "https://cdn.shopify.com/s/files/1/0993/3800/files/11___SEQ_Hofmann.json?v=1671183752" } ] }, } } } }) cloneRemoveAndMove("iconInfoCards", "iconInfoCardsLoader", "iconInfoCardsSection") Get Now (function () { function cloneRemoveAndMove(toCloneId, loaderID, nodeCloneAppendsTo) { let element = document.getElementById(toCloneId).cloneNode(true) let loader = document.getElementById(loaderID) loader.remove() document.getElementById(nodeCloneAppendsTo).appendChild(element) } cloneRemoveAndMove("pml_pCardsSection", "pml_pCardsLoader", "pml_getNow") })(); let productCardListItemsData = [ { listData: [ { liHTML: `100+ Vital Presets for Techno & Accompanying MIDI Files (Atmo Sounds: 10, Bass Sounds: 15, Chord Sounds: 5, Drum Sounds: 15, FX Sounds: 10, Lead Sounds: 15, Pad Sounds: 10, Pluck Sounds: 10, Sequence Sounds: 10 )` }, { liHTML: `Royalty Free Sounds` } ] }, ] function injectProductCardData(productCardListData) { // Creates the Actual List and Injects productCardListData.forEach((productCard, indexID) => { let productCardTitleID = `pml_pCard__title${indexID}` let productTitle = document.getElementById(productCardTitleID) if (productTitle) { if (productCard.title) { productTitle.innerText = productCard.title } } let theListByID = `pml_pCard__productList${indexID}` if (document.getElementById(theListByID)) { productCard.listData.forEach(listItem => { let theLI = document.createElement("LI"); theLI.classList.add("pml_pCard__productList__li"); if (productCardListData.length > 1) { // Single Product Cards don't require the check // theLI.innerHTML = `✓ ${listItem.liHTML}` theLI.innerHTML = listItem.liHTML } else { theLI.innerHTML = listItem.liHTML } document.getElementById(theListByID).appendChild(theLI); }) } }) } injectProductCardData(productCardListItemsData); cloneRemoveAndMove("pml_proTestimonials", "pml_proTestimonialsLoader", "pml_proTestimonialsSection") FAQs and Requirements FAQs How Do I download my files? After purchase you will receive an email with your personal download link - it will be sent to the email you use for the purchase. If you don’t see it, quickly check your spam folder and if you have any issues, email [email protected]. What if I am unhappy with my order?We would never want you to be unhappy! If you are unsatisfied with your purchase, contact us in the first 48 hours and we will give you a full refund - due to the digital download nature of the optional sound packs, we can only refund the courses parts. No refund on bulk / pack orders. One refund per person. I already own some courses/packs. Can I upgrade?You already bought some courses / packs and want to upgrade? Get in touch for your custom offer! Is this a subscription to future products?No. This is a one time payment for the courses/packs currently included in the bundle What if I have further questions?We are available to help you with any questions, get in touch via: [email protected] Software Requirements Made with Vital version: 1.0.7 Get Vital here. Email us anytime for further questions or concerns!