<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2010-03-12 04:32:51]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>http://tracker.ardour.org/</docs><link>http://tracker.ardour.org/</link><description><![CDATA[MantisBT - ISSUES]]></description><title>MantisBT - ISSUES</title><image><title>MantisBT - ISSUES</title><url>http://tracker.ardour.org/images/mantis_logo_button.gif</url><link>http://tracker.ardour.org/</link><description><![CDATA[MantisBT - ISSUES]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0002633: Timestamp not recognized when importing audio</title><link>http://tracker.ardour.org/view.php?id=2633</link><description><![CDATA[When I try to import an existing audio file into a session, its timestamp is not correctly recognized when the imported file is placed in the session. Steps to reproduce:&lt;br /&gt;
1. Create a session and record some audio. Start the recording somewhere else than at the beginning of the session.&lt;br /&gt;
2. Export the recorded audio region. Make sure to set export format to BWF.&lt;br /&gt;
3. Close the session and create a new one.&lt;br /&gt;
4. Import the exported file into the new session. Select &quot;use file timestamp&quot; in the Insert: selection box.&lt;br /&gt;
&lt;br /&gt;
The desired result would be that the imported file appears at the location determined by the timestamp.&lt;br /&gt;
&lt;br /&gt;
However, what happens is that the file appears at the beginning of the session, as if there had been no timestamp in the file. Also, when the imported region appears in the Regions list, its start position is given as 001|01|0000, regardless of what the original timestamp was. I have tried both &quot;to selected tracks&quot; and &quot;as new tracks&quot; in the Add files: selection box. I have also tried launching the import dialog in various ways (Session-&gt;Import, right-click on a track, right-click on the Region list), but the outcome is always the same.&lt;br /&gt;
&lt;br /&gt;
The correct timestamp is however shown in the Timestamp: field of the Add existing media dialog, so I do not believe there is anything wrong with the file that I try to import. I have also checked the file with sndfile-info -b, and there seems to be correctly formed broadcast information present. The timestamp shown by sndfile-info is correct and matches with the timestamp shown in the dialog box in ardour.]]></description><category>bugs</category><pubDate>2010-03-09T20:21:44-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=2633</guid><author>tmennola &amp;lt;tmennola@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=2633#bugnotes</comments></item><item><title>0003043: ardour crashes on startup after entering session name</title><link>http://tracker.ardour.org/view.php?id=3043</link><description><![CDATA[Macbook Pro intel, &lt;br /&gt;
Snow Leopard, &lt;br /&gt;
Ardour 2.8.7&lt;br /&gt;
Jack 0.85&lt;br /&gt;
Mbox 2 Pro Firewire interface with digidesign core audio drivers installed,&lt;br /&gt;
no Pro Tools on the system,&lt;br /&gt;
&lt;br /&gt;
It's a new computer and pretty much fresh installation. Ardour just won't start up, with or without Jack running. I didn't get it to run on my system so far. &lt;br /&gt;
&lt;br /&gt;
in addition it gives me a second error message : &quot;core midi quit unexpectedly while using the directio plugin&quot; and &quot;required software extensions are missing&quot; with a link to the PACE webpage, even though i never had any of their software installed.]]></description><category>bugs</category><pubDate>2010-03-08T12:47:10-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=3043</guid><author>ralf &amp;lt;ralf@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=3043#bugnotes</comments></item><item><title>0003042: limits.conf warnings inconsistent</title><link>http://tracker.ardour.org/view.php?id=3042</link><description><![CDATA[There are two ways to warn the user about his limits.conf settings, a popup (gtk2_ardour/ardour_ui.cc) and stdout.&lt;br /&gt;
&lt;br /&gt;
The popup appears if memlock is set to anything lower than 3/4 of the available memory.&lt;br /&gt;
stdout apparently warns whenever limits.conf is set to anything but unlimited, even if the number specified in limits.conf is equal to the total available memory.&lt;br /&gt;
It seems to simply check for 'unlimited' but I don't know where this code resides.&lt;br /&gt;
&lt;br /&gt;
I think this should be consistent with the popup, whatever the correct figure might be.]]></description><category>bugs</category><pubDate>2010-03-07T05:59:36-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=3042</guid><author>Hollunder &amp;lt;Hollunder@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=3042#bugnotes</comments></item><item><title>0002503: ardour crashes with allocation error when starting up to load an existing project (i18n related?)</title><link>http://tracker.ardour.org/view.php?id=2503</link><description><![CDATA[It does not depend on type of project apparently...&lt;br /&gt;
I created a new project with just a stereo master bus, closed ardour, then:&lt;br /&gt;
&lt;br /&gt;
ardour2 ~/test-project/&lt;br /&gt;
&lt;br /&gt;
This sometimes works, but often ardour crashes with this:&lt;br /&gt;
&lt;br /&gt;
(process:26733): GLib-ERROR (recursed) **: gmem.c:156: failed to allocate 2032 bytes&lt;br /&gt;
&lt;br /&gt;
The byte count can differ and also sometimes the error appears as (unhandled) Std::BadAlloc exception.&lt;br /&gt;
The machine is not really out of memory, so this is confusing. There's 1G of RAM and also 2G of swap... overcommit in kernel not being disabled.&lt;br /&gt;
About 200M physical RAM are used for stuff other than ardour/jackd.&lt;br /&gt;
&lt;br /&gt;
Interestingly, a workaround seems to be to disable internationalization: When I run&lt;br /&gt;
&lt;br /&gt;
LANG=C ardour2 ~/test-project/&lt;br /&gt;
&lt;br /&gt;
I was yet unable to reproduce the crash. So, it may even be some gtk bug.&lt;br /&gt;
My system is a sort of custom x86-64 GNU/Linux pure 64 bit install with gcc-4.3.2, glibc 2.9, gtk+2.14.5 and glib 2.18.3.&lt;br /&gt;
I am attaching console output and backtrace from gdb... perhaps some wise ardour dev folks can derive the cause from that.]]></description><category>bugs</category><pubDate>2010-03-06T09:38:42-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=2503</guid><author>sobukus &amp;lt;sobukus@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=2503#bugnotes</comments></item><item><title>0002912: 2.8.4 crash when started with 'export LANG=en_US.UTF-8'</title><link>http://tracker.ardour.org/view.php?id=2912</link><description><![CDATA[2.8.4 as well as Revision 6090.&lt;br /&gt;
&lt;br /&gt;
-in terminal type 'export LANG=en_US.UTF-8'&lt;br /&gt;
-start ardour from the same terminal&lt;br /&gt;
-add a 4-band-parm-eq (by fons) to the master channel pre-fader redirect&lt;br /&gt;
-left-double-click on a plugin name in order to open the plugin ui&lt;br /&gt;
-crash&lt;br /&gt;
&lt;br /&gt;
i am using ardour for years now with the LANG=en_US.UTF-8 prefix withut this problem. if i start ardour in german language, which is a default for this machine, the crash does not happen.&lt;br /&gt;
&lt;br /&gt;
attached is the backtrace...no idea if it is useful or not.&lt;br /&gt;
&lt;br /&gt;
cheers,&lt;br /&gt;
doc]]></description><category>bugs</category><pubDate>2010-03-05T14:06:38-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=2912</guid><author>nowhiskey &amp;lt;nowhiskey@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=2912#bugnotes</comments></item><item><title>0002497: crash after export</title><link>http://tracker.ardour.org/view.php?id=2497</link><description><![CDATA[ongoing@4333&lt;br /&gt;
&lt;br /&gt;
-start jackd with -Xseq option &lt;br /&gt;
 'jackd -v -p1024 -t5000 -dalsa -r44100 -p1024 -n4 -D -Chw:0 -Phw:0 -s -Xseq '&lt;br /&gt;
