home / musiccaps

musiccaps_details (view)

4 rows where musiccaps_aspects contains "simple tune" and musiccaps_names contains "Reverberation"

✎ 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
REVERBERATION AMP.wmv This is a pop music piece being played through a reverberation amp. There is a male and a female vocalist singing melodically. A clean sounding electric guitar is playing a simple tune while a keyboard is holding the chords and a bass guitar is playing in the background. The rhythmic background is provided by a medium tempo electronic drum beat that has characteristics resembling an acoustic drum kit. The atmosphere is sentimental and vibrant. This piece could be used in advertisement jingles. It could be playing in the background in a romantic setting. 2010-05-30T21:33:11Z Jared Twedell SANSUI REVERBERATION AMP. ["Singing", "Reverberation", "Music of Asia", "Music", "Pop music", "Radio"] ["pop music", "male vocal", "female vocal", "melodic singing", "keyboard", "electric guitar", "bass guitar", "electronic drums", "amp", "reverb", "simple tune", "sentimental", "vibrant", "medium tempo"] 9 Mf6Ql55o7Es 2286
Boss OC-3 Super Octave This is a gear showcase jam. Firstly, the performer describes the sound effect that is achieved when the octave pedal is connected to the electric guitar. Then, he starts to play a simple tune with a crunchy sound. Parts of the recording where the performer is not speaking can be used as electric guitar samples in beat-making. 2010-06-11T07:04:14Z gearwire Gearwire Labs - Stompbox Walkthrough Video: The Boss OC-3 Super Octave is an upgrade from the old OC-2, delivering pitch-shifted tones one and two octaves below normal pitch, but with a few new features and improved note stability. Features True polyphonic octave effects New "Drive" mode Guitar and bass inputs Mono and direct outputs Controls for Direct Level and Oct 1 Level Three-way Mode knob to select either Polyphonic mode, Oct 2, or Drive Control knob that affects the range of the Polyphonic mode, the level of the Oct 2 mode and the level of distortion when on the Drive mode Runs on 9V battery or adapter ["Reverberation", "Guitar", "Music", "Musical instrument", "Speech", "Plucked string instrument", "Distortion"] ["jam", "single instrument", "male voice", "electric guitar", "octave pedal", "crunchy", "simple tune"] 9 UHvYrO1IGCc 2903
Fender Deluxe Reverb II Andy Gardiner This is the recording of a gear showcase jam. There is an overdriven electric guitar playing a groovy solo with the amplified reverb effect. There is a crunchy sound. The piece can be used as the jingle of an advertisement. It could also be used for lifting electric guitar samples to be used in a beat. 2010-01-20T21:51:48Z Andrew Gardiner Fender Deluxe Reverb II. 1983. Single 12" original CTS speaker. 1989 PRS C24. Basic control settings. ["Reverberation", "Effects unit", "Guitar", "Music", "Musical instrument", "Distortion"] ["jam", "no singer", "instrumental", "single instrument", "overdriven electric guitar", "guitar solo", "effects", "reverb", "easygoing", "groovy", "simple tune"] 9 _KGUrOb1qgU 3463
TC Electronic Flashback X4 This is a gear showcase jam. The only instrument that is being played is a clean sounding electric guitar playing a mellow solo. A delay effect pedal is applied on the guitar. The atmosphere is calm and dreamy. This piece could be used in an advertisement jingle. It could also be playing in the background at a rock bar. 2012-09-27T17:07:00Z ProGuitarShopDemos Buy Now: https://goo.gl/7J79Xj This is the TC Electronic Flashback X4, an expanded version on the versatile flashback delay! The X4 maintains a simple layout and intuitive controls that make for quick and accurate time changes. All previous TC Flashback delay modes are included along with 2 new tape flavors, Tube and Space. The Flashback X4 provides 4 Toneprint slots which you can load via USB or beam with your smart phone app. Secondly, there are 3 presets buttons which easily let you store and recall every parameter. User Presets may be from any mode, including Toneprints. Tap tempo is now included with a dedicated switch and a familiar subdivision toggle allows for easy selection between quarter, dotted eighth and dual delay sounds. Finally, an expression input allows for single or multi parameter manipulation and MIDI connectivity let's you sync other devices and access presets remotely. ["Reverberation", "Effects unit", "Guitar", "Music", "Musical instrument", "Plucked string instrument"] ["jam", "no singer", "instrumental", "single instrument", "electric guitar", "guitar solo", "effect pedal", "delay", "mellow", "calm", "dreamy", "easygoing", "simple tune"] 9 s1l4Zjqoqdg 4915

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