Renoise


Renoise is a digital audio workstation based upon the heritage and development of tracker software. Its primary use is the composition of music using sound samples, soft synths, and effects plug-ins. It is also able to interface with MIDI and OSC equipment. The main difference between Renoise and other music software is the characteristic vertical timeline sequencer used by tracking software.

History

Renoise was originally based on the code of another tracker called NoiseTrekker, made by Juan Antonio Arguelles Rius. Then unnamed Renoise project was initiated by Eduard Müller and Zvonko Tesic during December 2000. The development team planned to take tracking software into a new standard of quality, enabling tracking scene composers to make audio of the same quality as other existing professional packages, while still keeping the proven layout that originated with Soundtracker in 1987. Version 1.0 was released in June 2002. Over the years the development team has grown to distribute the tasks of testing, administrative, support and web duties among several people.

Features

Renoise currently runs under recent versions of Windows, Mac OS X and Linux.
Renoise has full MIDI and MIDI sync support, VST 2.0 plugin support, ASIO multi I/O cards support, integrated sampler and sample editor, internal real-time DSP effects with unlimited number of effects per track, master and send tracks, full automation of all commands, Hi-Fi wav/aiff rendering, Rewire support, etc.
Supported sample formats
WAV, AIFF, FLAC, Ogg, MP3, CAF
Supported effects standards
VSTi, AU, LADSPA, DSSI
Renoise also features a Signal Follower and cross-track routing. The Signal Follower analyzes the audio output of a track and automates user-specified parameters based on the values it generates. Cross-track routing sends the automation of any Meta Device to any track. Computer Music magazine considered the combination of these two features to "open up some incredibly powerful control possibilities", and demonstrated how the signal triggered by a drum loop could control the filter cutoff frequency on a bass sound.
Renoise includes an arranging tool called the "pattern matrix", full cross-track modulation routing, built-in effects including a signal-follower metadevice that allows sidechain functionality, automatic softsynth-to-sample instrument rendering, and improved MIDI mapping.

Versions

Renoise is available as either a demo or a commercial version. The demo version excludes rendering to.WAV, ASIO support in Windows and a few other features. Also, the demo version has nag screens. The commercial version includes high quality WAV rendering and ASIO support.

Development

With the introduction of Lua scripting in version 2.6, users can expand Renoise. They are encouraged to share their work on the centralized Renoise Tools web page.

XRNS file format

The XRNS file format is native to Renoise. It is based on the XML standard, and is readable in a normal text editor. This open XML-based file format also makes it possible for anyone to develop 3rd party applications and other systems in order to manipulate file content.

3rd party tools

A project for creating PHP scripts utilities for needed advanced edit tasks has been set up at SourceForge: XRNS-PHP project.
In August 2007, a functional XRNS2MIDI script was published by Renoise team member Bantai. It enables Renoise users, via an external frontend, to convert native songs into regular MIDI files and thus exporting their work for use in conventional piano-roll sequencers such as Cubase or Reason.
Since version 2.6, it is possible to extend Renoise capabilities by writing plugins in the Lua programming language. A specific tools mini site has been created to showcase these. Almost any aspect of the program, except realtime audio data mangling, can be scripted using the native Renoise Lua API.