<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Modartt user forum - When to send the switch inventory to Organteq on startup?]]></title>
		<link>https://forum.modartt.com/viewtopic.php?id=12799</link>
		<description><![CDATA[The most recent posts in When to send the switch inventory to Organteq on startup?.]]></description>
		<lastBuildDate>Tue, 16 Dec 2025 04:17:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: When to send the switch inventory to Organteq on startup?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=1005799#p1005799</link>
			<description><![CDATA[<div class="quotebox"><cite>Pat wrote:</cite><blockquote><div class="quotebox"><cite>tmyoung wrote:</cite><blockquote><p>I wonder if I could rig the JSON RPC server to create live commands that are routed back into a virtual MIDI port thus creating the missing MIDI out port...</p></blockquote></div><p>Information about the state of the Organteq controls must be actively requested when using JSON RPC.<br />I have a dedicated &quot;Sync&quot; button on my Strem Deck XL for this purpose.<br />For example, after switching banks/combinations, synchronization is lost; I can then restore it using this Sync button.</p></blockquote></div><p>That makes sense.&nbsp; You could monitor for changes at a very high rate (say every 200ms), but I&#039;d guess than anything more frequent than once a second would start creating i/o buffering issues in both directions.&nbsp; It would probably be fine if you wanted only one item state, but if you&#039;re having to poll the entire organ state at high frequency that would be impractical at best... <i class="far fa-frown smiley"></i></p>]]></description>
			<author><![CDATA[null@example.com (tmyoung)]]></author>
			<pubDate>Tue, 16 Dec 2025 04:17:32 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=1005799#p1005799</guid>
		</item>
		<item>
			<title><![CDATA[Re: When to send the switch inventory to Organteq on startup?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=1005675#p1005675</link>
			<description><![CDATA[<div class="quotebox"><cite>tmyoung wrote:</cite><blockquote><p>I wonder if I could rig the JSON RPC server to create live commands that are routed back into a virtual MIDI port thus creating the missing MIDI out port...</p></blockquote></div><p>Information about the state of the Organteq controls must be actively requested when using JSON RPC.<br />I have a dedicated &quot;Sync&quot; button on my Strem Deck XL for this purpose.<br />For example, after switching banks/combinations, synchronization is lost; I can then restore it using this Sync button.</p>]]></description>
			<author><![CDATA[null@example.com (Pat)]]></author>
			<pubDate>Fri, 12 Dec 2025 07:01:24 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=1005675#p1005675</guid>
		</item>
		<item>
			<title><![CDATA[Re: When to send the switch inventory to Organteq on startup?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=1005670#p1005670</link>
			<description><![CDATA[<div class="quotebox"><cite>Pat wrote:</cite><blockquote><p>I have recently been using the Elgato &quot;Stream Deck XL&quot;&nbsp; as a hardware controller for Organteq.<br /><a href="https://www.elgato.com/de/de/p/stream-deck-xl">https://www.elgato.com/de/de/p/stream-deck-xl</a><br />To do this, I programmed a fairly complex Stream Deck profile that uses both MIDI and the JSON RPC interface.<br />I will present this solution here soon, maybe it will also be interesting for other Organteq users.</p></blockquote></div><p>Please do, Pat!&nbsp; I could really use exactly that functionality.&nbsp; In fact, I wonder if I could rig the JSON RPC server to create live commands that are routed back into a virtual MIDI port thus creating the missing MIDI out port...</p>]]></description>
			<author><![CDATA[null@example.com (tmyoung)]]></author>
			<pubDate>Fri, 12 Dec 2025 03:25:56 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=1005670#p1005670</guid>
		</item>
		<item>
			<title><![CDATA[Re: When to send the switch inventory to Organteq on startup?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=1005640#p1005640</link>
			<description><![CDATA[<div class="quotebox"><cite>pfroehlich wrote:</cite><blockquote><p>After midifying an old analog organ and connecting it to Organteq, I hit a minor challenge. When should my midi controller send the switch and potentiometer inventory to Organteq at startup? I have bistable stop switches, and obviously I need to synchronize Organteq with the current settings on startup, but when? I was hoping for some kind of ping and set my firmware up accordingly. I did not investigate, but apparantly the midi organ does not receive any midi signals from Organteq. I now wait for 20 seconds after an established USB connection to send the inventory. Until then Organteq has safely come up.</p><p>Is there another solution or best practice? Thanks</p><p>Peter</p></blockquote></div><p>Unfortunately, Organteq does not (yet) have a MIDI out port, so synchronizing an external hardware controller exclusively via MIDI signals is not possible.<br />A possible solution is the JSON RPC interface, through which Organteq can both send and receive data.</p><p>I have recently been using the Elgato &quot;Stream Deck XL&quot;&nbsp; as a hardware controller for Organteq.<br /><a href="https://www.elgato.com/de/de/p/stream-deck-xl">https://www.elgato.com/de/de/p/stream-deck-xl</a><br />To do this, I programmed a fairly complex Stream Deck profile that uses both MIDI and the JSON RPC interface.<br />I will present this solution here soon, maybe it will also be interesting for other Organteq users.</p>]]></description>
			<author><![CDATA[null@example.com (Pat)]]></author>
			<pubDate>Thu, 11 Dec 2025 13:11:51 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=1005640#p1005640</guid>
		</item>
		<item>
			<title><![CDATA[When to send the switch inventory to Organteq on startup?]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=1005222#p1005222</link>
			<description><![CDATA[<p>After midifying an old analog organ and connecting it to Organteq, I hit a minor challenge. When should my midi controller send the switch and potentiometer inventory to Organteq at startup? I have bistable stop switches, and obviously I need to synchronize Organteq with the current settings on startup, but when? I was hoping for some kind of ping and set my firmware up accordingly. I did not investigate, but apparantly the midi organ does not receive any midi signals from Organteq. I now wait for 20 seconds after an established USB connection to send the inventory. Until then Organteq has safely come up.</p><p>Is there another solution or best practice? Thanks</p><p>Peter</p>]]></description>
			<author><![CDATA[null@example.com (pfroehlich)]]></author>
			<pubDate>Mon, 24 Nov 2025 18:54:00 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=1005222#p1005222</guid>
		</item>
	</channel>
</rss>
