Tools and Utilities

The following 3rd party tools help you with tasks related to Renoise, such as listing all installed and used VSTs, printing shortcuts, organizing songs and manipulating pattern data.

If you created a tool for Renoise and want to be listed here, drop us a message.

Renoise Multisample Instrument Creator

Normally, if you want to use this multisampled instrument in Renoise, you load each sample into the multisample location in the Renoise sampler, and you use the splitmap to assign each sample to its intended place on the keyboard. But RIMC does the hard work for you.

Renoise Multisample Instrument Creator

Download

Author: Organix
Website: http://organix.inque.org/index.php?page=renoise-multisample-instrument-creator

FlicFlac Audio Converter

FlicFlac is a simple utility for converting WAV, FLAC, MP3 and OGG files to any of the other formats. It requires no installation and is provided free of charge.

FlicFlac Audio Converter

Download

Author: Icarus
Website: http://sector-seven.net/utilities/flicflac-converter
Discuss on forum: Flicflac - Flac2wav / Wav2flac Single-exe Converter

Tuplet Calculator

A web-based tuplet calculator that generates delay commands. Triplets, sextuplets, and other more common configurations work well.

tuplet calculator

Run in your browser

Renoise Tuplet Calculator

Author: Carl Corcoran (tenfour)
Discuss on forum: Renoise Tuplet Calculator

XRNIRipper

With XRNIRipper you can rip Instruments and samples from XRNS and XRNI files. XRNIRipper can also compress a Renoise file with Ogg Vorbis. This reduces the filesize by a factor 5 to 10, useful for sharing songs.

XRNIRipper runs on any platform with Java Runtime 5 or higher installed.

Project Website

XRNIRipper

Author: Bantai
Discuss on forum: Xrniripper: sample ripper and ogg converter

NRenoiseTools

NRenoiseTools provides a .NET collection of tools to easily manipulate XRNS Renoise Song and XRNI Renoise Instrument File Formats.

This project is composed of a library to easily manipulate XRNS and XRNI files in any .NET language, and tools to manipulate XRNS and XRNI Renoise files.

  • XRNS2MIDI: a converter able to convert a XRNS song to a Midi AMF 1/2 File format
  • XRNS2XRNI: an extractor able to extract all the instruments from a song and save them to independent XRNI files.
  • XsdRenoiseParser: specially developed application to build an optimized XSD based on the original XSD Renoise Model files (RenoiseSong, RenoiseInstrument, RenoiseDeviceChain).

Project Website

NRenoiseTools

Author: alx
Discuss on forum: A Renoise Xrns/xrni Library And Tools In .net

musicGen

musicGen is flash based track generator that allows for chords and can generate previews.

Download

Author: Luxveritas
Discuss on forum: Yet Another Renoise Track Generator

Renoise Scale And Chord Helper

Most contemporary music follows the same classical patterns of scales and chords. This program helps you to learn the purpose of musical scales and chords, or assists you in general song writing as a reference.

Download

Author: Suva
Discuss on forum: Renoise Scale And Chord Helper

The RPG - The Renoise Phrase Generator

RPG is a utility that generates random tracks for Renoise, based on a user-defined set of parameters. RPG is capable of working inside Renoise. You may press a hotkey to generate new tracks and paste them directly into Renoise.

Renoise Phrase Generator

Download

Author: Icarus
Website: http://sector-seven.net/z/rpg/
Discuss on forum: RPG - The Renoise Phrase Generator

Renoise Track Generator

A Javascript based program that copies a randomly generated track to the clipboard, to be pasted into Renoise.

Author`s comments:

I suppose the controls are pretty self explanatory. Simply put, you drag the sliders to set probabilities for the notes you wish to be part of the sequence, for the octave distribution, then probability for a note to appear on each position (64 lines hard-coded), and velocty curve for the generated sequence. Then hit `Generate` and you have it. Copy the XML data and paste it on a track in your Renoise pattern. I managed to get some pretty neat melodies, basslines and drum sequences with it. Try it if you like. Let me know if you have any ideas for improvement. I feel kinda enthusiastic about developing this little thing further.

Download

Author: Subset
Website: http://renoise.hit.bg/
Discuss on forum: Aleatoric Sequence Generator For Renoise

Psymachine

Psymachine is a melody generator for Renoise. The program generates a track and copies it into the clipboard, which can be pasted directly into Renoise.

Psymachine is only available for Windows.

Download

Author: Tenda
Website: www.mikseri.net/tenda/

Renoise XRNS-PHP Scripts

The XRNS-PHP project is a collection of scripted tools for Renoise. The XRNS Script Frontend provides a graphical interface for the PHP scripts.

The XRNS Script Frontend runs currently only on Windows. On other platforms you need PHP to run the scripts from the command-line.

Download

Author: Alexander Stoica, Dac Chartrand, Fabio Napadano, Marvin Tjon, Mick Rippon
Website: XRNS-PHP Official Website

XRNS ListVST

XRNS ListVST extracts and displays information from Renoise songs. Helps maintain your VST plugin collection.

Example usage:

  • find plugins on your disk which you do not use so you can uninstall or delete them
  • check for missing plugins in a song and Google for them with a simple double click
  • quickly check required plugins for a song, useful for collaborations
  • easily find songs with a certain speed and tempo

Download

Author: BeatSlaughter
Website: www.beatslaughter.de

Clip2Code

Want to show someone how you a snippet of your pattern looks like? Clip2Code converts Renoise Pattern data from the clipboard to a HTML string representation.

Download

Author: Mick Rippon
Website: www.mickrippon.com

RiGen

A Renoise Instrument generator for Windows.

rigenr

Drag `n drop samples or folders containing .WAV samples onto RiGen.exe and you will get an XRNI instrument. Rigen will take care of loops in .WAV files. This application is great for batch creating XRNI instruments. Source included. Note that you can also easily create instruments from within Renoise by dropping multiple samples from Disk Browser into the Sample List.

Download

Author: Vincent Voois
Website: www.vincentvoois.com

XRNS PHP Reader

PHP script that accesses and displays data from a Renoise song. Unzips the xrns file on the server, then parses songs.xml. At this stage the script is limited to GlobalSongData. Eventually the script should allow you to parse a complete song and could grow out to a fully blown XRNS API for PHP.

Download

Author: Mick Rippon
Website: www.mickrippon.com

Developing Tools

Since Renoise 1.8, songs are saved as zipped achives. The archive contains samples and a file called songs.xml. Many widgets also use xml for input and output. For example, when you copy a selection in the Pattern Editor, the clipboard contains xml. You can edit the clipboard contents in a external editor and paste it back into Renoise.