You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/com.renoise.ExampleTool.xrnx/manifest.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
<RenoiseScriptingTooldoc_version="0">
3
3
<ApiVersion>6.2</ApiVersion>
4
4
<Id>com.renoise.ExampleTool</Id>
5
-
<Version>1.0</Version>
5
+
<Version>1.2</Version>
6
6
<Author>taktik [taktik@renoise.com]</Author>
7
7
<Name>Renoise Scripting Tool Example</Name>
8
8
<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>
Copy file name to clipboardExpand all lines: tools/com.renoise.ExampleToolGui.xrnx/manifest.xml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
<RenoiseScriptingTooldoc_version="0">
3
3
<ApiVersion>6.2</ApiVersion>
4
4
<Id>com.renoise.ExampleToolGui</Id>
5
-
<Version>2.0</Version>
5
+
<Version>1.2</Version>
6
6
<Author>taktik [taktik@renoise.com]</Author>
7
7
<Name>Renoise ViewBuilder API Example</Name>
8
8
<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>
0 commit comments