<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Modartt user forum - Host app for Linux]]></title>
	<link rel="self" href="https://forum.modartt.com/extern.php?action=feed&amp;tid=3472&amp;type=atom"/>
	<updated>2014-08-17T19:47:39Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.modartt.com/viewtopic.php?id=3472</id>
		<entry>
			<title type="html"><![CDATA[Re: Host app for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934214#p934214"/>
			<content type="html"><![CDATA[<p>My advice to linux audio users is first to use an audio-oriented linux distribution such as AVLinux or kxstudio which are already set up to music production and will save you a lot of work configuring for best performance and installing/finding music software.&nbsp; &nbsp;Secondly you should understand how the jack audio/midi server works on linux which allows for simple configuration of latency and allow simple interconnection of audio/midi sources - see<br /><a href="http://www.libremusicproduction.com/article/jackguide">http://www.libremusicproduction.com/article/jackguide</a>.&nbsp; &nbsp;</p><p>Concerning midi configurability I&#039;d first check what your keyboard supports natively concerning keyboard splitting or transposition.&nbsp; &nbsp;In linux there are the <a href="https://github.com/x42/midifilter.lv2/">midifilter.lv2</a> lv2 plugins which can do many types of midi filtering/transposition etc.&nbsp; &nbsp;These plugins can be used in Ardour, Qtractor, or the carla plugin host.&nbsp; &nbsp;As has been mentioned middings is very powerful if you are comfortable with python programming (example scripts available on the middings website make it easy to learn).</p><p>I have a posting on my practice setup on the <a href="http://www.remastersys.com/forums/index.php?topic=3300.0">AVLinux forum</a>&nbsp; (in which I admit a preference to some sampled pianos over Pianoteq..., but this was before V5), with many details and some sample middings scripts.&nbsp; &nbsp;I prefer to run Pianoteq standalone so it records everything since I like to save my improvisations and I use middings to manipulate midi as needed.</p>]]></content>
			<author>
				<name><![CDATA[varpa]]></name>
				<uri>https://forum.modartt.com/profile.php?id=1918</uri>
			</author>
			<updated>2014-08-17T19:47:39Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934214#p934214</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Host app for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934190#p934190"/>
			<content type="html"><![CDATA[<p>I use QMidiRoute with Pianoteq to change a foot pedal midi input from a variable volume to a variable damper pedal.&nbsp; I also changed an old on-off damper pedal to a different midi pedal using this program since my piano keyboard is so old it cannot be changed otherwise.&nbsp; All of this works well for me with Pianoteq in Ubuntu.</p><p>You might also consider using a program called &quot;mididings&quot; (installable from the Ubuntu software center or through a repository identified at the software website) which apparently allows you to write custom programs in Python.&nbsp; The webpage is: <a href="http://das.nasophon.de/mididings/">http://das.nasophon.de/mididings/</a> which also has documentation available you could look at.&nbsp; I have not used this software yet, but I am thinking about trying it.&nbsp; It has a learning curve, but it appears to be extremely flexible.</p><p>Edit after reading varpa&#039;s post: I probably should have been more explicit and stated I am using KXStudio in Ubuntu Studio for everything I am doing.&nbsp; When I was just starting with Linux a few years ago, this really made things much easier, just as varpa observes in the next post below!</p>]]></content>
			<author>
				<name><![CDATA[mwinthrop]]></name>
				<uri>https://forum.modartt.com/profile.php?id=156</uri>
			</author>
			<updated>2014-08-16T03:16:46Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934190#p934190</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Host app for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934182#p934182"/>
			<content type="html"><![CDATA[<p>I&#039;ve always found that Cantabile works well in Wine – I use Cantabile Light to host some VSTi&#039;s that won&#039;t work by other means.</p><p>It can be a bit of bugger to get Wine working well, and you need wine-asio so that Jack can see it, but PlayOnLinux seems to be an easier way of getting things set up these days. That might be another possibility to explore.</p><p>I&#039;m not sure that Ardour would be able to do key mappings, but I could be wrong. If so, I&#039;ve learnt something new about A3!</p><p>Some years ago I found a nifty little utility that could do just what you want. I used it to split a keyboard to different manuals of Aeolus (pipe organ emulation). I&#039;m not at home at the moment so I can&#039;t check, but I think it was QMidiRoute. It lets you save the mappings as well, which is useful. You&#039;d be able to connect everything up with Jack and use the native standalone version of PT.</p>]]></content>
			<author>
				<name><![CDATA[Jorvik]]></name>
				<uri>https://forum.modartt.com/profile.php?id=3980</uri>
			</author>
			<updated>2014-08-15T12:10:48Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934182#p934182</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Host app for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934143#p934143"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>sandharp wrote:</cite><blockquote><p>Hi - I recently switched to Ubuntu studio on my old Toshiba laptop and getting much improved performance from the standalone PTQ5.&nbsp; The problem is, I have been using the Cantabile host program in Windows for key mapping (splitting) and transpositions.&nbsp; Does anyone have a&nbsp; suggestion for an equivalent program?&nbsp; (It doesn&#039;t matter if there are no sequencing capabilities as long as it&#039;s stable and low enough&nbsp; latency for live performance.)&nbsp; I&#039;m not real familiar with the &#039;Linux world&#039; so I&#039;d appreciate any help I can get. <br /> Thanks</p></blockquote></div><p>Hi,</p><p>Using PTQ5 as LV2 plugin in Ardour3 was already mentioned.<br />Another option is Qtractor which also supports LV2 plugins.</p><p>I don&#039;t know how to do key mapping and transpositions. A good master controller keyboard with built-in split and transpose settings might also work with the standalone version of PTQ5.</p>]]></content>
			<author>
				<name><![CDATA[m.tarenskeen]]></name>
				<uri>https://forum.modartt.com/profile.php?id=1003</uri>
			</author>
			<updated>2014-08-11T12:46:41Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934143#p934143</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Host app for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934129#p934129"/>
			<content type="html"><![CDATA[<p>Thanks for the help!&nbsp; I will look into both suggestions post the results.</p>]]></content>
			<author>
				<name><![CDATA[sandharp]]></name>
				<uri>https://forum.modartt.com/profile.php?id=3803</uri>
			</author>
			<updated>2014-08-10T01:43:14Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934129#p934129</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Host app for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934112#p934112"/>
			<content type="html"><![CDATA[<p>I use Renoise, it&#039;s a powerful &quot;tracker&quot; type sequencer. It&#039;s commercial, but not very expensive, and the demo version has only a few restrictions which might or might not get in your way.</p>]]></content>
			<author>
				<name><![CDATA[delt]]></name>
				<uri>https://forum.modartt.com/profile.php?id=3623</uri>
			</author>
			<updated>2014-08-08T21:17:18Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934112#p934112</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Host app for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934109#p934109"/>
			<content type="html"><![CDATA[<p>Not sure but I think you should be able to do this kind of things using Ardour3 as host since this latest version allows midi fonctions.<br />You should try to use Pianoteq as a LV2 plugin inside Ardour3 and see what happens.<br />Cantabile is the best vst host IMO.</p><p>Nothing is easy when you begin on the linux world but it is worth a try. <br />Keep us informed...</p>]]></content>
			<author>
				<name><![CDATA[stamkorg]]></name>
				<uri>https://forum.modartt.com/profile.php?id=3941</uri>
			</author>
			<updated>2014-08-08T19:15:48Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934109#p934109</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Host app for Linux]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=934100#p934100"/>
			<content type="html"><![CDATA[<p>Hi - I recently switched to Ubuntu studio on my old Toshiba laptop and getting much improved performance from the standalone PTQ5.&nbsp; The problem is, I have been using the Cantabile host program in Windows for key mapping (splitting) and transpositions.&nbsp; Does anyone have a&nbsp; suggestion for an equivalent program?&nbsp; (It doesn&#039;t matter if there are no sequencing capabilities as long as it&#039;s stable and low enough&nbsp; latency for live performance.)&nbsp; I&#039;m not real familiar with the &#039;Linux world&#039; so I&#039;d appreciate any help I can get. <br /> Thanks</p>]]></content>
			<author>
				<name><![CDATA[sandharp]]></name>
				<uri>https://forum.modartt.com/profile.php?id=3803</uri>
			</author>
			<updated>2014-08-08T16:07:48Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=934100#p934100</id>
		</entry>
</feed>
