<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-460</id>
	<title>Nabble - Ardour</title>
	<updated>2009-12-07T09:28:25Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Ardour-f460.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Ardour-f460.html" />
	<subtitle type="html">Ardour is a digital audio workstation. You can use it to record, edit and mix multi-track audio. Produce your own CD's. Mix video soundtracks. Experiment with new ideas about music and sound. Generate sound installations for 12 speaker gallery shows. Have Fun. Ardour home is &lt;a href=&quot;http://ardour.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26680738</id>
	<title>Re: PD for Ardour</title>
	<published>2009-12-07T09:28:25Z</published>
	<updated>2009-12-07T09:28:25Z</updated>
	<author>
		<name>torbenh</name>
	</author>
	<content type="html">On Fri, Dec 04, 2009 at 01:19:08PM -0800, John Delaney wrote:
&lt;br&gt;&amp;gt; Thanks for the info. &amp;nbsp;Lua is popular at school, here, so I'll have a
&lt;br&gt;&amp;gt; fair amount of support if I go in that direction. &amp;nbsp;This sounds like a
&lt;br&gt;&amp;gt; good learning/banging my head into a wall for fun project... perhaps a
&lt;br&gt;&amp;gt; masters thesis as well...
&lt;br&gt;&lt;br&gt;i started working on a python binding.
&lt;br&gt;i am using pyplusplus to generate it out of C++ header files.
&lt;br&gt;&lt;br&gt;needed to patch gccxml and pyplusplus a bit, to make them not choke.
&lt;br&gt;the generated code needs some patches to compile.
&lt;br&gt;it also requires a git version of boost::python.
&lt;br&gt;&lt;br&gt;i am wrapping the class Session... and 2 out of 169 files dont compile.
&lt;br&gt;&lt;br&gt;&lt;br&gt;if somebody knows, how to specify call_policies with
&lt;br&gt;boost::python::indexing_suite 
&lt;br&gt;this could fix most problems. 
&lt;br&gt;&lt;br&gt;the docs are not very good.
&lt;br&gt;and there seem to be 2 interface versions available.
&lt;br&gt;&lt;br&gt;working with boost::python is not for people who think STL error
&lt;br&gt;messages suck :)
&lt;br&gt;&lt;br&gt;i switched to being happy when the compiler only spits out 10KB of
&lt;br&gt;errors. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Fri, Dec 4, 2009 at 12:35 PM, Paul Davis &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26680738&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; On Fri, Dec 4, 2009 at 3:29 PM, John Delaney &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26680738&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;a.pet.rock@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I don't know where Midi support is, yet, in Ardour, but this could
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; certainly solve that problem, though creating the musical score, this
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; would not do.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; no, MIDI is not a part of the answer here.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; You can already control almost everything &amp;quot;global&amp;quot; in Ardour,
&lt;br&gt;&amp;gt; &amp;gt; including activating all main menu items, via OSC. You can also
&lt;br&gt;&amp;gt; &amp;gt; control per-track/bus settings such as mute/gain/solo/rec-enable via
&lt;br&gt;&amp;gt; &amp;gt; OSC too. This provides integration at that level, but this has nothing
&lt;br&gt;&amp;gt; &amp;gt; really to do with what Max4Live is all about.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Max4Live is a fairly deep integration of a Max runtime into Live along
&lt;br&gt;&amp;gt; &amp;gt; with even deeper integration of the GUIs for M4L &amp;quot;objects&amp;quot; into the
&lt;br&gt;&amp;gt; &amp;gt; main Live GUI.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; To do this properly, Ardour (specifically libardour) needs a language
&lt;br&gt;&amp;gt; &amp;gt; binding, at the very least. We have batted about ideas about the right
&lt;br&gt;&amp;gt; &amp;gt; language for years - Lua, Scheme, Chicken, Python have all been
&lt;br&gt;&amp;gt; &amp;gt; discussed. Nothing has been done. If somebody really wants to make a
&lt;br&gt;&amp;gt; &amp;gt; move on this kind of idea, this is where to start. Oh, and don't go
&lt;br&gt;&amp;gt; &amp;gt; playing with 2.X, because that's feature frozen, none of what you do
&lt;br&gt;&amp;gt; &amp;gt; there will ever be merged, and libardour looks pretty different in 3.X
&lt;br&gt;&amp;gt; &amp;gt; anyway.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; At this point, no particular language is &amp;quot;blessed&amp;quot;, so someone who is
&lt;br&gt;&amp;gt; &amp;gt; actually motivated would do well just to pick something and go with it
&lt;br&gt;&amp;gt; &amp;gt; for now.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --p
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; ardour-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26680738&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;torben Hohn
&lt;br&gt;_______________________________________________
&lt;br&gt;ardour-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26680738&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---Dev-f461.html&quot; embed=&quot;fixTarget[461]&quot; target=&quot;_top&quot; &gt;Ardour - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PD-for-Ardour-tp26647932p26680738.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677301</id>
	<title>Re: new ardour user--a few silly questions</title>
	<published>2009-12-07T05:32:46Z</published>
	<updated>2009-12-07T05:32:46Z</updated>
	<author>
		<name>Paul Davis</name>
	</author>
	<content type="html">On Mon, Dec 7, 2009 at 8:25 AM, Eli Keszler &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677301&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;elikeszler@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; No i've never done this in any other program.  I converted the files using
