0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Max MSP でWeb Linkを開かせる方法

Posted at

Max画面内やUI上でウェブURLを開かせたい時の書き方です。

メッセージオブジェクトに以下の書き方で開けるそうです。
何だか少し特殊な書き方ですね。

(;
max launch xxxxx
)

スクリーンショット 2021-05-01 18.24.18.png

{
	"boxes" : [ 		{
			"box" : 			{
				"maxclass" : "message",
				"text" : "NINETEEN95 STUDIO",
				"presentation_rect" : [ 1095.400003790855408, 144.0, 129.0, 23.0 ],
				"patching_rect" : [ 1879.0, 752.0, 129.0, 23.0 ],
				"outlettype" : [ "" ],
				"fontsize" : 12.0,
				"textcolor" : [ 1.0, 1.0, 1.0, 1.0 ],
				"fontname" : "Lucida Grande",
				"id" : "obj-38",
				"numinlets" : 2,
				"presentation" : 1,
				"numoutlets" : 1,
				"gradient" : 0,
				"bgcolor" : [ 0.866667, 0.866667, 0.866667, 0.0 ],
				"bgfillcolor_type" : "gradient",
				"bgfillcolor_color1" : [ 0.866667, 0.866667, 0.866667, 0.0 ],
				"bgfillcolor_color2" : [ 0.07451, 0.027451, 1.0, 1.0 ],
				"bgfillcolor_color" : [ 0.2, 0.2, 0.2, 1 ],
				"bgfillcolor_autogradient" : 0.79
			}

		}
, 		{
			"box" : 			{
				"maxclass" : "message",
				"text" : "https://nineteen95.stores.jp/",
				"patching_rect" : [ 1879.0, 783.0, 181.0, 23.0 ],
				"outlettype" : [ "" ],
				"fontsize" : 12.0,
				"textcolor" : [ 0.0, 0.0, 0.0, 1.0 ],
				"fontname" : "Lucida Grande",
				"id" : "obj-35",
				"numinlets" : 2,
				"numoutlets" : 1,
				"gradient" : 0,
				"bgcolor" : [ 0.866667, 0.866667, 0.866667, 0.0 ],
				"bgfillcolor_type" : "gradient",
				"bgfillcolor_color1" : [ 0.866667, 0.866667, 0.866667, 0.0 ],
				"bgfillcolor_color2" : [ 0.07451, 0.027451, 1.0, 1.0 ],
				"bgfillcolor_color" : [ 0.2, 0.2, 0.2, 1 ],
				"bgfillcolor_autogradient" : 0.79
			}

		}
, 		{
			"box" : 			{
				"maxclass" : "message",
				"text" : ";\rmax launchbrowser $1",
				"linecount" : 2,
				"patching_rect" : [ 1879.0, 815.0, 114.0, 30.0 ],
				"outlettype" : [ "" ],
				"fontsize" : 9.0,
				"fontname" : "Verdana",
				"id" : "obj-58",
				"numinlets" : 2,
				"hidden" : 1,
				"numoutlets" : 1
			}

		}
 ],
	"lines" : [ 		{
			"patchline" : 			{
				"source" : [ "obj-38", 0 ],
				"destination" : [ "obj-35", 0 ]
			}

		}
, 		{
			"patchline" : 			{
				"source" : [ "obj-35", 0 ],
				"destination" : [ "obj-58", 0 ],
				"hidden" : 1
			}

		}
 ],
	"appversion" : 	{
		"major" : 8,
		"minor" : 1,
		"revision" : 10,
		"architecture" : "x64",
		"modernui" : 1
	}
,
	"classnamespace" : "box"
}

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?