home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "electronic music" and musiccaps_names contains "Guitar"

✎ 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
Electro-Harmonix Small Clone Chorus (HD) This music is an electric guitar instrumental. The tempo is medium with an amplified guitar lead harmony and synthesiser articulation. The music is not very clear as the recording quality is inferior, but the harmony is catchy, spirited and youthful. 2012-10-12T14:39:36Z brandon672008 HD Electro-Harmonix Small Clone Chorus demo. This is my updated Small Clone demo, made because now I have higher quality sound recording equipment. The Small Clone Chorus is an analog guitar pedal, and in my opinion it is amazing. A Boss DS-2 Turbo Distortion is added towards to end. Feel free to ask me any questions in the comments. ["Effects unit", "Guitar", "Music", "Musical instrument", "Chorus effect", "Distortion"] ["instrumental", "electric guitar", "string instrument", "amplified guitar", "electronic music", "synthesiser articulation", "muffled audio", "inferior quality recording", "catchy riff", "melodious harmony", "reverb", "resonating sound", "vibrato", "sonic power", "electric guitar feedback", "youthful", "animated", "dance music"] 7 LP1yZRsRllQ 2183
Electro Harmonix DRM16 Demo vintage drum machine with Tube Amp The tune is instrumental. The tempo is variable with a drum machine playing different styles and tempos. The song is a demonstration of a synth drum module with a guitar lead playing in the background. The audio quality is poor with hissing tones. 2013-09-16T04:44:14Z DakotaPlaysGuitar Cool! ["Guitar", "Music", "Musical instrument", "Drum machine"] ["drum machine", "electronic music", "techno drumming", "dj", "rehearsal", "practice session", "hissing tones", "groovy rhythm", "youtube demo video", "various tempos", "different drumming styles", "electric guitar lead", "ambient room noise", "synth module demo", "instrumental music", "variables tempos", "slick drumming tones"] 1 OHrrS6AKW_c 2423
Electro Harmonix HOG & Pigtronix Echolution This clip features a low and reverberating synth, and then a bright and futuristic and spacey synth. The low synth sounds like a landing space ship. 2008-01-30T02:04:17Z Analogger Hey everbody, I started a Myspace site under the name "Mr. Dithers" Please check it out when you get a chance! http://www.myspace.com/mrdithersnoisebox This is to show some of the textures you can create with the EH HOG. It does a lot of cool things - but its not a "guitar synthesizer" in the sense it doesn't create sawtooth or square waves - what it does is give you different octaves and harmonies relative to your original pitch. It then puts that signal thru a 12 db resonant lowpass filter. It doesn't really work that well with chords unless you put the envelope on a slow fade in setting. When you adjust your playing style you can coax all sorts of cool sounds out of it. Its really great for adding ambient textures to your music. I hope this will help you decide if you can use the HOG in your creative process. I was kinda disappointed with the EH demonstration of it from NAMM on YouTube. Camcorder mics suck - especially in a huge convention hall. I would love to produce product demo videos for some of these guys! I improvised some music for this video incorporating the Pigtronix Echolution -including a couple spots where I looped a short segment and played on top of it. I also ran the sound thru a little bit of reverb on my Lexicon PCM-80. I also used just a tiny amount of chorus from the Roland SDX Dimensional Expander. My favorite feature of the HOG is the expression pedal - especially the "volume" mode which lets you blend in the amount of effected signal with the original guitar signal. Kind of like a volume swell. The other is the "filter" mode which gives you an awesome analog wah effect. Of course the whole idea here is to hopefully inspire your creative ideas - and think of ways you might use this tool. ["Reverberation", "Electronic music", "Effects unit", "Guitar", "Music", "Musical instrument", "Synthesizer"] ["electronic music", "fuzzy synth sound", "bright spacey synth sound", "futuristic synth sound", "reverberating synth", "space ship"] 3 gIFg6jvXgb4 4023

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