&lt;br&gt;&amp;gt; by importing the files and letting ardour convert them, it asked me if I
&lt;br&gt;&amp;gt; wanted to convert the files from 96 to 48.  If this is not the best way to
&lt;br&gt;&amp;gt; do this do you have any suggestions for how to conver these files?  Or
&lt;br&gt;&amp;gt; better yet upgrade my machine to be able to record/mix in 96?
&lt;br&gt;&lt;br&gt;1) when using mailing lists, please be sure to ALWAYS use your mail
&lt;br&gt;program's &amp;quot;Reply-To-All&amp;quot; feature.
&lt;br&gt;2) to work at 96kHz, you need an audio interface that can do this. the
&lt;br&gt;one that is builtin to the computer cannot.
&lt;br&gt;3) not sure about what might have happened with conversion - it would
&lt;br&gt;be necessary for you to install some
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; other software on your computer and/or provide a sample of one
&lt;br&gt;of the files in order to know more.
&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677301&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/new-ardour-user--a-few-silly-questions-tp26677091p26677301.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677197</id>
	<title>Re: new ardour user--a few silly questions</title>
	<published>2009-12-07T05:23:29Z</published>
	<updated>2009-12-07T05:23:29Z</updated>
	<author>
		<name>Paul Davis</name>
	</author>
	<content type="html">On Mon, Dec 7, 2009 at 8:15 AM, Eli Keszler &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677197&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;elikeszler@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm runing ardour 2 on my power book g4 on 10.4.11
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i'm trying to work on a session that was record in 96 hz but when I try to
&lt;br&gt;&amp;gt; open it I get a note that says ardour could not start jack 1) you requested
&lt;br&gt;&amp;gt; audio parameters that are not supported 2) jack is running as another user
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; you have to forgive me as I noticed a bit of dicussion about this issue on
&lt;br&gt;&amp;gt; the message board.  But, I still can not figure out.  I went to my midi
&lt;br&gt;&amp;gt; audio configurations and can not set it to 96 (only to 48) and as well in
&lt;br&gt;&amp;gt; the jack server only goes to 48.  (It's working off my core audio drive.)
&lt;br&gt;&amp;gt; My hunch is that this has something to do with this.
&lt;/div&gt;&lt;br&gt;if you are using a power book i would be extremely suprised if its
&lt;br&gt;builtin interface can be used at 96kHz. have you done this with any
&lt;br&gt;other software on this machine?
&lt;br&gt;&lt;br&gt;&amp;gt; My second question (which as I'm typing makes me think that it is related to
&lt;br&gt;&amp;gt; this issue above), is when i converted my files from 96 to 48 I got weird
&lt;br&gt;&amp;gt; digital pops and clicks in the tracks.  When I listen to the audio before
&lt;br&gt;&amp;gt; conversion it doesn't have any of these sounds in it.
&lt;br&gt;&lt;br&gt;how did you convert them?
&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677197&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/new-ardour-user--a-few-silly-questions-tp26677091p26677197.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677091</id>
	<title>new ardour user--a few silly questions</title>
	<published>2009-12-07T05:15:02Z</published>
	<updated>2009-12-07T05:15:02Z</updated>
	<author>
		<name>Eli Keszler</name>
	</author>
	<content type="html">I&amp;#39;m runing ardour 2 on my power book g4 on 10.4.11&lt;br&gt;&lt;br&gt;i&amp;#39;m trying to work on a session that was record in 96 hz but when I try to open it I get a note that says ardour could not start jack 1) you requested audio parameters that are not supported 2) jack is running as another user&lt;br&gt;
&lt;br&gt;you have to forgive me as I noticed a bit of dicussion about this issue on the message board.  But, I still can not figure out.  I went to my midi audio configurations and can not set it to 96 (only to 48) and as well in the jack server only goes to 48.  (It&amp;#39;s working off my core audio drive.)  My hunch is that this has something to do with this. &lt;br&gt;
&lt;br&gt;My second question (which as I&amp;#39;m typing makes me think that it is related to this issue above), is when i converted my files from 96 to 48 I got weird digital pops and clicks in the tracks.  When I listen to the audio before conversion it doesn&amp;#39;t have any of these sounds in it.  &lt;br&gt;
&lt;br&gt;Let me know if any of you have any suggestions and thanks so much for your help in advance!!&lt;br&gt;&lt;br&gt;best,&lt;br&gt;EK&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;eli keszler&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.relrecords.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.relrecords.net&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.myspace.com/elikeszler&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myspace.com/elikeszler&lt;/a&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677091&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/new-ardour-user--a-few-silly-questions-tp26677091p26677091.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26665306</id>
	<title>Re: latency compensation</title>
	<published>2009-12-06T06:07:03Z</published>
	<updated>2009-12-06T06:07:03Z</updated>
	<author>
		<name>Paul Davis</name>
	</author>
	<content type="html">right click on track header area. its in the menu.
&lt;br&gt;&lt;br&gt;On Sun, Dec 6, 2009 at 5:55 AM, Derek Holzer &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26665306&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;derek@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I recall a feature from previous Ardour versions, which allowed some sort of
&lt;br&gt;&amp;gt; latency compensation while recording by telling Ardour whether the source of
&lt;br&gt;&amp;gt; the audio was inside or outside the computer. This feature seems to have
&lt;br&gt;&amp;gt; disappeared, so I'd be interested to know how people deal with the
&lt;br&gt;&amp;gt; following:
&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26665306&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/latency-compensation-tp26663788p26665306.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26665163</id>
	<title>Re: latency compensation</title>
	<published>2009-12-06T05:49:17Z</published>
	<updated>2009-12-06T05:49:17Z</updated>
	<author>
		<name>Thomas Vecchione-2</name>
	</author>
	<content type="html">There is a couple of threads on the ardour.org forums that go into
&lt;br&gt;detail in how it is currently working(Or not) that are well worth a
&lt;br&gt;read. &amp;nbsp;I don't remember the details right off hand with it though at
&lt;br&gt;this moment.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Seablade
&lt;br&gt;&lt;br&gt;On Sun, Dec 6, 2009 at 6:06 AM, Oleg Ivanenko &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26665163&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;oivanenko@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Derek, personally I doing such aligning aurally. Draft align with
&lt;br&gt;&amp;gt; Nudge Region tool and precise align by mouse.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/12/6 Derek Holzer &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26665163&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;derek@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I recall a feature from previous Ardour versions, which allowed some sort of
&lt;br&gt;&amp;gt;&amp;gt; latency compensation while recording by telling Ardour whether the source of
&lt;br&gt;&amp;gt;&amp;gt; the audio was inside or outside the computer. This feature seems to have
&lt;br&gt;&amp;gt;&amp;gt; disappeared, so I'd be interested to know how people deal with the
&lt;br&gt;&amp;gt;&amp;gt; following:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 1) Syncing new recorded tracks or overdubs with existing materials (1 x
&lt;br&gt;&amp;gt;&amp;gt; latency)
&lt;br&gt;&amp;gt;&amp;gt; 2) Using outboard effects via a send (2 x latency)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; in respect to keeping the new material in sync and in phase with existing
&lt;br&gt;&amp;gt;&amp;gt; material. Do I really have to manually move the regions backwards so many
&lt;br&gt;&amp;gt;&amp;gt; samples each and every time? Also, is the latency *absolutely* fixed to the
&lt;br&gt;&amp;gt;&amp;gt; values I see Ardour or Jack reporting? (I.e. is it always consistent?)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks + best!
&lt;br&gt;&amp;gt;&amp;gt; Derek
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; ::: derek holzer ::: &lt;a href=&quot;http://blog.myspace.com/macumbista&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.myspace.com/macumbista&lt;/a&gt;&amp;nbsp;:::
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.vimeo.com/macumbista&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vimeo.com/macumbista&lt;/a&gt;&amp;nbsp;:::
&lt;br&gt;&amp;gt;&amp;gt; ---Oblique Strategy # 95:
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;Is something missing?&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26665163&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Truly yours, Oleg Ivanenko aka Ash
&lt;br&gt;&amp;gt; [if it wasn't so sad, it would be funny]
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26665163&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26665163&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/latency-compensation-tp26663788p26665163.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26663873</id>
	<title>Re: latency compensation</title>
	<published>2009-12-06T03:06:40Z</published>
	<updated>2009-12-06T03:06:40Z</updated>
	<author>
		<name>Oleg Ivanenko-2</name>
	</author>
	<content type="html">Derek, personally I doing such aligning aurally. Draft align with
&lt;br&gt;Nudge Region tool and precise align by mouse.
&lt;br&gt;&lt;br&gt;2009/12/6 Derek Holzer &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663873&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;derek@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I recall a feature from previous Ardour versions, which allowed some sort of
&lt;br&gt;&amp;gt; latency compensation while recording by telling Ardour whether the source of
&lt;br&gt;&amp;gt; the audio was inside or outside the computer. This feature seems to have
&lt;br&gt;&amp;gt; disappeared, so I'd be interested to know how people deal with the
&lt;br&gt;&amp;gt; following:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1) Syncing new recorded tracks or overdubs with existing materials (1 x
&lt;br&gt;&amp;gt; latency)
&lt;br&gt;&amp;gt; 2) Using outboard effects via a send (2 x latency)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; in respect to keeping the new material in sync and in phase with existing
&lt;br&gt;&amp;gt; material. Do I really have to manually move the regions backwards so many
&lt;br&gt;&amp;gt; samples each and every time? Also, is the latency *absolutely* fixed to the
&lt;br&gt;&amp;gt; values I see Ardour or Jack reporting? (I.e. is it always consistent?)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks + best!
&lt;br&gt;&amp;gt; Derek
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; ::: derek holzer ::: &lt;a href=&quot;http://blog.myspace.com/macumbista&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.myspace.com/macumbista&lt;/a&gt;&amp;nbsp;:::
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.vimeo.com/macumbista&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vimeo.com/macumbista&lt;/a&gt;&amp;nbsp;:::
&lt;br&gt;&amp;gt; ---Oblique Strategy # 95:
&lt;br&gt;&amp;gt; &amp;quot;Is something missing?&amp;quot;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663873&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Truly yours, Oleg Ivanenko aka Ash
&lt;br&gt;[if it wasn't so sad, it would be funny]
&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663873&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/latency-compensation-tp26663788p26663873.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26663788</id>
	<title>latency compensation</title>
	<published>2009-12-06T02:55:00Z</published>
	<updated>2009-12-06T02:55:00Z</updated>
	<author>
		<name>Derek Holzer-2</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I recall a feature from previous Ardour versions, which allowed some 
&lt;br&gt;sort of latency compensation while recording by telling Ardour whether 
&lt;br&gt;the source of the audio was inside or outside the computer. This feature 
&lt;br&gt;seems to have disappeared, so I'd be interested to know how people deal 
&lt;br&gt;with the following:
&lt;br&gt;&lt;br&gt;1) Syncing new recorded tracks or overdubs with existing materials (1 x 
&lt;br&gt;latency)
&lt;br&gt;2) Using outboard effects via a send (2 x latency)
&lt;br&gt;&lt;br&gt;in respect to keeping the new material in sync and in phase with 
&lt;br&gt;existing material. Do I really have to manually move the regions 
&lt;br&gt;backwards so many samples each and every time? Also, is the latency 
&lt;br&gt;*absolutely* fixed to the values I see Ardour or Jack reporting? (I.e. 
&lt;br&gt;is it always consistent?)
&lt;br&gt;&lt;br&gt;Thanks + best!
&lt;br&gt;Derek
&lt;br&gt;-- 
&lt;br&gt;::: derek holzer ::: &lt;a href=&quot;http://blog.myspace.com/macumbista&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.myspace.com/macumbista&lt;/a&gt;&amp;nbsp;::: 
&lt;br&gt;&lt;a href=&quot;http://www.vimeo.com/macumbista&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vimeo.com/macumbista&lt;/a&gt;&amp;nbsp;:::
&lt;br&gt;---Oblique Strategy # 95:
&lt;br&gt;&amp;quot;Is something missing?&amp;quot;
&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663788&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/latency-compensation-tp26663788p26663788.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26661796</id>
	<title>code review time!</title>
	<published>2009-12-05T18:56:56Z</published>
	<updated>2009-12-05T18:56:56Z</updated>
	<author>
		<name>Taybin Rutkin</name>
	</author>
	<content type="html">After working on getting ardour3 compiling on osx, I was led to a &amp;nbsp;
&lt;br&gt;couple probable bugs by the extra compiler warnings on the apple gcc &amp;nbsp;
&lt;br&gt;compiler. &amp;nbsp;These two were the most serious:
&lt;br&gt;&lt;br&gt;1) Manager::add_port() - this will almost certainly cause a crash. &amp;nbsp; 
&lt;br&gt;Port *port is accessed in the for-loop before it is set. &amp;nbsp;Initializing &amp;nbsp;
&lt;br&gt;port to 0 isn't good enough. &amp;nbsp;This needs a rethinking, based on &amp;nbsp;
&lt;br&gt;whatever this code is supposed to do.
&lt;br&gt;&lt;br&gt;2) MidiRegionView::trim_note - not sure what will happen, but if &amp;nbsp;
&lt;br&gt;front_delta is 0, then new_start is undefined. &amp;nbsp;It'd probably be good &amp;nbsp;
&lt;br&gt;to take a look at new_length's lifetime as well.
&lt;br&gt;&lt;br&gt;Taybin
&lt;br&gt;_______________________________________________
&lt;br&gt;ardour-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26661796&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---Dev-f461.html&quot; embed=&quot;fixTarget[461]&quot; target=&quot;_top&quot; &gt;Ardour - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/code-review-time%21-tp26661796p26661796.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26649645</id>
	<title>Re: PD for Ardour</title>
	<published>2009-12-04T13:39:57Z</published>
	<updated>2009-12-04T13:39:57Z</updated>
	<author>
		<name>Thomas Vecchione-2</name>
	</author>
	<content type="html">There will be before long :)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Seablade
&lt;br&gt;&lt;br&gt;On Fri, Dec 4, 2009 at 3:57 PM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26649645&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fons@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Fri, Dec 04, 2009 at 03:35:53PM -0500, Paul Davis wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; You can already control almost everything &amp;quot;global&amp;quot; in Ardour,
&lt;br&gt;&amp;gt;&amp;gt; including activating all main menu items, via OSC. You can also
&lt;br&gt;&amp;gt;&amp;gt; control per-track/bus settings such as mute/gain/solo/rec-enable via
&lt;br&gt;&amp;gt;&amp;gt; OSC too.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there any documentation about this ? I've not even
&lt;br&gt;&amp;gt; been able to find out in which port Ardour is listening
&lt;br&gt;&amp;gt; for OSC. Netstat shows nothing at all.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ciao,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; FA
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Wie der Mond heute Nacht aussieht !
&lt;br&gt;&amp;gt; Ist es nicht ein seltsames Bild ?
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; ardour-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26649645&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;ardour-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26649645&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---Dev-f461.html&quot; embed=&quot;fixTarget[461]&quot; target=&quot;_top&quot; &gt;Ardour - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PD-for-Ardour-tp26647932p26649645.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26649387</id>
	<title>Re: PD for Ardour</title>
	<published>2009-12-04T13:19:08Z</published>
	<updated>2009-12-04T13:19:08Z</updated>
	<author>
		<name>John Delaney-4</name>
	</author>
	<content type="html">Thanks for the info. &amp;nbsp;Lua is popular at school, here, so I'll have a
