{"id":20096,"date":"2021-02-11T01:11:17","date_gmt":"2021-02-11T06:11:17","guid":{"rendered":"https:\/\/reactivemusic.net\/?p=20096"},"modified":"2024-01-21T11:06:39","modified_gmt":"2024-01-21T16:06:39","slug":"spotify-segment-analysis-player-in-max","status":"publish","type":"post","link":"https:\/\/reactivemusic.net\/?p=20096","title":{"rendered":"Spotify segment analysis player in Max"},"content":{"rendered":"<p class=\"lead\">Echo Nest API audio analysis data is now provided by Spotify. This project is part of the internet-sensors project: <a href=\"https:\/\/reactivemusic.net\/?p=5859\">https:\/\/reactivemusic.net\/?p=5859<\/a><\/p>\n<p class=\"lead\">There is an older version here using the discontinued Echo Nest API: <a href=\"https:\/\/reactivemusic.net\/?p=6296\">https:\/\/reactivemusic.net\/?p=6296<\/a><\/p>\n<p>Note:\u00a0 Last tested 2024\/01\/21<\/p>\n<p><iframe loading=\"lazy\" title=\"Sanctuary by Miles Davis\" width=\"525\" height=\"295\" src=\"https:\/\/www.youtube.com\/embed\/kpXHZT6zAzs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<p class=\"lead\">The original analyzer document by Tristan Jehan can be found here (for the time being):\u00a0 <a href=\"https:\/\/web.archive.org\/web\/20160528174915\/http:\/\/developer.echonest.com\/docs\/v4\/_static\/AnalyzeDocumentation.pdf\">https:\/\/web.archive.org\/web\/20160528174915\/http:\/\/developer.echonest.com\/docs\/v4\/_static\/AnalyzeDocumentation.pdf<\/a><\/p>\n<p>This implementation uses node.js for Max instead of Ruby to access the API. You will need set up a developer account with Spotify and request API credentials. See below.<\/p>\n<p>Other than that, the synthesis code in Max has not changed.\u00a0 Some of the following background information and video is from the original version. ..<\/p>\n<p>What if you used that data to reconstruct music by driving a sequencer in Max? The analysis is a series of time based quanta called segments. Each segment provides information about timing, timbre, and pitch &#8211; roughly corresponding to rhythm, harmony, and melody.<\/p>\n<h3>spotify-synth1.maxpat<\/h3>\n<h3><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-20102\" src=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.31.45-AM-300x138.png\" alt=\"\" width=\"300\" height=\"138\" srcset=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.31.45-AM-300x138.png 300w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.31.45-AM-1024x472.png 1024w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.31.45-AM-768x354.png 768w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.31.45-AM-1536x708.png 1536w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.31.45-AM-2048x943.png 2048w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/h3>\n<h3>download<\/h3>\n<p><a href=\"https:\/\/github.com\/tkzic\/internet-sensors\">https:\/\/github.com\/tkzic\/internet-sensors<\/a><\/p>\n<p>folder: spotify2<\/p>\n<h3>files<\/h3>\n<h5>main Max patch<\/h5>\n<ul>\n<li>spotify-synth1.maxpat<\/li>\n<\/ul>\n<h5><span style=\"line-height: 22px;\">abstractions and other files<\/span><\/h5>\n<ul>\n<li>polyvoice-sine.maxpat<\/li>\n<li>polyvoice2.maxpat<\/li>\n<\/ul>\n<h5><span style=\"line-height: 22px;\">node.js code<\/span><\/h5>\n<div>\n<ul>\n<li>spot1.js<\/li>\n<\/ul>\n<h5>node folders and infrastructure<\/h5>\n<ul>\n<li>\/node_modules<\/li>\n<li>package-lock.json<\/li>\n<li>package.json<\/li>\n<\/ul>\n<h5>dependencies:<\/h5>\n<ul>\n<li>You will need to install node.js<\/li>\n<li>the node package manager will do the rest &#8211; see below.<\/li>\n<\/ul>\n<p>Note: Your best bet is to just download the repository, leave everything in place, and run it from the existing folder<\/p>\n<\/div>\n<h4>authentication<\/h4>\n<p>You will need to sign up for a developer account at Spotify and get an API key.\u00a0<a href=\"https:\/\/developer.spotify.com\/documentation\/general\/guides\/authorization-guide\/\">https:\/\/developer.spotify.com\/documentation\/general\/guides\/authorization-guide\/<\/a><\/p>\n<p>Edit spot1.js replacing the cliendID and clientSecret with your spotify credentials<\/p>\n<h3>node for max install instructions (first time only)<\/h3>\n<ul>\n<li>\u00a0Open the Max patch: spotify-synth1.maxpat<\/li>\n<li>\u00a0Scroll the patch over to the far right side until you see this green panel:<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-20101\" src=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.13.42-AM-300x186.png\" alt=\"\" width=\"300\" height=\"186\" srcset=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.13.42-AM-300x186.png 300w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.13.42-AM.png 560w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<ul>\n<li>Click the [script npm init] message &#8211; this initializes the node infrastructure in the current folder<\/li>\n<li>Then click each of the 2 script npm install messages &#8211;\u00a0 this installs the necessary libraries<\/li>\n<\/ul>\n<h3>Instructions<\/h3>\n<ul>\n<li>\u00a0Open the Max patch: spotify-synth1.maxpat<\/li>\n<li>\u00a0Click the green [script start] message<\/li>\n<li>Click the Speaker icon to start audio<\/li>\n<li>Click the first dot in the preset object to set the mixer settings to something reasonable<\/li>\n<li>open the Max Console window so you can see the Spotify API data<\/li>\n<li>From the 2 menus at the top of the screen select an Artist and Title that match, for example: Albert Ayler and &#8220;Witches and Devils&#8221;<\/li>\n<li>Click the [analyze] button &#8211; the console window should fill with interest data about your selection.<\/li>\n<li>Click [play]<\/li>\n<li>Note: if you hear a lot of clicks and pops, reduce the audio sample rate to 44.1 KHz.<\/li>\n<\/ul>\n<h5>Alternative search method:<\/h5>\n<p>Enter an Artist and Song title for analysis, in the text boxes. Then press the buttons for title and artist. Then press the \/analyze button. If it works you will get prompts from the terminal window, the Max window, and you should see the time in seconds in upper right corner of the patch.<\/p>\n<p><a href=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2014-02-02-at-9.53.56-PM1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-9742\" title=\"Screen Shot 2014-02-02 at 9.53.56 PM\" src=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2014-02-02-at-9.53.56-PM1-114x300.png\" alt=\"\" width=\"114\" height=\"300\" srcset=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2014-02-02-at-9.53.56-PM1-114x300.png 114w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2014-02-02-at-9.53.56-PM1.png 189w\" sizes=\"auto, (max-width: 114px) 100vw, 114px\" \/><\/a><\/p>\n<h5>troubleshooting<\/h5>\n<p>If there are problems with the analysis, its most likely due to one of the following:<\/p>\n<ul>\n<li>artist or title spelled incorrectly<\/li>\n<li>song is not available<\/li>\n<li>song is too long<\/li>\n<li>API is busy<\/li>\n<\/ul>\n<h5>Mixer controls<\/h5>\n<p>The Mixer channels from Left to right are:<\/p>\n<ul>\n<li>bass<\/li>\n<li>synth (left)<\/li>\n<li>synth (right)<\/li>\n<li>random octave synth<\/li>\n<li>timbre synth<\/li>\n<li>master volume<\/li>\n<li>gain trim<\/li>\n<li>HPF cutoff frequency<\/li>\n<\/ul>\n<div><span style=\"line-height: 22px;\">You can also adjust the reverb decay time and the playback rate. Normal playback rate is 1. <\/span><\/div>\n<h3>programming notes<\/h3>\n<p>Best results happen with slow abstract material, like the Miles (Wayne Shorter) piece above. The bass is not really happening. Lines all sound pretty much the same. I&#8217;m thinking it might be possible to derive a bass line from the pitch data by doing a chordal analysis of the analysis.<\/p>\n<p>Here are screenshots of the Max sub-patches (the main screen is in the video above)<\/p>\n<p>Timbre (percussion synth) &#8211; plays filtered noise:<\/p>\n<p><a href=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-31-at-4.39.27-PM.png\"><img loading=\"lazy\" decoding=\"async\" title=\"Screen Shot 2013-03-31 at 4.39.27 PM\" src=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-31-at-4.39.27-PM-300x170.png\" alt=\"\" width=\"300\" height=\"170\" \/><\/a><\/p>\n<p>Random octave synth:<\/p>\n<p><a href=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-31-at-4.39.46-PM.png\"><img loading=\"lazy\" decoding=\"async\" title=\"Screen Shot 2013-03-31 at 4.39.46 PM\" src=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-31-at-4.39.46-PM-300x212.png\" alt=\"\" width=\"300\" height=\"212\" \/><\/a><\/p>\n<p>Here&#8217;s a Coltrane piece, using roughly the same configuration but with sine oscillators for everything:<\/p>\n<p>There are issues with clicks on the envelopes and the patch is kind of a mess but it plays!<\/p>\n<p>Several modules respond to the API data:<\/p>\n<ul>\n<li>tone synthesiszer (pitch data)<\/li>\n<li>harmonic (random octave) synthesizer (pitch data)<\/li>\n<li>filtered noise (timbre data)<\/li>\n<li>bass synthesizer (key and mode data)<\/li>\n<li>envelope generator (loudness data)<\/li>\n<\/ul>\n<p>Since the key\/mode data is global for the track, bass notes are probable guesses. This method doesn&#8217;t work for material with strong root motion or a variety of harmonic content. It&#8217;s essentially the same approach I use when asked to play bass at an open mic night.<\/p>\n<h4>additional notes<\/h4>\n<p>Now that this project is running again. I plan to write additional synthesizers that follow more of the spirit of the data. For example, distinguishing strong pitches from noise.<\/p>\n<p>Also would like to make use of\u00a0 the [section] data as well as the rhythmic analysis. There is an amazing amount of potential here.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Echo Nest API audio analysis data is now provided by Spotify. This project is part of the internet-sensors project: https:\/\/reactivemusic.net\/?p=5859 There is an older version here using the discontinued Echo Nest API: https:\/\/reactivemusic.net\/?p=6296 Note:\u00a0 Last tested 2024\/01\/21 The original analyzer document by Tristan Jehan can be found here (for the time being):\u00a0 https:\/\/web.archive.org\/web\/20160528174915\/http:\/\/developer.echonest.com\/docs\/v4\/_static\/AnalyzeDocumentation.pdf This implementation &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/reactivemusic.net\/?p=20096\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Spotify segment analysis player in Max&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[230,21,142,275,28],"tags":[161,214,344,6,345,190,75],"class_list":["post-20096","post","type-post","status-publish","format-standard","hentry","category-development","category-dsp","category-ideas","category-internet-sensors","category-maxmsp","tag-api","tag-data-sonification","tag-dsp","tag-interactive-media","tag-maxmsp","tag-portfolio","tag-synthesis"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Spotify segment analysis player in Max - reactive music<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/reactivemusic.net\/?p=20096\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Spotify segment analysis player in Max - reactive music\" \/>\n<meta property=\"og:description\" content=\"Echo Nest API audio analysis data is now provided by Spotify. This project is part of the internet-sensors project: https:\/\/reactivemusic.net\/?p=5859 There is an older version here using the discontinued Echo Nest API: https:\/\/reactivemusic.net\/?p=6296 Note:\u00a0 Last tested 2024\/01\/21 The original analyzer document by Tristan Jehan can be found here (for the time being):\u00a0 https:\/\/web.archive.org\/web\/20160528174915\/http:\/\/developer.echonest.com\/docs\/v4\/_static\/AnalyzeDocumentation.pdf This implementation &hellip; Continue reading &quot;Spotify segment analysis player in Max&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/reactivemusic.net\/?p=20096\" \/>\n<meta property=\"og:site_name\" content=\"reactive music\" \/>\n<meta property=\"article:published_time\" content=\"2021-02-11T06:11:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-21T16:06:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.31.45-AM-300x138.png\" \/>\n<meta name=\"author\" content=\"Tom Zicarelli\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tom Zicarelli\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20096#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20096\"},\"author\":{\"name\":\"Tom Zicarelli\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#\\\/schema\\\/person\\\/56224d281582df7e5518e037ca63e571\"},\"headline\":\"Spotify segment analysis player in Max\",\"datePublished\":\"2021-02-11T06:11:17+00:00\",\"dateModified\":\"2024-01-21T16:06:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20096\"},\"wordCount\":846,\"image\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20096#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/reactivemusic.net\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/Screen-Shot-2021-02-11-at-1.31.45-AM-300x138.png\",\"keywords\":[\"API\",\"data sonification\",\"DSP\",\"interactive media\",\"Max\\\/MSP\",\"portfolio\",\"synthesis\"],\"articleSection\":[\"development\",\"DSP\",\"ideas\",\"internet-sensors\",\"Max\\\/MSP\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20096\",\"url\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20096\",\"name\":\"Spotify segment analysis player in Max - reactive music\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20096#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20096#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/reactivemusic.net\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/Screen-Shot-2021-02-11-at-1.31.45-AM-300x138.png\",\"datePublished\":\"2021-02-11T06:11:17+00:00\",\"dateModified\":\"2024-01-21T16:06:39+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#\\\/schema\\\/person\\\/56224d281582df7e5518e037ca63e571\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20096#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/reactivemusic.net\\\/?p=20096\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20096#primaryimage\",\"url\":\"https:\\\/\\\/reactivemusic.net\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/Screen-Shot-2021-02-11-at-1.31.45-AM.png\",\"contentUrl\":\"https:\\\/\\\/reactivemusic.net\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/Screen-Shot-2021-02-11-at-1.31.45-AM.png\",\"width\":2514,\"height\":1158},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=20096#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/reactivemusic.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Spotify segment analysis player in Max\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#website\",\"url\":\"https:\\\/\\\/reactivemusic.net\\\/\",\"name\":\"reactive music\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/reactivemusic.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#\\\/schema\\\/person\\\/56224d281582df7e5518e037ca63e571\",\"name\":\"Tom Zicarelli\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0da58cf21a2707dd335b204b8ed3cd9194dcbf9d9814ac5d71195a65c76c8a72?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0da58cf21a2707dd335b204b8ed3cd9194dcbf9d9814ac5d71195a65c76c8a72?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0da58cf21a2707dd335b204b8ed3cd9194dcbf9d9814ac5d71195a65c76c8a72?s=96&d=mm&r=g\",\"caption\":\"Tom Zicarelli\"},\"sameAs\":[\"http:\\\/\\\/tomzicarelli.com\"],\"url\":\"https:\\\/\\\/reactivemusic.net\\\/?author=2\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Spotify segment analysis player in Max - reactive music","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/reactivemusic.net\/?p=20096","og_locale":"en_US","og_type":"article","og_title":"Spotify segment analysis player in Max - reactive music","og_description":"Echo Nest API audio analysis data is now provided by Spotify. This project is part of the internet-sensors project: https:\/\/reactivemusic.net\/?p=5859 There is an older version here using the discontinued Echo Nest API: https:\/\/reactivemusic.net\/?p=6296 Note:\u00a0 Last tested 2024\/01\/21 The original analyzer document by Tristan Jehan can be found here (for the time being):\u00a0 https:\/\/web.archive.org\/web\/20160528174915\/http:\/\/developer.echonest.com\/docs\/v4\/_static\/AnalyzeDocumentation.pdf This implementation &hellip; Continue reading \"Spotify segment analysis player in Max\"","og_url":"https:\/\/reactivemusic.net\/?p=20096","og_site_name":"reactive music","article_published_time":"2021-02-11T06:11:17+00:00","article_modified_time":"2024-01-21T16:06:39+00:00","og_image":[{"url":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.31.45-AM-300x138.png","type":"","width":"","height":""}],"author":"Tom Zicarelli","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tom Zicarelli","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/reactivemusic.net\/?p=20096#article","isPartOf":{"@id":"https:\/\/reactivemusic.net\/?p=20096"},"author":{"name":"Tom Zicarelli","@id":"https:\/\/reactivemusic.net\/#\/schema\/person\/56224d281582df7e5518e037ca63e571"},"headline":"Spotify segment analysis player in Max","datePublished":"2021-02-11T06:11:17+00:00","dateModified":"2024-01-21T16:06:39+00:00","mainEntityOfPage":{"@id":"https:\/\/reactivemusic.net\/?p=20096"},"wordCount":846,"image":{"@id":"https:\/\/reactivemusic.net\/?p=20096#primaryimage"},"thumbnailUrl":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.31.45-AM-300x138.png","keywords":["API","data sonification","DSP","interactive media","Max\/MSP","portfolio","synthesis"],"articleSection":["development","DSP","ideas","internet-sensors","Max\/MSP"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/reactivemusic.net\/?p=20096","url":"https:\/\/reactivemusic.net\/?p=20096","name":"Spotify segment analysis player in Max - reactive music","isPartOf":{"@id":"https:\/\/reactivemusic.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/reactivemusic.net\/?p=20096#primaryimage"},"image":{"@id":"https:\/\/reactivemusic.net\/?p=20096#primaryimage"},"thumbnailUrl":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.31.45-AM-300x138.png","datePublished":"2021-02-11T06:11:17+00:00","dateModified":"2024-01-21T16:06:39+00:00","author":{"@id":"https:\/\/reactivemusic.net\/#\/schema\/person\/56224d281582df7e5518e037ca63e571"},"breadcrumb":{"@id":"https:\/\/reactivemusic.net\/?p=20096#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/reactivemusic.net\/?p=20096"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/reactivemusic.net\/?p=20096#primaryimage","url":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.31.45-AM.png","contentUrl":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/02\/Screen-Shot-2021-02-11-at-1.31.45-AM.png","width":2514,"height":1158},{"@type":"BreadcrumbList","@id":"https:\/\/reactivemusic.net\/?p=20096#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/reactivemusic.net\/"},{"@type":"ListItem","position":2,"name":"Spotify segment analysis player in Max"}]},{"@type":"WebSite","@id":"https:\/\/reactivemusic.net\/#website","url":"https:\/\/reactivemusic.net\/","name":"reactive music","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/reactivemusic.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/reactivemusic.net\/#\/schema\/person\/56224d281582df7e5518e037ca63e571","name":"Tom Zicarelli","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0da58cf21a2707dd335b204b8ed3cd9194dcbf9d9814ac5d71195a65c76c8a72?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0da58cf21a2707dd335b204b8ed3cd9194dcbf9d9814ac5d71195a65c76c8a72?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0da58cf21a2707dd335b204b8ed3cd9194dcbf9d9814ac5d71195a65c76c8a72?s=96&d=mm&r=g","caption":"Tom Zicarelli"},"sameAs":["http:\/\/tomzicarelli.com"],"url":"https:\/\/reactivemusic.net\/?author=2"}]}},"_links":{"self":[{"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/posts\/20096","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=20096"}],"version-history":[{"count":8,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/posts\/20096\/revisions"}],"predecessor-version":[{"id":20910,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/posts\/20096\/revisions\/20910"}],"wp:attachment":[{"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=20096"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=20096"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=20096"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}