musiccaps_details (view)
1 row where musiccaps_aspects contains "mono", musiccaps_aspects contains "noisy", musiccaps_aspects contains "reverb pedal effect" and musiccaps_names contains "Reverberation"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Death By Audio Reverberation Machine pedal demo with Dr Z Antidote | The low quality recording features an electric guitar melody playing with reverb pedal effect on. The player turns the pedal off in the second half of the loop, as it is probably a comparison tutorial. It is noisy, mono and buzzy. | 2014-11-06T13:23:54Z | gearmanndude | my apologies for the digital noise...I was having a camera cable issue that I didn't notice until it came time to edit...but I think (hope) you can still get the tone and vibe of this pedal from the demo http://www.deathbyaudio.net DBA box of huge reverb with everything from tight slappy verb, to huge trails and tails and lush vapor reflective cavern hall sounds of love... I used a Gibson R9 Historic with http://www.mojotone.com Mojo Tone PAF Clone humbuckers and http://www.drzamps.com DR Z Antidote of the lords. YEP! | ["Bass guitar", "Reverberation", "Music", "Musical instrument"] | ["low quality", "mono", "electric guitar melody", "buzzy", "noisy", "reverb pedal effect"] | 4 | bha-d3HXdMI | 3643 |
Advanced export
JSON shape: default, array, newline-delimited
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;