<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Modartt user forum - Ideas, suggestions, bug reports...]]></title>
		<link>https://forum.modartt.com/viewtopic.php?id=2947</link>
		<description><![CDATA[The most recent posts in Ideas, suggestions, bug reports....]]></description>
		<lastBuildDate>Wed, 16 Sep 2015 16:52:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=939629#p939629</link>
			<description><![CDATA[<div class="quotebox"><cite>delt wrote:</cite><blockquote><p>wow, i didn&#039;t know about xpra, thanks for the input!!!</p></blockquote></div><p>I also just have discovered Xpra, it seems to be really useful!</p><div class="quotebox"><cite>delt wrote:</cite><blockquote><p>...except (just after a rough tryout through xpra) pianoteq outputs sound only if tis window is showing on the actual screen. I&#039;ll have to look into more detail if i can get it to discard unneeded X11 events.</p></blockquote></div><p>Hm, seems not to be a general problem, it is working here. Maybe you like to reproduce.</p><p>My test-scenario:</p><p>* A netbook with Debian, Pianoteq and xpra installed and my midi-keyboard connected.<br />* Netbooks Desktop-GUI is shutdown (&#039;/etc/init.d/kdm stop&#039; here)<br />* From another workstation with a Desktop-GUI and xpra installed I &quot;fetch&quot; the Pianoteq-window with:<br />* xpra start ssh:1.2.3.4:100 --start-child=/home/alice/Pianoteq<br />* result: I can play piano :-)<br />* I disrupt/detach the session on my workstation with Ctrl-c and keep on playing.<br />* I can re-attach the Pianoteq-window again from my workstation with: xpra attach ssh:1.2.3.4:100 </p><p>PS: Audio-Output in Pianoteq is driven by ALSA direct to hardware.</p>]]></description>
			<author><![CDATA[null@example.com (groovy)]]></author>
			<pubDate>Wed, 16 Sep 2015 16:52:10 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=939629#p939629</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=939625#p939625</link>
			<description><![CDATA[<div class="quotebox"><cite>groovy wrote:</cite><blockquote><p>I just like to mention, that something <strong>between</strong> your idea and simple X forwarding exists. With <a href="https://en.wikipedia.org/wiki/Xpra">xpra</a> you can attach and reattach a persistent running Pianoteq-Window, that is running on a GUI-less &quot;server&quot;.</p></blockquote></div><p>wow, i didn&#039;t know about xpra, thanks for the input!!!</p><p>...except (just after a rough tryout through xpra) pianoteq outputs sound only if tis window is showing on the actual screen. I&#039;ll have to look into more detail if i can get it to discard unneeded X11 events.</p>]]></description>
			<author><![CDATA[null@example.com (delt)]]></author>
			<pubDate>Wed, 16 Sep 2015 01:30:08 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=939625#p939625</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=939610#p939610</link>
			<description><![CDATA[<p>I used the arrow keys instead of the mouse to tweak the parameters. This is possible by clicking the parameter you want to tweak. I expect the value to increase by clicking the up key and decrease by clicking the down key but the opposite is the case.</p><p>Thereby I had the idea that the up/down keys could be used to skip through the parameters of the respective panel once you clicked one parameter and the left/right keys to change the values. There had to be found a special solution for the spectrum profile.</p>]]></description>
			<author><![CDATA[null@example.com (Modellingoptimist)]]></author>
			<pubDate>Mon, 14 Sep 2015 15:55:33 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=939610#p939610</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=939605#p939605</link>
			<description><![CDATA[<p>I just like to mention, that something <strong>between</strong> your idea and simple X forwarding exists. With <a href="https://en.wikipedia.org/wiki/Xpra">xpra</a> you can attach and reattach a persistent running Pianoteq-Window, that is running on a GUI-less &quot;server&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (groovy)]]></author>
			<pubDate>Sun, 13 Sep 2015 11:32:31 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=939605#p939605</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=939576#p939576</link>
			<description><![CDATA[<p>I was thinking more like, having a persistent/long-running &quot;pianoteq --headless&quot; process running independently of the graphics system (be it x11, wayland, or quartz) and then being able to pop up a UI window to control it from another pianoteq process, either on the same host or another host. You&#039;d run something like &quot;pianoteq --remote hostname:port&quot; or just &quot;pianoteq --remote hostname&quot; to use the default port (which is to be arbitrarily chosen by Modartt if they implement this feature <i class="far fa-laugh smiley"></i> ) and the pianoteq GUI would pop up, controlling the --headless process.</p><p>The way i see it, the two straightforward approaches to this would be (1) something similar to VNC, where the --headless (ie. server) process sends pixel data to the --remote (client) process and the --remote process sends mouse and keyboard event data to the --headless session and (2) where only the actual settings would be exchanged between the two processes, in some newly invented format (which, again, is to be arbitrarily invented by Modartt if they implement this feature <i class="far fa-laugh smiley"></i> ) The (1) approach would be less efficient in terms of bandwidth use, but would be more tolerant with version mismatches.</p><p>Anyway, just a thought... This would also solve the problem (or improve/simplify the situation) of having pianoteq running on a PC or mac, with the interface showing up on a tablet, which a few people have mentioned recently.</p>]]></description>
			<author><![CDATA[null@example.com (delt)]]></author>
			<pubDate>Thu, 10 Sep 2015 22:31:33 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=939576#p939576</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=939538#p939538</link>
			<description><![CDATA[<div class="quotebox"><cite>delt wrote:</cite><blockquote><p>Here&#039;s a feature i&#039;d really like to see: being able to run pianoteq headless (no UI mode) and then &quot;connect&quot; to it by running another pianoteq process to control it, change presets and settings etc.</p></blockquote></div><p>I was thinking about a &quot;Essential Pianoteq&quot; as a FXP reader with a GUI window made just with 16 &quot;presets buttons&quot; , MIDI setup and keyboard velocity calibration.<br />Stop.<br />Nothing else.</p>]]></description>
			<author><![CDATA[null@example.com (SteveKK)]]></author>
			<pubDate>Mon, 07 Sep 2015 10:32:13 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=939538#p939538</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=939537#p939537</link>
			<description><![CDATA[<div class="quotebox"><cite>delt wrote:</cite><blockquote><p>Here&#039;s a feature i&#039;d really like to see: being able to run pianoteq headless (no UI mode) and then &quot;connect&quot; to it by running another pianoteq process to control it, change presets and settings etc.</p></blockquote></div><p>Hi delt,</p><p>have you tried a normal xsession via SSH to your remote &quot;Pianoteq-server&quot;?<br />PTQ is started remote then and the GUI is rendered on your local PC. No remote desktop/GUI necessary for this.</p>]]></description>
			<author><![CDATA[null@example.com (groovy)]]></author>
			<pubDate>Mon, 07 Sep 2015 06:14:09 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=939537#p939537</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=939534#p939534</link>
			<description><![CDATA[<p>Here&#039;s a feature i&#039;d really like to see: being able to run pianoteq headless (no UI mode) and then &quot;connect&quot; to it by running another pianoteq process to control it, change presets and settings etc.</p>]]></description>
			<author><![CDATA[null@example.com (delt)]]></author>
			<pubDate>Mon, 07 Sep 2015 00:35:24 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=939534#p939534</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=938755#p938755</link>
			<description><![CDATA[<div class="quotebox"><cite>Budtz wrote:</cite><blockquote><p>I love the automatic MIDI history, something I&#039;ve been wanting to create myself. Could you and an option for an infinite history length and a location for the MIDI files? MIDI data takes up so little space these days that there is no reason to ever delete any of it. And it&#039;s nice to know that everything that was ever played is in principle retrievable. I could sure use just having the last months worth....</p></blockquote></div><p>Big history is good until you try to find something in it. 10-20 entries is a sufficient amount if you want save a recording you did accidentally and recently. In fact this is why we need this tool, it&#039;s not a way to eliminate file saving/loading at all.</p>]]></description>
			<author><![CDATA[null@example.com (Ross)]]></author>
			<pubDate>Tue, 07 Jul 2015 19:53:03 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=938755#p938755</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=938751#p938751</link>
			<description><![CDATA[<p>I love the automatic MIDI history, something I&#039;ve been wanting to create myself. Could you and an option for an infinite history length and a location for the MIDI files? MIDI data takes up so little space these days that there is no reason to ever delete any of it. And it&#039;s nice to know that everything that was ever played is in principle retrievable. I could sure use just having the last months worth....</p>]]></description>
			<author><![CDATA[null@example.com (Budtz)]]></author>
			<pubDate>Tue, 07 Jul 2015 08:21:11 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=938751#p938751</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=938740#p938740</link>
			<description><![CDATA[<p>Sure EvilDragon, I also use layers with other programs now.</p><p>But for the use&nbsp; in a very &quot;easy&quot; live context, to think you can&nbsp; use only a keyboard connected to the tablet without other programs from having to load and manage not mind ...</p><br /><p>I could only use Pianoteq stand-alone.</p><p>It is not important for me to have a lot of sounds to use as pads ... being able to create 3 or 4 would be more than sufficient and I don&#039;t think this features make the program less professional in the eyes of purists ..;)</p><p>I think that even &quot;Ivory&quot; use this feature</p><p>Sorry for my bad english...</p><p>Ciao!</p>]]></description>
			<author><![CDATA[null@example.com (keyrunner)]]></author>
			<pubDate>Mon, 06 Jul 2015 10:50:39 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=938740#p938740</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=938738#p938738</link>
			<description><![CDATA[<p>I think you can use lots of other plugins to add a pad sound below Pianoteq. Keep Pianoteq focused on piano instruments, not pads!</p>]]></description>
			<author><![CDATA[null@example.com (EvilDragon)]]></author>
			<pubDate>Mon, 06 Jul 2015 09:45:05 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=938738#p938738</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=938736#p938736</link>
			<description><![CDATA[<p>Hello guys,<br />I don&#039;t know if this request was never previously mentioned ...</p><p>Among the features that I would like to see in the new release of Pianoteq there would be the implementation of a small section for adding a pad sound.</p><p>This section should provide a button on / off, a generation section also minimal for the timbre (some minimal&nbsp; parameter like timbre n. 1-2-3 .. LP Filter, ADSR, Effect association, CC64 association on / off) .</p><p>the on/off status of this section should be saved along with the piano preset&nbsp; ....</p><p>I forgot ... the sound generation could also be a &quot;physical model type&quot; (obviously a very simple version) so as not to overload the program size..</p><p>For all those who use Pianoteq live in areas not strictly classical, I think this is an remarkable improvement ...</p><p>What do you think about?</p><p>Ciao!!!</p>]]></description>
			<author><![CDATA[null@example.com (keyrunner)]]></author>
			<pubDate>Mon, 06 Jul 2015 08:54:42 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=938736#p938736</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=938734#p938734</link>
			<description><![CDATA[<p>Update: this is probably due to a bug in Renoise. The same crash warning happens consistently with a certain file in renoise. For more information, please see the following topic on the renoise message board:</p><p><a href="http://forum.renoise.com/index.php/topic/45026-fluidsynth-dssi-plugin-linux/">http://forum.renoise.com/index.php/topi...gin-linux/</a></p>]]></description>
			<author><![CDATA[null@example.com (delt)]]></author>
			<pubDate>Mon, 06 Jul 2015 04:59:53 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=938734#p938734</guid>
		</item>
		<item>
			<title><![CDATA[Re: Ideas, suggestions, bug reports...]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=938729#p938729</link>
			<description><![CDATA[<p>julien: it&#039;s not (apparently) reproducable, it just happened once randomly. I was using two instances of Pianoteq in Renoise, one with the D4 sound, and another with the Pleyel. If it happens again, i&#039;ll check the renoise log file and send it on the page you mentioned, before restarting renoise. Didn&#039;t think about that, sorry <i class="far fa-meh-rolling-eyes smiley"></i></p>]]></description>
			<author><![CDATA[null@example.com (delt)]]></author>
			<pubDate>Sun, 05 Jul 2015 11:23:23 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=938729#p938729</guid>
		</item>
	</channel>
</rss>
