<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cues to phasers &#8211; Stefan&#039;s Place</title>
	<atom:link href="https://stkrumm.de/tag/cues-to-phasers/feed/" rel="self" type="application/rss+xml" />
	<link>https://stkrumm.de</link>
	<description>Tutorials and more</description>
	<lastBuildDate>Sat, 23 Aug 2025 13:28:29 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>GrandMA 3 &#8211; DMX snapshots: a cool busking tool</title>
		<link>https://stkrumm.de/dmx-snapshot/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 22 Aug 2025 13:45:20 +0000</pubDate>
				<category><![CDATA[GrandMA3]]></category>
		<category><![CDATA[GrandMA3 Utilities]]></category>
		<category><![CDATA[LUA scripts MA3]]></category>
		<category><![CDATA[Busking]]></category>
		<category><![CDATA[cues to phasers]]></category>
		<category><![CDATA[GrandMA3 onPC]]></category>
		<guid isPermaLink="false">https://stkrumm.de/?p=459</guid>

					<description><![CDATA[Video transcript During busking, the combination of static scenes and running phasers once in a while produces really nice looks that one may want to recall. However, as they are a random result, they are hard to reproduce by standard means. I will show you a workaround that allows capturing of the complete DMX output, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="599" src="https://stkrumm.de/wp-content/uploads/2025/08/TitleSmall-1024x599.png" alt="" class="wp-image-463" srcset="https://stkrumm.de/wp-content/uploads/2025/08/TitleSmall-1024x599.png 1024w, https://stkrumm.de/wp-content/uploads/2025/08/TitleSmall-300x175.png 300w, https://stkrumm.de/wp-content/uploads/2025/08/TitleSmall-768x449.png 768w, https://stkrumm.de/wp-content/uploads/2025/08/TitleSmall-1536x898.png 1536w, https://stkrumm.de/wp-content/uploads/2025/08/TitleSmall.png 1680w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h3>Video transcript</h3>



<p>During busking, the combination of static scenes and running phasers once in a while produces really nice looks that one may want to recall. However, as they are a random result, they are hard to reproduce by standard means.</p>



<p>I will show you a workaround that allows capturing of the complete DMX output, store that in a cue of a sequence for quick access. </p>



<ul>
<li>These cues can also be stored to presets.</li>



<li>The presets can be used for building a phaser</li>
</ul>



<p></p>



<p><strong>Okay, let’s start.</strong></p>



<p>First, we need some space for two new windows.</p>



<p>We create a window with an „All-Preset “. In this case All-Preset 5&nbsp;&nbsp;&#8211; or &#8211; nummerically preset pool 25</p>



<p>Next, we need a new layout view.</p>



<p>Let’s see where the next free layout window is. In my case it is number nine.</p>



<p>I type into the command line: store layout 9 and switch over to it.</p>



<p>Let’s activate the setup mode of the window and click on the „plus“-icon on the left side to add content.</p>



<p>We draw 3 rectangles.</p>



<p>Don’t worry about the exact size. We will fix that in a second.</p>



<p>Just delete this artifact. Ooops.</p>



<p>Switch back to normal edit mode and lasso the rectangles.</p>



<p>Do a right click with the mouse to open the settings dialog.</p>



<p>In the second tab, we can set the size for the three rectangles.</p>



<p>Now, in the first tab, we can assign an appearance to them. I have a lot of them in my showfile. However, in this case, we keep it simple. I scroll to the end of the list an choose „New“.</p>



<p>Assign a white background and close the dialog.</p>



<p>Next, we add some functionality.</p>



<p>We need a sequence as a container for the stored looks as well as a macro that stores the DMX output to the sequence cues.</p>



<p>Find an empty place for the macro and the sequence. In my case number 5001 will work for both.</p>



<p>In the commandline type:</p>



<p><code><strong>store sequence 5001</strong></code>, press enter.</p>



<p>Then, <strong><code>store macro</code> 5001</strong>, enter.</p>



<p>Now type <strong><code>edit macro 5001</code></strong> and an empty macro editor window will appear.</p>



<p>we type &#8222;blind on&#8220;. This will hide all things we do from the programmer&#8220; and so it won&#8217;t get messed up.</p>



<p>Next line is &#8222;Capture&#8220;, This creates a snapshot of the dmx values currently be output&#8220;</p>



<p>Then: store sequence 5001</p>



<p>Just a reminder: when you store the second look, you will be prompted with options. Choose &#8222;Create second cue&#8220;. This appears only once.</p>



<p>We release the values from the blind programmer: &#8222;ClearAll&#8220;</p>



<p>Next: &#8222;blind off&#8220; and we are done.</p>



<pre class="wp-block-code"><code>Blind On
Capture
Store sequence 5001
ClearAll
Blind Off</code></pre>



<p>The layout window is ready to get functionality.</p>



<p>Right click on the first rectangle, making sure you are still in setup mode.</p>



<pre class="wp-block-code"><code>Blind On
Edit Sequence 5001 Cue 1
Store Preset 25.1 /Overwrite
Edit Sequence 5001 Cue 2
Store Preset 25.2 /Overwrite
Edit Sequence 5001 Cue 3
Store Preset 25.3 /Overwrite
Edit Sequence 5001 Cue 4
Store Preset 25.4 /Overwrite
Edit Sequence 5001 Cue 5
Store Preset 25.5 /Overwrite
Edit Sequence 5001 Cue 6
Store Preset 25.6 /Overwrite
Edit Sequence 5001 Cue 7
Store Preset 25.7 /Overwrite
Edit Sequence 5001 Cue 8
Store Preset 25.8 /Overwrite
Edit Sequence 5001 Cue 9
Store Preset 25.9 /Overwrite
Edit Sequence 5001 Cue 10
Store Preset 25.10 /Overwrite
Clear
Blind Off
</code></pre>



<p>We assign our Macro 5001 to the button and set its mode to go plus.</p>



<p>In the second tab, we switch off the name display and in the third tab, we set a custom text.</p>



<p>Set the placing, the color and the font size.</p>



<p>Then, we assign the sequence to the next button.</p>



<p>The button function is set to goto.</p>



<p>This will present a clickable cue list when in run mode.</p>



<p>Turn off the default text and again edit the custom tect in the third tab.</p>



<p>Ooops, again &#8230;</p>



<p>Same for the third button.</p>



<p>The action will be a go plus. This will go to the next cue in the sequence when the button is clicked.</p>



<p>Again, some housekeeping.</p>



<p>Now we should be ready for some testing.</p>



<p>Switch off the edit mode.</p>



<p>We don&#8217;t care about the strange display of the button text. Hope it will fix itself in a while.</p>



<p>Okay, start a phaser and generate some looks and store them to the sequence.</p>



<p>Just confirm the second cue.</p>



<p>Set Wings to four.</p>



<p>We can display the list with the second button.</p>



<p>And we can cycle through the cues step by step with the third button.</p>



<p>When right clicking on the second and third knob, we can add fade time and so on.</p>



<p>Here we could delete some cues if necessary.</p>



<p>We can also access the sequence setting by the button in the upper right corner.</p>



<p>Now, let&#8217;s copy the cues to presets</p>



<p>We create the placeholder presets that are just empty.</p>



<p>Store preset 25.1 thru 10 &#8211; press enter</p>



<p>Assign preset 25.1 thru 10 &#8211; don&#8217;t presse enter.</p>



<p>Click into the layout view instead.</p>



<p>Bring the layout into edit mode.</p>



<p>Draw a rectangle.</p>



<p>Exit for now and create another macro.</p>



<p>Store macro 5002 &#8211; enter.</p>



<p>Back into the edit mode.</p>



<p>Assign an appearance. Why not green.</p>



<p>Assign the macro 5002 to the button.</p>



<p>Action is go.</p>



<p>Housekeeping.</p>



<p>Still Housekeeping.</p>



<p>We need to edit macro 5002.</p>



<p>edit macro 5002 &#8211; enter.</p>



<p>Blind on.</p>



<p>edit seq 5001 cue 1.</p>



<p>store preset 25.1 /overwrite.</p>



<p>copy and paste the 2 lines.</p>



<p>Edit the others.</p>



<p>I will have the complete Macro in the description and on my homepage.</p>



<p>To be more flexible, I wrote a plugin that handles any number of cues and presets. You find it in the description and homepage, too.</p>



<p>Leave edit mode and fire the button.</p>



<p>Now we have the presets.</p>



<p>We can swipe to edit the preset and give a fade time.</p>



<p>We can also create a phaser from the presets, like for normal presets.</p>



<p>2 steps.</p>



<p>3 steps.</p>



<p>4 steps.</p>



<p>Thanks for watching!</p>



<p></p>



<p>Macro</p>



<p></p>



<pre class="wp-block-code"><code>Blind On
Edit Sequence 5001 Cue 1
Store Preset 25.1 /Overwrite
Edit Sequence 5001 Cue 2
Store Preset 25.2 /Overwrite
Edit Sequence 5001 Cue 3
Store Preset 25.3 /Overwrite
Edit Sequence 5001 Cue 4
Store Preset 25.4 /Overwrite
Edit Sequence 5001 Cue 5
Store Preset 25.5 /Overwrite
Edit Sequence 5001 Cue 6
Store Preset 25.6 /Overwrite
Store Preset 25.6 /Overwrite
Edit Sequence 5001 Cue 7
Store Preset 25.7 /Overwrite
Edit Sequence 5001 Cue 8
Store Preset 25.8 /Overwrite
Edit Sequence 5001 Cue 9
Store Preset 25.9 /Overwrite
Edit Sequence 5001 Cue 10
Store Preset 25.10 /Overwrite
Clear
Blind Off</code></pre>



<p></p>



<p>LUA-Script</p>



<pre class="wp-block-code"><code>return&nbsp;main

local function main()

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;local numPresets = 10&nbsp;&nbsp;&nbsp;-- How many presets do you want

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;local seq = 5001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-- Sequence to copy

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cmd("Blind On")

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for n = 1, numPresets, 1

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;do

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cmd("Edit Sequence " .. seq .. " Cue " .. n)&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cmd("Store Preset 25." .. n .. " /Overwrite")

&nbsp;&nbsp;&nbsp;&nbsp;end

&nbsp;&nbsp;&nbsp;&nbsp;Cmd("Blind Off")

end

return main</code></pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
