musiccaps_details (view)
2 rows where musiccaps_aspects contains "amateur recording", musiccaps_aspects contains "theremin", musiccaps_author = 6 and musiccaps_names contains "Speech"
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 |
---|---|---|---|---|---|---|---|---|---|---|
A Brief History of the Theremin | Albert Glinsky | This audio contains a male voice talking while a theremin is playing a melody in the mid- to higher register with a lot of vibrato. Celli and upright basses are plucking a strange melody in the lower register creating tension. This song may be playing in an art/alien movie. | 2013-08-23T18:54:28Z | Moog Music Inc | Albert Glinsky, author of Theremin: Ether Music and Espionage sat down with us to give a brief history of the Theremin covering everything from it's original inception in a Russian chemistry lab to it's development as a musical instrument. In addition to outlining its rich history Glinsky gives a basic tutorial in playing the Theremin and points out some of the refinements that Bob Moog made to Leon Theremin's original design. You can learn more about the Theremin here: http://bit.ly/MoogTheremins | ["Music", "Theremin", "Speech"] | ["amateur recording", "male voice talking", "theremin", "plucked celli/upright bass", "medium tempo", "tension"] | 6 | YNoR-SR5t1s | 3280 | |
Linda Lafferty demo on the Moog Etherwave® Theremin | This audio contains a female voice speaking. Then a loud theremin tone comes in, rising and falling in pitch. This is an amateur recording. | 2009-12-14T01:35:20Z | Brett Ruland | Linda Lafferty giving us a demo on the Moog Etherwave® Theremin at Moog Music Inc., in Asheville, NC. | ["Theremin", "Speech"] | ["amateur recording", "theremin", "female voice speaking"] | 6 | fyLctn3jNUs | 3996 |
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;