# How to connect Processing with Renoise via OSC

**URL:** https://discourse.processing.org/t/how-to-connect-processing-with-renoise-via-osc/13658
**Category:** Libraries
**Created:** [August 28, 2019, 12:47am UTC](https://discourse.processing.org/t/how-to-connect-processing-with-renoise-via-osc/13658 "2019-08-28T00:47:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![animanoir](https://avatars.discourse-cdn.com/v4/letter/a/e495f1/32.png) [@animanoir](https://discourse.processing.org/u/animanoir)
#### Post date: [August 28, 2019, 12:47am UTC](https://discourse.processing.org/t/how-to-connect-processing-with-renoise-via-osc/13658/1 "2019-08-28T00:47:13Z")

</div>

Hi. I’ve fallen in absolute love with Renoise, and I wish to connect it to Processing to trigger images, animations, etc.

So I’m an intermediate programmer, not lost at all, but I don’t know how I could setup Renoise to send MIDI or something messages to P5 for it to trigger images.

Any starter kit?

---

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [August 28, 2019, 12:51am UTC](https://discourse.processing.org/t/how-to-connect-processing-with-renoise-via-osc/13658/2 "2019-08-28T00:51:55Z")

</div>

Looks like it can send MIDI or OSC. Check out their documentation.

[https://tutorials.renoise.com/wiki/MIDI#MIDI\_Output](https://tutorials.renoise.com/wiki/MIDI#MIDI_Output)  
[https://tutorials.renoise.com/wiki/Open\_Sound\_Control](https://tutorials.renoise.com/wiki/Open_Sound_Control)

Your sketch would then listen using either OSCp5 or TheMIDIbus, installable via Contributions Manager and with examples.

[http://www.sojamo.de/libraries/oscp5/](http://www.sojamo.de/libraries/oscp5/)  
[http://www.smallbutdigital.com/projects/themidibus/](http://www.smallbutdigital.com/projects/themidibus/)