-create new session&lt;br /&gt;
-with range tool, make one range. no need to import any audio, just do it by dragging the mouse in the master track area.&lt;br /&gt;
-now go -&gt;session-&gt;export-&gt;export selection to audio file&lt;br /&gt;
-do the default export&lt;br /&gt;
-everything good&lt;br /&gt;
-as long as i stay in this session, everything will work and i can do an export more times&lt;br /&gt;
-now close the session&lt;br /&gt;
-open the same, or create another session&lt;br /&gt;
- do the same steps - creating the range and exporting the selection, ardour will crash&lt;br /&gt;
-every next time i try to export now with this session, or if i open/create another session, ardour will crash, until i do a reboot. &lt;br /&gt;
-after the reboot in the first session i do, everything will work, but from the second session i open after the reboot, every next session will crash after export.&lt;br /&gt;
&lt;br /&gt;
in the moment when crash happens, jackd 'stops working' and the terminal shows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
load = 100.0000 max usecs: 706800.000, spare = 0.000&lt;br /&gt;
freewheeling stopped, waiting for thread&lt;br /&gt;
freewheel came to an end, naturally&lt;br /&gt;
freewheel thread has returned&lt;br /&gt;
client event poll on 14 for ardour starts at 659334715&lt;br /&gt;
back from client event poll after 431 usecs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
when i stop ardour, jackd still is not continuing to work and nothing happens in the console. &lt;br /&gt;
'ps ax' is showing as jackd is still running, &lt;br /&gt;
if i now try to start ardour, it will not start, but 'ps ax' will show it running too. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
attached is the backtrace i got out of this. &lt;br /&gt;
&lt;br /&gt;
cheers,&lt;br /&gt;
doc]]></description><category>bugs</category><pubDate>2010-03-05T07:18:08-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=2497</guid><author>nowhiskey &amp;lt;nowhiskey@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=2497#bugnotes</comments></item><item><title>0002386: Track sizing handles should show a 'sizing vertically' mouse cursor</title><link>http://tracker.ardour.org/view.php?id=2386</link><description><![CDATA[It'd make it more obvious what the track sizing handles are for if the mouse cursor changed when moved over them.&lt;br /&gt;
&lt;br /&gt;
I guess this isn't difficult: when I get a spare moment I'll see if I can't work out how to do it...]]></description><category>features</category><pubDate>2010-03-04T13:24:04-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=2386</guid><author>colinf &amp;lt;colinf@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=2386#bugnotes</comments></item><item><title>0003040: Would be usefull if, when resizing the strip silence window, the waveform resized with the window.</title><link>http://tracker.ardour.org/view.php?id=3040</link><description><![CDATA[Would be usefull if, when resizing the strip silence window, the waveform resized with the window.]]></description><category>features</category><pubDate>2010-03-04T07:03:40-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=3040</guid><author>oofus &amp;lt;oofus@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=3040#bugnotes</comments></item><item><title>0003041: Would be useful and faster if the silence indication on the strip silence waveform changed as the parameters were changed</title><link>http://tracker.ardour.org/view.php?id=3041</link><description><![CDATA[Would be useful and faster if the silence indication on the strip silence waveform changed as the parameters were changed.]]></description><category>features</category><pubDate>2010-02-28T12:29:52-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=3041</guid><author>oofus &amp;lt;oofus@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=3041#bugnotes</comments></item><item><title>0003039: Strip silence places the new regions at the incorrect point in time.</title><link>http://tracker.ardour.org/view.php?id=3039</link><description><![CDATA[Strip silence places the new regions at the incorrect point in time, so far always at the beginning of the timeline.&lt;br /&gt;
&lt;br /&gt;
The new regions do seem to be split correctly relative to each other but are all moved to the wrong point on the timeline.]]></description><category>bugs</category><pubDate>2010-02-28T12:26:13-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=3039</guid><author>oofus &amp;lt;oofus@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=3039#bugnotes</comments></item><item><title>0003038: Strip silence cannot be undone.</title><link>http://tracker.ardour.org/view.php?id=3038</link><description><![CDATA[Strip silence cannot be undone.]]></description><category>bugs</category><pubDate>2010-02-28T12:23:13-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=3038</guid><author>oofus &amp;lt;oofus@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=3038#bugnotes</comments></item><item><title>0001930: segfault when importing a large number of WAVs (2.0-ongoing@2563)</title><link>http://tracker.ardour.org/view.php?id=1930</link><description><![CDATA[Hi,&lt;br /&gt;
When importing all (312 in total) of the WAV files in a directory I get a segfault after it has done ~50 or so of them.&lt;br /&gt;
&lt;br /&gt;
Backtrace follows:&lt;br /&gt;
&lt;br /&gt;
Program received signal SIGSEGV, Segmentation fault.&lt;br /&gt;
[Switching to Thread 47303834293984 (LWP 16069)]&lt;br /&gt;
0x00002b05c5996cb7 in sigc::internal::trackable_callback_list::remove_callback&lt;br /&gt;
    () from libs/sigc++2/libsigc++2.so&lt;br /&gt;
