GMU:Tutorials/Networking Tutorials: Difference between revisions

From Medien Wiki
Line 34: Line 34:


For example:
For example:
[https://www.youtube.com/watch?v=4-kFt9_DzXQ&feature=youtu.be]
{{#evt:
service=youtube
|id=https://www.youtube.com/watch?v=4-kFt9_DzXQ&feature=youtu.be
|alignment=right
}}

Revision as of 18:59, 31 July 2016

INTRODUCTION

In this tutorial we look at how to synchronise Iannix with Max MSP via Open Sound Control (OSC).

What is Iannix? Iannix is a graphical open source sequencer that has the ability to sync with a variety of real time software environments such as Max MSP, Pure Data, Super Collider etc. via Open Sound Control (OSC). Iannix is useful as it has a variety of input/output capabilities however for the purpose of this tutorial we focus on how to send values generated in Iannix to Max MSP in order to familiarise ourselves with the Open Sound Control protocol.

What is Open Sound Control? Open sound control is a protocol for communication among computers and multimedia devices. It can be utilised to communicate data between different software platforms locally and remotely.

What is Max MSP? Max MSP is a visual programming language that enables you to construct complex interactive systems for music and multimedia environments. It is particularly useful for the performance platform in order to design custom responsive audio environments from incoming visual data.


PREPARATION

Ensure Iannix is installed. http://www.iannix.org/en/download-iannix/
Ensure Max MSP is installed. Demo version here: https://cycling74.com/downloads

Configure Iannix to send data via OSC

1. Open Iannix.
2. In the inspector go to the configuration tab and select network as pictured below.

Configure.png

3. Make sure Enable OSC is on.
4. In the Default IP tab enter the IP address of the receiver. Use the default IP 127.0.0.1 if you are running both programs on the same computer.
5. The default port for sending data out of Iannix is 57210 as pictured.

Now you are set up and ready to send data to Max MSP. In order to generate some values to be sent to Max we need to create a new score in Iannix. You can either select one of the examples in the files menu found in the inspector or you can create a new score from scratch.

For example: