<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openlighting.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aknot242</id>
		<title>wiki.openlighting.org - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openlighting.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aknot242"/>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php/Special:Contributions/Aknot242"/>
		<updated>2026-05-20T06:50:37Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=4701</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=4701"/>
				<updated>2013-03-05T03:23:48Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: /* Download and Install OLA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== How to use the OlaOutput Max External ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''This article describes how to configure OlaOutput on Mac OS X 10.5 (or greater) for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Download and Install OLA==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Download the latest build of OLA from [http://code.google.com/p/linux-lighting/downloads/list here] and install it. OlaOutput is only compatible with OS X (for now).&lt;br /&gt;
&lt;br /&gt;
*IMPORTANT: If you are planning on [http://opendmx.net/index.php/OLA_Install_Using_MacPorts installing OLA via MacPorts], you must install OLA with the '''+universal''' option&lt;br /&gt;
&lt;br /&gt;
*OLA is a separate application from Ableton Live and Max/MSP/Jitter. To use OlaOutput to send DMX, you need to start the OLA daemon first. &lt;br /&gt;
'''NOTE:''' Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;olad&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This starts the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
==Configure OLA==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*OLA has a HTTP web interface for configuration. You can access it at: [http://localhost:9090 http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*OLA won’t do anything until it’s configured. You need to setup which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. A universe value of 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you’ve done this, click ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Click on the 'Console' link, and use the sliders to test that OLA is controlling your DMX devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Install and Use OlaOutput in Max/MSP/Jitter==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*To install OlaOutput as a Max/MSP external, [http://code.google.com/p/olaoutput/downloads/list download the latest version] and place the files in a folder somewhere on your system. Make a note of this path for the next step.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Load Max/MSP. Choose ''Options&amp;gt;File Preferences…''. Then use the plus button on the lower left to add the path to the folder containing the externals you wish to install. This will tell Max to look in this folder for externals to use. Make sure you keep the files in this place, or Max will be unable to locate them. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Create a new Max patcher, and add an OlaObject to the canvas. If Max is unable to find OlaOutput, it will log a message to its output window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The OlaOutput object has 2 inlets. The left inlet is used to send a series of DMX messages using the list structure. The (optional) right inlet is used to set the universe that is the destination for messages. For further details about how to use OlaOutput in Max, consult the ''OlaOutput.maxhelp'' file included in the download.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Create a message object in Max with the values &amp;lt;code&amp;gt;128 200 250&amp;lt;/code&amp;gt; (separated by spaces). Connect the outlet of this message object to the left inlet of the OlaOutput object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Lock the patcher, and click on the message object. The above values (128, 200, 250) should be sent out to channels 1, 2, 3 respectively.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Wrapping Up==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you’re done, you can shut down olad using the 'stop olad' link on the ‘Home’ page of OLA's web interface. OLA will remember your universe patchings next time you start it up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help and information about OLA, visit the [[OLA| OLA Wiki]] page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Articles]]&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3320</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3320"/>
				<updated>2010-04-17T04:25:52Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== How to use the OlaOutput Max External ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''This article describes how to configure OlaOutput on Mac OS X 10.5 (or greater) for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Download and Install OLA==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Download the latest build of OLA from [http://code.google.com/p/linux-lighting/downloads/list here] and install it. OlaOutput is only compatible with OS X (for now).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*OLA is a separate application from Ableton Live and Max/MSP/Jitter. To use OlaOutput to send DMX, you need to start the OLA daemon first. &lt;br /&gt;
'''NOTE:''' Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;olad&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This starts the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configure OLA==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*OLA has a HTTP web interface for configuration. You can access it at: [http://localhost:9090 http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*OLA won’t do anything until it’s configured. You need to setup which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. A universe value of 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you’ve done this, click ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Click on the 'Console' link, and use the sliders to test that OLA is controlling your DMX devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Install and Use OlaOutput in Max/MSP/Jitter==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*To install OlaOutput as a Max/MSP external, [http://code.google.com/p/olaoutput/downloads/list download the latest version] and place the files in a folder somewhere on your system. Make a note of this path for the next step.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Load Max/MSP. Choose ''Options&amp;gt;File Preferences…''. Then use the plus button on the lower left to add the path to the folder containing the externals you wish to install. This will tell Max to look in this folder for externals to use. Make sure you keep the files in this place, or Max will be unable to locate them. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Create a new Max patcher, and add an OlaObject to the canvas. If Max is unable to find OlaOutput, it will log a message to its output window.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The OlaOutput object has 2 inlets. The left inlet is used to send a series of DMX messages using the list structure. The (optional) right inlet is used to set the universe that is the destination for messages. For further details about how to use OlaOutput in Max, consult the ''OlaOutput.maxhelp'' file included in the download.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Create a message object in Max with the values &amp;lt;code&amp;gt;128 200 250&amp;lt;/code&amp;gt; (separated by spaces). Connect the outlet of this message object to the left inlet of the OlaOutput object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Lock the patcher, and click on the message object. The above values (128, 200, 250) should be sent out to channels 1, 2, 3 respectively.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Wrapping Up==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you’re done, you can shut down olad using the 'stop olad' link on the ‘Home’ page of OLA's web interface. OLA will remember your universe patchings next time you start it up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help and information about OLA, visit [http://opendmx.net/index.php/OLA the OLA Wiki].&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3319</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3319"/>
				<updated>2010-04-17T04:23:07Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: /* Install and Use OlaOutput in Max/MSP/Jitter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== How to use the OlaOutput Max External ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article describes how to configure OlaOutput on Mac OS X 10.5 (or greater) for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
&lt;br /&gt;
==Download and Install OLA==&lt;br /&gt;
&lt;br /&gt;
*Download the latest build of OLA from [http://code.google.com/p/linux-lighting/downloads/list here] and install it. OlaOutput is only compatible with OS X (for now).&lt;br /&gt;
&lt;br /&gt;
*OLA is a separate application from Ableton Live and Max/MSP/Jitter. To use OlaOutput to send DMX, you need to start the OLA daemon first. Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
*Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;olad&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This starts the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
==Configure OLA==&lt;br /&gt;
&lt;br /&gt;
*OLA has a HTTP web interface for configuration. You can access it at: [http://localhost:9090 http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
*OLA won’t do anything until it’s configured. You need to setup which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
*Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. A universe value of 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
*Once you’ve done this, click ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
*Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
*Click on the 'Console' link, and use the sliders to test that OLA is controlling your DMX devices&lt;br /&gt;
&lt;br /&gt;
==Install and Use OlaOutput in Max/MSP/Jitter==&lt;br /&gt;
&lt;br /&gt;
*To install OlaOutput as a Max/MSP external, [http://code.google.com/p/olaoutput/downloads/list download the latest version] and place the files in a folder somewhere on your system. Make a note of this path for the next step.&lt;br /&gt;
&lt;br /&gt;
*Load Max/MSP. Choose ''Options&amp;gt;File Preferences…''. Then use the plus button on the lower left to add the path to the folder containing the externals you wish to install. This will tell Max to look in this folder for externals to use. Make sure you keep the files in this place, or Max will be unable to locate them. &lt;br /&gt;
&lt;br /&gt;
*Create a new Max patcher, and add an OlaObject to the canvas. If Max is unable to find OlaOutput, it will log a message to its output window.&lt;br /&gt;
&lt;br /&gt;
*The OlaOutput object has 2 inlets. The left inlet is used to send a series of DMX messages using the list structure. The (optional) right inlet is used to set the universe that is the destination for messages. For further details about how to use OlaOutput in Max, consult the ''OlaOutput.maxhelp'' file included in the download.&lt;br /&gt;
&lt;br /&gt;
*Create a message object in Max with the values &amp;lt;code&amp;gt;128 200 250&amp;lt;/code&amp;gt; (separated by spaces). Connect the outlet of this message object to the left inlet of the OlaOutput object.&lt;br /&gt;
&lt;br /&gt;
*Lock the patcher, and click on the message object. The above values (128, 200, 250) should be sent out to channels 1, 2, 3 respectively.&lt;br /&gt;
&lt;br /&gt;
==Wrapping Up==&lt;br /&gt;
&lt;br /&gt;
*Once you’re done, you can shut down olad using the 'stop olad' link on the ‘Home’ page of OLA's web interface. OLA will remember your universe patchings next time you start it up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help with and information about OLA, visit [http://opendmx.net/index.php/OLA the OLA Wiki].&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3318</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3318"/>
				<updated>2010-04-17T04:20:22Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: /* Configure OLA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== How to use the OlaOutput Max External ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article describes how to configure OlaOutput on Mac OS X 10.5 (or greater) for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
&lt;br /&gt;
==Download and Install OLA==&lt;br /&gt;
&lt;br /&gt;
*Download the latest build of OLA from [http://code.google.com/p/linux-lighting/downloads/list here] and install it. OlaOutput is only compatible with OS X (for now).&lt;br /&gt;
&lt;br /&gt;
*OLA is a separate application from Ableton Live and Max/MSP/Jitter. To use OlaOutput to send DMX, you need to start the OLA daemon first. Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
*Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;olad&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This starts the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
==Configure OLA==&lt;br /&gt;
&lt;br /&gt;
*OLA has a HTTP web interface for configuration. You can access it at: [http://localhost:9090 http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
*OLA won’t do anything until it’s configured. You need to setup which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
*Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. A universe value of 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
*Once you’ve done this, click ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
*Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
*Click on the 'Console' link, and use the sliders to test that OLA is controlling your DMX devices&lt;br /&gt;
&lt;br /&gt;
==Install and Use OlaOutput in Max/MSP/Jitter==&lt;br /&gt;
&lt;br /&gt;
*To install OlaOutput as a Max/MSP external, [http://code.google.com/p/olaoutput/downloads/list download the latest version] and place the files in a folder somewhere on your system. Make a note of this path for the next step.&lt;br /&gt;
&lt;br /&gt;
*Load Max/MSP. Choose ‘Options&amp;gt;File Preferences…’. Then use the plus button on the lower left to add the path to the folder containing the externals you wish to install. This will tell Max to look in this folder for externals to use. Make sure you keep the files in this place, or Max will be unable to locate them. &lt;br /&gt;
&lt;br /&gt;
*Create a new Max patcher, and add an OlaObject to the canvas. If Max is unable to find OlaOutput, it will log a message to its output window.&lt;br /&gt;
&lt;br /&gt;
*The OlaOutput object has 2 inlets. The left inlet is used to send a series of DMX messages using the list structure. The (optional) right inlet is used to set the universe that is the destination for messages. For further details about how to use OlaOutput in Max, consult the ''OlaOutput.maxhelp'' file included in the download.&lt;br /&gt;
&lt;br /&gt;
*Create a message object in Max with the values 128 200 250 (separated by spaces). Connect the outlet of this message object to the left inlet of the OlaOutput object.&lt;br /&gt;
&lt;br /&gt;
*Lock the patcher, and click on the message object. The above values (128, 200, 250) should be sent out to channels 1, 2, 3 respectively.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you’re done, you can shut down olad using the 'stop olad' link on the ‘Home’ page of OLA's web interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help with and information about OLA, visit [http://opendmx.net/index.php/OLA the OLA Wiki].&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3317</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3317"/>
				<updated>2010-04-17T04:19:11Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: /* Download and Install OLA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== How to use the OlaOutput Max External ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article describes how to configure OlaOutput on Mac OS X 10.5 (or greater) for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
&lt;br /&gt;
==Download and Install OLA==&lt;br /&gt;
&lt;br /&gt;
*Download the latest build of OLA from [http://code.google.com/p/linux-lighting/downloads/list here] and install it. OlaOutput is only compatible with OS X (for now).&lt;br /&gt;
&lt;br /&gt;
*OLA is a separate application from Ableton Live and Max/MSP/Jitter. To use OlaOutput to send DMX, you need to start the OLA daemon first. Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
*Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;olad&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This starts the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
==Configure OLA==&lt;br /&gt;
&lt;br /&gt;
*OLA has a HTTP web interface for configuration. You can access it at: [http://localhost:9090 http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
*OLA won’t do anything until it’s configured. You need to setup which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
*Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
*Once you’ve done this, press ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
*Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
*Click on the 'Console' link, and use the sliders to test that OLA is controlling your DMX devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Install and Use OlaOutput in Max/MSP/Jitter==&lt;br /&gt;
&lt;br /&gt;
*To install OlaOutput as a Max/MSP external, [http://code.google.com/p/olaoutput/downloads/list download the latest version] and place the files in a folder somewhere on your system. Make a note of this path for the next step.&lt;br /&gt;
&lt;br /&gt;
*Load Max/MSP. Choose ‘Options&amp;gt;File Preferences…’. Then use the plus button on the lower left to add the path to the folder containing the externals you wish to install. This will tell Max to look in this folder for externals to use. Make sure you keep the files in this place, or Max will be unable to locate them. &lt;br /&gt;
&lt;br /&gt;
*Create a new Max patcher, and add an OlaObject to the canvas. If Max is unable to find OlaOutput, it will log a message to its output window.&lt;br /&gt;
&lt;br /&gt;
*The OlaOutput object has 2 inlets. The left inlet is used to send a series of DMX messages using the list structure. The (optional) right inlet is used to set the universe that is the destination for messages. For further details about how to use OlaOutput in Max, consult the ''OlaOutput.maxhelp'' file included in the download.&lt;br /&gt;
&lt;br /&gt;
*Create a message object in Max with the values 128 200 250 (separated by spaces). Connect the outlet of this message object to the left inlet of the OlaOutput object.&lt;br /&gt;
&lt;br /&gt;
*Lock the patcher, and click on the message object. The above values (128, 200, 250) should be sent out to channels 1, 2, 3 respectively.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you’re done, you can shut down olad using the 'stop olad' link on the ‘Home’ page of OLA's web interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help with and information about OLA, visit [http://opendmx.net/index.php/OLA the OLA Wiki].&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3316</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3316"/>
				<updated>2010-04-17T04:12:39Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: /* Configure OLA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== How to use the OlaOutput Max External ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article describes how to configure OlaOutput on Mac OS X 10.5 (or greater) for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
&lt;br /&gt;
==Download and Install OLA==&lt;br /&gt;
&lt;br /&gt;
*Download the latest build of OLA from here and install it. OlaOutput is only compatible with OS X (for now).&lt;br /&gt;
	&lt;br /&gt;
	[http://code.google.com/p/linux-lighting/downloads/list OLA downloads]&lt;br /&gt;
&lt;br /&gt;
*OLA is a separate application from Ableton Live and Max/MSP. To use it to output DMX from DMaX, you need to start the OLA daemon first. Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
*Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;olad&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will start the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
==Configure OLA==&lt;br /&gt;
&lt;br /&gt;
*OLA has a HTTP web interface for configuration. You can access it at: [http://localhost:9090 http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
*OLA won’t do anything until it’s configured. You need to setup which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
*Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
*Once you’ve done this, press ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
*Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
*Click on the 'Console' link, and use the sliders to test that OLA is controlling your DMX devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Install and Use OlaOutput in Max/MSP/Jitter==&lt;br /&gt;
&lt;br /&gt;
*To install OlaOutput as a Max/MSP external, [http://code.google.com/p/olaoutput/downloads/list download the latest version] and place the files in a folder somewhere on your system. Make a note of this path for the next step.&lt;br /&gt;
&lt;br /&gt;
*Load Max/MSP. Choose ‘Options&amp;gt;File Preferences…’. Then use the plus button on the lower left to add the path to the folder containing the externals you wish to install. This will tell Max to look in this folder for externals to use. Make sure you keep the files in this place, or Max will be unable to locate them. &lt;br /&gt;
&lt;br /&gt;
*Create a new Max patcher, and add an OlaObject to the canvas. If Max is unable to find OlaOutput, it will log a message to its output window.&lt;br /&gt;
&lt;br /&gt;
*The OlaOutput object has 2 inlets. The left inlet is used to send a series of DMX messages using the list structure. The (optional) right inlet is used to set the universe that is the destination for messages. For further details about how to use OlaOutput in Max, consult the ''OlaOutput.maxhelp'' file included in the download.&lt;br /&gt;
&lt;br /&gt;
*Create a message object in Max with the values 128 200 250 (separated by spaces). Connect the outlet of this message object to the left inlet of the OlaOutput object.&lt;br /&gt;
&lt;br /&gt;
*Lock the patcher, and click on the message object. The above values (128, 200, 250) should be sent out to channels 1, 2, 3 respectively.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you’re done, you can shut down olad using the 'stop olad' link on the ‘Home’ page of OLA's web interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help with and information about OLA, visit [http://opendmx.net/index.php/OLA the OLA Wiki].&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3315</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3315"/>
				<updated>2010-04-17T04:11:24Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: /* How to use the OlaOutput Max External */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== How to use the OlaOutput Max External ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article describes how to configure OlaOutput on Mac OS X 10.5 (or greater) for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
