<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Some Remote Scripts Programmation - Loop4Live Forum				            </title>
            <link>https://www.loop4live.com/community/remote-scripts/</link>
            <description>Loop4Live Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 13 Apr 2026 01:10:45 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Begining with Ableton Remote Scripts edition</title>
                        <link>https://www.loop4live.com/community/remote-scripts/begining-with-ableton-remote-scripts-edition/</link>
                        <pubDate>Wed, 11 Sep 2024 16:39:01 +0000</pubDate>
                        <description><![CDATA[A really good website :
I started with it :)]]></description>
                        <content:encoded><![CDATA[<p>A really good website : <a href="http://remotescripts.blogspot.com/" target="_blank" rel="noopener">http://remotescripts.blogspot.com/</a></p>
<p>I started with it :)</p>]]></content:encoded>
						                            <category domain="https://www.loop4live.com/community/remote-scripts/">Some Remote Scripts Programmation</category>                        <dc:creator>Aurélien BENOIT</dc:creator>
                        <guid isPermaLink="true">https://www.loop4live.com/community/remote-scripts/begining-with-ableton-remote-scripts-edition/</guid>
                    </item>
				                    <item>
                        <title>Ableton Remote Scripts functions and parameters described</title>
                        <link>https://www.loop4live.com/community/remote-scripts/ableton-remote-scripts-function-and-parameter-discribed/</link>
                        <pubDate>Wed, 11 Sep 2024 15:59:35 +0000</pubDate>
                        <description><![CDATA[let&#039;s take a look atThere are a lot of explanations.
And another one which described Ableton LOM Objects :]]></description>
                        <content:encoded><![CDATA[<p>let's take a look at <a href="https://structure-void.com/ableton-live-midi-remote-scripts/" target="_blank" rel="noopener">https://structure-void.com/ableton-live-midi-remote-scripts/</a> There are a lot of explanations.</p>
<p>And another one which described Ableton LOM Objects : <a href="https://docs.cycling74.com/max8/vignettes/live_object_model" target="_blank" rel="noopener">https://docs.cycling74.com/max8/vignettes/live_object_model</a></p>]]></content:encoded>
						                            <category domain="https://www.loop4live.com/community/remote-scripts/">Some Remote Scripts Programmation</category>                        <dc:creator>Aurélien BENOIT</dc:creator>
                        <guid isPermaLink="true">https://www.loop4live.com/community/remote-scripts/ableton-remote-scripts-function-and-parameter-discribed/</guid>
                    </item>
				                    <item>
                        <title>Edit .als Ableton Project with a texteditor</title>
                        <link>https://www.loop4live.com/community/remote-scripts/edit-als-ableton-project-with-a-texteditor/</link>
                        <pubDate>Wed, 11 Sep 2024 15:57:16 +0000</pubDate>
                        <description><![CDATA[It can be really useful to edit scenes names with a texteditor rather than in Ableton interface. A good subject on how to edit Ableton projects at :
You can decompress the .als file with 7zi...]]></description>
                        <content:encoded><![CDATA[<p>It can be really useful to edit scenes names with a texteditor rather than in Ableton interface. A good subject on how to edit Ableton projects at : https://forum.ableton.com/viewtopic.php?t=121089&amp;start=15</p>
<p>You can decompress the .als file with 7zip for example. Then the file is a basic xml file</p>
<p>You can find scenes names in a dedicated section in the xml file :</p>
<pre contenteditable="false">		&lt;SceneNames&gt;
			&lt;Scene Id="9" Value="Intro;100 BPM "&gt;
				&lt;Annotation Value="" /&gt;
				&lt;ColorIndex Value="0" /&gt;
				&lt;LomId Value="0" /&gt;
				&lt;ClipSlotsListWrapper LomId="0" /&gt;
			&lt;/Scene&gt;
			&lt;Scene Id="10" Value="Compo 1 100bpm"&gt;
				&lt;Annotation Value="" /&gt;
				&lt;ColorIndex Value="0" /&gt;
				&lt;LomId Value="0" /&gt;
				&lt;ClipSlotsListWrapper LomId="0" /&gt;
			&lt;/Scene&gt;
			&lt;Scene Id="48" Value="Compo 5 127bpm"&gt;
				&lt;Annotation Value="" /&gt;
				&lt;ColorIndex Value="0" /&gt;
				&lt;LomId Value="0" /&gt;
				&lt;ClipSlotsListWrapper LomId="0" /&gt;
			&lt;/Scene&gt;</pre>
<p>You can then compress the file again in a .als format with 7zip in a "gzip" format like this :</p>
<p><img src="https://www.loop4live.com/wp-content/uploads/2024/09/2024-09-11-18_33_03-.png" /></p>]]></content:encoded>
						                            <category domain="https://www.loop4live.com/community/remote-scripts/">Some Remote Scripts Programmation</category>                        <dc:creator>Aurélien BENOIT</dc:creator>
                        <guid isPermaLink="true">https://www.loop4live.com/community/remote-scripts/edit-als-ableton-project-with-a-texteditor/</guid>
                    </item>
							        </channel>
        </rss>
		