Open Sound Control: Difference between revisions

From Renoise User Manual
Jump to: navigation, search
imported>Achenar
No edit summary
imported>Taktik
No edit summary
Line 32: Line 32:
=== The Default OSC Implementation of Renoise ===
=== The Default OSC Implementation of Renoise ===


* '''/evaluate(string)'''
* '''/renoise/evaluate(string)'''
Evaluate a custom Lua expression ''(e.g. renoise.song().transport.bpm = 234)''.
Evaluate a custom Lua expression ''(e.g. renoise.song().transport.bpm = 234)''.


* '''/song/bpm(number)'''
* '''/renoise/song/bpm(number)'''
Set the song's [[Transport_Panel|current BPM]] value [32 - 999].
Set the song's [[Transport_Panel|current BPM]] value [32 - 999].


* '''/song/edit/mode(boolean)'''
* '''/renoise/song/edit/mode(boolean)'''
Set the song's global [[Recording_and_Editing_Notes#Edit_Mode|Edit Mode]] on or off.
Set the song's global [[Recording_and_Editing_Notes#Edit_Mode|Edit Mode]] on or off.


* '''/song/edit/octave(number)'''
* '''/renoise/song/edit/octave(number)'''
Set the song's [[Transport_Panel|current octave]] value [0 - 8].
Set the song's [[Transport_Panel|current octave]] value [0 - 8].


* '''/song/edit/pattern_follow(boolean)'''
* '''/renoise/song/edit/pattern_follow(boolean)'''
Enable or disable the global [[Transport_Panel|Pattern Follow]] mode.
Enable or disable the global [[Transport_Panel|Pattern Follow]] mode.


* '''/song/edit/step(number)'''
* '''/renoise/song/edit/step(number)'''
Set the song's current [[Pattern_Editor#Pattern_Editor_Control_Panel|Edit Step]] value [0 - 8].
Set the song's current [[Pattern_Editor#Pattern_Editor_Control_Panel|Edit Step]] value [0 - 8].


* '''/song/lpb(number)'''
* '''/renoise/song/lpb(number)'''
Set the song's current [[Transport_Panel|Lines Per Beat]] value [1 - 255].
Set the song's current [[Transport_Panel|Lines Per Beat]] value [1 - 255].


