<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Modartt user forum - Feature request. Mute button]]></title>
		<link>https://forum.modartt.com/viewtopic.php?id=2328</link>
		<description><![CDATA[The most recent posts in Feature request. Mute button.]]></description>
		<lastBuildDate>Mon, 22 Oct 2012 19:28:21 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Feature request. Mute button]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=24072#p24072</link>
			<description><![CDATA[<p>When I choose the largest window magnification the virtual keyboard drop below the PCs screen. Could this be made detachable and resizeable on its own. Very useful as a tutorial tool. <i class="far fa-smile smiley"></i></p>]]></description>
			<author><![CDATA[null@example.com (DonSmith)]]></author>
			<pubDate>Mon, 22 Oct 2012 19:28:21 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=24072#p24072</guid>
		</item>
		<item>
			<title><![CDATA[Re: Feature request. Mute button]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=23548#p23548</link>
			<description><![CDATA[<div class="quotebox"><cite>julien wrote:</cite><blockquote><p>nightwatch, in v4.0.4 we have added a new shortcut ( Alt-D ) that disconnects/reconnects the standalone version from the soundcard (and midi devices), acting a mute toggle</p></blockquote></div><p>Ah, thank you! However, not to be ungrateful, it only works in the foreground. PianoTeq is often in the background when I need to mute it. If something were MIDI assingable it could work regardless. Well, if anything comes up, I&#039;d be grateful.</p><p>Thanks!</p>]]></description>
			<author><![CDATA[null@example.com (nightwatch)]]></author>
			<pubDate>Thu, 20 Sep 2012 06:03:55 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=23548#p23548</guid>
		</item>
		<item>
			<title><![CDATA[Re: Feature request. Mute button]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=22520#p22520</link>
			<description><![CDATA[<p>nightwatch, in v4.0.4 we have added a new shortcut ( Alt-D ) that disconnects/reconnects the standalone version from the soundcard (and midi devices), acting a mute toggle</p>]]></description>
			<author><![CDATA[null@example.com (julien)]]></author>
			<pubDate>Sun, 17 Jun 2012 16:47:35 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=22520#p22520</guid>
		</item>
		<item>
			<title><![CDATA[Re: Feature request. Mute button]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=22517#p22517</link>
			<description><![CDATA[<p>Just as a fun feature, could Pianoteq have a view where the Midi scroll thing at the top be placed over the virtual keyboard as it scrolls down over each key? <i class="far fa-smile smiley"></i></p>]]></description>
			<author><![CDATA[null@example.com (DonSmith)]]></author>
			<pubDate>Sun, 17 Jun 2012 13:10:59 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=22517#p22517</guid>
		</item>
		<item>
			<title><![CDATA[Re: Feature request. Mute button]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=22516#p22516</link>
			<description><![CDATA[<p>Is there a case for Pianoteq to include the ability to tighten the strings on the piano? Shortening the &#039;Impendance&#039; parameter creates a tighter sound, but you lose something in the dynamic range. In version three I didn&#039;t think the &#039;String Length&#039; parameter made much difference to the sound, but it does now in version four. <br />Maybe such a feature will help create the attack in the sound that some have been longing for. <i class="far fa-smile smiley"></i></p>]]></description>
			<author><![CDATA[null@example.com (DonSmith)]]></author>
			<pubDate>Sun, 17 Jun 2012 13:07:45 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=22516#p22516</guid>
		</item>
		<item>
			<title><![CDATA[Re: Feature request. Mute button]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=22284#p22284</link>
			<description><![CDATA[<p>I have created a mute mini preset which simply changes the entire velocity curve to zero. This functions as a mute button. You can assign a midi event to the preset, but i&#039;m not sure about keyboard bindings.</p>]]></description>
			<author><![CDATA[null@example.com (Coldsalmon)]]></author>
			<pubDate>Wed, 30 May 2012 04:14:48 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=22284#p22284</guid>
		</item>
		<item>
			<title><![CDATA[Re: Feature request. Mute button]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=22175#p22175</link>
			<description><![CDATA[<p>Get a program called &quot;nircmd&quot;.&nbsp; It&#039;s free online.<br />Copy it to the C:\Windows folder.</p><p>Create a text file called &quot;mute.vbs&quot;, containing this text:<br />&nbsp; Set WSHShell=Wscript.CreateObject(&quot;Wscript.Shell&quot;)<br />&nbsp; WSHShell.Run &quot;C:\Windows\nircmd mutesysvolume 1&quot;<br />&nbsp; Set WSHShell = Nothing</p><p>Create another text file called &quot;unmute.vbs&quot;, containing this text:<br />&nbsp; Set WSHShell=Wscript.CreateObject(&quot;Wscript.Shell&quot;) <br />&nbsp; WSHShell.Run &quot;C:\Windows\nircmd mutesysvolume 0&quot;<br />&nbsp; Set WSHShell = Nothing</p><p>Double-click on mute.vbs or unmute.vbs ... with obvious results.</p>]]></description>
			<author><![CDATA[null@example.com (lhorwinkle)]]></author>
			<pubDate>Fri, 18 May 2012 08:36:57 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=22175#p22175</guid>
		</item>
		<item>
			<title><![CDATA[Feature request. Mute button]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=22116#p22116</link>
			<description><![CDATA[<p>I often leave PianoTEQ running in stand alone all the time. Even when I have my DAW open it&#039;s much quicker to switch back to PianoTEQ if I quickly need to hash out something, hear a chord, a note, etc...</p><p>But it&#039;s a pain to turn the volume down on PianoTEQ and it&#039;s does&#039;t go down to zero, just - 32db.</p><p>It would be great to have a mute button and a keystroke (like M) to go along with it.</p><p>Hope this was the right place to post this..</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (nightwatch)]]></author>
			<pubDate>Mon, 14 May 2012 18:18:55 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=22116#p22116</guid>
		</item>
	</channel>
</rss>