&lt;br&gt;fair amount of support if I go in that direction. &amp;nbsp;This sounds like a
&lt;br&gt;good learning/banging my head into a wall for fun project... perhaps a
&lt;br&gt;masters thesis as well...
&lt;br&gt;&lt;br&gt;On Fri, Dec 4, 2009 at 12:35 PM, Paul Davis &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26649387&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Fri, Dec 4, 2009 at 3:29 PM, John Delaney &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26649387&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;a.pet.rock@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; I don't know where Midi support is, yet, in Ardour, but this could
&lt;br&gt;&amp;gt;&amp;gt; certainly solve that problem, though creating the musical score, this
&lt;br&gt;&amp;gt;&amp;gt; would not do.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; no, MIDI is not a part of the answer here.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can already control almost everything &amp;quot;global&amp;quot; in Ardour,
&lt;br&gt;&amp;gt; including activating all main menu items, via OSC. You can also
&lt;br&gt;&amp;gt; control per-track/bus settings such as mute/gain/solo/rec-enable via
&lt;br&gt;&amp;gt; OSC too. This provides integration at that level, but this has nothing
&lt;br&gt;&amp;gt; really to do with what Max4Live is all about.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Max4Live is a fairly deep integration of a Max runtime into Live along
&lt;br&gt;&amp;gt; with even deeper integration of the GUIs for M4L &amp;quot;objects&amp;quot; into the
&lt;br&gt;&amp;gt; main Live GUI.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To do this properly, Ardour (specifically libardour) needs a language
&lt;br&gt;&amp;gt; binding, at the very least. We have batted about ideas about the right
&lt;br&gt;&amp;gt; language for years - Lua, Scheme, Chicken, Python have all been
&lt;br&gt;&amp;gt; discussed. Nothing has been done. If somebody really wants to make a
&lt;br&gt;&amp;gt; move on this kind of idea, this is where to start. Oh, and don't go
&lt;br&gt;&amp;gt; playing with 2.X, because that's feature frozen, none of what you do
&lt;br&gt;&amp;gt; there will ever be merged, and libardour looks pretty different in 3.X
&lt;br&gt;&amp;gt; anyway.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; At this point, no particular language is &amp;quot;blessed&amp;quot;, so someone who is
&lt;br&gt;&amp;gt; actually motivated would do well just to pick something and go with it
&lt;br&gt;&amp;gt; for now.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --p
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;ardour-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26649387&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---Dev-f461.html&quot; embed=&quot;fixTarget[461]&quot; target=&quot;_top&quot; &gt;Ardour - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PD-for-Ardour-tp26647932p26649387.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26649319</id>
	<title>Re: PD for Ardour</title>
	<published>2009-12-04T13:12:56Z</published>
	<updated>2009-12-04T13:12:56Z</updated>
	<author>
		<name>Paul Davis</name>
	</author>
	<content type="html">On Fri, Dec 4, 2009 at 3:57 PM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26649319&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fons@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Fri, Dec 04, 2009 at 03:35:53PM -0500, Paul Davis wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; You can already control almost everything &amp;quot;global&amp;quot; in Ardour,
&lt;br&gt;&amp;gt;&amp;gt; including activating all main menu items, via OSC. You can also
&lt;br&gt;&amp;gt;&amp;gt; control per-track/bus settings such as mute/gain/solo/rec-enable via
&lt;br&gt;&amp;gt;&amp;gt; OSC too.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there any documentation about this ? I've not even
&lt;br&gt;&amp;gt; been able to find out in which port Ardour is listening
&lt;br&gt;&amp;gt; for OSC. Netstat shows nothing at all.
&lt;/div&gt;&lt;br&gt;Options -&amp;gt; Surfaces -&amp;gt; OSC -&amp;gt; Enable
&lt;br&gt;&lt;br&gt;port:
&lt;br&gt;~/.config/ardour3/ardour.rc
&lt;br&gt;~/.ardour2/ardour.rc
&lt;br&gt;/etc/ardour2/ardour_system.rc
&lt;br&gt;etc. etc.
&lt;br&gt;&lt;br&gt;can define &amp;nbsp;&amp;lt;Option name=&amp;quot;osc-port&amp;quot; value=&amp;quot;3819&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;documentation:
&lt;br&gt;&amp;nbsp; &amp;nbsp; grep REGISTER_CALLBACK libs/surfaces/osc/osc.cc
&lt;br&gt;&lt;br&gt;all menu items are accessed via &amp;quot;/ardour/access-action/&amp;lt;action-name&amp;gt;&amp;quot;
&lt;br&gt;where &amp;lt;action-name&amp;gt; matches what you see in ardour.menus.
&lt;br&gt;&lt;br&gt;note: ardour2 currently has a locate command that is missing from
&lt;br&gt;ardour3 (pending backlog of forward ports).
&lt;br&gt;&lt;br&gt;--p
&lt;br&gt;_______________________________________________
&lt;br&gt;ardour-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26649319&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---Dev-f461.html&quot; embed=&quot;fixTarget[461]&quot; target=&quot;_top&quot; &gt;Ardour - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PD-for-Ardour-tp26647932p26649319.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26649182</id>
	<title>Re: PD for Ardour</title>
	<published>2009-12-04T12:57:32Z</published>
	<updated>2009-12-04T12:57:32Z</updated>
	<author>
		<name>Fons Adriaensen-2</name>
	</author>
	<content type="html">On Fri, Dec 04, 2009 at 03:35:53PM -0500, Paul Davis wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; You can already control almost everything &amp;quot;global&amp;quot; in Ardour,
&lt;br&gt;&amp;gt; including activating all main menu items, via OSC. You can also
&lt;br&gt;&amp;gt; control per-track/bus settings such as mute/gain/solo/rec-enable via
&lt;br&gt;&amp;gt; OSC too. 
&lt;br&gt;&lt;br&gt;Is there any documentation about this ? I've not even
&lt;br&gt;been able to find out in which port Ardour is listening
&lt;br&gt;for OSC. Netstat shows nothing at all.
&lt;br&gt;&lt;br&gt;Ciao,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;FA
&lt;br&gt;&lt;br&gt;Wie der Mond heute Nacht aussieht !
&lt;br&gt;Ist es nicht ein seltsames Bild ?
&lt;br&gt;_______________________________________________
&lt;br&gt;ardour-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26649182&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---Dev-f461.html&quot; embed=&quot;fixTarget[461]&quot; target=&quot;_top&quot; &gt;Ardour - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PD-for-Ardour-tp26647932p26649182.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26648836</id>
	<title>Re: PD for Ardour</title>
	<published>2009-12-04T12:35:53Z</published>
	<updated>2009-12-04T12:35:53Z</updated>
	<author>
		<name>Paul Davis</name>
	</author>
	<content type="html">On Fri, Dec 4, 2009 at 3:29 PM, John Delaney &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648836&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;a.pet.rock@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I don't know where Midi support is, yet, in Ardour, but this could
&lt;br&gt;&amp;gt; certainly solve that problem, though creating the musical score, this
&lt;br&gt;&amp;gt; would not do.
&lt;br&gt;&lt;br&gt;no, MIDI is not a part of the answer here.
&lt;br&gt;&lt;br&gt;You can already control almost everything &amp;quot;global&amp;quot; in Ardour,
&lt;br&gt;including activating all main menu items, via OSC. You can also
&lt;br&gt;control per-track/bus settings such as mute/gain/solo/rec-enable via
&lt;br&gt;OSC too. This provides integration at that level, but this has nothing
&lt;br&gt;really to do with what Max4Live is all about.
&lt;br&gt;&lt;br&gt;Max4Live is a fairly deep integration of a Max runtime into Live along
&lt;br&gt;with even deeper integration of the GUIs for M4L &amp;quot;objects&amp;quot; into the
&lt;br&gt;main Live GUI.
&lt;br&gt;&lt;br&gt;To do this properly, Ardour (specifically libardour) needs a language
&lt;br&gt;binding, at the very least. We have batted about ideas about the right
&lt;br&gt;language for years - Lua, Scheme, Chicken, Python have all been
&lt;br&gt;discussed. Nothing has been done. If somebody really wants to make a
&lt;br&gt;move on this kind of idea, this is where to start. Oh, and don't go
&lt;br&gt;playing with 2.X, because that's feature frozen, none of what you do
&lt;br&gt;there will ever be merged, and libardour looks pretty different in 3.X
&lt;br&gt;anyway.
&lt;br&gt;&lt;br&gt;At this point, no particular language is &amp;quot;blessed&amp;quot;, so someone who is
&lt;br&gt;actually motivated would do well just to pick something and go with it
&lt;br&gt;for now.
&lt;br&gt;&lt;br&gt;--p
&lt;br&gt;_______________________________________________
&lt;br&gt;ardour-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648836&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---Dev-f461.html&quot; embed=&quot;fixTarget[461]&quot; target=&quot;_top&quot; &gt;Ardour - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PD-for-Ardour-tp26647932p26648836.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26648757</id>
	<title>Re: PD for Ardour</title>
	<published>2009-12-04T12:29:58Z</published>
	<updated>2009-12-04T12:29:58Z</updated>
	<author>
		<name>John Delaney-4</name>
	</author>
	<content type="html">I don't know where Midi support is, yet, in Ardour, but this could