* '''/song/record/chord_mode(boolean)'''
* '''/renoise/song/record/chord_mode(boolean)'''
Enable or disable the global [[Pattern_Editor#Pattern_Editor_Control_Panel|Chord Mode]].
Enable or disable the global [[Pattern_Editor#Pattern_Editor_Control_Panel|Chord Mode]].


* '''/song/record/quantization_step(number)'''
* '''/renoise/song/record/quantization_step(number)'''
Set the global [[Pattern_Editor#Pattern_Editor_Control_Panel|Record Quantization]] step value [1 - 32].
Set the global [[Pattern_Editor#Pattern_Editor_Control_Panel|Record Quantization]] step value [1 - 32].


* '''/song/record/quantization(boolean)'''
* '''/renoise/song/record/quantization(boolean)'''
Enable or disable the global [[Pattern_Editor#Pattern_Editor_Control_Panel|Record Quantization]].
Enable or disable the global [[Pattern_Editor#Pattern_Editor_Control_Panel|Record Quantization]].


* '''/song/sequence/schedule_add(number)'''
* '''/renoise/song/sequence/schedule_add(number)'''
Add a scheduled [[Pattern_Sequencer#Triggering_Patterns|sequence playback position]].
Add a scheduled [[Pattern_Sequencer#Triggering_Patterns|sequence playback position]].


* '''/song/sequence/schedule_set(number)'''
* '''/renoise/song/sequence/schedule_set(number)'''
Replace the currently scheduled [[Pattern_Sequencer#Triggering_Patterns|sequence playback]] position.
Replace the currently scheduled [[Pattern_Sequencer#Triggering_Patterns|sequence playback]] position.


* '''/song/sequence/slot_mute(number, number)'''
* '''/renoise/song/sequence/slot_mute(number, number)'''
Mute the [[Pattern_Matrix#Muting_Blocks|specified track at the specified sequence slot]] in the matrix.
Mute the [[Pattern_Matrix#Muting_Blocks|specified track at the specified sequence slot]] in the matrix.


* '''/song/sequence/slot_unmute(number, number)'''
* '''/renoise/song/sequence/slot_unmute(number, number)'''
Unmute the [[Pattern_Matrix#Muting_Blocks|specified track at the specified sequence slot]] in the matrix.
Unmute the [[Pattern_Matrix#Muting_Blocks|specified track at the specified sequence slot]] in the matrix.


* '''/song/sequence/trigger(number)'''
* '''/renoise/song/sequence/trigger(number)'''
Set the playback position to the specified [[Pattern_Sequencer#Triggering_Patterns|sequence position]].
Set the playback position to the specified [[Pattern_Sequencer#Triggering_Patterns|sequence position]].


* '''/song/tpl(number)'''
* '''/renoise/song/tpl(number)'''
Set the song's current [[Song_Settings#Player_Options|Ticks Per Line]] value [1 - 16].
Set the song's current [[Song_Settings#Player_Options|Ticks Per Line]] value [1 - 16].


* '''/song/track/XXX/device/XXX/bypass(boolean)'''
* '''/renoise/song/track/XXX/device/XXX/bypass(boolean)'''
Set the [[Track_DSPs#Common_Effect_Layout_and_Controls|bypass status]] of a device [true or false].<br />
Set the [[Track_DSPs#Common_Effect_Layout_and_Controls|bypass status]] of a device [true or false].<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/song/track/XXX/device/XXX/set_parameter_by_index(number, number)'''
* '''/renoise/song/track/XXX/device/XXX/set_parameter_by_index(number, number)'''
Set the parameter value of [[Track_DSPs|a device]] [0 - 1].<br />
Set the parameter value of [[Track_DSPs|a device]] [0 - 1].<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/song/track/XXX/device/XXX/set_parameter_by_name(string, number)'''
* '''/renoise/song/track/XXX/device/XXX/set_parameter_by_name(string, number)'''
Set the parameter value of [[Track_DSPs|a device]] [0 - 1].<br />
Set the parameter value of [[Track_DSPs|a device]] [0 - 1].<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/song/track/XXX/mute'''
* '''/renoise/song/track/XXX/mute'''
Mute track XXX.<br />
Mute track XXX.<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/song/track/XXX/output_delay(number)'''
* '''/renoise/song/track/XXX/output_delay(number)'''
Set track XXX's delay in ms [-100 - 100].<br />
Set track XXX's delay in ms [-100 - 100].<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/song/track/XXX/postfx_panning(number)'''
* '''/renoise/song/track/XXX/postfx_panning(number)'''
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|post FX panning]] [-50 - 50].<br />
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|post FX panning]] [-50 - 50].<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/song/track/XXX/postfx_volume_db(number)'''
* '''/renoise/song/track/XXX/postfx_volume_db(number)'''
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|post FX volume]] in dB [-200 -  3].<br />
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|post FX volume]] in dB [-200 -  3].<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/song/track/XXX/postfx_volume(number)'''
* '''/renoise/song/track/XXX/postfx_volume(number)'''
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|post FX volume]] [0 - db2lin(3)].<br />
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|post FX volume]] [0 - db2lin(3)].<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/song/track/XXX/prefx_panning(number)'''
* '''/renoise/song/track/XXX/prefx_panning(number)'''
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|pre FX panning]] [-50 - 50].<br />
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|pre FX panning]] [-50 - 50].<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/song/track/XXX/prefx_volume_db(number)'''
* '''/renoise/song/track/XXX/prefx_volume_db(number)'''
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|pre FX volume]] in dB [-200 - 3].<br />
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|pre FX volume]] in dB [-200 - 3].<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/song/track/XXX/prefx_volume(number)'''
* '''/renoise/song/track/XXX/prefx_volume(number)'''
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|pre FX volume]] [0 - db2lin(3)].<br />
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|pre FX volume]] [0 - db2lin(3)].<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/song/track/XXX/prefx_width(number)'''
* '''/renoise/song/track/XXX/prefx_width(number)'''
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|pre FX width]] [0, 1].<br />
Set track XXX's [[Mixer#Pre.2FPost_Volume_and_Panning_Concept|pre FX width]] [0, 1].<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/song/track/XXX/solo'''
* '''/renoise/song/track/XXX/solo'''
Solo track XXX.<br />
Solo track XXX.<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/song/track/XXX/unmute'''
* '''/renoise/song/track/XXX/unmute'''
Unmute track XXX.<br />
Unmute track XXX.<br />
''(XXX is the device index, -1 chooses the currently selected device)''
''(XXX is the device index, -1 chooses the currently selected device)''


* '''/transport/continue'''
* '''/renoise/transport/continue'''
Continue playback.
Continue playback.


* '''/transport/loop/block_move_backwards'''
* '''/renoise/transport/loop/block_move_backwards'''
Move the [[Transport_Panel|Block Loop]] one segment backwards
Move the [[Transport_Panel|Block Loop]] one segment backwards


* '''/transport/loop/block_move_forwards'''
* '''/renoise/transport/loop/block_move_forwards'''
Move the [[Transport_Panel|Block Loop]] one segment forwards
Move the [[Transport_Panel|Block Loop]] one segment forwards


Line 148: Line 148:
Enable or disable pattern [[Transport_Panel|Block Loop]].
Enable or disable pattern [[Transport_Panel|Block Loop]].


* '''/transport/loop/pattern(boolean)'''
* '''/renoise/transport/loop/pattern(boolean)'''
Enable or disable [[Transport_Panel|looping the current pattern]].
Enable or disable [[Transport_Panel|looping the current pattern]].


* '''/transport/loop/sequence(number, number)'''
* '''/renoise/transport/loop/sequence(number, number)'''
Disable or set a new [[Pattern_Sequencer#Looping_Patterns|sequence loop]] range.
Disable or set a new [[Pattern_Sequencer#Looping_Patterns|sequence loop]] range.


* '''/transport/panic'''
* '''/renoise/transport/panic'''
Stop playback and silence all playing instruments and DSPs.
Stop playback and silence all playing instruments and DSPs.


* '''/transport/start'''
* '''/renoise/transport/start'''
Start playback or restart playing the current pattern.
Start playback or restart playing the current pattern.


* '''/transport/stop'''
* '''/renoise/transport/stop'''
Stop playback.
Stop playback.


* '''/trigger/midi(number)'''
* '''/renoise/trigger/midi(number)'''
Trigger a raw MIDI event.<br />
Trigger a raw MIDI event.<br />
''arg#1: the MIDI event as number''
''arg#1: the MIDI event as number''


* '''/trigger/note_off(number, number, number)'''
* '''/renoise/trigger/note_off(number, number, number)'''
Trigger a Note-Off.<br />
Trigger a Note-Off.<br />
''arg#1: instrument (-1 chooses the currently selected one)''<br />
''arg#1: instrument (-1 chooses the currently selected one)''<br />
Line 173: Line 173:
''arg#3: note value (0-119)''
''arg#3: note value (0-119)''


* '''/trigger/note_on(number, number, number, number)'''
* '''/renoise/trigger/note_on(number, number, number, number)'''
Trigger a Note-On.<br />
Trigger a Note-On.<br />
''arg#1: instrument (-1 for the currently selected one)''<br />
''arg#1: instrument (-1 for the currently selected one)''<br />

Revision as of 19:41, 14 November 2010

Open Sound Control (OSC)

Open Sound Control was created as a successor to the MIDI control protocol. It enables communication between computer software, sound synthesizers and other multimedia devices that support OSC.

Its advantages over MIDI include: an open-ended and dynamic URL-style symbolic naming scheme, symbolic and high-resolution numeric argument data, pattern matching language to specify multiple recipients of a single message, high resolution time tags and "bundles" of messages whose effects must occur simultaneously. The protocol is also not bound by specific hardware (i.e. MIDI cables and ports) and can be transferred across any network connection, even remotely via the internet.

This makes OSC much more powerful than MIDI, but due to its open-ended specification, both the OSC client (which sends OSC data) and the OSC server (which receives data, i.e. Renoise) must be separately configured, unlike MIDI which is essentially "Plug & Play".

For more general information about OSC, see the OSC Wikipedia page and the official OSC homepage.


Setup

Renoise can use OSC in one of two ways:

  1. Using Renoise as an OSC server (OSC receiver) via a preconfigured OSC message set.
  2. Using the fully configurable and customisable Renoise scripting API. This allows you to send and receive any form of OSC message and define your own communication protocol, but obviously requires programming knowledge. See the Scripting API pages for more information.

To setup Renoise as an OSC server, open the OSC options panel by choosing "Edit -> Preferences -> OSC" from the main menu:

File:Vvoois renoise preferences osc.png

  • Enable Server: This starts the Renoise OSC server and the network port is changed to a listening state, so you may get a firewall warning the first time this is enabled.
  • Incoming Messages: This panel simply displays messages relevant to the networking process.
  • Protocol: Select the protocol which the Renoise server will use:
    • Udp: Provides a high transfer rate with lower reliability than Tcp.
    • Tcp: Provides a lower transfer rate than Udp with higher reliability.
  • Port: Select the Port number for messages to be transferred over. Generally, a number greater than 1024 is used.
  • Command List: Lists the various commands that it is possible to use to communicate with Renoise.
  • Explanation Panel: When clicking on a command in the Command List, an explanation of what the command does is displayed here.

The Default OSC Implementation of Renoise

  • /renoise/evaluate(string)

Evaluate a custom Lua expression (e.g. renoise.song().transport.bpm = 234).

  • /renoise/song/bpm(number)

Set the song's current BPM value [32 - 999].

  • /renoise/song/edit/mode(boolean)

Set the song's global Edit Mode on or off.

  • /renoise/song/edit/octave(number)

Set the song's current octave value [0 - 8].

  • /renoise/song/edit/pattern_follow(boolean)

Enable or disable the global Pattern Follow mode.

  • /renoise/song/edit/step(number)

Set the song's current Edit Step value [0 - 8].

  • /renoise/song/lpb(number)

Set the song's current Lines Per Beat value [1 - 255].

  • /renoise/song/record/chord_mode(boolean)

Enable or disable the global Chord Mode.

  • /renoise/song/record/quantization_step(number)

Set the global Record Quantization step value [1 - 32].

  • /renoise/song/record/quantization(boolean)

Enable or disable the global Record Quantization.

  • /renoise/song/sequence/schedule_add(number)

Add a scheduled sequence playback position.

  • /renoise/song/sequence/schedule_set(number)

Replace the currently scheduled sequence playback position.

  • /renoise/song/sequence/slot_mute(number, number)

Mute the specified track at the specified sequence slot in the matrix.

  • /renoise/song/sequence/slot_unmute(number, number)

Unmute the specified track at the specified sequence slot in the matrix.

  • /renoise/song/sequence/trigger(number)

Set the playback position to the specified sequence position.

  • /renoise/song/tpl(number)

Set the song's current Ticks Per Line value [1 - 16].

  • /renoise/song/track/XXX/device/XXX/bypass(boolean)

Set the bypass status of a device [true or false].
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/song/track/XXX/device/XXX/set_parameter_by_index(number, number)

Set the parameter value of a device [0 - 1].
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/song/track/XXX/device/XXX/set_parameter_by_name(string, number)

Set the parameter value of a device [0 - 1].
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/song/track/XXX/mute

Mute track XXX.
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/song/track/XXX/output_delay(number)

Set track XXX's delay in ms [-100 - 100].
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/song/track/XXX/postfx_panning(number)

Set track XXX's post FX panning [-50 - 50].
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/song/track/XXX/postfx_volume_db(number)

Set track XXX's post FX volume in dB [-200 - 3].
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/song/track/XXX/postfx_volume(number)

Set track XXX's post FX volume [0 - db2lin(3)].
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/song/track/XXX/prefx_panning(number)

Set track XXX's pre FX panning [-50 - 50].
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/song/track/XXX/prefx_volume_db(number)

Set track XXX's pre FX volume in dB [-200 - 3].
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/song/track/XXX/prefx_volume(number)

Set track XXX's pre FX volume [0 - db2lin(3)].
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/song/track/XXX/prefx_width(number)

Set track XXX's pre FX width [0, 1].
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/song/track/XXX/solo

Solo track XXX.
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/song/track/XXX/unmute

Unmute track XXX.
(XXX is the device index, -1 chooses the currently selected device)

  • /renoise/transport/continue

Continue playback.

  • /renoise/transport/loop/block_move_backwards

Move the Block Loop one segment backwards

  • /renoise/transport/loop/block_move_forwards

Move the Block Loop one segment forwards

  • /transport/loop/block(boolean)

Enable or disable pattern Block Loop.

  • /renoise/transport/loop/pattern(boolean)

Enable or disable looping the current pattern.

  • /renoise/transport/loop/sequence(number, number)

Disable or set a new sequence loop range.

  • /renoise/transport/panic

Stop playback and silence all playing instruments and DSPs.

  • /renoise/transport/start

Start playback or restart playing the current pattern.

  • /renoise/transport/stop

Stop playback.

  • /renoise/trigger/midi(number)

Trigger a raw MIDI event.
arg#1: the MIDI event as number

  • /renoise/trigger/note_off(number, number, number)

Trigger a Note-Off.
arg#1: instrument (-1 chooses the currently selected one)
arg#2: track (-1 for the current one)
arg#3: note value (0-119)

  • /renoise/trigger/note_on(number, number, number, number)

Trigger a Note-On.
arg#1: instrument (-1 for the currently selected one)
arg#2: track (-1 for the current one)
arg#3: note value (0-119)
arg#4: velocity (0-127)


Note that the default OSC implementation can be extended by editing the file "GlobalOscActions.lua" in the "Scripts" folder, found within the directory where you installed Renoise (on OSX this is found in the app bundle).


Examples

TouchOSC via Duplex

The Duplex Tool comes with a Device preset for TouchOSC, an iPhone / iPod Touch / iPad app, that allows those devices to control Renoise via OSC. To use it, select "TouchOSC" from the "Device" pulldown menu in the Duplex Browser and adjust the configuration as needed within the "Settings" dialog box. Then, using the TouchOSC app on the Apple device, you can change the values of the various knobs and sliders on the screen to control various features of Renoise.

Duplex uses Renoises Scripting API to communicate with touch OSC, so its fully configurable, and can also be used as en example on how to wrap up your own OSC implementation in Renoise.


Pure Data

PD (aka Pure Data) is a real-time graphical programming environment for audio, video, and graphical processing. PD was created to explore ideas of how to further refine the Max paradigm with the core ideas of allowing data to be treated in a more open-ended way and opening it up to applications outside of audio and MIDI, such as graphics and video. There are different versions available to download for PC, Mac and Linux.

Using PD With Renoise Via OSC

  • First install PD, then download, unzip and open the "test-renoise-osc.pd" file within PD.
  • In the top left corner you can set the port number to match the OSC port number you have chosen for Renoise [connect localhost XXXX]. With Edit Mode (Ctrl + E) you can edit the numbers.
  • To the right, you can start and stop playing Renoise with the [send / renoise / transport / start] and [send / renoise / transport / stop] buttons.
  • The test program comes with a set of commands already loaded in. Make sure a sample is loaded into into slot 00 within Renoise and press the "chord-test" button in PD. You should hear a chord being played. You can also click on the individual commands to hear the individual notes.
  • If you would like to enter new OSC messages yourself:
    • Select from the menu "Put -> Message", place the box on the screen and enter your desired command (check the OSC Command List for available commands).
    • Connect the new message box by hovering over the bottom left corner (the cursor will become a circle) then clicking and dragging over to the "sendOSC" box.
    • Cancel edit mode with (Ctrl + E) and click the box to send the message to Renoise via OSC.