command_test.def

来自「Audacity是一款用於錄音和編輯聲音的、免費的開放源碼軟體。它可以執行於Ma」· DEF 代码 · 共 49 行

DEF
49
字号
autogen definitions command_test.tpl;int_type = { 	list_element	= char ;	data_type		= short ;	function		= CHAR_SHORT ;	item_count		= "126" ;	};int_type = { 	list_element	= short ;	data_type		= short ;	function		= SHORT_FUNC ;	item_count		= "BUFFER_SIZE / sizeof (short)" ;	};int_type = { 	list_element	= "24bit" ;	data_type		= int ;	function		= TRIBYTE_FUNC ;	item_count		= "BUFFER_SIZE / sizeof (int)" ;	};int_type = { 	list_element 	= int ;	data_type		= int ;	function		= INT_FUNC ;	item_count		= "BUFFER_SIZE / sizeof (int)" ;	};			float_type = { 	list_element = float ;	};float_type = { 	list_element = double ;	};/*** Do not edit or modify anything in this comment block.** The arch-tag line is a file identity tag for the GNU Arch ** revision control system.**** arch-tag: af57f879-75fa-4131-95f8-8a37e6ac9808*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?