(gdb) thread apply all bt&lt;br /&gt;
&lt;br /&gt;
Thread 17 (Thread 1100954208 (LWP 16087)):&lt;br /&gt;
#0  0x00002b05c69ae836 in poll () from /lib64/libc.so.6&lt;br /&gt;
#1  0x00002b05c2ca1ed1 in ARDOUR::Session::midi_thread_work ()&lt;br /&gt;
   from libs/ardour/libardour.so&lt;br /&gt;
#2  0x00002b05c2ca26c1 in ARDOUR::Session::_midi_thread_work ()&lt;br /&gt;
   from libs/ardour/libardour.so&lt;br /&gt;
#3  0x00002b05c63c437e in start_thread () from /lib64/libpthread.so.0&lt;br /&gt;
#4  0x00002b05c69b753d in clone () from /lib64/libc.so.6&lt;br /&gt;
#5  0x0000000000000000 in ?? ()&lt;br /&gt;
&lt;br /&gt;
Thread 16 (Thread 1100450400 (LWP 16086)):&lt;br /&gt;
#0  0x00002b05c69ae836 in poll () from /lib64/libc.so.6&lt;br /&gt;
#1  0x00002b05c2c863fc in ARDOUR::Session::butler_thread_work ()&lt;br /&gt;
   from libs/ardour/libardour.so&lt;br /&gt;