&lt;br /&gt;
==Download and Install OLA==&lt;br /&gt;
&lt;br /&gt;
*Download the latest build of OLA from here and install it. OlaOutput is only compatible with OS X (for now).&lt;br /&gt;
	&lt;br /&gt;
	[http://code.google.com/p/linux-lighting/downloads/list OLA downloads]&lt;br /&gt;
&lt;br /&gt;
*OLA is a separate application from Ableton Live and Max/MSP. To use it to output DMX from DMaX, you need to start the OLA daemon first. Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
*Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;olad&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will start the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
==Configure OLA==&lt;br /&gt;
&lt;br /&gt;
*OLA has a HTTP web interface for configuration. You can access it at: [http://localhost:9090 http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
*OLA won’t do anything until it’s configured. You need to setup which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
*Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
*Once you’ve done this, press ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
*Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
*Click on the 'Console' link, and use the sliders to test that OLA is controlling your DMX devices&lt;br /&gt;
&lt;br /&gt;
*To install OlaOutput as a Max/MSP external, [http://code.google.com/p/olaoutput/downloads/list download the latest version] and place the files in a folder somewhere on your system. Make a note of this path for the next step.&lt;br /&gt;
&lt;br /&gt;
*Load Max/MSP. Choose ‘Options&amp;gt;File Preferences…’. Then use the plus button on the lower left to add the path to the folder containing the externals you wish to install. This will tell Max to look in this folder for externals to use. Make sure you keep the files in this place, or Max will be unable to locate them. &lt;br /&gt;
&lt;br /&gt;
*Create a new Max patcher, and add an OlaObject to the canvas. If Max is unable to find OlaOutput, it will log a message to its output window.&lt;br /&gt;
&lt;br /&gt;
*The OlaOutput object has 2 inlets. The left inlet is used to send a series of DMX messages using the list structure. The (optional) right inlet is used to set the universe that is the destination for messages. For further details about how to use OlaOutput in Max, consult the ''OlaOutput.maxhelp'' file included in the download.&lt;br /&gt;
&lt;br /&gt;
*Create a message object in Max with the values 128 200 250 (separated by spaces). Connect the outlet of this message object to the left inlet of the OlaOutput object.&lt;br /&gt;
&lt;br /&gt;
*Lock the patcher, and click on the message object. The above values (128, 200, 250) should be sent out to channels 1, 2, 3 respectively.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Once you’re done, you can shut down olad using the 'stop olad' link on the ‘Home’ page of OLA's web interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help with and information about OLA, visit [http://opendmx.net/index.php/OLA the OLA Wiki].&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3314</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3314"/>
				<updated>2010-04-17T04:05:12Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: /* How to use the OlaOutput Max External */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to use the OlaOutput Max External ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article describes how to configure OlaOutput on Mac OS X 10.5 (or greater) for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
&lt;br /&gt;
1. First, download the latest build of OLA from here and install it. OlaOutput is only compatible with OS X (for now).&lt;br /&gt;
	&lt;br /&gt;
	[http://code.google.com/p/linux-lighting/downloads/list OLA downloads]&lt;br /&gt;
&lt;br /&gt;
2. OLA is a separate application from Ableton Live and Max/MSP. To use it to output DMX from DMaX, you need to start the OLA daemon first. Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;olad&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will start the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. OLA has a HTTP web interface for configuration. You can access it at: [http://localhost:9090 http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
OLA won’t do anything until it’s configured. You need to setup which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
4 Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
Once you’ve done this, press ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
5. Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
6. Click on the 'Console' link, and use the sliders to test that OLA is controlling your DMX devices&lt;br /&gt;
&lt;br /&gt;
7. To install OlaOutput as a Max/MSP external, [http://code.google.com/p/olaoutput/downloads/list download the latest version] and place the files in a folder somewhere on your system. Make a note of this path for the next step.&lt;br /&gt;
&lt;br /&gt;
8. Load Max/MSP. Choose ‘Options&amp;gt;File Preferences…’. Then use the plus button on the lower left to add the path to the folder containing the externals you wish to install. This will tell Max to look in this folder for externals to use. Make sure you keep the files in this place, or Max will be unable to locate them. &lt;br /&gt;
&lt;br /&gt;
9. Create a new Max patcher, and add an OlaObject to the canvas. If Max is unable to find OlaOutput, it will log a message to its output window.&lt;br /&gt;
&lt;br /&gt;
10. The OlaOutput object has 2 inlets. The left inlet is used to send a series of DMX messages using the list structure. The (optional) right inlet is used to set the universe that is the destination for messages. For further details about how to use OlaOutput in Max, consult the ''OlaOutput.maxhelp'' file included in the download.&lt;br /&gt;
&lt;br /&gt;
11. Create a message object in Max with the values 128 200 250 (separated by spaces). Connect the outlet of this message object to the left inlet of the OlaOutput object.&lt;br /&gt;
&lt;br /&gt;
12. Lock the patcher, and click on the message object. The above values (128, 200, 250) should be sent out to channels 1, 2, 3 respectively.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
13. Once you’re done, you can shut down olad using the 'stop olad' link on the ‘Home’ page of OLA's web interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help with and information about OLA, visit [http://opendmx.net/index.php/OLA the OLA Wiki].&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3313</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3313"/>
				<updated>2010-04-17T04:03:17Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: /* How to use the OlaOutput Max External */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to use the OlaOutput Max External ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article describes how to configure OlaOutput on Mac OS X 10.5 (or greater) for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
&lt;br /&gt;
1. First, download the latest build of OLA from here and install it. OlaOutput is only compatible with OS X (for now).&lt;br /&gt;
	&lt;br /&gt;
	[http://code.google.com/p/linux-lighting/downloads/list OLA downloads]&lt;br /&gt;
&lt;br /&gt;
2. OLA is a separate application from Ableton Live and Max/MSP. To use it to output DMX from DMaX, you need to start the OLA daemon first. Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
	olad -l2&lt;br /&gt;
&lt;br /&gt;
This will start the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. OLA has a HTTP web interface for configuration. You can access it at: [http://localhost:9090 http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
OLA won’t do anything until it’s configured. You need to setup which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
4 Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
Once you’ve done this, press ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
5. Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
6. Click on the 'Console' link, and use the sliders to test that OLA is controlling your DMX devices&lt;br /&gt;
&lt;br /&gt;
7. To install OlaOutput as a Max/MSP external, [http://code.google.com/p/olaoutput/downloads/list download the latest version] and place the files in a folder somewhere on your system. Make a note of this path for the next step.&lt;br /&gt;
&lt;br /&gt;
8. Load Max/MSP. Choose ‘Options&amp;gt;File Preferences…’. Then use the plus button on the lower left to add the path to the folder containing the externals you wish to install. This will tell Max to look in this folder for externals to use. Make sure you keep the files in this place, or Max will be unable to locate them. &lt;br /&gt;
&lt;br /&gt;
9. Create a new Max patcher, and add an OlaObject to the canvas. If Max is unable to find OlaOutput, it will log a message to its output window.&lt;br /&gt;
&lt;br /&gt;
10. The OlaOutput object has 2 inlets. The left inlet is used to send a series of DMX messages using the list structure. The (optional) right inlet is used to set the universe that is the destination for messages. For further details about how to use OlaOutput in Max, consult the ''OlaOutput.maxhelp'' file included in the download.&lt;br /&gt;
&lt;br /&gt;
11. Create a message object in Max with the values 128 200 250 (separated by spaces). Connect the outlet of this message object to the left inlet of the OlaOutput object.&lt;br /&gt;
&lt;br /&gt;
12. Lock the patcher, and click on the message object. The above values (128, 200, 250) should be sent out to channels 1, 2, 3 respectively.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
13. Once you’re done, you can shut down olad using the 'stop olad' link on the ‘Home’ page of OLA's web interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help with and information about OLA, visit [http://opendmx.net/index.php/OLA the OLA Wiki].&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3312</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3312"/>
				<updated>2010-04-17T04:02:30Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to use the OlaOutput Max External ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article describes how to configure OlaOutput on Mac OS X 10.5 for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
&lt;br /&gt;
1. First, download the latest build of OLA from here and install it. OlaOutput is only compatible with OS X (for now).&lt;br /&gt;
	&lt;br /&gt;
	[http://code.google.com/p/linux-lighting/downloads/list OLA downloads]&lt;br /&gt;
&lt;br /&gt;
2. OLA is a separate application from Ableton Live and Max/MSP. To use it to output DMX from DMaX, you need to start the OLA daemon first. Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
	olad -l2&lt;br /&gt;
&lt;br /&gt;
This will start the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. OLA has a HTTP web interface for configuration. You can access it at: [http://localhost:9090 http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
OLA won’t do anything until it’s configured. You need to setup which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
4 Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
Once you’ve done this, press ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
5. Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
6. Click on the 'Console' link, and use the sliders to test that OLA is controlling your DMX devices&lt;br /&gt;
&lt;br /&gt;
7. To install OlaOutput as a Max/MSP external, [http://code.google.com/p/olaoutput/downloads/list download the latest version] and place the files in a folder somewhere on your system. Make a note of this path for the next step.&lt;br /&gt;
&lt;br /&gt;
8. Load Max/MSP. Choose ‘Options&amp;gt;File Preferences…’. Then use the plus button on the lower left to add the path to the folder containing the externals you wish to install. This will tell Max to look in this folder for externals to use. Make sure you keep the files in this place, or Max will be unable to locate them. &lt;br /&gt;
&lt;br /&gt;
9. Create a new Max patcher, and add an OlaObject to the canvas. If Max is unable to find OlaOutput, it will log a message to its output window.&lt;br /&gt;
&lt;br /&gt;
10. The OlaOutput object has 2 inlets. The left inlet is used to send a series of DMX messages using the list structure. The (optional) right inlet is used to set the universe that is the destination for messages. For further details about how to use OlaOutput in Max, consult the ''OlaOutput.maxhelp'' file included in the download.&lt;br /&gt;
&lt;br /&gt;
11. Create a message object in Max with the values 128 200 250 (separated by spaces). Connect the outlet of this message object to the left inlet of the OlaOutput object.&lt;br /&gt;
&lt;br /&gt;
12. Lock the patcher, and click on the message object. The above values (128, 200, 250) should be sent out to channels 1, 2, 3 respectively.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
13. Once you’re done, you can shut down olad using the 'stop olad' link on the ‘Home’ page of OLA's web interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help with and information about OLA, visit [http://opendmx.net/index.php/OLA the OLA Wiki].&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3311</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3311"/>
				<updated>2010-04-17T03:59:12Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to use the OlaOutput Max External&lt;br /&gt;
&lt;br /&gt;
This article describes how to configure OlaOutput on Mac OS X 10.5 for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
&lt;br /&gt;
1. First, download the latest build of OLA from here and install it. OlaOutput is only compatible with OS X only for now.&lt;br /&gt;
	&lt;br /&gt;
	[http://code.google.com/p/linux-lighting/downloads/list OLA downloads]&lt;br /&gt;
&lt;br /&gt;
2. OLA is a separate application from Ableton Live and Max/MSP. To use it to output DMX from DMaX, you need to start the OLA daemon first. Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
	olad -l2&lt;br /&gt;
&lt;br /&gt;
This will start the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. OLA has a HTTP web interface for configuration. You can access it at: [http://localhost:9090 http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
OLA won’t do anything until it’s configured. You need to setup which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
4 Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
Once you’ve done this, press ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
5. Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
6. Click on the 'Console' link, and use the sliders to test that OLA is controlling your DMX devices&lt;br /&gt;
&lt;br /&gt;
7. To install OlaOutput as a Max/MSP external, [http://code.google.com/p/olaoutput/downloads/list download the latest version] and place the files in a folder somewhere on your system. Make a note of this path for the next step.&lt;br /&gt;
&lt;br /&gt;
8. Load Max/MSP. Choose ‘Options&amp;gt;File Preferences…’. Then use the plus button on the lower left to add the path to the folder containing the externals you wish to install. This will tell Max to look in this folder for externals to use. Make sure you keep the files in this place, or Max will be unable to locate them. &lt;br /&gt;
&lt;br /&gt;
9. Create a new Max patcher, and add an OlaObject to the canvas. If Max is unable to find OlaOutput, it will log a message to its output window.&lt;br /&gt;
&lt;br /&gt;
10. The OlaOutput object has 2 inlets. The left inlet is used to send a series of DMX messages using the list structure. The (optional) right inlet is used to set the universe that is the destination for messages. For further details about how to use OlaOutput in Max, consult the ''OlaOutput.maxhelp'' file included in the download.&lt;br /&gt;
&lt;br /&gt;
11. Create a message object in Max with the values 128 200 250 (separated by spaces). Connect the outlet of this message object to the left inlet of the OlaOutput object.&lt;br /&gt;
&lt;br /&gt;
12. Lock the patcher, and click on the message object. The above values (128, 200, 250) should be sent out to channels 1, 2, 3 respectively.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
13. Once you’re done, you can shut down olad using the 'stop olad' link on the ‘Home’ page of OLA's web interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help with and information about OLA, visit [http://opendmx.net/index.php/OLA the OLA Wiki].&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3310</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3310"/>
				<updated>2010-04-17T03:58:05Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: Smothed out details for the tutorial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to use the OlaOutput Max External&lt;br /&gt;
&lt;br /&gt;
This article describes how to configure OlaOutput on Mac OS X 10.5 for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
&lt;br /&gt;
1. First, download the latest build of OLA from here and install it. OlaOutput is only compatible with OS X only for now.&lt;br /&gt;
	&lt;br /&gt;
	[http://code.google.com/p/linux-lighting/downloads/list OLA downloads]&lt;br /&gt;
&lt;br /&gt;
2. OLA is a separate application from Ableton Live and Max/MSP. To use it to output DMX from DMaX, you need to start the OLA daemon first. Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
	olad -l2&lt;br /&gt;
&lt;br /&gt;
This will start the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. OLA has a HTTP web interface for configuration. You can access it at: [http://localhost:9090 http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
OLA won’t do anything until it’s configured. You need to setup which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
4 Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
Once you’ve done this, press ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
5. Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
6. Click on the 'Console' link, and use the sliders to test that OLA is controlling your DMX devices&lt;br /&gt;
&lt;br /&gt;
7. To install OlaOutput as a Max/MSP external, [http://code.google.com/p/olaoutput/downloads/list download the latest version] and place the files in a folder somewhere on your system. Make a note of this path for the next step.&lt;br /&gt;
&lt;br /&gt;
8. Load Max/MSP. Choose ‘Options&amp;gt;File Preferences…’. Then use the plus button on the lower left to add the path to the folder containing the externals you wish to install. This will tell Max to look in this folder for externals to use. Make sure you keep the files in this place, or Max will be unable to locate them. &lt;br /&gt;
&lt;br /&gt;
9. Create a new Max patcher, and add an OlaObject to the canvas. If Max is unable to find OlaOutput, it will log a message to its output window.&lt;br /&gt;
&lt;br /&gt;
10. The OlaOutput object has 2 inlets. The left inlet is used to send a series of DMX messages using the list structure. The (optional) right inlet is used to set the universe that is the destination for messages. For further details about how to use OlaOutput in Max, consult the ''OlaOutput.maxhelp'' file included in the download.&lt;br /&gt;
&lt;br /&gt;
11. Create a message object in Max with the values 128 200 250 (separated by spaces). Connect the outlet of this message object to the left inlet of the OlaOutput object.&lt;br /&gt;
&lt;br /&gt;
12. Lock the patcher, and click on the message object. The above values (128, 200, 250) should be sent out to channels 1, 2, 3 respectively.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
13. Once you’re done, you can shut down olad using the 'stop olad' link on the ‘Home’ page of OLA's web interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help with and information about OLA, visit [http://opendmx.net/index.php/OLA].&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3309</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3309"/>
				<updated>2010-04-17T03:32:04Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to use the OlaOutput Max External&lt;br /&gt;
&lt;br /&gt;
This article describes how to configure OlaOutput on Mac OS X 10.5 for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
&lt;br /&gt;
1. First, download the latest build of OLA from here and install it. OlaOutput is only compatible with OS X only for now.&lt;br /&gt;
	&lt;br /&gt;
	[http://code.google.com/p/linux-lighting/downloads/list OLA downloads]&lt;br /&gt;
&lt;br /&gt;
2. OLA is a separate application from Ableton Live and Max/MSP. To use it to output DMX from DMaX, you need to start the OLA daemon first. Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
	olad -l2&lt;br /&gt;
&lt;br /&gt;
This will start the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. OLA has a HTTP web interface for configuration. You can get to this from this address:&lt;br /&gt;
&lt;br /&gt;
	[http://localhost:9090 http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
OLA won’t do anything until it’s configured. You need to set-up which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
4 Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
Once you’ve done this, press ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
5. Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
6. &lt;br /&gt;
&lt;br /&gt;
7. Once you’re done, you can close olad using the link on the ‘Home’ page of the web interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help with and information about OLA, visit [http://opendmx.net/index.php/OLA].&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3308</id>
		<title>OlaOutput Max External</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=OlaOutput_Max_External&amp;diff=3308"/>
				<updated>2010-04-17T02:14:14Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: Created page with 'How to use the OlaOutput Max External  This article describes how to configure OlaOutput on Mac OS X 10.5 for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environment…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to use the OlaOutput Max External&lt;br /&gt;
&lt;br /&gt;
This article describes how to configure OlaOutput on Mac OS X 10.5 for use in Cycling 74's Max/MSP/Jitter or Ableton MaxForLive environments.&lt;br /&gt;
&lt;br /&gt;
1. First, download the latest build of OLA from here and install it. OlaOutput is only compatible with OS X only for now.&lt;br /&gt;
	&lt;br /&gt;
	[http://code.google.com/p/linux-lighting/downloads/list]&lt;br /&gt;
&lt;br /&gt;
2. OLA is a separate application from Ableton Live and Max/MSP. To use it to output DMX from DMaX, you need to start the OLA daemon first. Before you do this, make sure any USB devices you wish to use are plugged in and their drivers are installed.&lt;br /&gt;
&lt;br /&gt;
Open Terminal (found in Applications/Utilities), type the following and press enter:&lt;br /&gt;
&lt;br /&gt;
	olad -l2&lt;br /&gt;
&lt;br /&gt;
This will start the OLA daemon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. OLA has a HTTP web interface for configuration. You can get to this from this address:&lt;br /&gt;
&lt;br /&gt;
	[http://localhost:9090]&lt;br /&gt;
&lt;br /&gt;
OLA won’t do anything until it’s configured. You need to set-up which DMX universe each hardware device will operate on. To do this, select ‘Devices’ from the left-hand menu in the OLA web interface.&lt;br /&gt;
&lt;br /&gt;
4 Click on the + next to the device you wish to use. You will see a variety of boxes labeled ‘IN’ and ‘OUT’. We want to configure a universe for output, so choose the correct ‘OUT’ box for the port you wish to use and enter a number into it to specify the universe. 1 a typical starting value.&lt;br /&gt;
&lt;br /&gt;
Once you’ve done this, press ’Save Changes’ at the bottom of the list.&lt;br /&gt;
&lt;br /&gt;
5. Click on ‘Universes’ on the left-hand menu. You should now see a list of the universes specified for output, which should include the one you just specified.&lt;br /&gt;
&lt;br /&gt;
6. &lt;br /&gt;
&lt;br /&gt;
7. Once you’re done, you can close olad using the link on the ‘Home’ page of the web interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For additional help with and information about OLA, visit [http://opendmx.net/index.php/OLA].&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	<entry>
		<id>https://wiki.openlighting.org/index.php?title=Open_Lighting_Architecture&amp;diff=3307</id>
		<title>Open Lighting Architecture</title>
		<link rel="alternate" type="text/html" href="https://wiki.openlighting.org/index.php?title=Open_Lighting_Architecture&amp;diff=3307"/>
				<updated>2010-04-17T02:04:16Z</updated>
		
		<summary type="html">&lt;p&gt;Aknot242: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Link: http://code.google.com/p/linux-lighting/ &amp;lt;br&amp;gt;&lt;br /&gt;
{{Features|free=yes|tx=yes|rx=yes|linux=yes|osx=yes|http=yes}}&lt;br /&gt;
[[Image:Llad_home.png|right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OLA (Open Lighting Architecture) is a framework that allows applications to send and receive [[DMX512]], using various hardware devices and 'DMX over IP' protocols. It enables [[:Category:Controllers | software controllers]] talk to DMX hardware.&lt;br /&gt;
&lt;br /&gt;
OLA allows DMX sent using various DMX over IP protocols to be converted from one format to another. This enables devices from different manufacturers to talk to each another (for example a [[Strand_Lighting|Strand]] Console can send DMX to an [[Enttec]] [[DmxEtherGate MKII|EtherGate]]). When combined with a physical DMX interface such as the [[DMX USB Pro]], OLA can send and receive data from traditional wired DMX networks.&lt;br /&gt;
&lt;br /&gt;
OLA can run on Linux and on Mac OS X. A port to Windows is feasible if someone wants to add the necessary platform-dependent code for plug-ins and create an installer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Bugs&amp;lt;/b&amp;gt;: Check the bug tracker at http://code.google.com/p/linux-lighting/issues/list&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Questions&amp;lt;/b&amp;gt;: See the news group at http://groups.google.com/group/open-lighting&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Supported Devices/Protocols:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
! '''Device / Protocol'''!! Linux !! '''Mac OS X''' &lt;br /&gt;
|-&lt;br /&gt;
||  [[Anyma uDMX]] || In development || In development&lt;br /&gt;
|-&lt;br /&gt;
|| [[Arduino RGB Mixer]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:ArtNet|ArtNet]]   || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
|| [[DMX 4 Linux]] || Yes || -&lt;br /&gt;
|-&lt;br /&gt;
|| [[DMX USB Pro]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
|| [[DMX-TRI]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
|| [[DMXking USB DMX512-A]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
|| [[E1.31]] / [[ACN]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:ESP Net|ESP Net]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
|| [[Open DMX USB]] || Yes || -&lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:Pathport|Pathport]]  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:Sandnet|Sandnet]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
|| [[:Category:ShowNet|ShowNet]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
|| [[StageProfi]] || Yes || Ethernet version only&lt;br /&gt;
|-&lt;br /&gt;
|| [[USBDMX2]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
|| [[Velleman K8062]] || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Getting Started&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start here if you've never used OLA before and read these in order.&lt;br /&gt;
* [[Download OLA]]&lt;br /&gt;
* [[OLA on OS X]] or [[OLA on Linux]] - How to get it compiled.&lt;br /&gt;
* [[Using OLA]] - A basic introduction&lt;br /&gt;
* [[OLA Command Line Tools]] - Documentation for the tools in ola-examples&lt;br /&gt;
* [[OLA Device Specific Configuration]]&lt;br /&gt;
* [[OLA Tips &amp;amp; Tricks]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advanced Topics:&amp;lt;/b&amp;gt;&lt;br /&gt;
* [[OLA Merging Algorithms]]&lt;br /&gt;
* [[OLA DiffServ support]] (QOS settings)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Developer Documentation:&amp;lt;/b&amp;gt;&lt;br /&gt;
* [[OLA developer info]] - about the source code and structure&lt;br /&gt;
* [[OLA Client API]] - the C++ API&lt;br /&gt;
* [[OLA Python API]] - easy DMX programming&lt;br /&gt;
* [[Build OLA Mac Packages]] - notes for building the .dmg images&lt;br /&gt;
* [[Building OLA for Windows]] - Notes on Windows support (in progress)&lt;br /&gt;
* [[Using OLA with Xcode]] - on a Mac, in Objective-C++&lt;br /&gt;
* [[Port Throttling]] &lt;br /&gt;
* [[OLA Performance Stats]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Tutorials&amp;lt;/b&amp;gt;, these refer to the previous release but parts of them are still relevant.&lt;br /&gt;
* [[LLA Sandnet Tutorial]] - Setup Horizon using Sandnet and LLA&lt;br /&gt;
* [[LLA and Q Light Controller Ubuntu Tutorial]] - Setup LLA on Ubuntu/Debian-type distro with QLC&lt;br /&gt;
* [[LLA and Q Light Controller OSX Tutorial]] - Setup LLA on Mac OS X with QLC&lt;br /&gt;
* [[OlaOutput Max External]] - Setup OlaOutput on Mac OS X to send DMX messages from Max/MSP/Jitter&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Deprecated Documentation&amp;lt;/b&amp;gt;&lt;br /&gt;
* [[OLA 0.3]] - Release Notes&lt;br /&gt;
&lt;br /&gt;
OLA can also run on a wireless access point. [http://nomis52.net/?section=projects&amp;amp;sect2=artnet&amp;amp;page=node]&lt;br /&gt;
&lt;br /&gt;
There is a project underway to build packages for OpenWrt. See http://lists.culturebase.org/cgi-bin/mailman/listinfo/lla-openwrt for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:ArtNet]]&lt;br /&gt;
[[Category:ESP Net]]&lt;br /&gt;
[[Category:E1.31]]&lt;br /&gt;
[[Category:Sandnet]]&lt;br /&gt;
[[Category:ShowNet]]&lt;br /&gt;
[[Category:Utilities]]&lt;br /&gt;
[[Category:Pathport]]&lt;/div&gt;</summary>
		<author><name>Aknot242</name></author>	</entry>

	</feed>