home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_author = 8 and musiccaps_names contains "Harmonic"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
RMI Harmonic Synthesizer quick test Sounds like a poorly recorded live sound check of an analog mono synthesizer. Low fidelity with ambient noise in the background. 2016-03-10T20:48:55Z Vykaar Tones RMI Harmonic Synthesizer with inexperienced driver in discovery mode. Purely for interest and not for musical entertainment. Manufactured by Allen Organ Company Product : Harmonic Synthesizer Manufacturer : RMI Release date : 1974-1976 ["Music", "Harmonic"] ["live recording", "low fidelity", "ambient noise", "analog synthesizer", "sound check", "monosynth"] 8 MsEoUVWS59M 2304
Greer Amps Southland Harmonic Overdrive - Top Boost Gear Solo performance of an electric guitar player strumming chords. The tone is overdriven and warm. The genre is rock. 2014-10-17T13:45:51Z Top Boost Gear Available at WWW.TOPBOOSTGEAR.COM! The Southland Harmonic Overdrive is built on the Lightspeed Organic Overdrive platform, we have developed what we believe to be the best overdrive on the market. The Lightspeed was built with the specific purpose of being a light to mild overdrive. The Southland is the next logical step for the Lightspeed platform—more gain, with two stages of clipping (utilizing different diode types for each stage of clipping), a focused midrange (not that annoying “hump”), and a bit of presence on top of the signal, to help cut through the mix. The Southland Harmonic Overdrive, like the Lightspeed, is touch sensitive, responds to pick attack, and has dynamics that just won’t stop. On top of that, we’ve selected a chip to drive the Southland that takes it to the next level. ["Effects unit", "Electric guitar", "Music", "Harmonic", "Distortion"] ["electric guitar", "overdrive", "strumming", "rock", "warm"] 8 NzvkMWY4EjA 2387
Matt Andersen - So Gone Now - Halifax, NS Trio recorded live in a concert hall with a loud upright bass, piano and acoustic guitar playing a solo. Jazz feel and chord progression with no drums. Heartfelt performance. 2009-04-22T01:20:12Z techy72 I took this and with Matt's permission am posting it up here for all of you too SEE!!!! It's a great song and a fantastic preformance!!! ["Music", "Harmonic", "Inside, large room or hall"] ["loud upright bass", "acoustic guitar solo", "jazz chord progression", "piano", "no drums", "instrumental", "trio", "concert hall", "live", "heartfelt"] 8 d1nz5tZckSA 3757

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