Skip to content

Commit 43da83e

Browse files
committed
update example tool manifests
1 parent aa69f46 commit 43da83e

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed
-3.65 KB
Binary file not shown.

tools/com.renoise.ExampleTool.xrnx/manifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<RenoiseScriptingTool doc_version="0">
33
<ApiVersion>6.2</ApiVersion>
44
<Id>com.renoise.ExampleTool</Id>
5-
<Version>1.0</Version>
5+
<Version>1.2</Version>
66
<Author>taktik [[email protected]]</Author>
77
<Name>Renoise Scripting Tool Example</Name>
88
<Category>Development</Category>
9-
<Description>A XRNX tool which describes step by step and in depth how to create Renoise XRNX tools. Please have a look at the source files of this tool (manifest.xml and main.lua) for more info. Also creates a new menu 'Example Tool' in the global 'Tools' menu.</Description>
9+
<Description>Example tool which describes step by step and in depth how to create Renoise XRNX tools. Please have a look at the source files of this tool (manifest.xml and main.lua) for more info. Also creates a new menu 'Example Tool' in the global 'Tools' menu.</Description>
1010
<Homepage>http://scripting.renoise.com</Homepage>
11-
<Icon>icon.png</Icon>
11+
<License>MIT</License>
1212
<Platform>Windows, Mac, Linux</Platform>
1313
</RenoiseScriptingTool>

tools/com.renoise.ExampleToolGui.xrnx/manifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<RenoiseScriptingTool doc_version="0">
33
<ApiVersion>6.2</ApiVersion>
44
<Id>com.renoise.ExampleToolGui</Id>
5-
<Version>2.0</Version>
5+
<Version>1.2</Version>
66
<Author>taktik [[email protected]]</Author>
77
<Name>Renoise ViewBuilder API Example</Name>
88
<Category>Development</Category>
9-
<Description>A XRNX tool which describes step by step how to create custom GUIs for your Renoise XRNX tools. Please have a look at the source files of this tool (manifest.xml and main.lua) for more info. Also creates a new menu 'Example Tool GUI' in the global 'Tools' menu.</Description>
9+
<Description>Example tool which describes step by step how to create custom GUIs for your Renoise XRNX tools. Please have a look at the source files of this tool (manifest.xml and main.lua) for more info. Also creates a new menu 'Example Tool GUI' in the global 'Tools' menu.</Description>
10+
<License>MIT</License>
1011
<Homepage>http://scripting.renoise.com</Homepage>
1112
</RenoiseScriptingTool>

tools/com.renoise.ExampleToolSlicedProcess.xrnx/manifest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
<RenoiseScriptingTool doc_version="0">
33
<ApiVersion>6.2</ApiVersion>
44
<Id>com.renoise.ExampleToolSlicedProcess</Id>
5-
<Version>2.0</Version>
5+
<Version>1.2</Version>
66
<Author>taktik [[email protected]]</Author>
7-
<Name>Renoise Scripting Tool Example</Name>
7+
<Name>Renoise Tool Processing Example</Name>
88
<Category>Development</Category>
99
<Description>Example tool that shows how to use coroutines to slice up processing functions.</Description>
10+
<License>MIT</License>
11+
<Homepage>http://scripting.renoise.com</Homepage>
1012
</RenoiseScriptingTool>

0 commit comments

Comments
 (0)