home / musiccaps

musiccaps_details (view)

4 rows where musiccaps_aspects contains "energetic" and musiccaps_names contains "Synthesizer"

✎ View and edit SQL

This data as json, CSV (advanced)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Roland Aira TR8 - 808 Day 8th August 2017 The low quality recording features a reverberant instrumental that consists of punchy kick hits, claps, shimmering hi hats, bouncy and tinny percussive elements. There are wide echoing effects at one point of the loop. Sounds energetic and groovy, like something you would hear in underground clubs. 2015-08-04T19:57:58Z Carl Nilsson Famous TR808 beats to celebrate the 8/08 day programmed on the TR8. The last minutes is an improvising jam session. ["Sampler", "Music", "Musical instrument", "Drum machine", "Synthesizer", "Electronica"] ["low quality", "reverberant", "instrumental", "clapping", "punchy kick", "shimmering hi hats", "tinny percussive elements", "wide echoing effects", "groovy", "energetic"] 4 DLJGT99uEh4 1466
Thud Rumble | Battle Ave. | 2014 Cut 2 Cut LA Finals This music is instrumental. The tempo is fast with a rapid electronic harmony and vigorous digital drum rhythm in the background with turntable arrangement. The harmony is syncopated, repetitive, insistent, psychedelic, trance, trippy and groovy. It is energetic, youthful, contemporary, groovy, vigorous and animated. 2014-06-23T19:49:43Z Battle Ave www.thebattleave.com www.thudrumble.com www.beatswapmeet.com Track: Who Dat Produced By: Jawa Album: Unreleased In Order: DJ Don Paco DJ Rayted R DJ Cues DJ Bombai Champion: DJ Rayted R - Battlestar Runner Up: DJ Don Paco Filmed at the Battle Ave. / Thud Rumble booth at Beat Swap Meet LA Part of the "At The Ave Breaks Tour" At The Ave Breaks now available via www.thebattleave.com ["Scratching (performance technique)", "Sampler", "Music", "Scratch", "Synthesizer"] ["instrumental", "fast tempo", "electronic music", "syncopated harmony", "repetitive", "insistent", "emphatic", "youthful", "energetic", "enthusiastic", "vibrant", "phonograph record", "high torque", "phono output", "loud", "turn table", "dj", "dj mixer", "club music", "trance", "psychedelic music", "trippy", "youthful", "vinyl records", "digital music", "dance clubs"] 7 E4a3s8NRqUM 1531
EPROM - TWERKUL8 The low quality recording features an electro song that consists of acid aggressive synth melody, repetitive synth lead melody, boomy 808 bass, claps and shimmering hi-hats. There is a sizzling riser in the first section of the loop. It sounds energetic and like something you would hear in an underground club. 2011-04-05T12:06:37Z Dubplate Police Eprom's forthcoming track - Twerkul8 Massive footwork juke meets rave meets glitch hop tune!!!!! ["Afrobeat", "Sampler", "House music", "Music", "Musical instrument", "Techno", "Trance music", "Dubstep", "Electronic dance music", "Drum machine", "Synthesizer"] ["low quality", "sizzling", "electro", "acid aggressive synth melody", "repetitive synth lead melody", "boomy 808 bass", "claps", "shimmering hi hats", "energetic", "sizzling riser"] 4 INBx8CrIWcg 1900
Roland TR-606 Drumatix Vintage Analog Drum Machine TR606 BagBox Manual Demo The low quality recording features a digital drum machine playing tinny syncopated percussion, shimmering hi hats, soft crash cymbals, punchy kick and snare hits. It sounds energetic, groovy and the rhythm of the hi hats is being modulated in the second half of the loop. 2014-07-01T18:27:17Z VintageSynth2013 Check out my ebay store for more vintage gear for sale http://www.ebay.com/usr/vintagesynth2013 ["Sampler", "Music", "Musical instrument", "Drum machine", "Synthesizer"] ["low quality", "mono", "digital drum machine", "upbeat", "tinny syncopated percussions", "shimmering hi hats", "modulating rhythm", "soft crash cymbal", "punchy kick", "punchy snare", "energetic", "groovy"] 4 OMcoFfaCaGM 2432

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW musiccaps_details AS select
  musiccaps.url as video,
  json_object(
    'label',
    coalesce(videos.title, 'Missing from YouTube'),
    'href',
    musiccaps.url
  ) as youtube_link,
  musiccaps.caption as musiccaps_caption,
  videos.publishedAt as youtube_published,
  videos.channelTitle as youtube_channel,
  videos.description as youtube_description,
  musiccaps.audioset_names as musiccaps_names,
  musiccaps.aspect_list as musiccaps_aspects,
  musiccaps.author_id as musiccaps_author,
  videos.id as youtube_id,
  musiccaps.rowid as musiccaps_rowid
from
  musiccaps
  left join videos on musiccaps.ytid = videos.id;
Powered by Datasette · Queries took 750.518ms · About: simonw/musiccaps-datasette