home / musiccaps

musiccaps_details (view)

4 rows where musiccaps_aspects contains "spooky" and musiccaps_names contains "Theremin"

✎ 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
Theremini | Dorit Chrysler The low quality recording features a pulsating theremin synth lead and haunting synth lead playing in the background. It sounds low, analog, spooky and spacey, almost like outer space communication. 2014-05-28T14:02:25Z Moog Music Inc More info on Theremini here: http://bit.ly/ThereminiMoogMusicInc In this Video, Dorit Chrysler, co-founder of the New York Theremin Society, explores the sonic possibilities of the Theremini, Moog's latest addition to the theremin family. The Theremini is a re-imagining of one of the oldest electronic musical instruments in history, and Bob Moog's first love -- the Theremin. The Theremini combines a powerful sound engine derived from Moog's award winning synthesizer, Animoog, with the traditional no-touch playing of a traditional Theremin. Assistive pitch quantization allows each player to adjust the instrument's level of playing difficulty. At the maximum position, the Theremini will play every note in a selected scale perfectly, making it impossible to play a wrong note. As this control is decreased, more expressive control of pitch and vibrato becomes possible. When set to minimum, the Theremini will perform as a traditional Theremin - the analog heterodyning oscillator controls pitch and there is absolutely no assistance. ["Music", "Theremin"] ["low quality", "pulsating theremin synth lead", "haunting synth lead", "spacey", "low", "analog", "outer space", "spooky"] 4 1cqcTbDxsHM 292
Baccano! Original Soundtrack - 19 Nise Orchestra no Kanbi na Hibiki The low quality recording features a classical orchestra music that consists of wide strings, pulsating woodwind melody, glissando harp melody and heartbeat low tom hits. It sounds spooky, vintage, haunting, suspenseful and intense, like something you would hear as background music in a movie. 2010-03-13T21:12:51Z jesskamo Track 19 - Nise Orchestra no Kanbi na Hibiki Album: Baccano! Original Soundtrack - Spiral Melodies By: Yoshimori Makoto ["Music", "Theremin"] ["orchestra", "low quality", "pulsating woodwind melody", "classical", "glissando harp melody", "spooky", "wide strings melody", "heartbeat low tom hits", "vintage", "movie score", "suspenseful", "intense", "haunting"] 4 7hKG33wkr0k 874
Celia Sheen plays Midsomer Murders on Theremin An orchestra plays a waltz supporting a Theremin which takes the lead melody while the piano plays a counter melody. The feel is cinematic, spooky and a bit quirky. 2009-01-17T21:29:10Z randomnotegenerator Celia Sheen plays the theme tune from ITV's drama series "Midsomer Murders" on the Theremin. She has done so, along with incidental music, on the soundtrack of every episode for fourteen years. This fascinating instrument was the world's very first electronic instrument, invented in 1920 by Russian scientist Lev Theremin. Of course, nobody ever sees Celia's performances on the recordings, but what makes it interesting is that the Theremin is played without being touched! ["Background music", "Music", "Opera", "Theremin"] ["spooky", "theremin melody", "sci-fi", "waltz", "orchestra", "piano counter melody", "cinematic", "quirky"] 8 YTZK9FNgK74 3288
Uru Soundtrack - 02 Beyond Gira This music is instrumental. The tempo is medium with an intense didgeridoo harmony, violin melody and keyboard accompaniment. The music is eerie,suspenseful; grim, sinister, scary and spooky. It is the sound track of a movie. 2010-12-13T11:05:44Z DilandauMusic Uru: Ages Beyond Myst Soundtrack - 02 Beyond Gira Written by Tim Larkin Let's Uru: http://www.youtube.com/view_play_list?p=9BA1AE80F6BC85F4 Let's Play Uru Live: http://www.youtube.com/view_play_list?p=82059B645037C768 ["Music", "Theremin"] ["instrumental", "medium tempo", "didgeridoo", "violin harmony", "suspenseful", "spooky", "synthesiser arrangements", "electronic sounds", "static", "sinister", "grim", "dark", "intense", "scary", "fearful", "movie soundtrack"] 7 h6Y0KDtUNHw 4077

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