#2  0x00002b05c2c8782f in ARDOUR::Session::_butler_thread_work ()&lt;br /&gt;
   from libs/ardour/libardour.so&lt;br /&gt;
#3  0x00002b05c63c437e in start_thread () from /lib64/libpthread.so.0&lt;br /&gt;
#4  0x00002b05c69b753d in clone () from /lib64/libc.so.6&lt;br /&gt;
#5  0x0000000000000000 in ?? ()&lt;br /&gt;
&lt;br /&gt;
Thread 15 (Thread 1099950400 (LWP 16085)):&lt;br /&gt;
#0  0x00002b05c69ae836 in poll () from /lib64/libc.so.6&lt;br /&gt;
#1  0x00002b05c62a92ce in jack_client_core_wait (client=Error accessing memory address 0x418fd038: No such process.&lt;br /&gt;
) at client.c:1342&lt;br /&gt;
Error accessing memory address 0x418fe098: No such process.&lt;br /&gt;
Segmentation fault&lt;br /&gt;
&lt;br /&gt;
__&lt;br /&gt;
&lt;br /&gt;
It kills jackd with a timeout when running in the debugger but doesn't without.&lt;br /&gt;
&lt;br /&gt;
Let me know what other information I can provide.]]></description><category>bugs</category><pubDate>2010-02-25T19:34:20-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=1930</guid><author>gellyfish &amp;lt;gellyfish@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=1930#bugnotes</comments></item><item><title>0002977: Trimming the end of a region, involved in a multiple drop in record, reveals material incorrectly.</title><link>http://tracker.ardour.org/view.php?id=2977</link><description><![CDATA[Trimming the end of a region, involved in a multiple drop in record, reveals material incorrectly.&lt;br /&gt;
&lt;br /&gt;
Record arm a track. Arm the master record and press play. A region starts to record. Press the master record button to drop out of recording, but leave the transport in play. Wait a while. Drop back into record again and record a second region. Now press stop. There are now 2 regions with a space between them.&lt;br /&gt;
&lt;br /&gt;
Now drag the end of the first region. The region will extend revealing more audio. The audio it reveals is in fact the contents of the second recorded region.&lt;br /&gt;
&lt;br /&gt;
A region should not be allowed to be trimmed beyond its own material.]]></description><category>bugs</category><pubDate>2010-02-25T14:41:23-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=2977</guid><author>oofus &amp;lt;oofus@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=2977#bugnotes</comments></item><item><title>0002911: Ardour Window Twitches Around When Performing Mouse Clicks</title><link>http://tracker.ardour.org/view.php?id=2911</link><description><![CDATA[I believe this was introduced a few minor versions ago (was not present in 2.7.*).&lt;br /&gt;
&lt;br /&gt;
When I click my mouse to do anything from using the menu to dragging a track, the window will jump one pixel to the right, then to the left on the next clip.&lt;br /&gt;
&lt;br /&gt;
I have noticed that Ardour is one or two pixels too large for my display when I unmaximize it. I cannot resize it to make it smaller, so it goes off the screen a very little bit. Perhaps this is related.&lt;br /&gt;
&lt;br /&gt;
I attached a short demonstration video.]]></description><category>bugs</category><pubDate>2010-02-25T09:14:45-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=2911</guid><author>Chauncellor &amp;lt;Chauncellor@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=2911#bugnotes</comments></item><item><title>0002652: AAF / OMF support</title><link>http://tracker.ardour.org/view.php?id=2652</link><description><![CDATA[AAF / OMF support in Ardour can't be at the moment developped because of a lack of sponsorship. &lt;br /&gt;
So I've decided to create this features request in order to help its development.&lt;br /&gt;
&lt;br /&gt;
Why this features is so important ?&lt;br /&gt;
&lt;br /&gt;
Because EDL format like AAF/OMF allow project transfers from a software to another, with the wave track data, plugins and automation parameters saved inside.&lt;br /&gt;
Absolutly necessary to mix a project in ardour while tracks were recorded and edited with another DAW (Cubase, Protools, Nuendo), or to transfer the soundtrack of a video project from the video sofware (Avid, FinalCut, Premiere) into Ardour in order to edit and mix it. &lt;br /&gt;
Like the vst support question in Ardour was a bit conflictual (vst is a crappy system, it comes from the windows world, etc...) nevertheless AAF/OMF support is an essential condition for professional audio world to be able to switch on an Ardour/Linux based system production. &lt;br /&gt;
Ardour is a great system, I just want to make things progress!&lt;br /&gt;
&lt;br /&gt;
There was a person called John E in the forum that was ready to start coding the AAF/OMF features for Ardour if some sponsors could be found.&lt;br /&gt;
&lt;a href=&quot;http://ardour.org/node/2288&quot;&gt;http://ardour.org/node/2288&lt;/a&gt; [&lt;a href=&quot;http://ardour.org/node/2288&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
So we just have to get involved and donate to see this great feature arrive !]]></description><category>features</category><pubDate>2010-02-24T22:38:43-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=2652</guid><author>Lcut &amp;lt;Lcut@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=2652#bugnotes</comments></item><item><title>0003037: import/export plugin presets</title><link>http://tracker.ardour.org/view.php?id=3037</link><description><![CDATA[It would be nice to be able to import/export plugin presets from/to a separate file, for the development and distribution of good presets.]]></description><category>features</category><pubDate>2010-02-24T10:08:09-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=3037</guid><author>neitcho &amp;lt;neitcho@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=3037#bugnotes</comments></item><item><title>0003036: Warning message makes no sense</title><link>http://tracker.ardour.org/view.php?id=3036</link><description><![CDATA[Ardour version: 2.8.8 (rev. 6690)&lt;br /&gt;
&lt;br /&gt;
Edition point is mark.&lt;br /&gt;
I don't have a selected mark.&lt;br /&gt;
&lt;br /&gt;
If I press delete while recording&lt;br /&gt;
it appears the message:&lt;br /&gt;
&quot;the edit point is Selected Marker\n&lt;br /&gt;
but there is no selected marker.&quot;&lt;br /&gt;
This message doesn't make sense even if &lt;br /&gt;
my action doesn't make sense either.&lt;br /&gt;
&lt;br /&gt;
Nothing happens apart from this .]]></description><category>bugs</category><pubDate>2010-02-23T11:22:24-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=3036</guid><author>Pablo_F &amp;lt;Pablo_F@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=3036#bugnotes</comments></item><item><title>0003035: Parts of regions between two higher regions sometimes don't play</title><link>http://tracker.ardour.org/view.php?id=3035</link><description><![CDATA[I've noticed this a few times now. ASCII are is probably the best way to describe it.&lt;br /&gt;
&lt;br /&gt;
Three regions on the same track, layered thus:&lt;br /&gt;
&lt;br /&gt;
    |--r2.1---|   |--r2.2-----|&lt;br /&gt;
