{"id":5945,"date":"2013-03-07T04:59:19","date_gmt":"2013-03-07T04:59:19","guid":{"rendered":"http:\/\/zerokidz.com\/ideas\/?p=5945"},"modified":"2024-01-21T02:59:45","modified_gmt":"2024-01-21T07:59:45","slug":"the-sound-of-a-new-machine","status":"publish","type":"post","link":"https:\/\/reactivemusic.net\/?p=5945","title":{"rendered":"The sound of a new machine"},"content":{"rendered":"<p class=\"lead\">Using internet ping data to control a synthesizer in Max<\/p>\n<p><iframe loading=\"lazy\" title=\"The Sound of a New Machine\" width=\"525\" height=\"295\" src=\"https:\/\/www.youtube.com\/embed\/p2SA4WFBXF8?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>This project uses &#8216;ping&#8217; times to about 40 Google domains, like google.ca, google.de, etc., to control pitch and amplitude of a 20 voice droning synthesizer.<\/p>\n<p>Imagine working in a Google control center. A soothing low pitched drone fills the room. Then Suddenly you hear a slowly rising pitch. You check the monitors &#8211; Google Paraguay is experiencing network failure. You light a cigarette and wait for things to calm down.<\/p>\n<h4>update 2\/6\/2021<\/h4>\n<p>Not using ruby to ping &#8211; due to API shutting down. The new version uses the Max [shell] external to ping from the command line.<\/p>\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: ping<\/p>\n<h3>files<\/h3>\n<h5>main Max patch<\/h5>\n<ul>\n<li>sound-of-a-new-machine3.maxpat<\/li>\n<\/ul>\n<h5><span style=\"line-height: 22px;\">abstractions and other files<\/span><\/h5>\n<ul>\n<li>[shell] from\u00a0<a href=\"https:\/\/github.com\/jeremybernstein\/shell\/releases\/tag\/1.0b2\">https:\/\/github.com\/jeremybernstein\/shell\/releases\/tag\/1.0b2<\/a>\u00a0\u00a0download this external and add the folder to Options | File Preferences, in Max<\/li>\n<li>google.txt (list of domains for [coll] object<\/li>\n<\/ul>\n<h3>instructions<\/h3>\n<ul>\n<li>Open the Max patch: sound-of-a-new-machine3.maxpat<\/li>\n<li>Turn on audio. Turn up the gain.<\/li>\n<li>In the Max patch, click the toggle box to start polling. It may take a minute to hear any sounds, while the oscillators are loading. Increase polling speed to 400 or so if you can&#8217;t wait.<\/li>\n<\/ul>\n<div>\n<ul>\n<li>Another reason you might not hear anything interesting is if the clip threshold is too low. Watch the incoming ping times and set the clip threshold above the average level.<\/li>\n<li>Adjust the pitch multiplier to your desired pitch range. It will take some time for all of the oscillators to adjust after a pitch change.<\/li>\n<li>If you hear clicks or pops, try reducing the sample rate to 44.1 KHz, or increasing the IO vector size (in Options | Audio Status).<\/li>\n<\/ul>\n<p>note: Occasionally the server program will time-out when its launched. Try launching again, or edit it and increase the timeout value in [p shellping].<\/p>\n<hr \/>\n<h3>deprecated information for previous version using ruby<\/h3>\n<\/div>\n<p>The server is a ruby script which handles the http: requests using the Mashape ping-uin API and sends messages to Max using OSC<\/p>\n<p><a href=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-07-at-4.42.25-AM.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-5949\" title=\"Screen Shot 2013-03-07 at 4.42.25 AM\" src=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-07-at-4.42.25-AM-300x173.png\" alt=\"\" width=\"300\" height=\"173\" srcset=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-07-at-4.42.25-AM-300x173.png 300w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-07-at-4.42.25-AM-1024x593.png 1024w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-07-at-4.42.25-AM-500x289.png 500w, https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-07-at-4.42.25-AM.png 1084w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>The synth has a weird clustering drone like effect like some kind of alien life force.<\/p>\n<p>The patch design is kind of embarrassing. Its obvious I forgot how to use [poly~]. Maybe by the time you read this, we&#8217;ll have addressed this. \u00a0Hey billions of patch cords look cool.<\/p>\n<p>Here&#8217;s an example of the Mashape API in curl<\/p>\n<pre class=\"brush: actionscript3; gutter: true\">curl --include --request GET 'https:\/\/igor-zachetly-ping-uin.p.mashape.com\/pinguin.php?address=google.ca' \\\r\n  --header 'X-Mashape-Authorization: YOUR-MASHAPE-API-KEY'<\/pre>\n<p>Here&#8217;s a list of Google domains<\/p>\n<p><a href=\"http:\/\/en.wikipedia.org\/wiki\/List_of_Google_domains\">http:\/\/en.wikipedia.org\/wiki\/List_of_Google_domains<\/a><\/p>\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: ping<\/p>\n<h3>files<\/h3>\n<h5>main Max patch<\/h5>\n<ul>\n<li>sound-of-a-new-machine2.maxpat<\/li>\n<\/ul>\n<h5><span style=\"line-height: 22px;\">abstractions and other files<\/span><\/h5>\n<ul>\n<li>google.txt (list of domains for [coll] object<\/li>\n<\/ul>\n<h5>ruby<\/h5>\n<ul>\n<li>domain-ping.rb<\/li>\n<\/ul>\n<h4>ruby gems<\/h4>\n<p>install the following ruby gems using: sudo xcrun gem install &lt;gem-name&gt;<\/p>\n<ul>\n<li class=\"p1\"><span class=\"s1\">require &#8216;osc-ruby&#8217;<\/span><\/li>\n<li class=\"p1\"><span class=\"s1\">require &#8216;patron&#8217;<\/span><\/li>\n<li class=\"p1\"><span class=\"s1\">require &#8216;json&#8217;<\/span><\/li>\n<\/ul>\n<h3>authorization<\/h3>\n<ul>\n<li>Register with mashape <a href=\"http:\/\/mashape.com\">http:\/\/mashape.com<\/a>\u00a0to get an API-key for ping-uin<\/li>\n<li>Then edit domain-ping.rb to enter your mashape API-key.<\/li>\n<\/ul>\n<h3>instructions<\/h3>\n<ul>\n<li>Open the Max patch:\u00a0sound-of-a-new-machine2.maxpat<\/li>\n<li>Turn on audio. Turn up the gain.<\/li>\n<li>From a terminal window type the following command<\/li>\n<\/ul>\n<div>\n<pre class=\"brush: actionscript3; gutter: true\"># .\/domain-ping.rb<\/pre>\n<pre class=\"brush: actionscript3; gutter: true\"><\/pre>\n<pre class=\"brush: actionscript3; gutter: true\"><\/pre>\n<\/div>\n<ul>\n<li>\u00a0In the Max patch, click the toggle box to start polling. It may take a minute to hear any sounds, while the oscillators are loading. Increase polling speed to 400 or so if you can&#8217;t wait.<\/li>\n<li>Another reason you might not hear anything interesting is if the clip threshold is too low. Watch the incoming ping times and set the clip threshold above the average level.<\/li>\n<li>Adjust the pitch multiplier to your desired pitch range.<\/li>\n<li>When you&#8217;ve had enough, type &lt;ctrl-c&gt; in the terminal window to stop the server.<\/li>\n<\/ul>\n<p>note: Occasionally the server program will time-out when its launched. Try launching again, or edit it and increase the timeout value.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Using internet ping data to control a synthesizer in Max This project uses &#8216;ping&#8217; times to about 40 Google domains, like google.ca, google.de, etc., to control pitch and amplitude of a 20 voice droning synthesizer. Imagine working in a Google control center. A soothing low pitched drone fills the room. Then Suddenly you hear a &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/reactivemusic.net\/?p=5945\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;The sound of a new machine&#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":[143,275],"tags":[161,11,6,18,345,105,190,202],"class_list":["post-5945","post","type-post","status-publish","format-standard","hentry","category-interactive-media-art","category-internet-sensors","tag-api","tag-electronic-music","tag-interactive-media","tag-mashup","tag-maxmsp","tag-osc","tag-portfolio","tag-ruby"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The sound of a new machine - 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=5945\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The sound of a new machine - reactive music\" \/>\n<meta property=\"og:description\" content=\"Using internet ping data to control a synthesizer in Max This project uses &#8216;ping&#8217; times to about 40 Google domains, like google.ca, google.de, etc., to control pitch and amplitude of a 20 voice droning synthesizer. Imagine working in a Google control center. A soothing low pitched drone fills the room. Then Suddenly you hear a &hellip; Continue reading &quot;The sound of a new machine&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/reactivemusic.net\/?p=5945\" \/>\n<meta property=\"og:site_name\" content=\"reactive music\" \/>\n<meta property=\"article:published_time\" content=\"2013-03-07T04:59:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-21T07:59:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-07-at-4.42.25-AM-300x173.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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=5945#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=5945\"},\"author\":{\"name\":\"Tom Zicarelli\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#\\\/schema\\\/person\\\/56224d281582df7e5518e037ca63e571\"},\"headline\":\"The sound of a new machine\",\"datePublished\":\"2013-03-07T04:59:19+00:00\",\"dateModified\":\"2024-01-21T07:59:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=5945\"},\"wordCount\":636,\"image\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=5945#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/reactivemusic.net\\\/wp-content\\\/uploads\\\/2013\\\/03\\\/Screen-Shot-2013-03-07-at-4.42.25-AM-300x173.png\",\"keywords\":[\"API\",\"electronic music\",\"interactive media\",\"mashup\",\"Max\\\/MSP\",\"OSC\",\"portfolio\",\"ruby\"],\"articleSection\":[\"interactive media art\",\"internet-sensors\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=5945\",\"url\":\"https:\\\/\\\/reactivemusic.net\\\/?p=5945\",\"name\":\"The sound of a new machine - reactive music\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=5945#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=5945#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/reactivemusic.net\\\/wp-content\\\/uploads\\\/2013\\\/03\\\/Screen-Shot-2013-03-07-at-4.42.25-AM-300x173.png\",\"datePublished\":\"2013-03-07T04:59:19+00:00\",\"dateModified\":\"2024-01-21T07:59:45+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/#\\\/schema\\\/person\\\/56224d281582df7e5518e037ca63e571\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=5945#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/reactivemusic.net\\\/?p=5945\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=5945#primaryimage\",\"url\":\"https:\\\/\\\/reactivemusic.net\\\/wp-content\\\/uploads\\\/2013\\\/03\\\/Screen-Shot-2013-03-07-at-4.42.25-AM.png\",\"contentUrl\":\"https:\\\/\\\/reactivemusic.net\\\/wp-content\\\/uploads\\\/2013\\\/03\\\/Screen-Shot-2013-03-07-at-4.42.25-AM.png\",\"width\":\"1084\",\"height\":\"628\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/reactivemusic.net\\\/?p=5945#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/reactivemusic.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The sound of a new machine\"}]},{\"@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":"The sound of a new machine - 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=5945","og_locale":"en_US","og_type":"article","og_title":"The sound of a new machine - reactive music","og_description":"Using internet ping data to control a synthesizer in Max This project uses &#8216;ping&#8217; times to about 40 Google domains, like google.ca, google.de, etc., to control pitch and amplitude of a 20 voice droning synthesizer. Imagine working in a Google control center. A soothing low pitched drone fills the room. Then Suddenly you hear a &hellip; Continue reading \"The sound of a new machine\"","og_url":"https:\/\/reactivemusic.net\/?p=5945","og_site_name":"reactive music","article_published_time":"2013-03-07T04:59:19+00:00","article_modified_time":"2024-01-21T07:59:45+00:00","og_image":[{"url":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-07-at-4.42.25-AM-300x173.png","type":"","width":"","height":""}],"author":"Tom Zicarelli","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tom Zicarelli","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/reactivemusic.net\/?p=5945#article","isPartOf":{"@id":"https:\/\/reactivemusic.net\/?p=5945"},"author":{"name":"Tom Zicarelli","@id":"https:\/\/reactivemusic.net\/#\/schema\/person\/56224d281582df7e5518e037ca63e571"},"headline":"The sound of a new machine","datePublished":"2013-03-07T04:59:19+00:00","dateModified":"2024-01-21T07:59:45+00:00","mainEntityOfPage":{"@id":"https:\/\/reactivemusic.net\/?p=5945"},"wordCount":636,"image":{"@id":"https:\/\/reactivemusic.net\/?p=5945#primaryimage"},"thumbnailUrl":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-07-at-4.42.25-AM-300x173.png","keywords":["API","electronic music","interactive media","mashup","Max\/MSP","OSC","portfolio","ruby"],"articleSection":["interactive media art","internet-sensors"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/reactivemusic.net\/?p=5945","url":"https:\/\/reactivemusic.net\/?p=5945","name":"The sound of a new machine - reactive music","isPartOf":{"@id":"https:\/\/reactivemusic.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/reactivemusic.net\/?p=5945#primaryimage"},"image":{"@id":"https:\/\/reactivemusic.net\/?p=5945#primaryimage"},"thumbnailUrl":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-07-at-4.42.25-AM-300x173.png","datePublished":"2013-03-07T04:59:19+00:00","dateModified":"2024-01-21T07:59:45+00:00","author":{"@id":"https:\/\/reactivemusic.net\/#\/schema\/person\/56224d281582df7e5518e037ca63e571"},"breadcrumb":{"@id":"https:\/\/reactivemusic.net\/?p=5945#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/reactivemusic.net\/?p=5945"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/reactivemusic.net\/?p=5945#primaryimage","url":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-07-at-4.42.25-AM.png","contentUrl":"https:\/\/reactivemusic.net\/wp-content\/uploads\/2013\/03\/Screen-Shot-2013-03-07-at-4.42.25-AM.png","width":"1084","height":"628"},{"@type":"BreadcrumbList","@id":"https:\/\/reactivemusic.net\/?p=5945#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/reactivemusic.net\/"},{"@type":"ListItem","position":2,"name":"The sound of a new machine"}]},{"@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\/5945","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=5945"}],"version-history":[{"count":21,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/posts\/5945\/revisions"}],"predecessor-version":[{"id":20898,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=\/wp\/v2\/posts\/5945\/revisions\/20898"}],"wp:attachment":[{"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5945"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5945"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/reactivemusic.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5945"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}