home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_names contains "Vibration"

✎ 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
Sound Colour Vibration Sonic Lab Volume #1: Earthquaker Devices Showcase This sound is a synth played through a delay and reverb effects unit. A seven note ascending pattern is played which echoes due to the delay. The reverb effect gives it depth. This song can be played in a video game at different levels. There are no other instruments in this music. There are no voices in this music. 2013-12-07T01:39:33Z Hovig Sarkissian Guitar & Amp used: Fender Telecaster Deluxe and Ampeg GVT 15-112 Sound Colour Vibration e-zine: http://soundcolourvibration.com/ SCV Instruments, Gear and Software: http://soundcolourvibration.com/category/gear-software/ SCV Facebook: https://www.facebook.com/SoundColourVibration?ref=br_tf Earthquaker Devices: http://earthquakerdevices.com/ Earthquaker Devices: -The Arpanoid -The Depths -Disaster Transport SR ["Vibration", "Music"] ["synth sounds", "seven note ascending pattern", "delay", "reverb", "no percussion", "no voice"] 0 QMoRiBjRLKc 2615
Ziggy Marley - Positive Vibration ( thx guys! :] ) A male vocalist sings this energetic song. The tempo is fast with boomy bass lines, steady drumming, keyboard harmony and enthusiastic electric guitar riff with vocal backup. The audio quality is very bad and the song is muffled and muddy. This song is a live performance with ambient sounds of people clapping and cheering. 2007-06-01T05:36:28Z FSUSeaAngel Ziggy Marley in West Palm Beach, FL ["Vibration", "Music", "Rock and roll", "Music of Latin America"] ["male vocalist", "fast tempo", "boomy bass", "enthusiastic", "insistent", "recurring vocal riff", "youthful", "engaging", "enthusiastic", "classic pop", "electric guitar riff", "female vocal backup", "steady drumming", "incoherent music", "inferior audio quality", "muddled sounds", "live performance", "concert", "amateur recording", "keyboard accompaniment"] 7 kZBFQAQI7Pg 4328

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 697.205ms · About: simonw/musiccaps-datasette