&lt;br&gt;certainly solve that problem, though creating the musical score, this
&lt;br&gt;would not do.
&lt;br&gt;-JD
&lt;br&gt;&lt;a href=&quot;http://www.mat.ucsb.edu/delaneyj/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mat.ucsb.edu/delaneyj/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, Dec 4, 2009 at 12:22 PM, kevin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648757&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vacillates@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi John,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I articulated the same thoughts on the monome forum a few days ago,
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://post.monome.org/comments.php?DiscussionID=6500&amp;page=1#Item_12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://post.monome.org/comments.php?DiscussionID=6500&amp;page=1#Item_12&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The tl;dr summary is that basically, a framework for PD and other similar
&lt;br&gt;&amp;gt; open source tools (SuperCollider, ChucK, Processing, etc) to interface to
&lt;br&gt;&amp;gt; Ardour is probably the most flexible design choice, and it would really 1-up
&lt;br&gt;&amp;gt; Ableton in that it wouldn't just be limited to PD (like ableton is to max).
&lt;br&gt;&amp;gt; Pd interfacing would probably entail writing a few externals to interface
&lt;br&gt;&amp;gt; with the framework.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And now that I think about it, it probably wouldn't be too hard to port
&lt;br&gt;&amp;gt; those externals to Max/MSP for the OS X Ardour users, creating an unofficial
&lt;br&gt;&amp;gt; Max for Ardour... Hmmm..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; BTW, I'm also very interested in getting involved developing this.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Kevin
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, Dec 4, 2009 at 11:29 AM, John Delaney &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648757&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;a.pet.rock@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hello, I am new to this list and I'm sure that this topic has been
&lt;br&gt;&amp;gt;&amp;gt; addressed, but I thought I might bring up the idea, and in my free
&lt;br&gt;&amp;gt;&amp;gt; time work to implement it.
&lt;br&gt;&amp;gt;&amp;gt; I know that people are working for midi control for ardour... but what
&lt;br&gt;&amp;gt;&amp;gt; if it went a step further, what if PD was embedded in Ardour to
&lt;br&gt;&amp;gt;&amp;gt; control all midi events... or an OSC and Jack bridge (which could be
&lt;br&gt;&amp;gt;&amp;gt; inititiated by a button in Jack) was established between the two
&lt;br&gt;&amp;gt;&amp;gt; programs to do the same thing...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; A midi score window could be developed in PD that would serve as
&lt;br&gt;&amp;gt;&amp;gt; Ardour's midi score, BPM and sound information could be passed between
&lt;br&gt;&amp;gt;&amp;gt; the two programs.  A patch could be added to channels that would send
&lt;br&gt;&amp;gt;&amp;gt; the data to the PD patch instantiated for the project which could
&lt;br&gt;&amp;gt;&amp;gt; receive the audio feed at that point in the program.  Jack is being
&lt;br&gt;&amp;gt;&amp;gt; implemented in PD as well as embedded open sound control.  I like the
&lt;br&gt;&amp;gt;&amp;gt; idea of being able to put bangs on a midi score sheet that would
&lt;br&gt;&amp;gt;&amp;gt; trigger PD patches running in the background.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This may be a ridiculous idea, but I think compelling, especially in
&lt;br&gt;&amp;gt;&amp;gt; light of Max for Ableton.
&lt;br&gt;&amp;gt;&amp;gt; I am new to programming, but excited about the possibilities of adding
&lt;br&gt;&amp;gt;&amp;gt; cool things to make cool things that already exist even cooler.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -JD
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.mat.ucsb.edu/delaneyj/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mat.ucsb.edu/delaneyj/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; ardour-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648757&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;ardour-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648757&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---Dev-f461.html&quot; embed=&quot;fixTarget[461]&quot; target=&quot;_top&quot; &gt;Ardour - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PD-for-Ardour-tp26647932p26648757.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26648672</id>
	<title>Re: PD for Ardour</title>
	<published>2009-12-04T12:22:31Z</published>
	<updated>2009-12-04T12:22:31Z</updated>
	<author>
		<name>kevin-265</name>
	</author>
	<content type="html">Hi John,&lt;br&gt;&lt;br&gt;I articulated the same thoughts on the monome forum a few days ago, &lt;a href=&quot;http://post.monome.org/comments.php?DiscussionID=6500&amp;amp;page=1#Item_12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://post.monome.org/comments.php?DiscussionID=6500&amp;amp;page=1#Item_12&lt;/a&gt; &lt;br&gt;

&lt;br&gt;The tl;dr summary is that basically, a framework for PD and other similar open source tools (SuperCollider, ChucK, Processing, etc) to interface to Ardour is probably the most flexible design choice, and it would really 1-up Ableton in that it wouldn&amp;#39;t just be limited to PD (like ableton is to max).  Pd interfacing would probably entail writing a few externals to interface with the framework.&lt;br&gt;

&lt;br&gt;And now that I think about it, it probably wouldn&amp;#39;t be too hard to port those externals to Max/MSP for the OS X Ardour users, creating an unofficial Max for Ardour... Hmmm..&lt;br&gt;&lt;br&gt;&lt;br&gt;BTW, I&amp;#39;m also very interested in getting involved developing this.&lt;br&gt;

&lt;br&gt;&lt;br&gt;- Kevin&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Dec 4, 2009 at 11:29 AM, John Delaney &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648672&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;a.pet.rock@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

Hello, I am new to this list and I&amp;#39;m sure that this topic has been&lt;br&gt;
addressed, but I thought I might bring up the idea, and in my free&lt;br&gt;
time work to implement it.&lt;br&gt;
I know that people are working for midi control for ardour... but what&lt;br&gt;
if it went a step further, what if PD was embedded in Ardour to&lt;br&gt;
control all midi events... or an OSC and Jack bridge (which could be&lt;br&gt;
inititiated by a button in Jack) was established between the two&lt;br&gt;
programs to do the same thing...&lt;br&gt;
&lt;br&gt;
A midi score window could be developed in PD that would serve as&lt;br&gt;
Ardour&amp;#39;s midi score, BPM and sound information could be passed between&lt;br&gt;
the two programs.  A patch could be added to channels that would send&lt;br&gt;
the data to the PD patch instantiated for the project which could&lt;br&gt;
receive the audio feed at that point in the program.  Jack is being&lt;br&gt;
implemented in PD as well as embedded open sound control.  I like the&lt;br&gt;
idea of being able to put bangs on a midi score sheet that would&lt;br&gt;
trigger PD patches running in the background.&lt;br&gt;
&lt;br&gt;
This may be a ridiculous idea, but I think compelling, especially in&lt;br&gt;
light of Max for Ableton.&lt;br&gt;
I am new to programming, but excited about the possibilities of adding&lt;br&gt;
cool things to make cool things that already exist even cooler.&lt;br&gt;
&lt;br&gt;
-JD&lt;br&gt;
&lt;a href=&quot;http://www.mat.ucsb.edu/delaneyj/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.mat.ucsb.edu/delaneyj/&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
ardour-dev mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648672&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;input id=&quot;gwProxy&quot; type=&quot;hidden&quot;&gt;&lt;input id=&quot;jsProxy&quot; type=&quot;hidden&quot;&gt;&lt;div id=&quot;refHTML&quot;&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;ardour-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648672&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---Dev-f461.html&quot; embed=&quot;fixTarget[461]&quot; target=&quot;_top&quot; &gt;Ardour - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PD-for-Ardour-tp26647932p26648672.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26647932</id>
	<title>PD for Ardour</title>
	<published>2009-12-04T11:29:11Z</published>
	<updated>2009-12-04T11:29:11Z</updated>
	<author>
		<name>John Delaney-4</name>
	</author>
	<content type="html">Hello, I am new to this list and I'm sure that this topic has been
&lt;br&gt;addressed, but I thought I might bring up the idea, and in my free
&lt;br&gt;time work to implement it.
&lt;br&gt;I know that people are working for midi control for ardour... but what
&lt;br&gt;if it went a step further, what if PD was embedded in Ardour to
&lt;br&gt;control all midi events... or an OSC and Jack bridge (which could be
&lt;br&gt;inititiated by a button in Jack) was established between the two
&lt;br&gt;programs to do the same thing...
&lt;br&gt;&lt;br&gt;A midi score window could be developed in PD that would serve as
&lt;br&gt;Ardour's midi score, BPM and sound information could be passed between
&lt;br&gt;the two programs. &amp;nbsp;A patch could be added to channels that would send
&lt;br&gt;the data to the PD patch instantiated for the project which could
&lt;br&gt;receive the audio feed at that point in the program. &amp;nbsp;Jack is being
&lt;br&gt;implemented in PD as well as embedded open sound control. &amp;nbsp;I like the
&lt;br&gt;idea of being able to put bangs on a midi score sheet that would
&lt;br&gt;trigger PD patches running in the background.
&lt;br&gt;&lt;br&gt;This may be a ridiculous idea, but I think compelling, especially in
&lt;br&gt;light of Max for Ableton.
&lt;br&gt;I am new to programming, but excited about the possibilities of adding
&lt;br&gt;cool things to make cool things that already exist even cooler.
&lt;br&gt;&lt;br&gt;-JD
&lt;br&gt;&lt;a href=&quot;http://www.mat.ucsb.edu/delaneyj/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mat.ucsb.edu/delaneyj/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;ardour-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26647932&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---Dev-f461.html&quot; embed=&quot;fixTarget[461]&quot; target=&quot;_top&quot; &gt;Ardour - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PD-for-Ardour-tp26647932p26647932.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26645313</id>
	<title>Re: stupid question regarding mute</title>
	<published>2009-12-04T08:39:24Z</published>
	<updated>2009-12-04T08:39:24Z</updated>
	<author>
		<name>Atte</name>
	</author>
	<content type="html">Atte André Jensen wrote:
&lt;br&gt;&amp;gt; Thomas Vecchione wrote:
&lt;br&gt;&amp;gt;&amp;gt; Right click on the track MUTE button, make sure all the checkboxes are 
&lt;br&gt;&amp;gt;&amp;gt; checked.
&lt;br&gt;&lt;br&gt;And thanks alot for the quick answer!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Atte
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://atte.dk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://atte.dk&lt;/a&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://modlys.dk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://modlys.dk&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645313&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/stupid-question-regarding-mute-tp26644642p26645313.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26645224</id>
	<title>Re: stupid question regarding mute</title>
	<published>2009-12-04T08:34:19Z</published>
	<updated>2009-12-04T08:34:19Z</updated>
	<author>
		<name>Atte</name>
	</author>
	<content type="html">Thomas Vecchione wrote:
