<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Modartt user forum - Default preset for Pianoteq standalone]]></title>
		<link>https://forum.modartt.com/viewtopic.php?id=11678</link>
		<description><![CDATA[The most recent posts in Default preset for Pianoteq standalone.]]></description>
		<lastBuildDate>Tue, 23 Jul 2024 19:55:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Default preset for Pianoteq standalone]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=997949#p997949</link>
			<description><![CDATA[<p>Nice..I didn&#039;t know you could create a server on pianoteq..</p><p>Very interesting project on github..It gives me ideas on how to implement stuff on microcontrollers (Arduino etc.) to control Pianoteq, or have a raspberry button to trigger my preset loading or run the script after starting pianoteq..</p><p>For other people I just did the minimum example:<br />1) Run the local server with </p><div class="codebox"><pre><code>pianoteqPath/PianoteqApp --serve 0.0.0.0:8081</code></pre></div><p>2) from terminal you get the presets with:<br /></p><div class="codebox"><pre><code>curl -X &quot;POST&quot; &quot;http://localhost:8081/jsonrpc&quot; \
     -H &#039;Content-Type: application/json; charset=utf-8&#039; \
     -d $&#039;{
  &quot;jsonrpc&quot;: &quot;2.0&quot;,
  &quot;method&quot;: &quot;getListOfPresets&quot;,
  &quot;id&quot;: &quot;0&quot;,
  &quot;params&quot;: []
}&#039;</code></pre></div><p>3) Change the preset to my favourite:<br /></p><div class="codebox"><pre><code>curl -X &quot;POST&quot; &quot;http://localhost:8081/jsonrpc&quot; \
     -H &#039;Content-Type: application/json; charset=utf-8&#039; \
     -d $&#039;{
  &quot;jsonrpc&quot;: &quot;2.0&quot;,
  &quot;method&quot;: &quot;loadPreset&quot;,
  &quot;id&quot;: &quot;0&quot;,
  &quot;params&quot;: [
    &quot;HB Steinway D 3 Mics&quot;
  ]
}&#039;</code></pre></div><p>It works fine..</p>]]></description>
			<author><![CDATA[null@example.com (uzer123)]]></author>
			<pubDate>Tue, 23 Jul 2024 19:55:55 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=997949#p997949</guid>
		</item>
		<item>
			<title><![CDATA[Re: Default preset for Pianoteq standalone]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=997942#p997942</link>
			<description><![CDATA[<div class="quotebox"><cite>uzer123 wrote:</cite><blockquote><p>I use Pianoteq in Patchbox OS and i would like to open my favourite preset without display (headless). Pathbox OS can open Pianoteq without any user interaction, but i would like to have my favourite preset open automatically too. </p><p>I know Pianoteq standalone opens the most recent preset when opening, but i would like to change presets with a midi message while i am playing, but return to the default when the program starts (it wouldnt be easy to navigate without a screen)</p></blockquote></div><p>I haven&#039;t tried it myself but it looks like you can use midi mapping to change presets: <a href="https://forum.modartt.com/viewtopic.php?id=3598">https://forum.modartt.com/viewtopic.php?id=3598</a></p><p>However I do use this little web client to control pianoteq: <a href="https://github.com/robert-rc2i/ptq-client-webapp">https://github.com/robert-rc2i/ptq-client-webapp</a></p><p>It works fine after the initial setup of starting pianoteq with &quot;--serve 0.0.0.0:8081&quot; and connecting it via web client.</p>]]></description>
			<author><![CDATA[null@example.com (hebele)]]></author>
			<pubDate>Tue, 23 Jul 2024 10:57:14 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=997942#p997942</guid>
		</item>
		<item>
			<title><![CDATA[Default preset for Pianoteq standalone]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=997921#p997921</link>
			<description><![CDATA[<p>I use Pianoteq in Patchbox OS and i would like to open my favourite preset without display (headless). Pathbox OS can open Pianoteq without any user interaction, but i would like to have my favourite preset open automatically too. </p><p>I know Pianoteq standalone opens the most recent preset when opening, but i would like to change presets with a midi message while i am playing, but return to the default when the program starts (it wouldnt be easy to navigate without a screen)</p>]]></description>
			<author><![CDATA[null@example.com (uzer123)]]></author>
			<pubDate>Sun, 21 Jul 2024 12:00:11 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=997921#p997921</guid>
		</item>
	</channel>
</rss>