|--r1.1---------------------------------|&lt;br /&gt;
        w     x   y    z&lt;br /&gt;
&lt;br /&gt;
Sometimes, the part of region r1.1 between x &amp; y doesn't play, even though it should. One or more of moving or resizing r2.1 or r2.2, or splitting r1.1 at w or z will eventually cause it to become audible again.]]></description><category>bugs</category><pubDate>2010-02-23T07:51:17-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=3035</guid><author>colinf &amp;lt;colinf@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=3035#bugnotes</comments></item><item><title>0003034: OS X 2.8.7 | the tracks sometimes loose their alignment with their left-hand-side settings section</title><link>http://tracker.ardour.org/view.php?id=3034</link><description><![CDATA[2.8.7 the tracks sometimes loose their alignment with their left-hand-side settings section. This happens randomly when you scroll up/down vertically. &lt;br /&gt;
&lt;br /&gt;
The only way to restore is to restart the session. &lt;br /&gt;
&lt;br /&gt;
Please see the picture attached.]]></description><category>bugs</category><pubDate>2010-02-19T04:47:54-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=3034</guid><author>peimankh &amp;lt;peimankh@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=3034#bugnotes</comments></item><item><title>0003033: editor; color for mute and record</title><link>http://tracker.ardour.org/view.php?id=3033</link><description><![CDATA[It's a blip on the radar and I understand the origins for the design.&lt;br /&gt;
&lt;br /&gt;
Should physically adjacent mute and record buttons both be Red? My answer is no.&lt;br /&gt;
&lt;br /&gt;
We don't look at the details of the editor while producing. Our eye scans, detects Red, we call &quot;rolling&quot;, the band begins to play and we don't see any regions being drawn. Because the Red was for mute and not record.&lt;br /&gt;
&lt;br /&gt;
In an editor where the two buttons are next to each other it's annoying. While working as the drummer for another engineer I endured his errors from this confusing design and so the issue is mildly interesting.]]></description><category>features</category><pubDate>2010-02-16T08:54:21-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=3033</guid><author>rtp405 &amp;lt;rtp405@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=3033#bugnotes</comments></item><item><title>0002875: Ardour crashes often when dragging regions beneath another</title><link>http://tracker.ardour.org/view.php?id=2875</link><description><![CDATA[Hi,&lt;br /&gt;
I'm doing heavy editing of regions. In most cases, I have about 3 stacked regions. When I split all regions and drag them beneath another, Ardour crashes very often. I'm not sure if it's the dragging or the creation of crossfades which also takes place when regions are not audible.&lt;br /&gt;
I cannot reproduce this with a fresh session, but I provide a backtrace attached.]]></description><category>bugs</category><pubDate>2010-02-14T20:18:59-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=2875</guid><author>realhangman &amp;lt;realhangman@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=2875#bugnotes</comments></item><item><title>0002636: MIDI editing/sequencer functionality in ardour</title><link>http://tracker.ardour.org/view.php?id=2636</link><description><![CDATA[I know that work on that part is going on on ardour 3.0, and i really like to see that feature in it.&lt;br /&gt;
The recent versions of that 3.0 show that this will get really great, but until now there is no final release of that things in ardour.&lt;br /&gt;
&lt;br /&gt;
I don't want to talk much on that topic, but i just wanted to start an &quot;Bug Report&quot; with detonations when this stuff is finished.&lt;br /&gt;
&lt;br /&gt;
Hopefully this is a good idea, and doesn't bother anyone.&lt;br /&gt;
&lt;br /&gt;
For my part i'll detonate 50$ when this stuff is finished.]]></description><category>features</category><pubDate>2010-02-14T04:00:02-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=2636</guid><author>hg87 &amp;lt;hg87@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=2636#bugnotes</comments></item><item><title>0003031: Ardour cannot start maximized</title><link>http://tracker.ardour.org/view.php?id=3031</link><description><![CDATA[Generally, programs remember if you maximize them or not, but Ardour always starts as a window. When I'm doing a lot of work across sessions, it gets annoying having to maximize the window every time. I believe that Ardour's behavior should mimic other programs and stay maximized, or at least provide a config option.]]></description><category>bugs</category><pubDate>2010-02-14T00:58:22-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=3031</guid><author>Chauncellor &amp;lt;Chauncellor@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=3031#bugnotes</comments></item><item><title>0002324: Font scaling makes Profile-&amp;gt;set_small_screen() less necessary</title><link>http://tracker.ardour.org/view.php?id=2324</link><description><![CDATA[Now that Ardour's fonts are scaleable, it's quite possible for the whole GUI to fit and be workable on a 1024 x 768 display, without the hiding of UI elements that is done by Profile-&gt;set_small_screen().]]></description><category>features</category><pubDate>2010-02-12T20:23:18-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=2324</guid><author>colinf &amp;lt;colinf@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=2324#bugnotes</comments></item><item><title>0002950: ardour doesn't fit screen (gnome 1024*768)</title><link>http://tracker.ardour.org/view.php?id=2950</link><description><![CDATA[Ardour doesn't fit screen (gnome 1024*768)&lt;br /&gt;
&lt;br /&gt;
On Gnome a matter of of 1- 3 centimeters. &lt;br /&gt;
&lt;br /&gt;
(On KDE it's a matter of millimeters. On fluxbox it's OK.)]]></description><category>bugs</category><pubDate>2010-02-12T20:21:42-0800</pubDate><guid>http://tracker.ardour.org/view.php?id=2950</guid><author>rozea &amp;lt;rozea@example.com&amp;gt;</author><comments>http://tracker.ardour.org/view.php?id=2950#bugnotes</comments></item></channel></rss>