&lt;br&gt;&amp;gt; Right click on the track MUTE button, make sure all the checkboxes are checked.
&lt;br&gt;&lt;br&gt;Wow, &amp;quot;multi level mute&amp;quot; (or something). I see 
&lt;br&gt;(&lt;a href=&quot;http://tracker.ardour.org/view.php?id=2832&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tracker.ardour.org/view.php?id=2832&lt;/a&gt;) I'm not the only one to be 
&lt;br&gt;confused by the default behaviour...
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Atte
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://atte.dk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://atte.dk&lt;/a&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://modlys.dk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://modlys.dk&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26645224&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/stupid-question-regarding-mute-tp26644642p26645224.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26644714</id>
	<title>Re: stupid question regarding mute</title>
	<published>2009-12-04T08:04:03Z</published>
	<updated>2009-12-04T08:04:03Z</updated>
	<author>
		<name>Thomas Vecchione-2</name>
	</author>
	<content type="html">Right click on the track MUTE button, make sure all the checkboxes are checked.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Seablade
&lt;br&gt;&lt;br&gt;On Fri, Dec 4, 2009 at 10:58 AM, Atte André Jensen
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26644714&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;atte.jensen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've been out of the loop too long, I guess. I just installed ardour 2.8.4
&lt;br&gt;&amp;gt; from source today, everything went smooth, everything works well.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; However I have a problem that I'm sure is just me being brain dead. I
&lt;br&gt;&amp;gt; created a number of tracks with &amp;quot;import audio&amp;quot; and they play back just fine.
&lt;br&gt;&amp;gt; However the mute button doesn't seem to work on them. I tried disconnecting
&lt;br&gt;&amp;gt; everything and sending them to Master Out, but still.. If I disconnect them
&lt;br&gt;&amp;gt; there's no sound, exactly the way it should be.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm thinking I have some switch I don't know about pressed or did something
&lt;br&gt;&amp;gt; stupid with the routing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any suggestions, where to look, what could be the cause of this behavior?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance for any input.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Atte
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://atte.dk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://atte.dk&lt;/a&gt;&amp;nbsp;  &lt;a href=&quot;http://modlys.dk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://modlys.dk&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26644714&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26644714&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/stupid-question-regarding-mute-tp26644642p26644714.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26644642</id>
	<title>stupid question regarding mute</title>
	<published>2009-12-04T07:58:22Z</published>
	<updated>2009-12-04T07:58:22Z</updated>
	<author>
		<name>Atte</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I've been out of the loop too long, I guess. I just installed ardour 
&lt;br&gt;2.8.4 from source today, everything went smooth, everything works well.
&lt;br&gt;&lt;br&gt;However I have a problem that I'm sure is just me being brain dead. I 
&lt;br&gt;created a number of tracks with &amp;quot;import audio&amp;quot; and they play back just 
&lt;br&gt;fine. However the mute button doesn't seem to work on them. I tried 
&lt;br&gt;disconnecting everything and sending them to Master Out, but still.. If 
&lt;br&gt;I disconnect them there's no sound, exactly the way it should be.
&lt;br&gt;&lt;br&gt;I'm thinking I have some switch I don't know about pressed or did 
&lt;br&gt;something stupid with the routing.
&lt;br&gt;&lt;br&gt;Any suggestions, where to look, what could be the cause of this behavior?
&lt;br&gt;&lt;br&gt;Thanks in advance for any input.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Atte
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://atte.dk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://atte.dk&lt;/a&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://modlys.dk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://modlys.dk&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26644642&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/stupid-question-regarding-mute-tp26644642p26644642.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26615915</id>
	<title>Re: Ardour FLOSS Manual finale</title>
	<published>2009-12-02T12:32:15Z</published>
	<updated>2009-12-02T12:32:15Z</updated>
	<author>
		<name>Chris Hallinan</name>
	</author>
	<content type="html">On Wed, Dec 2, 2009 at 10:09 AM, Paul Davis &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615915&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Dec 2, 2009 at 10:04 AM, Chris Hallinan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615915&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;challinan@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; As a relative newbie to Ardour, I thought I'd read through the manuals
&lt;br&gt;&amp;gt;&amp;gt; and add where I can.  In the process, I discovered an issue with
&lt;br&gt;&amp;gt;&amp;gt; detaching and reattaching menus.  As described in InterfaceOverview,
&lt;br&gt;&amp;gt;&amp;gt; in the section on Detaching and Reattaching Menus, when I click on the
&lt;br&gt;&amp;gt;&amp;gt; downward pointing arrow, the menu disappears.  It is nowhere on my
&lt;br&gt;&amp;gt;&amp;gt; screen, and I haven't found a way to get it back unless I restart
&lt;br&gt;&amp;gt;&amp;gt; Ardour.  This was found on Ardour 2.3 which is the repo version for my
&lt;br&gt;&amp;gt;&amp;gt; Ubuntu 8.04LTS.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I downloaded and compiled the latest version (2.8.4) and the behavior
&lt;br&gt;&amp;gt;&amp;gt; is the same.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Anything else I can do to help isolate this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; its your window manager. what are you using?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Yes, perhaps it is. &amp;nbsp;After sending this email, I discovered that
&lt;br&gt;pressing the downward pointing arrow does indeed create a new icon on
&lt;br&gt;my gnome panel (i keep it hidden so hadn't noticed it before) but it
&lt;br&gt;cannot be maximized. &amp;nbsp;In fact, right clicking on the icon shows the
&lt;br&gt;Maximize button is greyed out. &amp;nbsp; The net effect is that the menu can't
&lt;br&gt;be re-opened nor restored without restarting Ardour.
&lt;br&gt;&lt;br&gt;Window manager? &amp;nbsp;Damn good question. &amp;nbsp; (Shouldn't everybody know what
&lt;br&gt;window manager they are running?? :) )
&lt;br&gt;&lt;br&gt;After some investigation I discovered I'm running compiz.
&lt;br&gt;&lt;br&gt;Maybe there's a way to change it in Ubuntu 8.04? &amp;nbsp;Dunno, I don't want
&lt;br&gt;to do distribution engineering, just some simple audio recording... ;)
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Life is like Linux - it never stands still.
&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615915&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Ardour-FLOSS-Manual-finale-tp26573946p26615915.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26615796</id>
	<title>Re: question about speed/time shift</title>
	<published>2009-12-02T12:22:49Z</published>
	<updated>2009-12-02T12:22:49Z</updated>
	<author>
		<name>Glarbl_Blarbl</name>
	</author>
	<content type="html">Another non-free alternative which works quite well (if you have a &amp;nbsp;
&lt;br&gt;Mac) is Ableton Live. &amp;nbsp;I've used it for a similar purpose.
&lt;br&gt;&lt;br&gt;Grant
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 2, 2009, at 12:09 PM, Jürgen Schöneberg wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sorry again,
&lt;br&gt;&amp;gt; now I found it
&lt;br&gt;&amp;gt; 'Stretch/Shrink Regions' nearby the 'Select/move Objects' button in
&lt;br&gt;&amp;gt; the Edit window
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; it works fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks a lot
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jürgen
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PS: theres a tool 'transcribe' (non-free) available for doing this &amp;nbsp;
&lt;br&gt;&amp;gt; kind of
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; stretching very good. here's the link:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.seventhstring.com/xscribe/faq.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.seventhstring.com/xscribe/faq.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Wednesday 02 December 2009 20:52, Jürgen Schöneberg wrote:
&lt;br&gt;&amp;gt;&amp;gt; Sorry,
&lt;br&gt;&amp;gt;&amp;gt; I use ardour 2.8.1 on linux
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; and I can't see TimeFX
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; in which window, menu, tool icon?
&lt;br&gt;&amp;gt;&amp;gt; ( maybe I should open my eyes ;-) ,
&lt;br&gt;&amp;gt;&amp;gt; but &amp;nbsp;I need some more details.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; is it a plugin?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have swh-plugins 0.4.15 installed, can't find it there.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; thank you for help
&lt;br&gt;&amp;gt;&amp;gt; Jürgen
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Wednesday 02 December 2009 08:30, Petter Sundlöf wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Use the TimeFX tool, it's in the menu and in the tool icons
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Den 2009-12-01 22:48, Jürgen Schöneberg skrev:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hello!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I just wonder if it's possible in ardour to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; change the speed of a maybe imported .wav file to e.g. 50% of the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; original speed without pitch shifting to make it easy to &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; transcribe?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; If yes, how can I do it? ( which menu or plugin? )
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; if no, what other linux software could do this?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; thanks
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Jürgen
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615796&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615796&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615796&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615796&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615796&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/question-about-speed-time-shift-tp26599628p26615796.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26615576</id>
	<title>Re: question about speed/time shift</title>
	<published>2009-12-02T12:09:55Z</published>
	<updated>2009-12-02T12:09:55Z</updated>
	<author>
		<name>Bruno Ruviaro</name>
	</author>
	<content type="html"> &lt;br /&gt;&lt;br&gt;&lt;br&gt;It is the 5th button counting from left to right:
&lt;br&gt;&lt;br&gt;1) Select/Move Objects [this is the one selected in the image above]
&lt;br&gt;2) Select/Move Ranges
&lt;br&gt;3) Zoom
&lt;br&gt;4) Draw Gain Automation
&lt;br&gt;5) SHRINK/STRETCH REGIONS [shortcut T]
&lt;br&gt;6) Listen to Specific Region
&lt;br&gt;&lt;br&gt;Bruno
&lt;br&gt;&lt;br&gt;On Dec 2, 2009, at 11:52 AM, Jürgen Schöneberg wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sorry,
&lt;br&gt;&amp;gt; I use ardour 2.8.1 on linux
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and I can't see TimeFX
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; in which window, menu, tool icon?
&lt;br&gt;&amp;gt; ( maybe I should open my eyes ;-) ,
&lt;br&gt;&amp;gt; but &amp;nbsp;I need some more details.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; is it a plugin?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have swh-plugins 0.4.15 installed, can't find it there.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thank you for help
&lt;br&gt;&amp;gt; Jürgen
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Wednesday 02 December 2009 08:30, Petter Sundlöf wrote:
&lt;br&gt;&amp;gt;&amp;gt; Use the TimeFX tool, it's in the menu and in the tool icons
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Den 2009-12-01 22:48, Jürgen Schöneberg skrev:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hello!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I just wonder if it's possible in ardour to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; change the speed of a maybe imported .wav file to e.g. 50% of the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; original speed without pitch shifting to make it easy to transcribe?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; If yes, how can I do it? ( which menu or plugin? )
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; if no, what other linux software could do this?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; thanks
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Jürgen
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615576&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615576&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615576&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;---
&lt;br&gt;Bruno Ruviaro
&lt;br&gt;&lt;a href=&quot;http://www.brunoruviaro.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.brunoruviaro.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.myspace.com/brunoruviaro&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myspace.com/brunoruviaro&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615576&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;ardour_overview_second-row.png&lt;/strong&gt; (8K) &lt;a href=&quot;http://old.nabble.com/attachment/26615576/0/ardour_overview_second-row.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/question-about-speed-time-shift-tp26599628p26615576.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26615580</id>
	<title>Re: question about speed/time shift</title>
	<published>2009-12-02T12:09:51Z</published>
	<updated>2009-12-02T12:09:51Z</updated>
	<author>
		<name>Jürgen Schöneberg</name>
	</author>
	<content type="html">Sorry again,
