Tools: Difference between revisions

From Renoise User Manual
Jump to: navigation, search
No edit summary
No edit summary
Line 7: Line 7:
The Tools are built upon the Renoise Scripting API, a feature introduced back in version 2.6 that allows users to code their own extensions and features with [https://www.lua.org Lua], a free light-weight programming language.  
The Tools are built upon the Renoise Scripting API, a feature introduced back in version 2.6 that allows users to code their own extensions and features with [https://www.lua.org Lua], a free light-weight programming language.  


So if you have an idea for customising Renoise and want to know how to begin creating your own Tools, just visit [https://github.com/renoise/xrnx our scripting Github page] and download the XrnxStarterPack. With a few lines of code, you can build the things that you always wanted Renoise to have.
Clicking "Read The Docs" at the top of the ‘Terminal’ panel will take you to [https://github.com/renoise/xrnx our scripting Github page], where you can download documentation, a guide, example tools and the Starter Pack. So if you have an idea for customising Renoise and want to know how to begin creating your own Tools, just visit [https://github.com/renoise/xrnx the page]. With a few lines of code, you can build the things that you always wanted Renoise to have.
 
If you find yourself wanting to increase or decrease the size of the text in the coding window, then this can be done with ''"Ctrl/Cmd + I"'' or ''"Ctrl/Cmd + U"''. Those options can also be selected within the View menu, where there’s another option to reset the text back to its default size.


You may find it useful to watch [https://youtu.be/E3ZfSlQ8m_4 our video on this subject].
You may find it useful to watch [https://youtu.be/E3ZfSlQ8m_4 our video on this subject].




[[Image:3.4_tools-scriptingterminal.png]]
[[Image:3.5_tools-scriptingterminal.png]]

Revision as of 10:51, 8 July 2025

Tools

Tools are scripts that can be plugged into Renoise to add new capabilities and features. They can be found and downloaded on the Tools section of our site. To install a downloaded Tool, simply double-click on the .xrnx file or drag and drop it onto a Renoise window. Installed Tools can be automatically updated by selecting Find Tool Updates from the Help menu.

Looking for features on the bleeding edge? Then check out the Tool Announcement forum for unreleased Tools and updates that members of our community have under development.

The Tools are built upon the Renoise Scripting API, a feature introduced back in version 2.6 that allows users to code their own extensions and features with Lua, a free light-weight programming language.

Clicking "Read The Docs" at the top of the ‘Terminal’ panel will take you to our scripting Github page, where you can download documentation, a guide, example tools and the Starter Pack. So if you have an idea for customising Renoise and want to know how to begin creating your own Tools, just visit the page. With a few lines of code, you can build the things that you always wanted Renoise to have.

If you find yourself wanting to increase or decrease the size of the text in the coding window, then this can be done with "Ctrl/Cmd + I" or "Ctrl/Cmd + U". Those options can also be selected within the View menu, where there’s another option to reset the text back to its default size.

You may find it useful to watch our video on this subject.


3.5 tools-scriptingterminal.png