musiccaps_details (view)
1 row where musiccaps_aspects contains "effects pedal", musiccaps_aspects contains "electric guitar", musiccaps_aspects contains "no voices" and musiccaps_names contains "Effects unit"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Strymon Flint | This audio features an electric guitar. This guitar is played through an effects pedal adding reverb to the sound. A guitar lick is played with one open string and the melody on the higher register of another string. There are no other instruments in this song. There is no voice in this song. This song can be played in an instructional video on effects pedals. | 2013-04-05T11:42:22Z | Prymaxe | $299.00 https://www.prymaxe.com/products/strymon-flint-tremelo-reverb Strymon Flint Tremelo/Reverb CALL TO ORDER 1-855-PRYMAXE (779-6293) The magical combination of tremolo and reverb is the earliest example of a perfect guitar effects marriage. First pioneered within historic amplifiers of the 1960s, this harmonious coexistence has made it's way onto countless records and performances—from early surf, swampy bayou blues, spaghetti westerns, film noir soundtracks, to modern day indie rock. There are certain things in life that just belong together—the blend of tremolo and reverb create the perfect pair. Given this storied history, there was no doubt that we wanted to develop a studio-class effects pedal that delivers this classic combination. We carefully studied our favorite classic tremolo and reverb circuits, examined the sonic complexities, and faithfully accounted for every detail in our hand-crafted algorithms. Flint harnesses the complete power of a SHARC DSP to authentically exhibit these details. Flint gives you the soothing, pulsating, and hypnotic effects that were pioneered in vintage amplifier tremolo circuits, along with three classic and completely unique reverb algorithms. You get the sonically complex '61 Harmonic Tremolo, the swampy and sultry '63 Power Tube Tremolo, and the sharp and balanced '65 Photocell Tremolo. You also get the classic '60s Spring Tank Reverb, the inventive '70s Electronic Plate Reverb, and the nostalgic '80s Hall Rack Reverb. With eight parameters to tweak, you get extensive control over the tremolo and reverb characteristics. Go from splashy, pulsing twang, to throbbing, swampy blues, all the way to ambient, trembling, and serene reverberated pads. Couple that with true bypass, and a high quality analog front end and output section, and you have yourself the history of tremolo and reverb in a pedal-board friendly format. Strymon Flint Tremelo/Reverb Features: Three hand crafted tremolo algorithms faithfully deliver classic tremolo experiences: '61 Harmonic Tremolo,… | ["Reverberation", "Effects unit", "Guitar", "Music", "Musical instrument", "Electronic tuner", "Plucked string instrument", "Distortion"] | ["electric guitar", "effects pedal", "no voices", "instrumental", "guitar lick", "no other instruments"] | 0 | pL71P2hVjMc | 4702 |
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;