&lt;br&gt;now I found it
&lt;br&gt;'Stretch/Shrink Regions' nearby the 'Select/move Objects' button in
&lt;br&gt;the Edit window
&lt;br&gt;&lt;br&gt;it works fine.
&lt;br&gt;&lt;br&gt;thanks a lot
&lt;br&gt;&lt;br&gt;Jürgen
&lt;br&gt;&lt;br&gt;PS: theres a tool 'transcribe' (non-free) available for doing this kind of 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;stretching very good. here's the link:
&lt;br&gt;&lt;a href=&quot;http://www.seventhstring.com/xscribe/faq.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.seventhstring.com/xscribe/faq.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wednesday 02 December 2009 20:52, Jürgen Schöneberg wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sorry,
&lt;br&gt;&amp;gt; I use ardour 2.8.1 on linux
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and I can't see TimeFX
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; in which window, menu, tool icon?
&lt;br&gt;&amp;gt; ( maybe I should open my eyes ;-) ,
&lt;br&gt;&amp;gt; &amp;nbsp;but &amp;nbsp;I need some more details.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; is it a plugin?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have swh-plugins 0.4.15 installed, can't find it there.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thank you for help
&lt;br&gt;&amp;gt; Jürgen
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Wednesday 02 December 2009 08:30, Petter Sundlöf wrote:
&lt;br&gt;&amp;gt; &amp;gt; Use the TimeFX tool, it's in the menu and in the tool icons
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Den 2009-12-01 22:48, Jürgen Schöneberg skrev:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hello!
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I just wonder if it's possible in ardour to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; change the speed of a maybe imported .wav file to e.g. 50% of the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; original speed without pitch shifting to make it easy to transcribe?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; If yes, how can I do it? ( which menu or plugin? )
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; if no, what other linux software could do this?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; thanks
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Jürgen
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615580&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615580&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615580&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615580&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/question-about-speed-time-shift-tp26599628p26615580.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26615290</id>
	<title>Re: question about speed/time shift</title>
	<published>2009-12-02T11:52:34Z</published>
	<updated>2009-12-02T11:52:34Z</updated>
	<author>
		<name>Jürgen Schöneberg</name>
	</author>
	<content type="html">Sorry,
&lt;br&gt;I use ardour 2.8.1 on linux
&lt;br&gt;&lt;br&gt;and I can't see TimeFX
&lt;br&gt;&lt;br&gt;in which window, menu, tool icon? &amp;nbsp;
&lt;br&gt;( maybe I should open my eyes ;-) ,
&lt;br&gt;&amp;nbsp;but &amp;nbsp;I need some more details.
&lt;br&gt;&lt;br&gt;is it a plugin?
&lt;br&gt;&lt;br&gt;I have swh-plugins 0.4.15 installed, can't find it there.
&lt;br&gt;&lt;br&gt;thank you for help
&lt;br&gt;Jürgen
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wednesday 02 December 2009 08:30, Petter Sundlöf wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Use the TimeFX tool, it's in the menu and in the tool icons
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Den 2009-12-01 22:48, Jürgen Schöneberg skrev:
&lt;br&gt;&amp;gt; &amp;gt; Hello!
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I just wonder if it's possible in ardour to
&lt;br&gt;&amp;gt; &amp;gt; change the speed of a maybe imported .wav file to e.g. 50% of the
&lt;br&gt;&amp;gt; &amp;gt; original speed without pitch shifting to make it easy to transcribe?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; If yes, how can I do it? ( which menu or plugin? )
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; if no, what other linux software could do this?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; thanks
&lt;br&gt;&amp;gt; &amp;gt; Jürgen
&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615290&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615290&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26615290&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/question-about-speed-time-shift-tp26599628p26615290.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26610447</id>
	<title>Re: Ardour FLOSS Manual finale</title>
	<published>2009-12-02T07:09:01Z</published>
	<updated>2009-12-02T07:09:01Z</updated>
	<author>
		<name>Paul Davis</name>
	</author>
	<content type="html">On Wed, Dec 2, 2009 at 10:04 AM, Chris Hallinan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26610447&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;challinan@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; As a relative newbie to Ardour, I thought I'd read through the manuals
&lt;br&gt;&amp;gt; and add where I can.  In the process, I discovered an issue with
&lt;br&gt;&amp;gt; detaching and reattaching menus.  As described in InterfaceOverview,
&lt;br&gt;&amp;gt; in the section on Detaching and Reattaching Menus, when I click on the
&lt;br&gt;&amp;gt; downward pointing arrow, the menu disappears.  It is nowhere on my
&lt;br&gt;&amp;gt; screen, and I haven't found a way to get it back unless I restart
&lt;br&gt;&amp;gt; Ardour.  This was found on Ardour 2.3 which is the repo version for my
&lt;br&gt;&amp;gt; Ubuntu 8.04LTS.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I downloaded and compiled the latest version (2.8.4) and the behavior
&lt;br&gt;&amp;gt; is the same.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anything else I can do to help isolate this?
&lt;/div&gt;&lt;br&gt;its your window manager. what are you using?
&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26610447&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Ardour-FLOSS-Manual-finale-tp26573946p26610447.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26610364</id>
	<title>Re: Ardour FLOSS Manual finale</title>
	<published>2009-12-02T07:04:11Z</published>
	<updated>2009-12-02T07:04:11Z</updated>
	<author>
		<name>Chris Hallinan</name>
	</author>
	<content type="html">As a relative newbie to Ardour, I thought I'd read through the manuals
&lt;br&gt;and add where I can. &amp;nbsp;In the process, I discovered an issue with
&lt;br&gt;detaching and reattaching menus. &amp;nbsp;As described in InterfaceOverview,
&lt;br&gt;in the section on Detaching and Reattaching Menus, when I click on the
&lt;br&gt;downward pointing arrow, the menu disappears. &amp;nbsp;It is nowhere on my
&lt;br&gt;screen, and I haven't found a way to get it back unless I restart
&lt;br&gt;Ardour. &amp;nbsp;This was found on Ardour 2.3 which is the repo version for my
&lt;br&gt;Ubuntu 8.04LTS.
&lt;br&gt;&lt;br&gt;I downloaded and compiled the latest version (2.8.4) and the behavior
&lt;br&gt;is the same.
&lt;br&gt;&lt;br&gt;Anything else I can do to help isolate this?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;On Mon, Nov 30, 2009 at 7:32 AM, Derek Holzer &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26610364&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;derek@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; FLOSS Manuals could really use some help today!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://en.flossmanuals.net/bin/view/Ardour/WebHome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.flossmanuals.net/bin/view/Ardour/WebHome&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The Glossary is still very empty. That's the most content that still needs
&lt;br&gt;&amp;gt; to be added. Short, non-technical definitions of one or two lines each
&lt;br&gt;&amp;gt; please.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Many terms can be copy pasted from
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://en.flossmanuals.net/PureData/PureGlossary&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.flossmanuals.net/PureData/PureGlossary&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; or from the Ardour Manual chapters in case anyone would like to help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The following chapters are finished or should be finished quite soon and
&lt;br&gt;&amp;gt; need some proofreading as well:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; STARTING SESSIONS
&lt;br&gt;&amp;gt; Understanding Routing
&lt;br&gt;&amp;gt; Routing From Other JACK Applications
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; MIXING SESSIONS
&lt;br&gt;&amp;gt; Using the Mixer Strip
&lt;br&gt;&amp;gt; Mixing Levels
&lt;br&gt;&amp;gt; Panning
&lt;br&gt;&amp;gt; Using PlugIns
&lt;br&gt;&amp;gt; Using Sends
&lt;br&gt;&amp;gt; Dynamics
&lt;br&gt;&amp;gt; Equalizing
&lt;br&gt;&amp;gt; Using Automation
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; EXPORTING SESSIONS
&lt;br&gt;&amp;gt; Exporting a Region
&lt;br&gt;&amp;gt; Exporting a Range
&lt;br&gt;&amp;gt; Exporting a Session
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; SAVING SESSIONS
&lt;br&gt;&amp;gt; Saving a Session
&lt;br&gt;&amp;gt; Saving a Snapshot
&lt;br&gt;&amp;gt; Saving a Template
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We hope to publish this thing TONIGHT!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thx+Best!
&lt;br&gt;&amp;gt; Derek
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26610364&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Life is like Linux - it never stands still.
&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26610364&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Ardour-FLOSS-Manual-finale-tp26573946p26610364.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26609387</id>
	<title>Re: question about speed/time shift</title>
	<published>2009-12-02T05:50:16Z</published>
	<updated>2009-12-02T05:50:16Z</updated>
	<author>
		<name>Brett Clark-3</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA256
