{"id":19942,"date":"2021-01-18T16:32:19","date_gmt":"2021-01-18T21:32:19","guid":{"rendered":"https:\/\/reactivemusic.net\/?p=19942"},"modified":"2021-01-26T00:51:01","modified_gmt":"2021-01-26T05:51:01","slug":"updating-max-msp-internet-sensor-projects","status":"publish","type":"post","link":"https:\/\/reactivemusic.net\/?p=19942","title":{"rendered":"Updating Max\/MSP internet sensor projects"},"content":{"rendered":"<h3>Notes for updating from Max6 to Max8 in Mac OS Catalina<\/h3>\n<p>In general, 32 bit code will not work<\/p>\n<p>Link to internetsensors project:\u00a0<a href=\"https:\/\/reactivemusic.net\/?p=5859\">https:\/\/reactivemusic.net\/?p=5859<\/a><\/p>\n<p>Github:\u00a0<a href=\"https:\/\/github.com\/tkzic\/internet-sensors\">https:\/\/github.com\/tkzic\/internet-sensors<\/a><\/p>\n<h3>1. mxj object<\/h3>\n<p>Need to update, but the Oracle link leads to a dead end message. Go to the Oracle download link\u00a0<a href=\"https:\/\/www.oracle.com\/java\/technologies\/javase\/javase-jdk8-downloads.html\">https:\/\/www.oracle.com\/java\/technologies\/javase\/javase-jdk8-downloads.html<\/a> but instead of pressing the green download button, &lt;ctrl&gt; click and save the link as described in the instructions from intrepidOlivia in this link <a href=\"https:\/\/gist.github.com\/wavezhang\/ba8425f24a968ec9b2a8619d7c2d86a6\">https:\/\/gist.github.com\/wavezhang\/ba8425f24a968ec9b2a8619d7c2d86a6<\/a><\/p>\n<h3>2. aka.objects<\/h3>\n<p>I have used aka.shell, and aka.speech &#8211; among others. These objects no longer work. Replace with Jeremy Bernstein&#8217;s shell object:\u00a0<a href=\"https:\/\/github.com\/jeremybernstein\/shell\/releases\/tag\/1.0b2\">https:\/\/github.com\/jeremybernstein\/shell\/releases\/tag\/1.0b2<\/a><\/p>\n<p>NOTE: There&#8217;s a problem with [shell] &#8211; it rejects input that is converted to a symbol using [tosymbol].<\/p>\n<p>This can be fixed by using from symbol &#8211; or just eliminating [tosymbol] &#8211; it make affect the stderr-stdout redirection token, ie., &#8220;&gt;&#8221; and other special characters but for now [shell] does not accept symbol input<\/p>\n<p>aka.speech can be replaced using the &#8220;say&#8221; command in the shell.\u00a0 more details to follow about voice parameters.<\/p>\n<p>&#8216;say&#8217; has similar params to aka.speech, eg., voice name and rate. There are voices for specific languages. This feature could be used, for example, to match the language from a Tweet to an appropriate voice<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-19953\" src=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-19-at-1.12.53-AM-300x91.png\" alt=\"\" width=\"300\" height=\"91\" srcset=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-19-at-1.12.53-AM-300x91.png 300w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-19-at-1.12.53-AM-1024x309.png 1024w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-19-at-1.12.53-AM-768x232.png 768w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-19-at-1.12.53-AM-1536x464.png 1536w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-19-at-1.12.53-AM.png 1834w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<h3>3. Twitter streaming API<\/h3>\n<p>I revised the php code for the Twitter streaming project, to use the coordinates of a corner of the city polygon bounding box. That seems to be more reliable than the geo coordinates which are absent from most Tweets.<\/p>\n<p>There is a new API in the works &#8211; but its difficult to decipher the Twitter API docs because they have so many products and the documentation is obtuse.<\/p>\n<p>Also it would be interesting to extract the &#8220;language&#8221; field and use it to select which voice to use in the speech synthesizer. Or even have an english translation option.<\/p>\n<h3>4. Echonest API<\/h3>\n<p>Echonest was absorbed into Spotify. The API is gone. But the Spotify API does have some of the feature detection and analysis code. But it doesn&#8217;t allow you to submit your own audio clips. There are also some efforts to preserve some of the Echonest stuff like the blog by Paul Lamere, and the remix code. Here are a few links I found to get started.<\/p>\n<p>Spotify API (features)\u00a0<a href=\"https:\/\/developer.spotify.com\/console\/get-audio-features-track\/?id=06AKEBrKUckW0KREUWRnvT\">https:\/\/developer.spotify.com\/console\/get-audio-features-track\/?id=06AKEBrKUckW0KREUWRnvT<\/a><\/p>\n<p>Echonest blog:\u00a0\u00a0<a href=\"https:\/\/blog.echonest.com\/\">https:\/\/blog.echonest.com\/<\/a><\/p>\n<p>Amen &#8211; algorithmic remix project:\u00a0\u00a0<a href=\"https:\/\/github.com\/algorithmic-music-exploration\/amen\">https:\/\/github.com\/algorithmic-music-exploration\/amen<\/a><\/p>\n<h3>5. Google speech to text<\/h3>\n<p>Several issues:<\/p>\n<ul>\n<li>Replacing [aka.shell] with [shell] &#8211; instead of using [tosymbol], this workaround seems to help<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-19960 size-thumbnail\" src=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-20-at-10.49.16-AM-150x150.png\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-20-at-10.49.16-AM-150x150.png 150w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-20-at-10.49.16-AM-125x125.png 125w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/p>\n<ul>\n<li>Now have rewritten all of the recording code, and shell interactions with Google.<\/li>\n<li>Still need to work on voice options for the &#8216;say&#8217; command (text to speech)<\/li>\n<li>pandorabots API problems turned out that the URL needed to be https instead of http<\/li>\n<\/ul>\n<h3>6. twitter curl project<\/h3>\n<p>Looks like xively.com is gone. Maybe purchased by google? Anyway &#8211; this project is toast<\/p>\n<h3>7. Twitter via Ruby<\/h3>\n<p>Got this working again.<\/p>\n<ul>\n<li>Remove any traces of rvm (ruby virtual machine) from the computer. Use the answer from this post:\u00a0<a href=\"https:\/\/stackoverflow.com\/questions\/3558656\/how-to-remove-rvm-ruby-version-manager-from-my-system\">https:\/\/stackoverflow.com\/questions\/3558656\/how-to-remove-rvm-ruby-version-manager-from-my-system<\/a> . Then log out of terminal and log back in.<\/li>\n<li>update ruby gems using xcode &#8211; not the usual gem command: use this command: <strong>xcrun gem install &lt;your_gem&gt;<\/strong>\u00a0 &#8211; as described in an answer by Christina De Rito in this post:\u00a0<a href=\"https:\/\/stackoverflow.com\/questions\/51263768\/gem-install-fatal-error-ruby-config-h-file-not-found-in-mojave\">https:\/\/stackoverflow.com\/questions\/51263768\/gem-install-fatal-error-ruby-config-h-file-not-found-in-mojave<\/a><\/li>\n<li>Inside the Ruby code, change &#8220;oauth_token&#8221; to &#8220;access_token&#8221; and &#8220;oauth_token_secret&#8221; to &#8220;access_token_secret&#8221;<\/li>\n<li>The streaming client example code failed and I replaced it with a filter that looks for tweets from a twitter id. To get your twitter id, go to\u00a0<a href=\"https:\/\/tweeterid.com\/\">https:\/\/tweeterid.com\/<\/a><\/li>\n<li>By the way, here&#8217;s how to find your Twitter access tokens\u00a0<a href=\"https:\/\/pixert.com\/blog\/how-to-find-access-token-for-twitter-app\/\">https:\/\/pixert.com\/blog\/how-to-find-access-token-for-twitter-app\/<\/a><\/li>\n<\/ul>\n<h3>8. Bird calls from xeno-canto.com<\/h3>\n<p>This patch has been completely re-written. The old API was obsolete. This version uses [dict] and [maxurl] to format and execute the initial query. Then it uses [jit.uldl] to download the mp3 file with the bird-call audio.\u00a0 Interesting that [maxurl] would not download the file using the &#8220;download&#8221; URL. It only worked with a URL containing the actual file name.<\/p>\n<h3>9. ping<\/h3>\n<p>Needed to reinstall ruby gems using xcrun (see above)<\/p>\n<p>seems to be a problem with mashape:<\/p>\n<p class=\"p1\"><span class=\"s1\">Could not resolve host: igor-zachetly-ping-uin.p.mashape.com (<\/span><span class=\"s2\">Patron::HostResolutionError<\/span><span class=\"s1\">)<\/span><\/p>\n<p>[mashape was acquired by rapidapi.com &#8211; so will need to refactor the code in the ruby server.]<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Notes for updating from Max6 to Max8 in Mac OS Catalina In general, 32 bit code will not work Link to internetsensors project:\u00a0https:\/\/reactivemusic.net\/?p=5859 Github:\u00a0https:\/\/github.com\/tkzic\/internet-sensors 1. mxj object Need to update, but the Oracle link leads to a dead end message. Go to the Oracle download link\u00a0https:\/\/www.oracle.com\/java\/technologies\/javase\/javase-jdk8-downloads.html but instead of pressing the green download button, &lt;ctrl&gt; &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/reactivemusic.net\/?p=19942\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Updating Max\/MSP internet sensor projects&#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":[275,28,1],"tags":[161,345,25],"class_list":["post-19942","post","type-post","status-publish","format-standard","hentry","category-internet-sensors","category-maxmsp","category-uncategorized","tag-api","tag-maxmsp","tag-programming"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Updating Max\/MSP internet sensor projects - 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=19942\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Updating Max\/MSP internet sensor projects - reactive music\" \/>\n<meta property=\"og:description\" content=\"Notes for updating from Max6 to Max8 in Mac OS Catalina In general, 32 bit code will not work Link to internetsensors project:\u00a0https:\/\/reactivemusic.net\/?p=5859 Github:\u00a0https:\/\/github.com\/tkzic\/internet-sensors 1. mxj object Need to update, but the Oracle link leads to a dead end message. Go to the Oracle download link\u00a0https:\/\/www.oracle.com\/java\/technologies\/javase\/javase-jdk8-downloads.html but instead of pressing the green download button, &lt;ctrl&gt; &hellip; Continue reading &quot;Updating Max\/MSP internet sensor projects&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/reactivemusic.net\/?p=19942\" \/>\n<meta property=\"og:site_name\" content=\"reactive music\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-18T21:32:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-26T05:51:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-19-at-1.12.53-AM-300x91.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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=19942#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=19942\"},\"author\":{\"name\":\"Tom Zicarelli\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#\\\/schema\\\/person\\\/56224d281582df7e5518e037ca63e571\"},\"headline\":\"Updating Max\\\/MSP internet sensor projects\",\"datePublished\":\"2021-01-18T21:32:19+00:00\",\"dateModified\":\"2021-01-26T05:51:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=19942\"},\"wordCount\":788,\"image\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=19942#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/reactivemusic.net\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/Screen-Shot-2021-01-19-at-1.12.53-AM-300x91.png\",\"keywords\":[\"API\",\"Max\\\/MSP\",\"programming\"],\"articleSection\":[\"internet-sensors\",\"Max\\\/MSP\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=19942\",\"url\":\"https:\\\/\\\/reactivemusic.net\\\/?p=19942\",\"name\":\"Updating Max\\\/MSP internet sensor projects - reactive music\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=19942#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=19942#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/reactivemusic.net\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/Screen-Shot-2021-01-19-at-1.12.53-AM-300x91.png\",\"datePublished\":\"2021-01-18T21:32:19+00:00\",\"dateModified\":\"2021-01-26T05:51:01+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#\\\/schema\\\/person\\\/56224d281582df7e5518e037ca63e571\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=19942#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/reactivemusic.net\\\/?p=19942\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=19942#primaryimage\",\"url\":\"https:\\\/\\\/reactivemusic.net\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/Screen-Shot-2021-01-19-at-1.12.53-AM.png\",\"contentUrl\":\"https:\\\/\\\/reactivemusic.net\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/Screen-Shot-2021-01-19-at-1.12.53-AM.png\",\"width\":1834,\"height\":554},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=19942#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/reactivemusic.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Updating Max\\\/MSP internet sensor projects\"}]},{\"@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":"Updating Max\/MSP internet sensor projects - 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=19942","og_locale":"en_US","og_type":"article","og_title":"Updating Max\/MSP internet sensor projects - reactive music","og_description":"Notes for updating from Max6 to Max8 in Mac OS Catalina In general, 32 bit code will not work Link to internetsensors project:\u00a0https:\/\/reactivemusic.net\/?p=5859 Github:\u00a0https:\/\/github.com\/tkzic\/internet-sensors 1. mxj object Need to update, but the Oracle link leads to a dead end message. Go to the Oracle download link\u00a0https:\/\/www.oracle.com\/java\/technologies\/javase\/javase-jdk8-downloads.html but instead of pressing the green download button, &lt;ctrl&gt; &hellip; Continue reading \"Updating Max\/MSP internet sensor projects\"","og_url":"https:\/\/reactivemusic.net\/?p=19942","og_site_name":"reactive music","article_published_time":"2021-01-18T21:32:19+00:00","article_modified_time":"2021-01-26T05:51:01+00:00","og_image":[{"url":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-19-at-1.12.53-AM-300x91.png","type":"","width":"","height":""}],"author":"Tom Zicarelli","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tom Zicarelli","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/reactivemusic.net\/?p=19942#article","isPartOf":{"@id":"https:\/\/reactivemusic.net\/?p=19942"},"author":{"name":"Tom Zicarelli","@id":"https:\/\/reactivemusic.net\/#\/schema\/person\/56224d281582df7e5518e037ca63e571"},"headline":"Updating Max\/MSP internet sensor projects","datePublished":"2021-01-18T21:32:19+00:00","dateModified":"2021-01-26T05:51:01+00:00","mainEntityOfPage":{"@id":"https:\/\/reactivemusic.net\/?p=19942"},"wordCount":788,"image":{"@id":"https:\/\/reactivemusic.net\/?p=19942#primaryimage"},"thumbnailUrl":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-19-at-1.12.53-AM-300x91.png","keywords":["API","Max\/MSP","programming"],"articleSection":["internet-sensors","Max\/MSP"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/reactivemusic.net\/?p=19942","url":"https:\/\/reactivemusic.net\/?p=19942","name":"Updating Max\/MSP internet sensor projects - reactive music","isPartOf":{"@id":"https:\/\/reactivemusic.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/reactivemusic.net\/?p=19942#primaryimage"},"image":{"@id":"https:\/\/reactivemusic.net\/?p=19942#primaryimage"},"thumbnailUrl":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-19-at-1.12.53-AM-300x91.png","datePublished":"2021-01-18T21:32:19+00:00","dateModified":"2021-01-26T05:51:01+00:00","author":{"@id":"https:\/\/reactivemusic.net\/#\/schema\/person\/56224d281582df7e5518e037ca63e571"},"breadcrumb":{"@id":"https:\/\/reactivemusic.net\/?p=19942#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/reactivemusic.net\/?p=19942"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/reactivemusic.net\/?p=19942#primaryimage","url":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-19-at-1.12.53-AM.png","contentUrl":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2021\/01\/Screen-Shot-2021-01-19-at-1.12.53-AM.png","width":1834,"height":554},{"@type":"BreadcrumbList","@id":"https:\/\/reactivemusic.net\/?p=19942#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/reactivemusic.net\/"},{"@type":"ListItem","position":2,"name":"Updating Max\/MSP internet sensor projects"}]},{"@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\/19942","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=19942"}],"version-history":[{"count":17,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/posts\/19942\/revisions"}],"predecessor-version":[{"id":19984,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/posts\/19942\/revisions\/19984"}],"wp:attachment":[{"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=19942"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=19942"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=19942"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}