musiccaps_details (view)
1 row where musiccaps_aspects contains "e-bass", musiccaps_aspects contains "medium tempo", musiccaps_aspects contains "shaker" and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Mooer Shimverb Pro Pedal Demo | Someone is playing shakers before the acoustic drums come in with a loud fill and a groove with a lot of crash hits. Someone is playing chords on an e-guitar along with a synth plug melody with a lot of reverb. Another e-guitar is playing a melody on top. This song may be playing at a live festival. | 2015-12-25T03:52:54Z | MooerAudio | Shimverb Pro has the heritage of Shimverb. Moreover, we have made improvements on it. Shimverb Pro uses floating-point DSP chips, new hardware has giving out you a much wider space of development. We have been through countless days and nights of experiments and algorithm modifications. The result is to make significantly improvement on the Shimmer and the Reverb effects. Shimverb Pro assembles five reverb effects including Room,Hall,Church,Plate,Spring, giving you a different experience of sounds. Functions: New algorithm, new technology, overall tone improvement Shimverb Pro provides 5 different Reverb effects, from Room to Spring. Room: Simulate the Reverb effect in a room Hall: Simulate the wide Reverb effect in a concert hall Church: Simulate the Reverb effect in a Church Plate: Simulate the Reverb effect of a vibrating plate Spring: Simulate the Reverb effect of a vibrating Spring Adjustable Shimmer effect 5 Shimmer effects, can achieve +3,+4,+5,+7,+9 half-step modulation. And the OCTAVE button can add another octave on those 5 Shimmer effects. Shimmer effect can be activated by a separated foot switch. The volumn of the Shimmer effect could be adjusted by press down and hold the Shimmer footswitch and dial the Dry knob. Website: https://www.mooeraudio.com Follow us on Social Media! https://www.instagram.com/mooeraudio https://www.facebook.com/MooerAudio https://twitter.com/MooerAudio | ["Reverberation", "Effects unit", "Guitar", "Music", "Musical instrument", "Plucked string instrument", "Distortion"] | ["indie/rock", "acoustic drums", "shaker", "e-bass", "e-guitars", "key pluck sound", "medium tempo", "dreamy"] | 6 | HvuHSr_yncE | 1850 |
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;