&lt;br&gt;&lt;br&gt;Yes, I have done this before with Ardour. &amp;nbsp;I usually import the entire song, cut the region that im working on, put that region on its own track and do a time stretch on it. &amp;nbsp;Then I loop it so I can practice it over and over until I get it right. &amp;nbsp;You could time stretch the entire song, but that can take a couple of minutes to process (depending on your system).
&lt;br&gt;&lt;br&gt;If you stretch it too far it starts to sound weird. &amp;nbsp;Im not sure if you can get 50% out of it, but I know ive done 25% before. &amp;nbsp;
&lt;br&gt;&lt;br&gt;- --Brett
&lt;br&gt;&lt;br&gt;&lt;br&gt;- -----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26609387&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26609387&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users-bounces@...&lt;/a&gt;] On Behalf Of Jürgen Schöneberg
&lt;br&gt;Sent: Tuesday, December 01, 2009 3:48 PM
&lt;br&gt;To: ardour
&lt;br&gt;Subject: [Ardour-Users] question about speed/time shift
&lt;br&gt;&lt;br&gt;Hello!
&lt;br&gt;&lt;br&gt;I just wonder if it's possible in ardour to
&lt;br&gt;change the speed of a maybe imported .wav file to e.g. 50% of the
&lt;br&gt;original speed without pitch shifting to make it easy to transcribe?
&lt;br&gt;&lt;br&gt;If yes, how can I do it? ( which menu or plugin? )
&lt;br&gt;&lt;br&gt;if no, what other linux software could do this?
&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;Jürgen
&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26609387&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: PGP Universal 2.6.3
&lt;br&gt;Charset: iso-8859-1
&lt;br&gt;&lt;br&gt;wsBVAwUBSxZz7RtwRKeYm3GcAQgAcwf/Z9ZAR6CLFU8PaBKstyWDQeHS9xn8vMgm
&lt;br&gt;jmzBrOtKQ11EkeharExdBIaCoQQXcb1u6rB01m5Z1aLQG6T73FsNZCUhAriwS5je
&lt;br&gt;7D5QwD8ecG/O2YnGMxNfPCC539RXrLPQ17cyhBx4x74WhT3stu/j5aCGemVRfULd
&lt;br&gt;eFGcsRhWFnTDb+Y9G0lHGI4160ET5+a4yWPDMH5aMmYI5vDBEik7iEv4yCRfhXDr
&lt;br&gt;zY9HrRFmoWlMBA6MhkqW8SkoxETCaN3dIiNw5yjJ2RyL2J1RYM6W1e7LKD0xVhGD
&lt;br&gt;xzUaSfL3mupLnV2wa5Lz4p70p6e+viHjNjSoJiGuj4rP54AkkVOktA==
&lt;br&gt;=/S5n
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26609387&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/question-about-speed-time-shift-tp26599628p26609387.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26604664</id>
	<title>Re: question about speed/time shift</title>
	<published>2009-12-01T23:30:03Z</published>
	<updated>2009-12-01T23:30:03Z</updated>
	<author>
		<name>Petter Sundlöf-2</name>
	</author>
	<content type="html">Use the TimeFX tool, it's in the menu and in the tool icons
&lt;br&gt;&lt;br&gt;Den 2009-12-01 22:48, Jürgen Schöneberg skrev:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I just wonder if it's possible in ardour to
&lt;br&gt;&amp;gt; change the speed of a maybe imported .wav file to e.g. 50% of the
&lt;br&gt;&amp;gt; original speed without pitch shifting to make it easy to transcribe?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If yes, how can I do it? ( which menu or plugin? )
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; if no, what other linux software could do this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks
&lt;br&gt;&amp;gt; Jürgen
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26604664&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26604664&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/question-about-speed-time-shift-tp26599628p26604664.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26600873</id>
	<title>Re: Ardour FLOSS Manual em Português</title>
	<published>2009-12-01T15:20:45Z</published>
	<updated>2009-12-01T15:20:45Z</updated>
	<author>
		<name>Thomas Vecchione-2</name>
	</author>
	<content type="html">Actually, the tech reference is being rewritten however and will
&lt;br&gt;hopefully soon be ready for initial translations as well so I won't
&lt;br&gt;complain about people that want to help with that;)
&lt;br&gt;&lt;br&gt;And yes the FLOSS Manual is different from the reference manual.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Seablade
&lt;br&gt;&lt;br&gt;On Tue, Dec 1, 2009 at 6:13 PM, Bruno Ruviaro &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600873&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ruviaro@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Bernardo,
&lt;br&gt;&amp;gt; Thanks for the link! Actually these are different manuals: the one you
&lt;br&gt;&amp;gt; pointed to, as far as I know, is derived from the still unfinished Ardour
&lt;br&gt;&amp;gt; reference (from ardour.org). The FLOSS manual is supposed to be a shorter,
&lt;br&gt;&amp;gt; more concise text specially aimed at beginners, including tutorial sections
&lt;br&gt;&amp;gt; that are not necessarily found in a Reference manual. In way I think they
&lt;br&gt;&amp;gt; can complement each other nicely.
&lt;br&gt;&amp;gt; Bruno
&lt;br&gt;&amp;gt; On Dec 1, 2009, at 1:11 PM, Bernardo Barros wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Bruno,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; someone already did something, apparently (to brazilian Portuguese I mean)
&lt;br&gt;&amp;gt; check this link: &lt;a href=&quot;http://www.estudiolivre.org/tiki-index.php?page=Ardour8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.estudiolivre.org/tiki-index.php?page=Ardour8&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Abraço!
&lt;br&gt;&amp;gt; Bernardo
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/12/1 Bruno Ruviaro &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600873&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ruviaro@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [For the Ardour Portuguese speakers out there] -- I'd like to help with a
&lt;br&gt;&amp;gt;&amp;gt; possible Portuguese translation of the Ardour FLOSS manual.
&lt;br&gt;&amp;gt;&amp;gt; Se alguém já estiver pensando no assunto, podem me colocar no loop, OK?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Abraços,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Bruno
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Nov 28, 2009, at 2:00 PM, Derek Holzer wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi Olivier,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; a French translation would be awesome! My suggestion is to get in touch
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; with Adam Hyde &amp;lt;adam AT_THE_DOMAIN flossmanuals.net&amp;gt; to set up a French
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ardour FLOSS Manuals page. Then you can use the same interface we used to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; create and publish the manual. I've CC'ed him this email.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; There has also been an offer of a translation to Portuguese from Brazil.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; All super-exciting!!!!!!!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Has Ardour been localized in French at all? It would be a bit of work to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; redo all the screenshots I think...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Best!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Derek
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600873&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;humbert.olivier.1@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; And of course if anyone wants to take a stab at some of the Glossary
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;  entries (all blank right now) that would be awesome!
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi, thanks for this work !
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; French-team isready to translate ;)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For the Glossary, i suggest you look at
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://manual.audacityteam.org/index.php?title=Glossary&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://manual.audacityteam.org/index.php?title=Glossary&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; for begin it.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Bye,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Olivier ( &lt;a href=&quot;http://www.linuxmao.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linuxmao.org&lt;/a&gt;&amp;nbsp;)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ::: derek holzer ::: &lt;a href=&quot;http://blog.myspace.com/macumbista&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.myspace.com/macumbista&lt;/a&gt;&amp;nbsp;:::
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.vimeo.com/macumbista :::&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vimeo.com/macumbista :::&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---Oblique Strategy # 87:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Imagine the music as a moving chain or caterpillar&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600873&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---
&lt;br&gt;&amp;gt;&amp;gt; Bruno Ruviaro
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.brunoruviaro.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.brunoruviaro.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.myspace.com/brunoruviaro&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myspace.com/brunoruviaro&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600873&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---
&lt;br&gt;&amp;gt; Bruno Ruviaro
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.brunoruviaro.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.brunoruviaro.com&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.myspace.com/brunoruviaro&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myspace.com/brunoruviaro&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600873&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600873&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Ardour-Users-Digest%2C-Vol-70%2C-Issue-17-tp26557291p26600873.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26600788</id>
	<title>Re: Ardour FLOSS Manual em Português</title>
	<published>2009-12-01T15:13:12Z</published>
	<updated>2009-12-01T15:13:12Z</updated>
	<author>
		<name>Bruno Ruviaro</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Hi Bernardo,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks for the link! Actually these are different manuals: the one you pointed to, as far as I know, is derived from the still unfinished Ardour reference (from ardour.org). The FLOSS manual is supposed to be a shorter, more concise text specially aimed at beginners, including tutorial sections that are not necessarily found in a Reference manual. In way I think they can complement each other nicely.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Bruno&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On Dec 1, 2009, at 1:11 PM, Bernardo Barros wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;Hi Bruno,&lt;br&gt; &lt;br&gt; someone already did something, apparently (to brazilian Portuguese I mean)&lt;br&gt; check this link:&amp;nbsp;&lt;a href=&quot;http://www.estudiolivre.org/tiki-index.php?page=Ardour8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.estudiolivre.org/tiki-index.php?page=Ardour8&lt;/a&gt;&lt;br&gt; &lt;br&gt; Abraço!&lt;br&gt; Bernardo&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/12/1 Bruno Ruviaro &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600788&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ruviaro@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt; [For the Ardour Portuguese speakers out there] -- I'd like to help with a possible Portuguese translation of the Ardour FLOSS manual.&lt;br&gt; Se alguém já estiver pensando no assunto, podem me colocar no loop, OK?&lt;br&gt; &lt;br&gt; Abraços,&lt;br&gt; &lt;br&gt; Bruno&lt;br&gt; &lt;br&gt; On Nov 28, 2009, at 2:00 PM, Derek Holzer wrote:&lt;br&gt; &lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt; Hi Olivier,&lt;br&gt; &lt;br&gt; a French translation would be awesome! My suggestion is to get in touch with Adam Hyde &amp;lt;adam AT_THE_DOMAIN &lt;a href=&quot;http://flossmanuals.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;flossmanuals.net&lt;/a&gt;&amp;gt; to set up a French Ardour FLOSS Manuals page. Then you can use the same interface we used to create and publish the manual. I've CC'ed him this email.&lt;br&gt; &lt;br&gt; There has also been an offer of a translation to Portuguese from Brazil. All super-exciting!!!!!!!&lt;br&gt; &lt;br&gt; Has Ardour been localized in French at all? It would be a bit of work to redo all the screenshots I think...&lt;br&gt; &lt;br&gt; Best!&lt;br&gt; Derek&lt;br&gt; &lt;br&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600788&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;humbert.olivier.1@...&lt;/a&gt; wrote:&lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt; And of course if anyone wants to take a stab at some of the Glossary &amp;nbsp;entries (all blank right now) that would be awesome!&lt;br&gt; &lt;/blockquote&gt; &lt;br&gt; Hi, thanks for this work !&lt;br&gt; French-team isready to translate ;)&lt;br&gt; &lt;br&gt; For the Glossary, i suggest you look at &lt;a href=&quot;http://manual.audacityteam.org/index.php?title=Glossary&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://manual.audacityteam.org/index.php?title=Glossary&lt;/a&gt;&lt;br&gt; for begin it.&lt;br&gt; &lt;br&gt; Bye,&lt;br&gt; Olivier ( &lt;a href=&quot;http://www.linuxmao.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.linuxmao.org&lt;/a&gt; )&lt;br&gt; &lt;br&gt; &lt;/blockquote&gt; &lt;br&gt; -- &lt;br&gt; ::: derek holzer ::: &lt;a href=&quot;http://blog.myspace.com/macumbista&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://blog.myspace.com/macumbista&lt;/a&gt; ::: &lt;a href=&quot;http://www.vimeo.com/macumbista&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.vimeo.com/macumbista&lt;/a&gt;&amp;nbsp;:::&lt;br&gt; ---Oblique Strategy # 87:&lt;br&gt; &quot;Imagine the music as a moving chain or caterpillar&quot;&lt;br&gt; &lt;br&gt; &lt;br&gt; _______________________________________________&lt;br&gt; Ardour-Users mailing list&lt;br&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600788&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;&lt;br&gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt; &lt;/blockquote&gt; &lt;br&gt; ---&lt;br&gt; Bruno Ruviaro&lt;br&gt; &lt;a href=&quot;http://www.brunoruviaro.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.brunoruviaro.com&lt;/a&gt;&lt;br&gt; &lt;a href=&quot;http://www.myspace.com/brunoruviaro&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.myspace.com/brunoruviaro&lt;/a&gt;&lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; _______________________________________________&lt;br&gt; Ardour-Users mailing list&lt;br&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600788&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;&lt;br&gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt; &lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;div apple-content-edited=&quot;true&quot;&gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;&lt;div&gt;---&lt;/div&gt;&lt;div&gt;Bruno Ruviaro&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://www.brunoruviaro.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.brunoruviaro.com&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://www.myspace.com/brunoruviaro&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myspace.com/brunoruviaro&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600788&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Ardour-Users-Digest%2C-Vol-70%2C-Issue-17-tp26557291p26600788.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26599628</id>
	<title>question about speed/time shift</title>
	<published>2009-12-01T13:48:18Z</published>
	<updated>2009-12-01T13:48:18Z</updated>
	<author>
		<name>Jürgen Schöneberg</name>
	</author>
	<content type="html">Hello!
