{"id":1262,"date":"2011-04-26T15:37:44","date_gmt":"2011-04-26T07:37:44","guid":{"rendered":"http:\/\/www.ccttours.com\/blog\/?p=1262"},"modified":"2011-04-26T15:37:44","modified_gmt":"2011-04-26T07:37:44","slug":"sc%ef%bc%9a%e5%ad%97%e7%ac%a6%e4%b8%b2%ef%bc%8c%e5%ad%97%e7%ac%a6%e4%b8%b2%e9%9b%86%e5%90%88","status":"publish","type":"post","link":"https:\/\/learn.travelchinawith.me\/?p=1262","title":{"rendered":"SC\uff1a\u5b57\u7b26\u4e32\uff0c\u5b57\u7b26\u4e32\u96c6\u5408"},"content":{"rendered":"<p>\u4e00\u4e2a\u5b57\u7b26\u4e32\u88ab\u4ee5\u4e00\u4e2a\u6570\u7ec4\u7684\u5f62\u5f0f\u50a8\u5b58\u3002\u6570\u7ec4\u6700\u540e\u4e00\u4e2a\u9879\u76ee\u662f0\u30020\uff0c\u6216\u7ec8\u6b62\uff0c\u4ee3\u8868\u4e86\u5b57\u7b26\u4e32\u7684\u7ed3\u675f\u3002\u5b57\u7b26\u4e32\u53ef\u4ee5\u662f\u4efb\u4f55\u7528\u5f15\u53f7\u5305\u56f4\u7684\u5b57\u7b26\u7ec4\u5408\uff08\u5b57\u8bcd\u6216\u6570\u5b57\uff09\uff0c\u6bd4\u5982&#8221;my 4 strings&#8221;\u3002SC\u5185\u90e8\uff0c\u5c06\u6570\u7ec4\u4e2d\u6bcf\u4e2a\u5b57\u7b26\u4ee5ascii\u6574\u6570\u5f62\u5f0f\u5b58\u50a8\u3002\u7b2c\u4e00\u4f4d\u662f&#8217;m&#8217; (176)\uff0c\u7b2c\u4e8c\u4f4d&#8217;y&#8217; (121)\uff0c\u7b2c\u4e09\u4f4d&#8217; &#8216; (\u7a7a\u683c\u6216 32)\uff0c\u7b2c\u56db\u4f4d\u4e5f\u662f\u4e00\u4e2a\u5b57\u7b26\uff0c\u4e0d\u662f\u6570\u5b57\uff0c&#8217;4&#8217; (111)\u3002\u56e0\u4e3a\u662f\u6570\u7ec4\u7684\u5173\u7cfb\uff0c\u5b83\u53ef\u4ee5\u88ab\u542b\u5165do\u51fd\u6570\u5185\u3002<br \/>\n<!--more--><\/p>\n<p><strong>23.1. \u4f5c\u4e3a\u6570\u7ec4\u7684\u5b57\u7b26\u4e32<\/strong><\/p>\n<pre class=\"brush:jfx\">\"CharacterArray\".at(0) \/\/ \u5c1d\u8bd5\u5c06\u7d22\u5f15\u6570\u5728 0 \u81f3 13 \u95f4\u6539\u53d8\r\n\r\n\"CharacterArray\".at(0).ascii\r\n\r\n\"This is a string that is actually an array\".do(\r\n   {arg each, count;\r\n      [count, each.ascii, each].postln;\r\n   })<\/pre>\n<p>\u4e00\u4e2a\u5b57\u7b26\u4e32\u6570\u7ec4\u662f\u6570\u7ec4\u7684\u6570\u7ec4\u6216\u591a\u7ef4\u6570\u7ec4\u3002\u6570\u7ec4[&#8220;one&#8221;, &#8220;two&#8221; &#8220;three&#8221;]\u7531\u4e09\u4e2a\u6570\u7ec4\u6784\u6210\u3002\u7b2c\u4e00\u4e2a\u6570\u7ec4\u5305\u542b\u5b57\u7b26&#8217;o&#8217;, &#8216;n&#8217;, &#8216;e&#8217;, \u548c0\u3002\u7b2c\u4e8c\u4e2a\u6570\u7ec4\u662f&#8217;t&#8217;, &#8216;w&#8217;, &#8216;o&#8217;, \u548c0\u3002<\/p>\n<p>\u6570\u7ec4\u61c2\u6570\u5b66\u3002\u5b57\u7b26\u4e32\uff0c\u5373\u4f7f\u6570\u7ec4\u61c2\u6570\u5b66\uff0c\u4f46\u4e5f\u4e0d\u662f\u4f60\u60f3\u8c61\u7684\u90a3\u79cd\u3002\u5982\u679c\u4f60\u60f3\u5bf9\u4e00\u7ec4\u97f3\u79fb\u8c03\uff0c\u4f60\u53ef\u80fd\u4f1a\u5c1d\u8bd5\u5411\u5b57\u7b26\u4e32\u6216\u5b57\u7b26\u4e32\u6570\u7ec4\u52a0\u4e00\u4e2a\u6570\u5b57\uff08\u6bd4\u5982\uff0c&#8221;C#&#8221; + 5\uff09\uff0c\u5982\u4e0b\u4f8b\uff1a<\/p>\n<p><strong>23.2. &#8220;C&#8221; + 5?<\/strong><\/p>\n<pre class=\"brush:jfx\">(\"C#\" + 5)\r\n\r\n(\r\na = [\"C#\", \"D\", \"Eb\", \"F\", \"G\"];\r\na = a + 5;\r\na.postln;\r\n)<\/pre>\n<p>\u8fd9\u4e2a\u4f8b\u5b50\u80fd\u8dd1\uff0c\u4f46\u7ed3\u679c\u4e0d\u662f\u4f60\u60f3\u8981\u7684\u3002\u5982\u679c\u6211\u4eec\u9700\u8981\u7a0b\u5e8f\u751f\u6210\u6570\u5b57\uff0c\u4f46\u5217\u5370\u5b57\u7b26\u4e32\uff0c\u8be5\u600e\u4e48\u505a\u5462\uff1f\u53ef\u4ee5\u901a\u8fc7\u5c06\u5b57\u7b26\u4e32\u6570\u7ec4\u7528\u4f5c\u53c2\u7167\uff08reference\uff09\u6765\u5b9e\u73b0\u3002<\/p>\n<p>\u8fd9\u662f\u4e00\u4e2a\u5b57\u7b26\u4e32\u6570\u7ec4\uff0c\u5176\u4e2d\u4e00\u884c\u4ee3\u7801\u5217\u5370\u4e00\u4e2a\u8ddf\u968f\u4e00\u4e2a\u968f\u673a\u9009\u62e9\u7684\u5b57\u7b26\u4e32\u4e4b\u4e00\uff0c\u4ee5\u53ca\u4e00\u4e2a\u968f\u673a\u9009\u62e9\u7684do\uff1a<\/p>\n<p><strong>23.3. pitch array index<\/strong><\/p>\n<pre class=\"brush:jfx\">(\r\na = [\"C\", \"D\", \"E\", \"F\", \"G\"];\r\na.at(3).postln; \/\/post item at index position 3 in the array a\r\n)\r\n\r\n(\r\na = [\"C\", \"D\", \"E\", \"F\", \"G\"];\r\na.at(5.rand).postln;\r\n)\r\n\r\n(\r\na = [\"C\", \"D\", \"E\", \"F\", \"G\", \"A\", \"B\"]; \/\/pitch class array\r\n\"count\\trandom\\tpitch at index:\".postln; \/\/header\r\n10.do( \/\/do 10 items\r\n   {arg item, count; \/\/use arguments item and count\r\n      var pick;\r\n      pick = a.size.rand;\r\n      count.post; \"\\t\\t\".post; \/\/print the number of this iteration\r\n      pick.post; \"\\t\\t\".post; \/\/print the number I picked\r\n      a.at(pick).postln; \/\/print the item at that array position\r\n   })\r\n)<\/pre>\n<p>\u4f60\u53ef\u4ee5\u7528\u8fde\u7ed3\u6d88\u606f++\u4fdd\u5b58postln\u6d88\u606f\u3002\u8fd9\u7528\u4e8e\u540c\u65f6\u8f93\u51fa\u4e24\u4e2a\u5b57\u7b26\u4e32\u3002\u56e0\u6b64&#8221;this &#8221; ++ &#8220;string&#8221; \u5c06\u53d8\u4e3a &#8220;this string&#8221;\u3002\u53e6\u4e00\u4e2a\u8054\u5408\u6570\u636e\u7684\u65b9\u5f0f\u662f\u5217\u5370\u6574\u4e2a\u5305\u542b\u4e00\u7ec4\u9879\u76ee\u7684\u6570\u7ec4\uff0c\u4f8b\u5982<em>[count, b, a.at(b)].postln;<\/em>\u3002\u6700\u540e\uff0c\u4f60\u53ef\u4ee5\u4f7f\u7528postf\uff0c\u5b83\u901a\u8fc7\u5411\u4e00\u4e2a\u5b57\u7b26\u4e32\u63d2\u5165\u4e00\u4e32\u5f15\u6570\u66ff\u4ee3&#8221;%&#8221;\u5b57\u7b26\u6765\u683c\u5f0f\u5316\u4e00\u6761\u5217\u5370\u6d88\u606f\u3002\u53cd\u590d\u8fd0\u884c\u4e0b\u4f8b\u4ee5\u786e\u5b9a\u5b83\u7684\u786e\u5728\u9009\u53d6\u4e0d\u540c\u7684\u503c\u3002\u7b2c\u4e8c\u4f8b\u662f\u66f4\u7b80\u660e\u7248\u672c\u3002<\/p>\n<p><strong>23.4. \u88ab\u8fde\u7ed3\u7684\u5b57\u7b26\u4e32<\/strong><\/p>\n<pre class=\"brush:jfx\">(\r\na = [\"C\", \"D\", \"E\", \"F\", \"G\", \"A\", \"B\"];\r\n10.do(\r\n   {arg item, count; var b;\r\n      b = a.size.rand;\r\n      (\"Item \" ++ count ++ \" : \" ++ b ++ \" = \" ++ a.at(b)).postln;\r\n      \/\/ \u6216\r\n      \/\/ postf(\"Item % : % = %\\n\", count, b, a.at(b))\r\n   })\r\n)<\/pre>\n<p>\u66f4\u7b80\u6d01<\/p>\n<pre class=\"brush:jfx\">do(10, { [\"C\", \"D\", \"E\", \"F\", \"G\", \"A\", \"B\"].wrapAt(100.rand).postln;})<\/pre>\n<p>\u73b0\u5728\u6211\u4fbf\u80fd\u752812\u97f3\u65cb\u5f8b\u7ed3\u5408\u5b57\u7b26\u4e32\u6570\u7ec4\u4e86\u3002<\/p>\n<p><strong>23.5. Every 12-tone row with pitch class strings<\/strong><\/p>\n<pre class=\"brush:jfx\">(\r\n\/\/\u521d\u59cb\u5316 MIDI, \u5148\u8fd0\u884c\u5b83\r\nvar original, total, begin, next, art, pcstrings, count;\r\noriginal = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11];\r\npcstrings = [\"C \", \"C# \", \"D \", \"Eb \",\r\n   \"E \", \"F \", \"F# \", \"G \", \"Ab \", \"A \", \"Bb \", \"B \"];\r\ntotal = 479001600;\r\ncount = 0;\r\nbegin = total.rand;\r\nnext = 0.125;\r\nart = 0.6;\r\n(\"Total playback time = \" ++ (total*next\/3600).asString ++ \" hours.\").postln;\r\nr = Task({\r\n   inf.do({\r\n      var thisVar;\r\n      thisVar = original.permute(begin + count);\r\n      thisVar.do({arg e; pcstrings.at(e).post});\r\n      \"\".postln;\r\n      (thisVar + 60).do({arg note;\r\n         m.noteOn(1, note, 100);\r\n         thisThread.clock.sched(next*art, {m.noteOff(1, note, 100); nil});\r\n         next.wait\r\n      });\r\n      count = count + 1;\r\n   })\r\n})\r\n)\r\n\r\n\/\/\u7136\u540e\u8fd9\u4e9b\r\nr.start;\r\nr.stop; 127.do({arg i; m.noteOff(1, i, 0)})<\/pre>\n<h3>\u89c2\u70b9\u4e00\u523b<\/h3>\n<p>\u5bf9\u6211\u6765\u8bf4\uff0c\u8ba1\u7b97\u673a\u8f85\u52a9\u521b\u4f5c\u7684\u76ee\u6807\u662f\u673a\u5668\u4e3a\u6211\u505a\u4e00\u5207\u7e41\u7410\u7ec6\u8282\u7684\u90e8\u5206\uff0c\u7136\u540e\u6211\u7ee7\u7eed\u5e72\u90a3\u4e9b\u521b\u9020\u6027\u7684\u6709\u8da3\u7684\u90e8\u5206\u3002\u4e0b\u4f8b\u7684\u7ed3\u679c\u4ec5\u5217\u5370\u97f3\u9ad8\uff0c\u800c\u4e0d\u662f\u97f3\u4e50\u3002\u5373\u4f7f\u5982\u6b64\uff0c\u6211\u4eec\u53ef\u4ee5\u505c\u5728\u8fd9\uff0c\u5e76\u4e14\u5b83\u5c06\u5728\u521b\u4f5c\u7ec3\u4e60\u4e2d\u5f88\u6709\u5e2e\u52a9\u3002\u8fd9\u63a5\u8fd1\u4e8e40\u5e74\u524d\u5982\u4f55\u505a\u8fd9\u4e2a\u4e8b\u3002\u521b\u4f5c\u8005\u5f00\u59cb\u4e8e\u4f60\u73b0\u5728\u53ef\u4ee5\u505a\u7684\u4e8b\uff1a\u81f3\u5c11\u8ba9\u8ba1\u7b97\u673a\u53bb\u5904\u7406\u6570\u5b57\u3002\u4f46\u5360\u7528\u4e86\u56db\u9875\u7684\u4ee3\u7801\u6216\u4e0a\u767e\u5f20\u7a7f\u5b54\u5361\u7247\uff08punch card\uff09\u3002\u5bf9SC\u6765\u8bf4\uff0c\u8fd9\u53ea\u7528\u4e00\u884c\u3002\u521a\u597d\u6709\u8fd9\u6837\u4e00\u4e2a\u4f8b\u5b50\uff08\u7b2c\u4e00\u4e2a\u503c\u5728\u516b\u5206\u4e4b\u4e00\u5185\u5faa\u73af\uff0c\u7b2c\u4e8c\u4e2a\u662f\u4e0b\u4e00\u4e2a\u8ddd\u516b\u5206\u4e4b\u4e00\u7684\u65f6\u95f4\uff0c\u4e0b\u4e00\u4e2a\u662fMIDI\u97f3\uff0c\u4e0b\u4e00\u4e2a\u662f\u97f3\u91cf\uff09\uff1a <\/p>\n<p><strong>23.6. \u4f0a\u5229\u4e9a\u514b\u7ec4\u66f2\uff08Illiac suite\uff09? <\/strong><\/p>\n<pre class=\"brush:jfx\">60.do({[8.rand, 8.rand, (rrand(36, 72)), 10.rand].postln;})<\/pre>\n<p>\u8fd9\u6bd4\u5e0c\u52d2\uff08Hiller\uff0950\u5e74\u4ee3\u7684\u7a0b\u5e8f\u5148\u8fdb\u4e00\u5927\u622a\u3002\u4f46\u6211\u4ecd\u65e0\u6cd5\u5c06\u8fd9\u4e9b\u4e1c\u897f\u6284\u4f5c\u624b\u7a3f\uff0c\u7136\u540e\u8ba9\u5176\u4ed6\u4eba\u6f14\u594f\u5b83\u3002\u5f53\u4eca\u79d1\u6280\u7684\u597d\u5904\u662f\u5feb\u901f\u7684\u56de\u653e\u3002\u5373\u4f7f\u6211\u6700\u540e\u7684\u6210\u54c1\u662f\u6253\u7b97\u4e3a\u771f\u6b63\u7684\u97f3\u4e50\u5bb6\u6240\u7528\uff0c\u6211\u4ecd\u53ef\u4ee5\u7528\u8ba1\u7b97\u673a\u5148\u505a\u5c1d\u8bd5\u3002\u6211\u53ef\u4ee5\u5bf9\u6bd4\u4e00\u5206\u949f\u56db\u6b21\u548c\u6570\u6708\u56db\u6b21\u7684\u533a\u522b\u3002 <\/p>\n<p>\u5341\u5e74\u524d\uff0c\u6211\u4eec\u8ba9CPU\u80fd\u591f\u4ea7\u751f\u5b9e\u9645\u7684\u58f0\u97f3\uff0c\u4f46\u5374\u8981\u82b1\u6389\u4e00\u6574\u591c\u7684\u65f6\u95f4\u3002\u57282000\u5e74\uff0c\u90a3\u6bb5\u65f6\u95f4\u88ab\u524a\u51cf\u52305\u5206\u949f\uff0c\u4f46\u5374\u4ecd\u8981\u7528\u4e0a\u51e0\u9875\u4ee3\u7801\u548c\u4e24\u4e2a\u7a0b\u5e8f\uff08\u4e00\u4e2a\u538b\u788e\uff08crunch\uff09\u6570\u5b57\uff0c\u53e6\u4e00\u4e2a\u751f\u6210\u58f0\u97f3\uff09\u3002\u4eca\u5929\uff0c\u58f0\u97f3\u662f\u5b9e\u65f6\u751f\u6210\u7684\uff0c\u800c\u4e14\u4ec5\u9700\u5927\u7ea6\u5341\u884c\u4ee3\u7801\u3002<\/p>\n<h3>\u7ec3\u4e60\uff0c\u968f\u673a\u5b66\u4e60<\/h3>\n<p>\u8fd9\u6709\u4e00\u4e2a\u8303\u4f8b\u3002\u57fa\u4e8e\u51e0\u4e2a\u7b80\u5355\u70b9\u5b50\u7684\u5b8c\u6574\u521b\u4f5c\uff1a\u4e09\u4e2a\u4e50\u5668\uff0c\u4e00\u5957\u4e8b\u4ef6\u6570\u5b57\uff0c\u968f\u673a\u9009\u62e9\u97f3\u9ad8\u3001\u6301\u7eed\u65f6\u95f4\u3001\u4e0b\u4e00\u4e8b\u4ef6\u4ee5\u53ca\u632f\u5e45\u3002\u8bbe\u7f6e\u4f60\u7684MIDI\u56de\u653e\uff0c\u8fd9\u6837\u901a\u90531\uff0c2\uff0c3\u624d\u80fd\u6709\u4e09\u4e2a\u4e0d\u540c\u7684\u4e50\u5668\u3002 <\/p>\n<p>\u6211\u9700\u8981\u8865\u5145\uff0c\u8fd9\u4e2a\u5b9e\u9a8c\u5e76\u4e0d\u90a3\u4e48\u6709\u8da3\u3002\u4f46\u6211\u4eec\u7684\u76ee\u6807\u662f\u5feb\u901f\u5b9e\u9a8c\u8f6c\u5411\u3002\u6240\u4ee5\u542c\u4e00\u4f1a\u513f\u8fd9\u4e2a\u4f8b\u5b50\uff0c\u7136\u540e\u64cd\u4e00\u4e0b\u90a3\u4e9b\u968f\u673a\u9009\u9879\u518d\u542c\u4e00\u4f1a\u513f\u3002\u6539\u53d8\u6301\u7eed\u65f6\u95f4\u3001\u4e0b\u4e00\u4e8b\u4ef6\u3001\u97f3\u9ad8\u9009\u62e9\u7b49\u7b49\u7684\u8303\u56f4\u3002\u5728\u968f\u673a\u8303\u56f4\u5916(\u6bd4\u5982 <em>duration = rrand(0.5, 2.0))<\/em>\uff0c\u8bd5\u8bd5\u4e3a\u9009\u62e9\u6570\u7ec4\u8bbe\u5b9a\u4e00\u4e2a\u968f\u673a\u7d22\u5f15(\u6bd4\u5982 <em>duration = durationArray.at(10.rand))<\/em>\u3002\u5728\u4e00\u4e2a\u97f3\u9ad8\u6570\u7ec4\u5185\u5c1d\u8bd5\u4e0d\u540c\u7684scale\u3002\u7528\u9891\u7387\u66ff\u4ee3MIDI\u503c\u3002\u76f8\u6bd4\u4e00\u4e2a\u65e0\u9650\u7684do\uff0c\u5efa\u7acb\u4e00\u7cfb\u5217\u4e3a\u6b63\u5f0f\u8bbe\u8ba1\u5b9a\u4e49\u7684do\u5faa\u73af\uff0c\u6539\u53d8\u6bcf\u4e2a\u7684\u53c2\u6570\uff0820\u4e2a\u957f\u5faa\u73af\u7136\u540e5\u4e2a\u77ed\u5faa\u73af\uff0c\u9ad8\u97f3\u7136\u540e\u4f4e\u97f3\uff0c\u7b49\u7b49\uff09\u3002 <\/p>\n<p><strong>23.7. (\u503e\u5411\u6027) \u968f\u673a\u5b66\u4e60<\/strong> <\/p>\n<pre class=\"brush:jfx\">( \r\na = Task({ \r\n   inf.do({arg i; \r\n   var note, dur, next, amp, inst; \r\n   note = rrand(24, 84); \r\n   dur = rrand(0.1, 0.5); \r\n   amp = rrand(30, 127); \r\n   next = rrand(0.1, 0.5); \r\n   m.noteOn(1, note, amp); \r\n   thisThread.clock.sched(dur, {m.noteOff(1, note); nil}); \r\n   next.wait \r\n   }) \r\n}); \r\n\r\nb = Task({ \r\n   inf.do({arg i; \r\n   var note, dur, next, amp, inst; \r\n   note = rrand(24, 84); \r\n   dur = rrand(0.1, 0.5); \r\n   amp = rrand(30, 127); \r\n   next = rrand(0.1, 0.5); \r\n   m.noteOn(2, note, amp); \r\n   thisThread.clock.sched(dur, {m.noteOff(2, note); nil}); \r\n   next.wait \r\n   }) \r\n}); \r\n\r\nc = Task({ \r\n   inf.do({arg i; \r\n   var note, dur, next, amp, inst; \r\n   note = rrand(24, 84); \r\n   dur = rrand(0.1, 0.5); \r\n   amp = rrand(30, 127); \r\n   next = rrand(0.1, 0.5); \r\n   m.noteOn(3, note, amp); \r\n   thisThread.clock.sched(dur, {m.noteOff(3, note); nil}); \r\n   next.wait \r\n   }) \r\n}); \r\n) \r\n\r\na.start; \r\nb.start; \r\nc.start; \r\na.stop; 127.do({arg i; m.noteOff(1, i)}) \r\nb.stop; 127.do({arg i; m.noteOff(2, i)}) \r\nc.stop; 127.do({arg i; m.noteOff(3, i)})<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\u4e2a\u5b57\u7b26\u4e32\u88ab\u4ee5\u4e00\u4e2a\u6570\u7ec4\u7684\u5f62\u5f0f\u50a8\u5b58\u3002\u6570\u7ec4\u6700\u540e\u4e00\u4e2a\u9879\u76ee\u662f0\u30020\uff0c\u6216\u7ec8\u6b62\uff0c\u4ee3\u8868\u4e86\u5b57\u7b26\u4e32\u7684\u7ed3\u675f\u3002\u5b57\u7b26\u4e32\u53ef\u4ee5\u662f\u4efb\u4f55\u7528\u5f15\u53f7\u5305\u56f4\u7684\u5b57\u7b26\u7ec4\u5408\uff08\u5b57\u8bcd\u6216\u6570\u5b57\uff09\uff0c\u6bd4\u5982&#8221;my 4 strings&#8221;\u3002SC\u5185\u90e8\uff0c\u5c06\u6570\u7ec4\u4e2d\u6bcf\u4e2a\u5b57\u7b26\u4ee5ascii\u6574\u6570\u5f62\u5f0f\u5b58\u50a8\u3002\u7b2c\u4e00\u4f4d\u662f&#8217;m&#8217; (176)\uff0c\u7b2c\u4e8c\u4f4d&#8217;y&#8217; (121)\uff0c\u7b2c\u4e09\u4f4d&#8217; &#8216; (\u7a7a\u683c\u6216 32)\uff0c\u7b2c\u56db\u4f4d\u4e5f\u662f\u4e00\u4e2a\u5b57\u7b26\uff0c\u4e0d\u662f\u6570\u5b57\uff0c&#8217;4&#8217; (111)\u3002\u56e0\u4e3a\u662f\u6570\u7ec4\u7684\u5173\u7cfb\uff0c\u5b83\u53ef\u4ee5\u88ab\u542b\u5165do\u51fd\u6570\u5185\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[71],"tags":[72],"class_list":["post-1262","post","type-post","status-publish","format-standard","hentry","category-supercollider3","tag-sc"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=\/wp\/v2\/posts\/1262","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1262"}],"version-history":[{"count":1,"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=\/wp\/v2\/posts\/1262\/revisions"}],"predecessor-version":[{"id":1263,"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=\/wp\/v2\/posts\/1262\/revisions\/1263"}],"wp:attachment":[{"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1262"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1262"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1262"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}