{"id":915,"date":"2007-04-15T21:13:46","date_gmt":"2007-04-15T12:13:46","guid":{"rendered":"http:\/\/leavebehind.iobb.net\/wordpress\/archives\/915"},"modified":"2007-04-15T21:13:46","modified_gmt":"2007-04-15T12:13:46","slug":"midi-input-to-proce55ing","status":"publish","type":"post","link":"http:\/\/leavebehind.mydns.jp\/wordpress\/2007\/04\/15\/midi-input-to-proce55ing\/","title":{"rendered":"MIDI Input to Proce55ing"},"content":{"rendered":"<p>\u306f\u3044\u3001\u4eca\u65e5\u306f\u73fe\u5b9f\u9003\u907f\u3067Proce55ing\u3067MIDI\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u3088\u308a\u5165\u529b\u3092\u3046\u3051\u308b\u65b9\u6cd5\u3002\u306e\u304b\u3058\u308a\u304b\u3051\u306e\u90e8\u5206\u3002<\/p>\n<p><a href=\"http:\/\/www.texone.org\/promidi\/\">proMIDI<\/a>\u3063\u3066\u30e9\u30a4\u30d6\u30e9\u30ea\u304c\u6709\u308b\u306e\u3067\u5165\u308c\u3066\u307f\u307e\u3057\u305f\u3001\u30c6\u30b9\u30c8\u30b3\u30fc\u30c9\u306f\u4ee5\u4e0b\u3002\u5358\u7d14\u306b\u63a5\u7d9a\u3055\u308c\u8a8d\u8b58\u3057\u3066\u3044\u308b\u30c7\u30d0\u30a4\u30b9\u3092\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3059\u308b\u3060\u3051\u306e\u3082\u3093\u3067\u3059\u3002<\/p>\n<pre>\/\/midi device info.\nimport promidi.*;\nMidiIO midiIO;\n\nvoid setup(){\n  midiIO = MidiIO.getInstance(this);\n  midiIO.printDevices();\n}<\/pre>\n<p>\u51fa\u529b\u306f\u4ee5\u4e0b\u3001Java\u5185\u8535\u306e\u30bd\u30d5\u30c8\u30b7\u30f3\u30bb\u3067\u3057\u3087\u3046\u304b\u3001\u305d\u308c\u3060\u3051\u306f\u8a8d\u8b58\u3057\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u3002\u3061\u306a\u307f\u306bMacOSX\u3067\u5b9f\u884c\u3002<\/p>\n<pre style=\"background-color:black;color:white;\"><< inputs: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n<< outputs: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\noutput 0 : Java Sound Synthesizer\n<<>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><\/pre>\n<p>\u306a\u3093\u3067\u3084\u306d\u3093\u3068\u3001\u8272\u3005\u8abf\u3079\u3066\u307f\u307e\u3057\u305f\u304c\u3001\u3069\u3046\u3084\u3089Mac\u306eJava\u304b\u3089\u306fMIDI\u30c7\u30d0\u30a4\u30b9\u53c2\u7167\u3092\u3067\u304d\u306a\u3044\u3001\u3063\u3066\u8a00\u3046\u304bMacOSX\u3067\u306fMIDI\u3092CoreMIDI\u3063\u3066API(\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af)\u3067\u6271\u3063\u3066\u3066\u3001\u3053\u308c\u3068Java\u3092\u30d6\u30ea\u30c3\u30b8\u3055\u305b\u308b\u8853\u304c\u6700\u65b0\u306eOSX\u3067\u306f\u63d0\u4f9b\u3055\u308c\u3066\u3044\u306a\u3044\u3089\u3057\u3044\u3093\u3067\u3059\u3002<a href=\"http:\/\/www.humatic.de\/htools\/mmj.htm\">mmj<\/a>\u3068\u8a00\u3046API\u3092\u4f7f\u3048\u3070CoreMIDI\u3078\u30a2\u30af\u30bb\u30b9\u3059\u308b\u4e8b\u304c\u53ef\u80fd\u3067\u3059\u304cMIDI\u306e\u751f\u306e\u30d0\u30a4\u30c8\u30c7\u30fc\u30bf\u3092\u76f4\u63a5\u53d7\u3051\u53d6\u3063\u3066\u3082\u306d\u3047\u3002<\/p>\n<p>\u3093\u306a\u30ef\u30b1\u3067Windows\u3067\u5b9f\u884c\u3001\u8a8d\u8b58\u3055\u305b\u308b\u4e8b\u304c\u51fa\u6765\u307e\u3057\u305f\u3002<\/p>\n<pre style=\"background-color:black;color:white;\"><< inputs: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\ninput 0 : microKONTROL 1 MIDI IN\ninput 1 : microKONTROL 1 PORT A\ninput 2 : microKONTROL 1 PORT B\n<< outputs: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\noutput 0 : Java Sound Synthesizer\noutput 1 : Microsoft MIDI ?}?b?p?[\noutput 2 : Microsoft GS Wavetable SW Synth\noutput 3 : microKONTROL 1 MIDI OUT\noutput 4 : microKONTROL 1 CTRL\n<<>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><\/pre>\n<p>\u4eca\u65e5\u306e\u6240\u306f\u3053\u308c\u3067\u304a\u3057\u307e\u3044\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u306f\u3044\u3001\u4eca\u65e5\u306f\u73fe\u5b9f\u9003\u907f\u3067Proce55ing\u3067MIDI\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u3088\u308a\u5165\u529b\u3092\u3046\u3051\u308b\u65b9\u6cd5\u3002\u306e\u304b\u3058\u308a\u304b\u3051\u306e\u90e8\u5206\u3002 proMIDI\u3063\u3066\u30e9\u30a4\u30d6\u30e9\u30ea\u304c\u6709\u308b\u306e\u3067\u5165\u308c\u3066\u307f\u307e\u3057\u305f\u3001\u30c6\u30b9\u30c8\u30b3\u30fc\u30c9\u306f\u4ee5\u4e0b\u3002\u5358\u7d14\u306b\u63a5\u7d9a\u3055\u308c\u8a8d\u8b58\u3057\u3066\u3044\u308b\u30c7\u30d0\u30a4\u30b9\u3092\u30ea [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[11],"tags":[178,226],"class_list":["post-915","post","type-post","status-publish","format-standard","hentry","category-proce55ing","tag-midi","tag-processing"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p8YSE4-eL","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/posts\/915","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/comments?post=915"}],"version-history":[{"count":0,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/posts\/915\/revisions"}],"wp:attachment":[{"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/media?parent=915"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/categories?post=915"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/leavebehind.mydns.jp\/wordpress\/wp-json\/wp\/v2\/tags?post=915"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}