&lt;br&gt;&lt;br&gt;I just wonder if it's possible in ardour to
&lt;br&gt;change the speed of a maybe imported .wav file to e.g. 50% of the
&lt;br&gt;original speed without pitch shifting to make it easy to transcribe?
&lt;br&gt;&lt;br&gt;If yes, how can I do it? ( which menu or plugin? )
&lt;br&gt;&lt;br&gt;if no, what other linux software could do this?
&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;Jürgen
&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26599628&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/question-about-speed-time-shift-tp26599628p26599628.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26599129</id>
	<title>Re: Ardour FLOSS Manual em Português</title>
	<published>2009-12-01T13:11:08Z</published>
	<updated>2009-12-01T13:11:08Z</updated>
	<author>
		<name>bbarros</name>
	</author>
	<content type="html">&lt;div&gt;Hi Bruno,&lt;br&gt;
&lt;br&gt;
someone already did something, apparently (to brazilian Portuguese I mean)&lt;br&gt;
check this link: &lt;a href=&quot;http://www.estudiolivre.org/tiki-index.php?page=Ardour8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.estudiolivre.org/tiki-index.php?page=Ardour8&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Abraço!&lt;br&gt;
Bernardo&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/12/1 Bruno Ruviaro &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26599129&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ruviaro@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
[For the Ardour Portuguese speakers out there] -- I&amp;#39;d like to help with a possible Portuguese translation of the Ardour FLOSS manual.&lt;br&gt;
Se alguém já estiver pensando no assunto, podem me colocar no loop, OK?&lt;br&gt;
&lt;br&gt;
Abraços,&lt;br&gt;
&lt;br&gt;
Bruno&lt;br&gt;
&lt;br&gt;
On Nov 28, 2009, at 2:00 PM, Derek Holzer wrote:&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;
Hi Olivier,&lt;br&gt;
&lt;br&gt;
a French translation would be awesome! My suggestion is to get in touch with Adam Hyde &amp;lt;adam AT_THE_DOMAIN &lt;a href=&quot;http://flossmanuals.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;flossmanuals.net&lt;/a&gt;&amp;gt; to set up a French Ardour FLOSS Manuals page. Then you can use the same interface we used to create and publish the manual. I&amp;#39;ve CC&amp;#39;ed him this email.&lt;br&gt;

&lt;br&gt;
There has also been an offer of a translation to Portuguese from Brazil. All super-exciting!!!!!!!&lt;br&gt;
&lt;br&gt;
Has Ardour been localized in French at all? It would be a bit of work to redo all the screenshots I think...&lt;br&gt;
&lt;br&gt;
Best!&lt;br&gt;
Derek&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26599129&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;humbert.olivier.1@...&lt;/a&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;
And of course if anyone wants to take a stab at some of the Glossary  entries (all blank right now) that would be awesome!&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
Hi, thanks for this work !&lt;br&gt;
French-team isready to translate ;)&lt;br&gt;
&lt;br&gt;
For the Glossary, i suggest you look at &lt;a href=&quot;http://manual.audacityteam.org/index.php?title=Glossary&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://manual.audacityteam.org/index.php?title=Glossary&lt;/a&gt;&lt;br&gt;
for begin it.&lt;br&gt;
&lt;br&gt;
Bye,&lt;br&gt;
Olivier ( &lt;a href=&quot;http://www.linuxmao.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.linuxmao.org&lt;/a&gt; )&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
-- &lt;br&gt;
::: derek holzer ::: &lt;a href=&quot;http://blog.myspace.com/macumbista&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://blog.myspace.com/macumbista&lt;/a&gt; ::: &lt;a href=&quot;http://www.vimeo.com/macumbista&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.vimeo.com/macumbista&lt;/a&gt; :::&lt;br&gt;

---Oblique Strategy # 87:&lt;br&gt;
&amp;quot;Imagine the music as a moving chain or caterpillar&amp;quot;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Ardour-Users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26599129&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
---&lt;br&gt;
Bruno Ruviaro&lt;br&gt;
&lt;a href=&quot;http://www.brunoruviaro.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.brunoruviaro.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.myspace.com/brunoruviaro&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.myspace.com/brunoruviaro&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Ardour-Users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26599129&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26599129&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Ardour-Users-Digest%2C-Vol-70%2C-Issue-17-tp26557291p26599129.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26588616</id>
	<title>Ardour FLOSS Manual em Português</title>
	<published>2009-12-01T01:03:49Z</published>
	<updated>2009-12-01T01:03:49Z</updated>
	<author>
		<name>Bruno Ruviaro</name>
	</author>
	<content type="html">[For the Ardour Portuguese speakers out there] -- I'd like to help &amp;nbsp;
&lt;br&gt;with a possible Portuguese translation of the Ardour FLOSS manual.
&lt;br&gt;Se alguém já estiver pensando no assunto, podem me colocar no loop, OK?
&lt;br&gt;&lt;br&gt;Abraços,
&lt;br&gt;&lt;br&gt;Bruno
&lt;br&gt;&lt;br&gt;On Nov 28, 2009, at 2:00 PM, Derek Holzer wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Olivier,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; a French translation would be awesome! My suggestion is to get in &amp;nbsp;
&lt;br&gt;&amp;gt; touch with Adam Hyde &amp;lt;adam AT_THE_DOMAIN flossmanuals.net&amp;gt; to set up &amp;nbsp;
&lt;br&gt;&amp;gt; a French Ardour FLOSS Manuals page. Then you can use the same &amp;nbsp;
&lt;br&gt;&amp;gt; interface we used to create and publish the manual. I've CC'ed him &amp;nbsp;
&lt;br&gt;&amp;gt; this email.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There has also been an offer of a translation to Portuguese from &amp;nbsp;
&lt;br&gt;&amp;gt; Brazil. All super-exciting!!!!!!!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Has Ardour been localized in French at all? It would be a bit of &amp;nbsp;
&lt;br&gt;&amp;gt; work to redo all the screenshots I think...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best!
&lt;br&gt;&amp;gt; Derek
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26588616&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;humbert.olivier.1@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; And of course if anyone wants to take a stab at some of the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Glossary &amp;nbsp;entries (all blank right now) that would be awesome!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi, thanks for this work !
&lt;br&gt;&amp;gt;&amp;gt; French-team isready to translate ;)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; For the Glossary, i suggest you look at &lt;a href=&quot;http://manual.audacityteam.org/index.php?title=Glossary&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://manual.audacityteam.org/index.php?title=Glossary&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; for begin it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Bye,
&lt;br&gt;&amp;gt;&amp;gt; Olivier ( &lt;a href=&quot;http://www.linuxmao.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linuxmao.org&lt;/a&gt;&amp;nbsp;)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; ::: derek holzer ::: &lt;a href=&quot;http://blog.myspace.com/macumbista&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.myspace.com/macumbista&lt;/a&gt;&amp;nbsp;::: &lt;a href=&quot;http://www.vimeo.com/macumbista&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vimeo.com/macumbista&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp;:::
&lt;br&gt;&amp;gt; ---Oblique Strategy # 87:
&lt;br&gt;&amp;gt; &amp;quot;Imagine the music as a moving chain or caterpillar&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Ardour-Users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26588616&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;---
&lt;br&gt;Bruno Ruviaro
&lt;br&gt;&lt;a href=&quot;http://www.brunoruviaro.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.brunoruviaro.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.myspace.com/brunoruviaro&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myspace.com/brunoruviaro&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Ardour-Users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26588616&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ardour-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Ardour---User-f462.html&quot; embed=&quot;fixTarget[462]&quot; target=&quot;_top&quot; &gt;Ardour - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Ardour-Users-Digest%2C-Vol-70%2C-Issue-17-tp26557291p26588616.html" />
</entry>

</feed>
