diff -Nru traverso-0.49.0~rc1/ChangeLog traverso-0.49.1/ChangeLog --- traverso-0.49.0~rc1/ChangeLog 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/ChangeLog 2009-03-28 08:48:39.000000000 +0000 @@ -1,4 +1,13 @@ -xx-xx-2009 Remon Sijrier +28-03-2009 Remon Sijrier + * Released Traverso 0.49.1 + + * Changed ALSA device from "hw:0" to "default" (so the system configured one will be used!) + * Move Magnetic Cut to [ R ] instead of [ XC ], fix integer overflow as well + * Compile fixes when using system installed SLV2 lib + * Various small fixes. + + +13-03-2009 Remon Sijrier * Released Traverso 0.49.0 ** Dependency changes: diff -Nru traverso-0.49.0~rc1/CMakeLists.txt traverso-0.49.1/CMakeLists.txt --- traverso-0.49.0~rc1/CMakeLists.txt 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/CMakeLists.txt 2009-03-28 08:48:39.000000000 +0000 @@ -19,8 +19,8 @@ PROJECT(traverso) SET (VERSION_MAJOR "0") SET (VERSION_MINOR "49") -SET (VERSION_PATCH "0") -SET (VERSION_SUFFIX "rc1") +SET (VERSION_PATCH "1") +SET (VERSION_SUFFIX "") SET (VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX}) MESSAGE(STATUS "Traverso ${VERSION} will be built to install into ${CMAKE_INSTALL_PREFIX}") @@ -86,10 +86,19 @@ SET(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}/lib) +# Add Mac build paths for DarwinPorts / MacPorts +# These need to be defined up here, above the include checks +IF(APPLE) + INCLUDE_DIRECTORIES("/opt/local/include") + SET (CMAKE_REQUIRED_INCLUDES "/opt/local/include") + LINK_DIRECTORIES("/opt/local/lib") +ENDIF(APPLE) + + SET(MINIMAL_ALSA_VERSION 1.0.0) SET(MINIMAL_JACK_VERSION 0.100) SET(MINIMAL_PORTAUDIO_VERSION 19) -SET(MINIMAL_SLV2_VERSION 0.3.0) +SET(MINIMAL_SLV2_VERSION 0.6.1) SET(MINIMAL_WAVPACK_VERSION 4.40.0) SET(MINIMAL_OGG_VORBIS_VERSION 1.1.2) SET(MINIMAL_MAD_VERSION 0.15.0) @@ -184,10 +193,10 @@ IF(WANT_LV2) IF(USE_SYSTEM_SLV2_LIBRARY) - CHECK_INCLUDE_FILE("slv2/slv2.h" HAVE_SLV2_H) - IF(NOT HAVE_SLV2_H) - MESSAGE(FATAL_ERROR "lv2 support requested, but slv2 development headers could not be found!\nPlease install the slv2 development package (Usually called libslv2-dev), remove CMakeCache.txt and run cmake again") - ENDIF(NOT HAVE_SLV2_H) +# CHECK_INCLUDE_FILE("slv2/slv2.h" HAVE_SLV2_H) +# IF(NOT HAVE_SLV2_H) +# MESSAGE(FATAL_ERROR "lv2 support requested, but slv2 development headers could not be found!\nPlease install the slv2 development package (Usually called libslv2-dev), remove CMakeCache.txt and run cmake again") +# ENDIF(NOT HAVE_SLV2_H) PKG_CHECK_MODULES(SLV2 libslv2>=${MINIMAL_SLV2_VERSION}) IF (SLV2_FOUND) @@ -360,15 +369,14 @@ #BEGIN Mac OS X section IF(APPLE) - - # Detect if we want native Mac OS X support (CoreAudio) - # and if we can build with it. - IF(WANT_COREAUDIO) - SET(HAVE_COREAUDIO TRUE) - LIST(APPEND TRAVERSO_DEFINES -DCOREAUDIO_SUPPORT) - ELSE(WANT_COREAUDIO) - SET(HAVE_COREAUDIO FALSE) - ENDIF(WANT_COREAUDIO) + # Detect if we want native Mac OS X support (CoreAudio) + # and if we can build with it. + IF(WANT_COREAUDIO) + SET(HAVE_COREAUDIO TRUE) + LIST(APPEND TRAVERSO_DEFINES -DCOREAUDIO_SUPPORT) + ELSE(WANT_COREAUDIO) + SET(HAVE_COREAUDIO FALSE) + ENDIF(WANT_COREAUDIO) # @ MAC OS X builders, I've NO IDEA what this should be, please have a look at it # It should be possible to create a working bundle with CPack using stuff @@ -501,7 +509,7 @@ LIST (APPEND TRAVERSO_DEFINES -DQT_DLL -DWIN_BUILD -DPORTAUDIO_SUPPORT) SET(CMAKE_CXX_FLAGS_RELEASE "-O2 -Wall -fno-strict-aliasing ${CXX_FLAGS}") CHECK_INCLUDE_FILE(windows.h HAVE_WINDOWS_H) - INCLUDE_DIRECTORIES(/home/remon/Traverso/cvs/windows/include) + SET(HAVE_PORTAUDIO TRUE) ENDIF(WIN32) @@ -622,4 +630,4 @@ SLV2 support : ${SLV2OPTIONS} MP3 read support : ${HAVE_MP3_DECODING} MP3 writing support : ${HAVE_MP3_ENCODING} -") \ No newline at end of file +") diff -Nru traverso-0.49.0~rc1/debian/changelog traverso-0.49.1/debian/changelog --- traverso-0.49.0~rc1/debian/changelog 2010-01-03 22:00:31.000000000 +0000 +++ traverso-0.49.1/debian/changelog 2010-01-03 22:00:32.000000000 +0000 @@ -1,3 +1,9 @@ +traverso (0.49.1-karmic~ppa1) karmic; urgency=low + + * New upstream release + + -- Philip Johnsson Sat, 02 Jan 2010 01:50:00 +0100 + traverso (0.49.0~rc1-1) unstable; urgency=low * New upstream version. diff -Nru traverso-0.49.0~rc1/debian/control traverso-0.49.1/debian/control --- traverso-0.49.0~rc1/debian/control 2010-01-03 22:00:31.000000000 +0000 +++ traverso-0.49.1/debian/control 2010-01-03 22:00:32.000000000 +0000 @@ -1,9 +1,9 @@ Source: traverso Section: sound Priority: optional -Maintainer: Gürkan Sengün +Maintainer: Philip Johnsson Uploaders: Debian Multimedia Team -Build-Depends: debhelper (>= 7), libqt4-dev, libsamplerate0-dev, librdf0-dev, libasound2-dev, libjack-dev, libsndfile1-dev, libfftw3-dev, libmad0-dev, libogg-dev, libwavpack-dev, libvorbis-dev, libflac++-dev, libqt4-opengl-dev, cmake +Build-Depends: debhelper (>= 7), libqt4-dev, slv2-dev, lv2core, libpulse-dev, libportaudio-dev, librasqal1-dev, libmp3lame-dev, libsamplerate0-dev, librdf0-dev, libasound2-dev, libjack-dev, libsndfile1-dev, libfftw3-dev, libmad0-dev, libogg-dev, libwavpack-dev, libvorbis-dev, libflac++-dev, libqt4-opengl-dev, cmake Standards-Version: 3.8.0 Homepage: http://traverso-daw.org/ diff -Nru traverso-0.49.0~rc1/debian/manpages traverso-0.49.1/debian/manpages --- traverso-0.49.0~rc1/debian/manpages 2010-01-03 22:00:31.000000000 +0000 +++ traverso-0.49.1/debian/manpages 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -debian/traverso.1 diff -Nru traverso-0.49.0~rc1/debian/rules traverso-0.49.1/debian/rules --- traverso-0.49.0~rc1/debian/rules 2010-01-03 22:00:31.000000000 +0000 +++ traverso-0.49.1/debian/rules 2010-01-03 22:00:32.000000000 +0000 @@ -10,7 +10,7 @@ -DCMAKE_C_FLAGS="$(CFLAGS)" -DCMAKE_CXX_FLAGS="$(CFLAGS)" \ -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \ -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \ - -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" + -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" -DWANT_MP3_ENCODE=ON -DWANT_PORTAUDIO=ON -DWANT_PULSEAUDIO=ON $(MAKE) touch $@ diff -Nru traverso-0.49.0~rc1/debian/traverso.1 traverso-0.49.1/debian/traverso.1 --- traverso-0.49.0~rc1/debian/traverso.1 2010-01-03 22:00:31.000000000 +0000 +++ traverso-0.49.1/debian/traverso.1 1970-01-01 01:00:00.000000000 +0100 @@ -1,41 +0,0 @@ -.TH TRAVERSO 1 "November 5, 2007" -.SH NAME -traverso \- a multitrack audio recorder and editor -.SH SYNOPSIS -.B traverso -.RI [ options ] -.SH DESCRIPTION -This manual page documents briefly the -.B traverso -command. -.PP -\fBtraverso\fP is a multitrack audio recording and editing -suite, with an innovative and easy to master user interface. -.SH OPTIONS -A summary of options is included below. -.TP -.B \-h, \-\-help -Show summary of options. -.TP -.B \-v -Show version of program. -.TP -.B \-\-d1 -Set debug level to 1 (BASIC). -.TP -.B \-\-d2 -Set debug level to 2 (FLOOD). -.TP -.B \-\-d3 -Set debug level to 3 (SUPER_FLOOD). -.TP -.B \-\-d4 -Set debug level to 4 (ALL). -.TP -.B \-\-log -Create a ~/traverso.log file instead of dumping debug messages to stdout. -.SH AUTHOR -traverso was written by Remon Sijrier. -.PP -This manual page was written by G\[:u]rkan Seng\[:u]n , -for the Debian project (but may be used by others). diff -Nru traverso-0.49.0~rc1/INSTALL traverso-0.49.1/INSTALL --- traverso-0.49.0~rc1/INSTALL 2009-02-28 15:37:45.000000000 +0000 +++ traverso-0.49.1/INSTALL 2009-03-28 08:48:39.000000000 +0000 @@ -37,42 +37,4 @@ NOTE FOR PACKAGERS: -The tarball as it is supplied should be suitable for creating a distribution -package without major modification. - -You can disable host cpu feature detection with: - --DDETECT_HOST_CPU_FEATURES=OFF - -To enable runtime detected SSE support, add: - --DCMAKE_CXX_FLAGS:STRING="-DSSE_OPTIMIZATIONS -DARCH_X86" - - -To enable runtime detected cpu fpu denormals are zero support, add: - --DCMAKE_CXX_FLAGS:STRING="-DUSE_XMMINTRIN -DARCH_X86" - - -If your distribution has slv2 >= 0.6.1 you can compile with: - --DUSE_SYSTEM_SLV2_LIBRARY=ON - -to let Traverso use the system installed one. - - -E.g. compiling a package for an i686 compatible Linux system with runtime detected SSE support: - -cmake . -DDETECT_HOST_CPU_FEATURES=OFF -DWANT_JACK=ON -DWANT_ALSA=ON -DUSE_SYSTEM_SLV2_LIBRARY=OFF \ - -DCMAKE_CXX_FLAGS:STRING="-march=i686 -DSSE_OPTIMIZATIONS -DUSE_XMMINTRIN -DARCH_X86" - - -Compiling for a cpu architecture that doesn't support sse: - -cmake . -DDETECT_HOST_CPU_FEATURES=OFF -DWANT_JACK=ON -DWANT_ALSA=ON -DUSE_SYSTEM_SLV2_LIBRARY=OFF - - -Adding additional compiler flags, like compiling with -msse -mfpmath=sse (in case the targetted host supports it): - -cmake . -DDETECT_HOST_CPU_FEATURES=OFF -DWANT_JACK=ON -DWANT_ALSA=ON -DUSE_SYSTEM_SLV2_LIBRARY=OFF \ - -DCMAKE_CXX_FLAGS:STRING="-march=i686 -msse -mfpmath=sse -DSSE_OPTIMIZATIONS -DUSE_XMMINTRIN -DARCH_X86" +See the PACKAGERS file! \ No newline at end of file diff -Nru traverso-0.49.0~rc1/PACKAGERS traverso-0.49.1/PACKAGERS --- traverso-0.49.0~rc1/PACKAGERS 1970-01-01 01:00:00.000000000 +0100 +++ traverso-0.49.1/PACKAGERS 2009-03-28 08:48:39.000000000 +0000 @@ -0,0 +1,49 @@ +The tarball as it is supplied should be suitable for creating a distribution +package without major modification. + +Please contact the author for any questions, suggestions or fixes, so they can be merged upstream: +remon at traverso-daw dot org + + +Optimized builds: + +Traverso's build script by default detects the host cpu feature set, for optimal build +settings. This can however make your build incompatible for certain cpu's. + +You can disable host cpu feature detection with: + +-DDETECT_HOST_CPU_FEATURES=OFF + +To enable runtime detected SSE support, add: + +-DCMAKE_CXX_FLAGS:STRING="-DSSE_OPTIMIZATIONS -DARCH_X86" + + +To enable runtime detected cpu fpu denormals are zero support, add: + +-DCMAKE_CXX_FLAGS:STRING="-DUSE_XMMINTRIN -DARCH_X86" + + +If your distribution has slv2 >= 0.6.1 you can compile with: + +-DUSE_SYSTEM_SLV2_LIBRARY=ON + +to let Traverso use the system installed one. + + +E.g. compiling a package for an i686 compatible Linux system with runtime detected SSE support: + +cmake . -DDETECT_HOST_CPU_FEATURES=OFF -DWANT_JACK=ON -DWANT_ALSA=ON -DUSE_SYSTEM_SLV2_LIBRARY=OFF \ + -DCMAKE_CXX_FLAGS:STRING="-march=i686 -DSSE_OPTIMIZATIONS -DUSE_XMMINTRIN -DARCH_X86" + + +Compiling for a cpu architecture that doesn't support sse: + +cmake . -DDETECT_HOST_CPU_FEATURES=OFF -DWANT_JACK=ON -DWANT_ALSA=ON -DUSE_SYSTEM_SLV2_LIBRARY=OFF + + +Adding additional compiler flags, like compiling with -msse -mfpmath=sse (in case the targetted host supports it): + +cmake . -DDETECT_HOST_CPU_FEATURES=OFF -DWANT_JACK=ON -DWANT_ALSA=ON -DUSE_SYSTEM_SLV2_LIBRARY=OFF \ + -DCMAKE_CXX_FLAGS:STRING="-march=i686 -msse -mfpmath=sse -DSSE_OPTIMIZATIONS -DUSE_XMMINTRIN -DARCH_X86" + diff -Nru traverso-0.49.0~rc1/resources/keymap.xml traverso-0.49.1/resources/keymap.xml --- traverso-0.49.0~rc1/resources/keymap.xml 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/resources/keymap.xml 2009-03-28 08:48:39.000000000 +0000 @@ -112,7 +112,7 @@ - + @@ -246,7 +246,8 @@ - + + @@ -258,7 +259,8 @@ - + + @@ -268,16 +270,6 @@ - - - - - - - - - - @@ -468,6 +460,11 @@ + + + + + @@ -504,7 +501,7 @@ - + @@ -547,11 +544,6 @@ - - - - - @@ -646,4 +638,4 @@ - \ No newline at end of file + diff -Nru traverso-0.49.0~rc1/resources/themes/ubuntu/traversotheme.xml traverso-0.49.1/resources/themes/ubuntu/traversotheme.xml --- traverso-0.49.0~rc1/resources/themes/ubuntu/traversotheme.xml 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/resources/themes/ubuntu/traversotheme.xml 2009-03-28 08:48:39.000000000 +0000 @@ -99,8 +99,8 @@ - - + + Binary files /tmp/imeZ14ij2E/traverso-0.49.0~rc1/resources/translations/traverso_bg.qm and /tmp/zxgZcqzp0u/traverso-0.49.1/resources/translations/traverso_bg.qm differ diff -Nru traverso-0.49.0~rc1/resources/translations/traverso_bg.ts traverso-0.49.1/resources/translations/traverso_bg.ts --- traverso-0.49.0~rc1/resources/translations/traverso_bg.ts 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/resources/translations/traverso_bg.ts 2009-03-28 08:48:39.000000000 +0000 @@ -8,7 +8,7 @@ Изтрий клип - + Remove Selected Clips Изтрий избраните клипове @@ -168,27 +168,154 @@ - AppearancePage + AppearenceConfigPage - + Icons only Само икони - + Text only Само текст - + Text beside Icons Текст до иконите - + Text below Icons Текст под иконите + + + Default Language + Език по подразбиране + + + + Select default project dir + Изберете директория на проекта по подразбиране + + + + Form + Форма + + + + Theme + Изглед + + + + Theme selector + Избор на Изглед + + + + Path to theme files + Път към файловете с изгледи + + + + Available themes + Налични Изгледи + + + + Adjust theme color + Нагласи цвят на Изгледа + + + + Theme Options + Настройки на Изгледа + + + + Paint audio rectified + Рисувай аудиото ректифицирано + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Painting the waveform with an outline is more detailed, but requires more cpu.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you experience slowness when painting many clips, or during animated scroll, unselect this option!</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Рисуването на вълната с контур е по-детайлно, но изисква процесорно време.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Ако имате забавяне при много клипове, или по време на анимирано превъртане, размракирайте тази опция!</p></body></html> + + + + Paint audio with outline + Рисуивай аудиото с контур + + + + Paint stereo audio as mono audio + Рисувай стереото като моно аудио + + + + Draw lines at 0 and -6 dB + Чертай линии на 0 и -6 децибела + + + + Style Options + Настройки на Стила + + + + Select style + Избери Стил + + + + Use selected style's palette + Използвай палета на избрания стил + + + + Toolbars + Ленти с инструменти + + + + Icon size + Размер на Икона + + + + Button style + Стил на Бутон + + + + Transport Console size + Размер на Транспортната Конзола + + + + Language + Език + + + + Interface Language + Език на Интетрфейса + + + + Changing the language of the Interface will take +effect after restarting Traverso! + Смяната на езика на интерфейса ще влезе в сила +след реастартиране на Traverso! + ArmTracks @@ -201,37 +328,37 @@ AudioClip - + Unable to Record to Track Не мога да записвам на трака - + AudioDevice doesn't have this Capture Bus: %1 (Track %2) АудиоУстройството няма този бус за запис: %1 (Трак %2) - + Toggle Mute Превключи Заглушаване - + Toggle Lock Превключи Заключване - + Remove Fades Премахни затихванията/усилванията - + Normalization Нормализиране - + Set Normalization level: Задай ниво за Нормализиране @@ -262,107 +389,112 @@ - Normalize: Reset - Нормализиране: Възстанови - - - Lock Заключи + + + AudioClip: Normalize + + AudioClipEditDialog - + Dialog Диалог - + Clip Parameters Параметри на Клипа - + External Processing Външна Обработка - + hh:mm:ss.sss чч:мм:сс:ссс - + TextLabel ТекстовЕтикет - + End Край - + Length Дължина - + Track start Начало на трака - + Gain Усилване - + Name Име - + Fades Затихвания / Усилвания - + Fade In Усилване - + Mode Режим - + Bending Извиване - + Strength Сила - + &Linear &Линейно - + &Default &По подразбиране - + Fade Out Затихване + + + Source + + AudioClipExternalProcessing @@ -375,17 +507,17 @@ AudioClipManager - + Selection: Remove Clip Селекция: Премахни Клип - + Selection: Add Clip Селекция: Добави Клип - + Selection: Invert Селекция: Вмъкни @@ -408,22 +540,22 @@ Кликнете за да възстановите АудиоФайл ! - + Reset Audio File for Clip: %1 Възстанови Аудио Файла за Клип: %1 - + All files (*);;Audio files (*.wav *.flac) Всички файлове (*);;Аудио файлове (*.wav *.flac) - + No file selected! Няма избран файл! - + Succesfully set AudioClip file to %1 Успешно бе зададен АудиоКлип файл за %1 @@ -530,12 +662,142 @@ - AudioDriverPage + AudioDriverConfigPage - + System default Системен Драйвер + + + Form + Форма + + + + Driver Selection + Избор на Драйвер: + + + + Driver: + Драйвер: + + + + Configure driver + Конфигурирай Драйвера + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defines if both the Playback and Capture buses </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of your soundcard are to be used, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or only the Playback or Capture bus(es).</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Дуплкс режим:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Определя дали и двата буса - за Запис и ВЪзпроизвеждане </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">на вашата карта ще се използват, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">или само единия от тях.</p></body></html> + + + + Duplex mode + Дуплекс режим + + + + Full + Пълен + + + + Playback + Просвирване + + + + Capture + Запис + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The sample rate used by the audio card.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New projects will use this samplerate as </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the project's sample rate on creation.</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Семплираща честота:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Семплиращата честота, която картата използва.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Новите проекти ще използват тази семплираща честота </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">като семплираща честота на проекта при създаването му.</p></body></html> + + + + Sample rate + Семплираща честота + + + + 22050 + 22050 + + + + 32000 + 32000 + + + + 44100 + 44100 + + + + 48000 + 48000 + + + + 88200 + 88200 + + + + 96000 + 96000 + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The latency introduced by the size of the audio buffers.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some people need low latencies, if you don't need it, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or don't know what it means, please leave the default setting!</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Закъснение на Буфера:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Закъснението представено от размера на аудио буфера.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Някои хора имат нужда от малко закъснение, ако вие нямате нужда, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">или не знаете какво означава това, моля оставете стойноста по подразбиране!</p></body></html> + + + + Buffer latency (ms) + Закъснение на Буфера + + + + Restart Driver + Рестартиране на Драйвер + + + + Jack + Jack + + + + Enable Jack transport control + Разреши Jack transport control + AudioSourcesManagerWidget @@ -583,57 +845,57 @@ Настройки на проекта - + On close: При затваряне: - + Save Запази - + Ask Питай - + Don't save Не запазвай - + Load last used project at startup Зареди последно използвам проект при стартиране - + New Sheet Settings - + Number of tracks Брой тракове - + Audio Clip Settings Настройки на аудио клип - + Lock Audio Clips by default Заключвай аудио клиповете по подразбиране - + Playback Settings Настройки за просвирване - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -641,27 +903,27 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Пази курсора в полезрението при запис и просвирване.</p></body></html> - + Scroll playback Превърти просвирване - + Jump Скок - + Stay Centered Остани в центъра - + Animated Анимирано - + Continuously adjust audio while dragging Настройвай аудиото по време на влачене @@ -892,6 +1154,14 @@ + Crop + + + AudioClip: Magnetic Cut + + + + Curve @@ -968,7 +1238,7 @@ DigitalClock - + Digital Clock Цифров часовник @@ -1000,139 +1270,6 @@ - DriverConfigPage - - - Form - Форма - - - - Configure driver - Конфигурирай Драйвера - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defines if both the Playback and Capture buses </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of your soundcard are to be used, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or only the Playback or Capture bus(es).</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Дуплкс режим:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Определя дали и двата буса - за Запис и ВЪзпроизвеждане </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">на вашата карта ще се използват, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">или само единия от тях.</p></body></html> - - - - Duplex mode - Дуплекс режим - - - - Full - Пълен - - - - Playback - Просвирване - - - - Capture - Запис - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The sample rate used by the audio card.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New projects will use this samplerate as </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the project's sample rate on creation.</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Семплираща честота:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Семплиращата честота, която картата използва.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Новите проекти ще използват тази семплираща честота </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">като семплираща честота на проекта при създаването му.</p></body></html> - - - - Sample rate - Семплираща честота - - - - 22050 - 22050 - - - - 32000 - 32000 - - - - 44100 - 44100 - - - - 48000 - 48000 - - - - 88200 - 88200 - - - - 96000 - 96000 - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The latency introduced by the size of the audio buffers.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some people need low latencies, if you don't need it, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or don't know what it means, please leave the default setting!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Закъснение на Буфера:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Закъснението представено от размера на аудио буфера.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Някои хора имат нужда от малко закъснение, ако вие нямате нужда, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">или не знаете какво означава това, моля оставете стойноста по подразбиране!</p></body></html> - - - - Buffer latency (ms) - Закъснение на Буфера - - - - Jack - Jack - - - - Enable Jack transport control - Разреши Jack transport control - - - - Driver Selection - Избор на Драйвер: - - - - Driver: - Драйвер: - - - - Restart Driver - Рестартиране на Драйвер - - - DriverInfo @@ -1577,27 +1714,27 @@ Interface - + History История - + Resources Bin Място за ресурси - + Correlation Meter Корелационен Индикатор - + FFT Spectrum FFT спектър - + Traverso %1 (built with Qt %2) A multitrack audio recording and editing program. @@ -1616,247 +1753,247 @@ За Traverso - + &Project &Проект - + &New... &Нов... - + &Open... &Отвори... - + &Save &Запази - + &Manage Project... &Управление на Проект - + &Export... &Експорт - + &CD Writing... &CD запис - + &Restore Backup... &Въстанови резервно копие - + &Quit &Изход - + &Edit &Редакция - + Undo Стъпка назад - + Redo Стъпка напред - + Import &Audio... Вмъкни &Аудио - + Insert Si&lence... Вмъкни Ти&шина - + &Snap &Захващане - + Snap items to edges of other items while dragging. Захвани обекта за краищата на други обекти при влачене. - + S&croll Playback Пр&евърти просвирване - + Keep play cursor in view while playing or recording. Пази курсора в полезрението при запис и възпроизвеждане - + &Show Effects &Покажи Ефекти - + Show effect plugins and automation curves on tracks Покажи линията на добавките и автоматизацията на траковете - + &View &Покажи - + Marker Editor... Редактор на маркери - + Transport Console Конзола за управление - + Project Проект - + Edit Редакция - + System Information Информация за Системата - + &Sheet &Плот - + New &Sheet(s)... Нов &Плот(ове) - + New &Track(s)... Нов &Трак(ове) - + Se&ttings На&стройки - + &Recording File Format Файлов Формат за &Запис - + &Resample Quality Качество на &Ресемплиране - + Best Най-добро - + High Високо - + Medium Средно - + Fast Бързо - + &Preferences... &Настройки - + &Help &Помощ - + &Getting Started &В Началото - + &User Manual &Ръководство на потребителя - + &About Traverso &Отностно Traverso - + <b>Description</b> <b>Описание</b> - + <b>Key Sequence</b> <b>Последователност клавиши</b> - + Open Audio Files Отвори Аудио Файлове - + Audio files (*.wav *.flac *.ogg *.mp3 *.wv *.w64) Аудио файлове(*.wav *.flac *.ogg *.mp3 *.wv *.w64) - + %1: %2 %1: %2 - + Opening User Manual in external browser! Отваря Ръководство на Потребителя във външа програма - + Traverso - Important Traverso - Важно - + A Project directory changed outside of Traverso. This is NOT supported! Please undo this change now! @@ -1869,12 +2006,12 @@ Ако искате да преименувате Проект, използвайте Управление на Проект! - + Traverso - Project load failed Traverso - Зареждането на проект е неуспешно - + The requested Project `%1` could not be loaded for the following reason: @@ -1891,12 +2028,12 @@ за да възстановите Проекта от тях. - + Changed encoding for recording to %1 Кодирането на записа е сменено на %1 - + Changed resample quality to: %1 Качеството на ресемплиране променено на: %1 @@ -1952,17 +2089,17 @@ KeyboardConfigPage - + No description set for this keymap Не е дадено описание за този киймап - + KeyMap Export Експортиране на киймап - + The exported keymap can be found here: %1 @@ -1979,7 +2116,7 @@ Конфигурация на клавиатурата - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1996,12 +2133,12 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Прекъсване за двойно събитие:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Максималното време в милисекунди между две натискания на клавиш </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">за да се определи дали имаме двойно натискане ( &lt;&lt; K &gt;&gt; or &lt;&lt; KK &gt;&gt;)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> или просто две отделни натискания на клавиш ( a &lt; K &gt; and &lt; K &gt; action, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">или &lt; KK &gt; и &lt; KK &gt; събития например).</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Опитните потребители биха моглли да използват стойност до 150 мс, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ако все още сте неопитни, моля оставете стойноста на 180 мс.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">За повече информация,вижте глава 7: Клавишни действия. в Ръководство на Потербителя</p></body></html> - + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Double fact timeout (ms)</p></body></html> <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Прекъсване за двойно събитие: (мс)</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2019,27 +2156,27 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Прекъсване за задържане на клавиш:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Максималното време, за да се отчете задържане на клавиш, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">като [ K ] или [ KK ].</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Колкото по-малко е времето, толкова по-бързо едно натискане </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">може да се определи като задържане. </p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Опитните потребители биха моглли да използват стойност до 110 мс, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ако все още сте неопитни, моля оставете стойноста на 150 мс.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">За повече информация,вижте глава 7: Клавишни действия. в Ръководство на Потербителя.</p></body></html> - + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hold timeout (ms)</p></body></html> <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Прекъсване за задържане на клавиш (мс)</p></body></html> - + Keymap Киймап - + Select keymap Избери Киймап - + Export Keymap Експортирай Киймап - + Print Keymap Принтирай Киймап @@ -2050,7 +2187,7 @@ English The name of this Language, e.g. German would be Deutch - + Английски @@ -2136,12 +2273,12 @@ Автор на песента - + Arranger: Аранжьор: - + Message: Съобщение: @@ -2207,7 +2344,7 @@ MoveEdge - + Move Clip Edge Мести Край на Клип @@ -2723,7 +2860,7 @@ Progress Toolbar - + Лента за прогреса @@ -3429,7 +3566,7 @@ QObject - + AudioClip АудиоКлип @@ -3641,7 +3778,7 @@ Записване - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -3663,22 +3800,22 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">WAV</span> :Формат без компресиране. Използва повече място от копресираните формати, но не товари процесора.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Ограничения : ~ 1.7 часа записно време @ Stereo - 44.1 KHz</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">WavPack</span> : Формта с компресия, до 2 пъти по-малък в сравнение с WAV, без загуба на качество. Използва чувствително повече процесорно време от WAV, но с модерните (след 2005 година) процесори това не би трябвало да е проблем.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Използването на този формат товари много по-малко твърдия диск, увеличава живота му, и намаалява рисковете от претоварване.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Ограничения : ~ 5 часа записно време @ Stereo - 44.1 KHz</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">WAV64</span> : WAV формат с 64 bit хедър, поддръжката от други програми в момента е ограничена.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Ограничения : Няма, хиляди часове записно време, ако диска може да ги поеме.</p></body></html> - + Encoding format Формат на Кодиране - + WavPack options WavPack настройки - + Compression type Тип Копресия - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -3690,47 +3827,47 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Тази опция намалява размера на някои файлове с плаваща запетая до 10% чрез елиминиране на определена информация която на практика няма отношение към качеството на звука.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Макар че технически това вече излиза от рамките на компресията без загуба, остават всички предимства на плаващата запетая, (&gt;600 dB динамика, без клипиране , 25 битова резолюция). </p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Това също оказва влияние на голямата компресия с цели числа, като ограничава резолюцията до 24 бита.</p></body></html> - + Skip WVX for extra compression (semi-lossless) Пропусни WVX за допълнителна компресия - + Resampling Ресемплиране - + Enable on the fly resampling (Playback only) Разреши ресемплирането в реално време - + On the fly resample quality Качество на ресемлирането в реално време - + Default export resample quality Стойност по подразбиране на качеството на ресемплиране - + Best Най-добро - + High Високо - + Medium Средно - + Fast Бързо @@ -3827,40 +3964,40 @@ SettingsDialog - - Configure - Traverso - Конфигурация - Traverso - - - + Behavior Поведение - + Appearance Изглед - + Sound System Звукова Система - + Audio Options Аудио Настройки - + Keyboard Клавиатура - + Performance Производителност + + + Preferences - Traverso + Преференции - Traverso + Sheet @@ -3900,27 +4037,27 @@ Експортирането ще доведе до файл с 0 канала?? - + Hard Disk overload detected! Претоварване на твърдия диск! - + Failed to fill ReadBuffer in time Буфера за Четене не се запълни навреме! - + Failed to empty WriteBuffer in time Буфер за Писане не се изпразни навреме! - + No Tracks armed for recording! Няма заредени за запис тракове! - + Recording to %n Clip(s) Записва в %n Клип(а) @@ -4373,124 +4510,6 @@ - ThemeConfigPage - - - Select default project dir - Изберете директория на проекта по подразбиране - - - - Form - Форма - - - - Theme selector - Избор на Изглед - - - - Path to theme files - Път към файловете с изгледи - - - - Available themes - Налични Изгледи - - - - Adjust theme color - Нагласи цвят на Изгледа - - - - Theme Options - Настройки на Изгледа - - - - Paint audio rectified - Рисувай аудиото ректифицирано - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Painting the waveform with an outline is more detailed, but requires more cpu.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you experience slowness when painting many clips, or during animated scroll, unselect this option!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Рисуването на вълната с контур е по-детайлно, но изисква процесорно време.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Ако имате забавяне при много клипове, или по време на анимирано превъртане, размракирайте тази опция!</p></body></html> - - - - Paint audio with outline - Рисуивай аудиото с контур - - - - Paint stereo audio as mono audio - Рисувай стереото като моно аудио - - - - Draw lines at 0 and -6 dB - Чертай линии на 0 и -6 децибела - - - - Style Options - Настройки на Стила - - - - Select style - Избери Стил - - - - Use selected style's palette - Използвай палета на избрания стил - - - - Toolbars - Ленти с инструменти - - - - Icon size - Размер на Икона - - - - Button style - Стил на Бутон - - - - Size of transport console - Размер на конзола за управление - - - - Theme - - - - - Language - - - - - Interface Language - - - - TimeLine @@ -4506,7 +4525,7 @@ TimeLineView - + End Край @@ -4516,7 +4535,7 @@ Прибваи Маркер - + You have to remove all other markers first. Трябва първо да премахнете всички маркери @@ -4526,7 +4545,7 @@ Влачи Маркер - + Clear Markers Изчисти Маркери @@ -4648,37 +4667,37 @@ TransportConsoleWidget - + Skip to Start Скочи в Началото - + Previous Snap Position Предна Точка на Прилепване - + Record Запис - + Play / Stop Свири/Спри - + Next Snap Position Следваща точка на прилепване - + Skip to End Скочи в Края - + Recording to %1 Tracks, encoding format: %2 Записва в %1 Трака, формат на кодиране:%2 @@ -4741,119 +4760,114 @@ Външна Обработка - - Select - Селектирай - - (De)Select All (Де)Селектирай Всичко - Remove from Selection - Премахни от селекцията - - - - Add to Selection - Добави към селекцията - - - Move Clip Премести Клип - + Drag Edge Влачи Края - + Move Or Resize Clip Премести и оразмери Клип - + Split Раздели - + Arm Tracks Зареди Тракове - + Fold Sheet - + Fold Track Сгъни Трак - + Fold Markers Сгъни Маркери - + Vertical In Вертикално Увеличаване - + Horizontal Out Хоризонтално Намаляне - + Horizontal In Хоризонтално Увеличаване - + Vertical Out Вертикално Намаляне - + Omnidirectional Разнопосочно - + Horizontal Хоризонтално - + Vertical Вертикално - + Right Дясно - + Left Ляво - + Up Горе - + Down Долу + + + (De)Select + + + + + Magnetic Cut + + Binary files /tmp/imeZ14ij2E/traverso-0.49.0~rc1/resources/translations/traverso_cs.qm and /tmp/zxgZcqzp0u/traverso-0.49.1/resources/translations/traverso_cs.qm differ diff -Nru traverso-0.49.0~rc1/resources/translations/traverso_cs.ts traverso-0.49.1/resources/translations/traverso_cs.ts --- traverso-0.49.0~rc1/resources/translations/traverso_cs.ts 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/resources/translations/traverso_cs.ts 2009-03-28 08:48:39.000000000 +0000 @@ -8,7 +8,7 @@ Odstranit ukázku - + Remove Selected Clips Odstranit vybrané ukázky @@ -18,7 +18,7 @@ Form - Formulář + Formulář @@ -128,7 +128,7 @@ Dither - Chvět se + Chvět se @@ -161,7 +161,7 @@ ALSA Driver: You do not have permission to open the audio device %1 for playback - ALSA ovladač: Namáte oprávnění otevřít zvukové zařízení %1 pro playback + ALSA ovladač: Namáte oprávnění otevřít zvukové zařízení %1 pro přehrávání @@ -200,70 +200,201 @@ - AppearancePage + AppearenceConfigPage - + Icons only Pouze ikony - + Text only Pouze text - + Text beside Icons Text vedle ikon - + Text below Icons Text pod ikonami + + + Default Language + Výchozí jazyk + + + + Select default project dir + Vybrat výchozí adresář projektu + + + + Form + Formulář + + + + Theme + Téma + + + + Theme selector + Volič témat + + + + Path to theme files + Cesta k souborům tématu + + + + Available themes + Dostupná témata + + + + Adjust theme color + Nastavit barvu tématu + + + + Theme Options + Volby tématu + + + + Paint audio rectified + Barva pro zobrazení zvuku upravena + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Painting the waveform with an outline is more detailed, but requires more cpu.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you experience slowness when painting many clips, or during animated scroll, unselect this option!</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Vykreslování časového průběhu vlny s obrysem je podrobnější, ale vyžaduje více výkonu procesoru.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Jestliže máte zkušenost se zpomalením při vykreslování mnoha ukázek, nebo během animovaného rolování, zrušte výběr této volby!</p></body></html> + + + + Paint audio with outline + Barva pro zobrazení zvuku s obrysem + + + + Paint stereo audio as mono audio + Barva pro zobrazení stereofonního zvuku jako u monofonního zvuku + + + + Draw lines at 0 and -6 dB + Nakreslit čáry na 0 a -6 dB + + + + Style Options + Volby stylu + + + + Select style + Vybrat styl + + + + Use selected style's palette + Použít paletu vybraného stylu + + + + Toolbars + Nástrojové lišty + + + + Icon size + Velikost ikon + + + + Button style + Styl tlačítek + + + + Transport Console size + Velikost transportní konzole + + + + Language + Jazyk + + + + Interface Language + Jazyk uživatelského rozhraní + + + + Changing the language of the Interface will take +effect after restarting Traverso! + Změna jazyka uživatelského rozhraní se +projeví až po novém spuštění Traversa! + ArmTracks Arm Tracks - Aktivovat stopy + Aktivovat stopy AudioClip - + Unable to Record to Track Neschopen nahrávat do stopy - + AudioDevice doesn't have this Capture Bus: %1 (Track %2) Zvukové zařízení nemá tuto zachytávací sběrnici: %1 (Stopa %2) - + Toggle Mute Přepnout ztlumení - + Toggle Lock Přepnout uzamčení - + Remove Fades Odstranit prolínání - + Normalization Normalizace - + Set Normalization level: Nastavit úroveň normalizace: @@ -294,107 +425,112 @@ - Normalize: Reset - Normalizovat: znovu nastavit - - - Lock Uzamčít + + + AudioClip: Normalize + + AudioClipEditDialog - + Dialog Dialog - + Clip Parameters Parametry ukázky - + External Processing Vnější zpracování - + hh:mm:ss.sss hh:mm:ss.sss - + TextLabel Textová jmenovka - + End - Konec + Konec - + Length Délka - + Track start Začít stopu - + Gain - Zesílení + Zesílení - + Name Název - + Fades Prolínání - + Fade In Postupné zesílení signálu - + Mode - Režim + Režim - + Bending - Ohýbání + Ohýbání - + Strength Síla - + &Linear &Lineární - + &Default &Výchozí - + Fade Out Postupné slábnutí signálu + + + Source + + AudioClipExternalProcessing @@ -407,17 +543,17 @@ AudioClipManager - + Selection: Remove Clip Výběr: odstranit ukázku - + Selection: Add Clip Výběr: přidat ukázku - + Selection: Invert Výběr: invertovat @@ -440,39 +576,39 @@ Klepnout, aby mohl být zvukový soubor znovu nastaven! - + Reset Audio File for Clip: %1 Znovu nastavit zvukový soubor pro ukázku: %1 - + All files (*);;Audio files (*.wav *.flac) Všechny soubory (*);;Zvukové soubory (*.wav *.flac) - + No file selected! Nebyl vybrán žádný soubor! - + Succesfully set AudioClip file to %1 Soubor se zvukovou ukázkou byl úspěšně nastaven na %1 Closest: Adjust Length - Nejbližší: nastavit délku + Nejbližší: nastavit délku In: Adjust Length - Vstup: nastavit délku + Vstup: nastavit délku Out: Adjust Length - Výstup: nastavit délku + Výstup: nastavit délku @@ -487,7 +623,7 @@ Closest: Delete - Nejbližší: Smazat + Nejbližší: Smazat @@ -562,12 +698,161 @@ - AudioDriverPage + AudioDriverConfigPage - + System default Výchozí nastavení systému + + + Form + Formulář + + + + Driver Selection + Výběr ovladače + + + + Driver: + Ovladač: + + + + Configure driver + Přizpůsobit ovladač + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defines if both the Playback and Capture buses </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of your soundcard are to be used, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or only the Playback or Capture bus(es).</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;"> Duplexní režim:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Přesně stanovuje, jestli jsou používány obě sběrnice, přehrávání a zachycení, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Vaší zvukové karty současně, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nebo pouze sběrnice přehrávání nebo pouze zachycení.</p></body></html> + + + + Duplex mode + Duplexní režim (umožňující komunikaci oběma směry) + + + + Full + Plný + + + + Playback + Přehrávání + + + + Capture + Zachytávání + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The sample rate used by the audio card.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New projects will use this samplerate as </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the project's sample rate on creation.</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Vzorkovací kmitočet:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Vzorkovací kmitočet používaný zvukovou kartou.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Nové projekty budou používat tento vzorkovací kmitočet jako </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">svůj vzorkovací kmitočet při svém vytvoření.</p></body></html> + + + + Sample rate + Vzorkovací kmitočet + + + + 22050 + 22050 + + + + 32000 + 32000 + + + + 44100 + 44100 + + + + 48000 + 48000 + + + + 88200 + 88200 + + + + 96000 + 96000 + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The latency introduced by the size of the audio buffers.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some people need low latencies, if you don't need it, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or don't know what it means, please leave the default setting!</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> +<span style=" font-weight:600;">Latence vyrovnávací paměťi:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Latence představovaná velikostí zvukové vyrovnávací paměťi.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Někteří lidé potřebují nízké latence. Jestliže toto nepotřebujete, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nebo nevíte, co to znamená, prosím, opusťte za ponechání výchozího nastavení!</p></body></html> + + + + Buffer latency (ms) + Latence vyrovnávací paměti (ms) + + + + Restart Driver + Znovu spustit ovladač + + + + Jack + Jack + + + + Enable Jack transport control + Povolit Jack transportní ovladač + AudioSourcesManagerWidget @@ -615,57 +900,57 @@ Nastavení projektu - + On close: - Na závěr: + Na závěr: - + Save Uložit - + Ask Zeptat se - + Don't save Neukládat - + Load last used project at startup Nahrát naposledy používaný projekt na začátku - + New Sheet Settings Nastavení nového listu - + Number of tracks Počet stop - + Audio Clip Settings Nastavení zvukové ukázky - + Lock Audio Clips by default Uzamčít zvukové ukázky za použití výchozího nastavení - + Playback Settings Nastavení přehrávání - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -676,27 +961,27 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Při přehrávání nebo nahrávaní udržujte ukazatel (běžec) přehrávání před očima. .</p></body></html> - + Scroll playback Projíždět přehrávání - + Jump Skočit - + Stay Centered Zůstat ve středu - + Animated Kreslený - + Continuously adjust audio while dragging Souvisle upravovat zvuk při táhnutí @@ -799,7 +1084,7 @@ auto - samočinně + samočinně @@ -928,6 +1213,14 @@ + Crop + + + AudioClip: Magnetic Cut + + + + Curve @@ -968,223 +1261,71 @@ Odstranit uzel - - Remove all Nodes - Odstranit všechny uzly - - - - Move node - Přesunout uzel - - - - Move node (vertical only) - Přesunout uzel (pouze vertikálně) - - - - Dialog - - - Dialog - Dialog - - - - OK - OK - - - - Cancel - Zrušit - - - - DigitalClock - - - Digital Clock - Digitální hodiny - - - - DragMarker - - - Move Left - Přesunout vlevo - - - - Move right - Přesunout vpravo - - - - DragNode - - - Move Up - Přesunout nahoru - - - - Move Down - Přesunout dolů - - - - DriverConfigPage - - - Form - Formulář - - - - Configure driver - Přizpůsobit ovladač - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defines if both the Playback and Capture buses </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of your soundcard are to be used, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or only the Playback or Capture bus(es).</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;"> Duplexní režim:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Přesně stanovuje, jestli jsou používány obě sběrnice, přehrávání a zachycení, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Vaší zvukové karty současně, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nebo pouze sběrnice přehrávání nebo pouze zachycení.</p></body></html> - - - - Duplex mode - Duplexní režim (umožňující komunikaci oběma směry) - - - - Full - Plný - - - - Playback - Přehrávání - - - - Capture - Zachytávání - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The sample rate used by the audio card.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New projects will use this samplerate as </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the project's sample rate on creation.</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Vzorkovací kmitočet:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Vzorkovací kmitočet používaný zvukovou kartou.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Nové projekty budou používat tento vzorkovací kmitočet jako </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">svůj vzorkovací kmitočet při svém vytvoření.</p></body></html> - - - - Sample rate - Vzorkovací kmitočet - - - - 22050 - 22050 - - - - 32000 - 32000 - - - - 44100 - 44100 + + Remove all Nodes + Odstranit všechny uzly - - 48000 - 48000 + + Move node + Přesunout uzel - - 88200 - 88200 + + Move node (vertical only) + Přesunout uzel (pouze vertikálně) + + + Dialog - - 96000 - 96000 + + Dialog + Dialog - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The latency introduced by the size of the audio buffers.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some people need low latencies, if you don't need it, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or don't know what it means, please leave the default setting!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> -<span style=" font-weight:600;">Latence vyrovnávací paměťi:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Latence představovaná velikostí zvukové vyrovnávací paměťi.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Někteří lidé potřebují nízké latence. Jestliže toto nepotřebujete, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nebo nevíte, co to znamená, prosím, opusťte za ponechání výchozího nastavení!</p></body></html> + + OK + OK - - Buffer latency (ms) - Latence vyrovnávací paměti (ms) + + Cancel + Zrušit + + + DigitalClock - - Jack - Jack + + Digital Clock + Digitální hodiny + + + DragMarker - - Enable Jack transport control - Povolit Jack transportní ovladač + + Move Left + Přesunout vlevo - - Driver Selection - Výběr ovladače + + Move right + Přesunout vpravo + + + DragNode - - Driver: - Ovladač: + + Move Up + Přesunout nahoru - - Restart Driver - Znovu spustit ovladač + + Move Down + Přesunout dolů @@ -1268,12 +1409,12 @@ Fast - Rychlý + Rychlý Bitrate - Datový tok + Datový tok @@ -1283,7 +1424,7 @@ Maximum Bitrate - Největší možný datový tok + Největší možný datový tok @@ -1318,7 +1459,7 @@ Bitdepth - Datová hloubka + Datová hloubka @@ -1357,7 +1498,7 @@ Ogg Options - Volby formátu Ogg + Volby formátu Ogg @@ -1372,12 +1513,12 @@ MP3 Options - Volby formátu MP3 + Volby formátu MP3 Minimum Bitrate - Nejmenší datový tok + Nejmenší datový tok @@ -1441,12 +1582,12 @@ Toggle Bypass - Přepnout Bypass (obejde zařízení na efekt) + Přepnout Bypass (obejde zařízení na efekt) Cycle Shape - Tvar taktu (periody, cyklu) + Tvar taktu (periody, cyklu) @@ -1456,7 +1597,7 @@ Toggle Raster - Přepnout obrazový rastr + Přepnout obrazový rastr @@ -1513,7 +1654,7 @@ Adjust Bend - Upravit ohyb + Upravit ohyb @@ -1605,22 +1746,22 @@ Modifier key actions are not supported from Context Menu - Akce podle blíže určujícího klíče nejsou podporovány z kontextového menu + Akce podle blíže určujícího klíče nejsou podporovány z kontextového menu Hold actions are not supported from Context Menu - Akce držení nejsou podporovány z kontextového menu + Akce držení nejsou podporovány z kontextového menu Command Plugin %1 not found! - Příkazový přídavný modul %1 nebyl nalezen! + Příkazový přídavný modul %1 nebyl nalezen! Plugin %1 doesn't implement Command %2 - Přídavný modul %1 neprovádí příkaz %2 + Přídavný modul %1 neprovádí příkaz %2 @@ -1639,27 +1780,27 @@ Interface - + History Historie - + Resources Bin - Koš se zdroji + Koš se zdroji - + Correlation Meter Měřič vzájemných vztahů - + FFT Spectrum FFT škála - + Traverso %1 (built with Qt %2) A multitrack audio recording and editing program. @@ -1687,247 +1828,247 @@ O aplikaci Traverso - + &Project &Projekt - + &New... &Nový... - + &Open... &Otevřít... - + &Save &Uložit - + &Manage Project... &Spravovat projekt... - + &Export... &Exportovat... - + &CD Writing... &Zápis na CD... - + &Restore Backup... &Obnovit zálohu... - + &Quit &Ukončit - + &Edit &Upravovat - + Undo Vrátit zpět - + Redo Udělat znovu - + Import &Audio... Importovat &zvuk... - + Insert Si&lence... Vložit ti&cho... - + &Snap - &Přichytit + &Přichytit - + Snap items to edges of other items while dragging. - Při přetahování přichytit položky k okrajům jiných položek. + Při přetahování přichytit položky k okrajům jiných položek. - + S&croll Playback P&rojíždět přehrávání - + Keep play cursor in view while playing or recording. Držet běžec označující pozici při přehrávání v dohledu, když se přehrává nebo nahrává. - + &Show Effects &Ukázat efekty - + Show effect plugins and automation curves on tracks - Ukázat efektové přídavné moduly a křivky automatizace na stopách + Ukázat efektové přídavné moduly a křivky automatizace na stopách - + &View &Zobrazit - + Marker Editor... Upravovatel značek... - + Transport Console Transportní konzole - + Project Projekt - + Edit Upravovat - + System Information Informace o systému - + &Sheet &List - + New &Sheet(s)... Nový &list(y)... - + New &Track(s)... Nová &stopa(y)... - + Se&ttings Na&stavení - + &Recording File Format &Souborový formát používaný při nahrávání - + &Resample Quality &Kvalita převzorkování - + Best Nejlepší - + High Vysoká - + Medium Průměrná - + Fast - Rychlý + Rychlý - + &Preferences... &Preference... - + &Help &Nápověda - + &Getting Started &Jak začít - + &User Manual &Uživatelská příručka - + &About Traverso &O aplikaci Traverso - + <b>Description</b> <b>Popis</b> - + <b>Key Sequence</b> <b>Klíčová sekvence</b> - + Open Audio Files Otevřít zvukové soubory - + Audio files (*.wav *.flac *.ogg *.mp3 *.wv *.w64) Zvukové soubory (*.wav *.flac *.ogg *.mp3 *.wv *.w64) - + %1: %2 %1: %2 - + Opening User Manual in external browser! Otevře uživatelskou příručku v externím prohlížeči! - + Traverso - Important Traverso - důležité - + A Project directory changed outside of Traverso. This is NOT supported! Please undo this change now! @@ -1940,12 +2081,12 @@ Jestliže si přejete změnit název projektu, použijte místo toho projektový manažer! - + Traverso - Project load failed Traverso - selhalo nahrání projektu - + The requested Project `%1` could not be loaded for the following reason: @@ -1962,12 +2103,12 @@ abyste z nich mohl projekt obnovit. - + Changed encoding for recording to %1 Způsob zakódování při nahrávání změněn na: %1 - + Changed resample quality to: %1 Kvalita převzorkování změněna na: %1 @@ -2023,17 +2164,17 @@ KeyboardConfigPage - + No description set for this keymap Pro tuto mapu kláves není nastaven žádný popis - + KeyMap Export Export mapy kláves - + The exported keymap can be found here: %1 @@ -2052,7 +2193,7 @@ Přizpůsobit klávesnici - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2081,12 +2222,12 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Abyste získal více informací, prohledněte si kapitolu 7: Key Actions (Klávesové akce) v Uživatelské příručce.</p></body></html> - + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Double fact timeout (ms)</p></body></html> <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Dvojí skutečné přerušení (ms)</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2117,27 +2258,27 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Abyste získal více informací, prohledněte si kapitolu 7: Key Actions (Klávesové akce) v Uživatelské příručce.</p></body></html> - + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hold timeout (ms)</p></body></html> <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Držení přerušení (ms)</p></body></html> - + Keymap Mapa kláves - + Select keymap Vybrat mapu kláves - + Export Keymap Exportovat mapu kláves - + Print Keymap Tisknout mapu kláves @@ -2148,7 +2289,7 @@ English The name of this Language, e.g. German would be Deutch - + Czech @@ -2206,7 +2347,7 @@ CD-Text - CD Text + CD Text @@ -2226,7 +2367,7 @@ CD-Text optional - Volitelný CD Text + Volitelný CD Text @@ -2234,12 +2375,12 @@ Skladatel písní - + Arranger: Aranžér: - + Message: Vzkaz: @@ -2274,40 +2415,40 @@ Move Clip - Přesunout ukázku + Přesunout ukázku Move Clip To Start - Přesunout ukázku na začátek + Přesunout ukázku na začátek Move Clip To End - Přesunout ukázku na konec + Přesunout ukázku na konec Fold Sheet - Přeložit list + Přeložit list Fold Track - Přeložit stopu + Přeložit stopu Fold Markers - Přeložit značky + Přeložit značky MoveEdge - + Move Clip Edge - Přesunout okraj ukázky + Přesunout okraj ukázky @@ -2410,7 +2551,7 @@ Tracks per Sheet - Stopy na jeden list + Stopy na jeden list @@ -2706,7 +2847,7 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">it will take considerably more time to move (i.e. seeking) </p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the playhead to another positions, since all the buffers </p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">(one for each audioclip * channel count) need to be refilled!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; } + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Velikost vyrovnávací paměti určené pro čtení:</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Množství zvukových dat, která mohou být ukládána ve </p> @@ -2815,17 +2956,17 @@ Plugin Selector - Volič přídavných modulů + Volič přídavných modulů Add Plugin too - Přidat také přídavný modul + Přidat také přídavný modul Plugin Name - Název přídavného modulu + Název přídavného modulu @@ -2871,7 +3012,7 @@ Progress Toolbar - + Nástrojová lišta s průběhem @@ -2904,7 +3045,7 @@ Project %1 loaded - Projekt %1 nahrán + Projekt %1 nahrán @@ -2964,7 +3105,7 @@ calculated norm factor: %1 - Vypočítaný průměrný faktor: %1 + Vypočítaný průměrný faktor: %1 @@ -2974,7 +3115,7 @@ Unable to create export directory! Please check permissions for this directory: %1 - + Pro export nelze vytvořit adresář! Zkontrolujte, prosím, oprávnění pro tento adresář: %1 @@ -3098,7 +3239,7 @@ Rate - Frekvence + Frekvence @@ -3588,7 +3729,7 @@ QObject - + AudioClip Zvuková ukázka @@ -3751,7 +3892,7 @@ <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><span style=" font-size:18pt; font-weight:600;">Traverso: Jak začít</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"></p> @@ -3832,7 +3973,7 @@ Nahrává - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -3871,22 +4012,22 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Omezení : Žádná. Tisíce hodin nahrávacího času, za předpokladu, že Váš pevný disk je bude schopen pojmout.</p></body></html> - + Encoding format Formát používaný pro zakódování - + WavPack options Volby WavPack - + Compression type Druh komprese - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -3905,47 +4046,47 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toto také ovlivňuje rozsáhlou celočíselnou kompresi omezením rozlišení na 24 bitů.</p></body></html> - + Skip WVX for extra compression (semi-lossless) Přeskočit WVX pro zvláštní kompresi (napůl bezztrátová) - + Resampling Převzorkování - + Enable on the fly resampling (Playback only) Povolit převzorkování za běhu (pouze přehrávání) - + On the fly resample quality Kvalita převzorkování za běhu - + Default export resample quality Výchozí kvalita převzorkování při exportu - + Best Nejlepší - + High Vysoká - + Medium Průměrná - + Fast Rychlé @@ -4042,40 +4183,40 @@ SettingsDialog - - Configure - Traverso - Přizpůsobit - Traverso - - - + Behavior Chování - + Appearance Vzhled - + Sound System Zvukový systém - + Audio Options Volby zvuku - + Keyboard Klávesnice - + Performance Výkon + + + Preferences - Traverso + Traverso - preference + Sheet @@ -4115,27 +4256,27 @@ Export se pokouší převádět do souboru wav s 0 kanály? - + Hard Disk overload detected! Bylo odhaleno přetížení pevného disku! - + Failed to fill ReadBuffer in time Došlo k selhání při pokusu naplnit vyrovnávací paměť určenou pro čtení včas - + Failed to empty WriteBuffer in time Došlo k selhání při pokusu vyprázdnit vyrovnávací paměť určenou pro zapisování včas - + No Tracks armed for recording! - Pro nahrávání nebyly aktivovány žádné stopy! + Pro nahrávání nebyly aktivovány žádné stopy! - + Recording to %n Clip(s) Nahrává do %n ukázky @@ -4171,12 +4312,12 @@ Redo - Udělat znovu + Udělat znovu Snap: On/Off - Přichytnout: zapnuto/vypnuto + Přichytnout: zapnuto/vypnuto @@ -4191,7 +4332,7 @@ Arm: On/Off - Aktivovat: zapnuto/vypnuto + Aktivovat: zapnuto/vypnuto @@ -4206,12 +4347,12 @@ To previous snap position - Na předchozí pozici přichytnutí + Na předchozí pozici přichytnutí To next snap position - Na následující pozici přichytnutí + Na následující pozici přichytnutí @@ -4219,7 +4360,7 @@ Set - Nastavit + Nastavit @@ -4249,7 +4390,7 @@ Shuttle - Jezdit tam a zpět + Jezdit tam a zpět @@ -4269,7 +4410,7 @@ Move - Přesunout + Přesunout @@ -4279,7 +4420,7 @@ Add Marker at Playhead - Přidat značku na místě, kde se nachází hrávací hlava + Přidat značku na místě, kde se nachází hrávací hlava @@ -4312,12 +4453,12 @@ Snap - Přichytit + Přichytit Gain - Zesílení + Zesílení @@ -4335,7 +4476,7 @@ FFT-Spectrum Configuration - Konfigurace FFT škály + Konfigurace FFT škály @@ -4345,7 +4486,7 @@ Show average spectrum - Ukázat průměrnou škálu + Ukázat průměrnou škálu @@ -4532,7 +4673,7 @@ image - Obraz + Obraz @@ -4542,7 +4683,7 @@ rate - Frekvence + Frekvence @@ -4557,12 +4698,12 @@ xruns (na) - Xruns (na) + Xruns (na) latency (na) - Latence (na) + Latence (na) @@ -4572,7 +4713,7 @@ bitdepth - Datová hloubka + Datová hloubka @@ -4589,128 +4730,6 @@ - ThemeConfigPage - - - Select default project dir - Vybrat výchozí adresář projektu - - - - Form - Formulář - - - - Theme selector - Volič témat - - - - Path to theme files - Cesta k souborům tématu - - - - Available themes - Dostupná témata - - - - Adjust theme color - Nastavit barvu tématu - - - - Theme Options - Volby tématu - - - - Paint audio rectified - Barva pro zobrazení zvuku upravena - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Painting the waveform with an outline is more detailed, but requires more cpu.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you experience slowness when painting many clips, or during animated scroll, unselect this option!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Vykreslování časového průběhu vlny s obrysem je podrobnější, ale vyžaduje více výkonu procesoru.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Jestliže máte zkušenost se zpomalením při vykreslování mnoha ukázek, nebo během animovaného rolování, zrušte výběr této volby!</p></body></html> - - - - Paint audio with outline - Barva pro zobrazení zvuku s obrysem - - - - Paint stereo audio as mono audio - Barva pro zobrazení stereo zvuku jako u monofonního zvuku - - - - Draw lines at 0 and -6 dB - Nakreslit čáry na 0 a -6 dB - - - - Style Options - Volby stylu - - - - Select style - Vybrat styl - - - - Use selected style's palette - Použít paletu vybraného stylu - - - - Toolbars - Nástrojové lišty - - - - Icon size - Velikost ikon - - - - Button style - Styl tlačítek - - - - Size of transport console - Velikost transportní konzole - - - - Theme - - - - - Language - - - - - Interface Language - - - - TimeLine @@ -4726,9 +4745,9 @@ TimeLineView - + End - Konec + Konec @@ -4736,7 +4755,7 @@ Přidat značku - + You have to remove all other markers first. Nejprve musíte odstranit všechny ostatní značky. @@ -4746,7 +4765,7 @@ Táhnout značku - + Clear Markers Vyčistit značky @@ -4852,7 +4871,7 @@ Add new Plugin - Přidat nový přídavný modul + Přidat nový přídavný modul @@ -4868,37 +4887,37 @@ TransportConsoleWidget - + Skip to Start Přeskočit na začátek - + Previous Snap Position Předchozí pozice přichytnutí - + Record Nahrát - + Play / Stop Přehrát/Zastavit - + Next Snap Position Další pozice přichytnutí - + Skip to End Přeskočit na konec - + Recording to %1 Tracks, encoding format: %2 Nahrává do %1 stop, kódovací formát: %2 @@ -4908,7 +4927,7 @@ Gain - Zesílení + Zesílení @@ -4948,12 +4967,12 @@ Remove Clip - Odstranit ukázku + Odstranit ukázku Remove Track - Odstratit stopu + Odstranit stopu @@ -4961,119 +4980,114 @@ Vnější zpracování - - Select - Vybrat - - (De)Select All (Od)značit vše - Remove from Selection - Odstranit z výběru - - - - Add to Selection - Přidat do výběru - - - Move Clip Přesunout ukázku - + Drag Edge Táhnout okraj - + Move Or Resize Clip Přesunout změnit velikost ukázky - + Split Rozdělit - + Arm Tracks Aktivovat stopy - + Fold Sheet - Přeložit list + Přeložit list - + Fold Track - Přeložit stopu + Přeložit stopu - + Fold Markers - Přeložit značky + Přeložit značky - + Vertical In - Svislý v + Svislý v - + Horizontal Out - Vodorovný ven + Vodorovný ven - + Horizontal In - Vodorovný v + Vodorovný v - + Vertical Out - Svislý ven + Svislý ven - + Omnidirectional Všesměrový - + Horizontal Vodorovný - + Vertical Svislý - + Right Pravý - + Left Levý - + Up Nahoru - + Down Dolů + + + (De)Select + + + + + Magnetic Cut + + Binary files /tmp/imeZ14ij2E/traverso-0.49.0~rc1/resources/translations/traverso_de.qm and /tmp/zxgZcqzp0u/traverso-0.49.1/resources/translations/traverso_de.qm differ diff -Nru traverso-0.49.0~rc1/resources/translations/traverso_de.ts traverso-0.49.1/resources/translations/traverso_de.ts --- traverso-0.49.0~rc1/resources/translations/traverso_de.ts 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/resources/translations/traverso_de.ts 2009-03-28 08:48:39.000000000 +0000 @@ -8,9 +8,9 @@ Clip entfernen - + Remove Selected Clips - + @@ -196,27 +196,153 @@ - AppearancePage + AppearenceConfigPage - + Icons only - + Text only - + Text beside Icons - + Text below Icons + + + Default Language + + + + + Select default project dir + Standard-Projektordner wählen + + + + Form + + + + + Theme + + + + + Theme selector + Motiv wählen + + + + Path to theme files + Pfad zu den Motiv-Dateien + + + + Available themes + Vorhandene Motive + + + + Adjust theme color + Motiv-Farbe anpassen + + + + Theme Options + Motiv-Optionen + + + + Paint audio rectified + Audio ausgerichtet zeichnen + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Painting the waveform with an outline is more detailed, but requires more cpu.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you experience slowness when painting many clips, or during animated scroll, unselect this option!</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Zeichnen der Wellenform mit einer Umrisslinie ist etwas langsamer, aber zeigt mehr Details.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Deaktivieren Sie diese Option wenn die Darstellung mit vielen Clips oder beim Scrollen langsam wird.</p></body></html> + + + + Paint audio with outline + Umrisslinie um Wellenformen zeichnen + + + + Paint stereo audio as mono audio + Stereo-Dateien als einen Kanal zeichnen + + + + Draw lines at 0 and -6 dB + + + + + Style Options + Stil-Optionen + + + + Select style + Stil wählen + + + + Use selected style's palette + + + + + Toolbars + + + + + Icon size + + + + + Button style + + + + + Transport Console size + + + + + Language + + + + + Interface Language + + + + + Changing the language of the Interface will take +effect after restarting Traverso! + + ArmTracks @@ -229,27 +355,27 @@ AudioClip - + Unable to Record to Track Kann nicht auf Track aufnehmen - + AudioDevice doesn't have this Capture Bus: %1 (Track %2) Dieser Aufnahmebus existiert nicht: %1 (Track %2) - + Normalization Normalisieren - + Set Normalization level: Normalisieren auf Level: - + Toggle Mute Stummschaltung an/ausschalten @@ -264,17 +390,17 @@ Normalisieren - + Toggle Lock Sperre an-/ausschalten - + Lock Sperre - + Remove Fades Entferne Ein-/Ausblenden @@ -294,103 +420,108 @@ Beide: Entfernen - - Normalize: Reset - Normalisierung: Zurücksetzen + + AudioClip: Normalize + AudioClipEditDialog - + Dialog Dialog - + Clip Parameters Clip-Einstellungen - + External Processing Externe Bearbeitung - + hh:mm:ss.sss hh:mm:ss.sss - + TextLabel TextLabel - + End Ende - + Length Länge - + Track start Track-Anfang - + Gain Volumen - + Name Name - + Fades Fades - + Fade In Fade In - + Mode Modus - + Bending Gebogen (Bending) - + Strength Stärke (Strength) - + &Linear &Linear - + &Default &Zurücksetzen - + Fade Out Fade Out + + + Source + + AudioClipExternalProcessing @@ -403,17 +534,17 @@ AudioClipManager - + Selection: Add Clip Auswahl: Clip einfügen - + Selection: Remove Clip Auswahl: Clip entfernen - + Selection: Invert Auswahl: Umkehren @@ -436,22 +567,22 @@ Klicken um Audio-Datei zurückzusetzen ! - + Reset Audio File for Clip: %1 Audio-Datei zurücksetzen für Clip: %1 - + All files (*);;Audio files (*.wav *.flac) Alle Dateien (*);;Audiodateien (*.wav, *.flac) - + No file selected! Keine Datei ausgewählt! - + Succesfully set AudioClip file to %1 AudioClip Datei erfolgreich auf %1 gesetzt @@ -558,12 +689,160 @@ - AudioDriverPage + AudioDriverConfigPage - + System default + + + Form + + + + + Driver Selection + Treiber-Auswahl + + + + Driver: + Treiber: + + + + Configure driver + Treiber konfigurieren + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defines if both the Playback and Capture buses </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of your soundcard are to be used, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or only the Playback or Capture bus(es).</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex Modus:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Definiert ob beide - der Wiedergabe- und Aufnahmebus </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">der Soundkarte - benutzt werden.</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">oder nur der Wiedergabe- oder Aufnahmebus </p></body></html> + + + + Duplex mode + Duplex-Modus + + + + Full + Voll + + + + Playback + Wiedergabe + + + + Capture + Aufnahme + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The sample rate used by the audio card.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New projects will use this samplerate as </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the project's sample rate on creation.</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample-Frequenz:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Die von der Soundkarte zu benutzende Sample-Frequenz.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Neue Projekte werden diese Sample-Frequenz</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">beim Erstellen als Standard benutzen.</p></body></html> + + + + Sample rate + Sample-Frequenz + + + + 22050 + 22050 + + + + 32000 + 32000 + + + + 44100 + 44100 + + + + 48000 + 48000 + + + + 88200 + 88200 + + + + 96000 + 96000 + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The latency introduced by the size of the audio buffers.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some people need low latencies, if you don't need it, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or don't know what it means, please leave the default setting!</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Puffer Latenz:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Die durch die Grösse des Audio-Puffers verursachte Latenz.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Einige Leute brauchen sehr geringe Latenzen. Sollten Sie diese nicht brauchen,</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">oder nicht wissen, was das bedeutet, behalten Sie bitte den Standard bei!</p> +</body></html> + + + + Buffer latency (ms) + Puffer Latenz (ms) + + + + Restart Driver + Treiber neu starten + + + + Jack + Jack + + + + Enable Jack transport control + Jack Transport Control aktivieren + AudioSourcesManagerWidget @@ -611,32 +890,32 @@ Projekt-Einstellungen - + Load last used project at startup Zuletzt geladenes Projekt beim Programmstart laden - + Ask Fragen - + Don't save Nicht speichern - + New Sheet Settings Einstellungen für neue Arbeitsbereiche - + Playback Settings Wiedergabe-Einstellungen - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -647,52 +926,52 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Wiedergabe-Cursor bei der Aufnahme und Wiedergabe im Blickfeld halten.</p></body></html> - + Scroll playback Bei Wiedergabe scrollen - + Jump Springen - + Stay Centered Mittig halten - + Animated Animiert - + Continuously adjust audio while dragging Änderungen beim Ziehen kontinuierlich anwenden - + Lock Audio Clips by default Audioclips automatisch sperren - + Audio Clip Settings Audioclip Einstellungen - + On close: Beim Beenden: - + Save Speichern - + Number of tracks @@ -923,6 +1202,14 @@ + Crop + + + AudioClip: Magnetic Cut + + + + Curve @@ -975,210 +1262,59 @@ Move node (vertical only) - Knoten verschieben (vertikal) - - - - Dialog - - - Dialog - Dialog - - - - OK - OK - - - - Cancel - Abbruch - - - - DigitalClock - - - Digital Clock - Digitale Uhr - - - - DragMarker - - - Move Left - Nach links bewegen - - - - Move right - Nach rechts bewegen - - - - DragNode - - - Move Up - Nach oben bewegen - - - - Move Down - Nach unten bewegen - - - - DriverConfigPage - - - Form - Form - - - - Configure driver - Treiber konfigurieren - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defines if both the Playback and Capture buses </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of your soundcard are to be used, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or only the Playback or Capture bus(es).</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex Modus:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Definiert ob beide - der Wiedergabe- und Aufnahmebus </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">der Soundkarte - benutzt werden.</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">oder nur der Wiedergabe- oder Aufnahmebus </p></body></html> - - - - Duplex mode - Duplex-Modus - - - - Full - Voll - - - - Playback - Wiedergabe - - - - Capture - Aufnahme - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The sample rate used by the audio card.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New projects will use this samplerate as </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the project's sample rate on creation.</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample-Frequenz:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Die von der Soundkarte zu benutzende Sample-Frequenz.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Neue Projekte werden diese Sample-Frequenz</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">beim Erstellen als Standard benutzen.</p></body></html> - - - - Sample rate - Sample-Frequenz - - - - 22050 - 22050 - - - - 32000 - 32000 - - - - 44100 - 44100 - - - - 48000 - 48000 - - - - 88200 - 88200 + Knoten verschieben (vertikal) + + + Dialog - - 96000 - 96000 + + Dialog + Dialog - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The latency introduced by the size of the audio buffers.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some people need low latencies, if you don't need it, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or don't know what it means, please leave the default setting!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Puffer Latenz:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Die durch die Grösse des Audio-Puffers verursachte Latenz.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Einige Leute brauchen sehr geringe Latenzen. Sollten Sie diese nicht brauchen,</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">oder nicht wissen, was das bedeutet, behalten Sie bitte den Standard bei!</p> -</body></html> + + OK + OK - - Buffer latency (ms) - Puffer Latenz (ms) + + Cancel + Abbruch + + + DigitalClock - - Jack - Jack + + Digital Clock + Digitale Uhr + + + DragMarker - - Enable Jack transport control - Jack Transport Control aktivieren + + Move Left + Nach links bewegen - - Driver Selection - Treiber-Auswahl + + Move right + Nach rechts bewegen + + + DragNode - - Driver: - Treiber: + + Move Up + Nach oben bewegen - - Restart Driver - Treiber neu starten + + Move Down + Nach unten bewegen @@ -1247,22 +1383,22 @@ Best - Beste + Beste High - Hoch + Hoch Medium - Mittel + Mittel Fast - Schnell + Schnell @@ -1272,12 +1408,12 @@ Average Bitrate - Mittlere Bitrate + Mittlere Bitrate Maximum Bitrate - Maximale Bitrate + Maximale Bitrate @@ -1287,42 +1423,42 @@ Format Options - Formateinstellungen + Formateinstellungen Encoding - Kodierung + Kodierung File Type - Dateityp + Dateityp Channels - Kanäle + Kanäle Normalize Audio - Audiosignal normalisieren + Audiosignal normalisieren Bitdepth - Sampleauflösung + Sampleauflösung WavPack options (lossless compression) - WavPack-Optionen (verlustfreie Kompression) + WavPack-Optionen (verlustfreie Kompression) Compression type - Kompressionsmethode + Kompressionsmethode @@ -1334,52 +1470,52 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">While this does technically make the compression lossy, it retains all the advantages of floating point data (&gt;600 dB of dynamic range, no clipping, and 25 bits of resolution). </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This also affects large integer compression by limiting the resolution to 24 bits.</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Diese Option reduziert den Speicherverbrauch von Fliesspunkt-Daten um bis zu 10%, indem es Informationen aus dem Audiosignal entfernt, die so gut wie keinen Einfluss auf die Qualität haben.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Technisch gesehen wird die Kompression dadurch verlustbehaftet, aber die Vorteile der Fliesspunkt-Auflösung bleiben erhalten (&gt;600 dB Dynamikumfang, keine Übersteuerung, 25 Bit Auflösung). </p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bei Integer-Daten wird die Bit-Auflösung auf maximal 24 Bit reduziert.</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Diese Option reduziert den Speicherverbrauch von Fliesspunkt-Daten um bis zu 10%, indem es Informationen aus dem Audiosignal entfernt, die so gut wie keinen Einfluss auf die Qualität haben.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Technisch gesehen wird die Kompression dadurch verlustbehaftet, aber die Vorteile der Fliesspunkt-Auflösung bleiben erhalten (&gt;600 dB Dynamikumfang, keine Übersteuerung, 25 Bit Auflösung). </p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bei Integer-Daten wird die Bit-Auflösung auf maximal 24 Bit reduziert.</p></body></html> Skip WVX for extra compression (semi-lossless) - Überspringe WVX für stärkere Kompression (quasi-verlustfrei) + Überspringe WVX für stärkere Kompression (quasi-verlustfrei) Ogg Options - Ogg-Optionen + Ogg-Optionen Quality (Smallest <-> Best) - Qualität (kleine Datei <-> gute Qualität) + Qualität (kleine Datei <-> gute Qualität) Encoding Method - Kodiermethode + Kodiermethode MP3 Options - MP3-Optionen + MP3-Optionen Minimum Bitrate - Minimale Bitrate + Minimale Bitrate Quality (Fastest <-> Best) - Qualität (schnell <-> gute Qualität) + Qualität (schnell <-> gute Qualität) Sample Rate - Samplefrequenz + Samplefrequenz Conversion quality - Qualität der Konvertierung + Qualität der Konvertierung @@ -1626,7 +1762,7 @@ Interface - + History Verlauf @@ -1636,112 +1772,112 @@ Über Traverso - + &Save &Speichern - + &Quit &Beenden - + &About Traverso &Alles über Traverso - + Correlation Meter Korrellationsgrad-Anzeige - + FFT Spectrum FFT Frequenzspektrum - + Resources Bin Materialsammlung - + &Project &Projekt - + &New... &Neu... - + &Open... &Oeffnen... - + &Manage Project... Projekt&manager... - + &Export... &Export... - + &Sheet &Arbeitsbereich - + New &Track(s)... Neue &Spur(en)... - + New &Sheet(s)... Neuer &Arbeitsbereich... - + Import &Audio... &Audio-Import... - + Insert Si&lence... Sti&lle einfügen... - + &View &Ansicht - + System Information Systeminformationen - + Se&ttings Eins&tellungen - + &Preferences... &Einstellungen... - + <b>Description</b> <b>Beschreibung</b> - + <b>Key Sequence</b> <b>Tastenfolge</b> @@ -1771,12 +1907,12 @@ Tastenbelegung exportieren - + Marker Editor... Markierungseditor... - + Traverso %1 (built with Qt %2) A multitrack audio recording and editing program. @@ -1799,42 +1935,42 @@ Traverso basiert. (Gcc, Qt, Xorg, Linux, und so weiter...) - + &Getting Started Der Einstie&g - + &User Manual Ben&utzerhandbuch - + Opening User Manual in external browser! Öffne Benutzerhandbuch in externem Browser! - + &CD Writing... &CD schreiben... - + &Restore Backup... &Backup wiederherstellen... - + &Recording File Format &Format der Aufnahmedateien - + Traverso - Important Traverso - Wichtig - + A Project directory changed outside of Traverso. This is NOT supported! Please undo this change now! @@ -1847,12 +1983,12 @@ Verwenden Sie zum Ändern eines Projektnamens stattdessen bitte den Projekt-Manager! - + Traverso - Project load failed Traverso - Laden des Projektes fehlgeschlagen - + The requested Project `%1` could not be loaded for the following reason: @@ -1869,17 +2005,17 @@ ein solches zu öffnen. - + Changed encoding for recording to %1 Kodierung für Aufnahme in %1 wurde geändert - + &Resample Quality &Qualität der Samplerate-Konvertierung - + Changed resample quality to: %1 Ändere Qualität der Samplerate-Konvertierung auf: %1 @@ -1894,102 +2030,102 @@ Aufnahme - + &Edit - + Undo - Rückgängig + Rückgängig - + Redo - Wiederholen + Wiederholen - + &Snap - Einra&sten + Einra&sten - + Snap items to edges of other items while dragging. - Objekte beim Ziehen an Kanten anderer Objekte einrasten. + Objekte beim Ziehen an Kanten anderer Objekte einrasten. - + S&croll Playback - Wiedergabe S&crollen + Wiedergabe S&crollen - + Keep play cursor in view while playing or recording. - Wiedergabecursor bei Aufnahme/Wiedergabe im Blickfeld halten. + Wiedergabecursor bei Aufnahme/Wiedergabe im Blickfeld halten. - + &Show Effects - Effekte &anzeigen + Effekte &anzeigen - + Show effect plugins and automation curves on tracks - + Transport Console - + Project - Projekt + Projekt - + Edit - + Best - Beste + Beste - + High - Hoch + Hoch - + Medium - Mittel + Mittel - + Fast - Schnell + Schnell - + &Help - + Open Audio Files - + Audio files (*.wav *.flac *.ogg *.mp3 *.wv *.w64) - Audio-Dateien (*.wav *.flac *.ogg *.mp3 *.wv *.w64) + Audio-Dateien (*.wav *.flac *.ogg *.mp3 *.wv *.w64) - + %1: %2 @@ -2010,7 +2146,7 @@ KeyboardConfigPage - + No description set for this keymap Es existiert keine Beschreibung für diese Tastenbelegung @@ -2025,7 +2161,7 @@ Tastatur konfigurieren - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2053,12 +2189,12 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mehr Informationen finden Sie in Kapitel 7: Tastaturbefehle des Benutzerhandbuches.</p></body></html> - + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Double fact timeout (ms)</p></body></html> <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Timeout für Doppelklick-Tastaturbefehle (ms)</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2089,27 +2225,27 @@ </body></html> - + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hold timeout (ms)</p></body></html> <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Timeout für Halten (ms)</p></body></html> - + Keymap Tastenbelegung - + Select keymap Tastenbelegung wählen - + KeyMap Export Tastenbelegung exportieren - + The exported keymap can be found here: %1 @@ -2118,12 +2254,12 @@ gespeichert. - + Export Keymap Tastenbelegung exportieren - + Print Keymap Tastaturbelegung drucken @@ -2134,7 +2270,7 @@ English The name of this Language, e.g. German would be Deutch - Deutch + Deutch @@ -2215,12 +2351,12 @@ CD-Text optional - + Arranger: Arrangeur: - + Message: Nachricht: @@ -2275,12 +2411,12 @@ Fold Sheet - Arbeitsbereich falten + Arbeitsbereich falten Fold Track - Spur falten + Spur falten @@ -2291,7 +2427,7 @@ MoveEdge - + Move Clip Edge Clip-Kante verschieben @@ -2366,7 +2502,7 @@ Audio files (*.wav *.flac *.ogg *.mp3 *.wv *.w64) - Audio-Dateien (*.wav *.flac *.ogg *.mp3 *.wv *.w64) + Audio-Dateien (*.wav *.flac *.ogg *.mp3 *.wv *.w64) @@ -2401,7 +2537,7 @@ Number of Sheets - Anzahl Sheets + Anzahl Sheets @@ -3648,7 +3784,7 @@ Unbekannte Fehler - + AudioClip @@ -3780,7 +3916,7 @@ Aufnahme - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -3802,22 +3938,22 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">WAV</span> : Ein unkomprimiertes Format. Benötigt mehr Festplattenplatz als komprimierte Formate, belastet aber den Prozessor weniger.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Einschränkungen: Aufnahmezeit auf ca 1.7 Stunden limitiert bei 44.1 KHz in Stereo.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">WavPack</span> : Ein verlustfrei komprimiertes Format, das die Dateigrösse gegenüber WAV auf etwa die Hälfte reduziert. Verursacht deutlich mehr Prozessorbelastung, was aber mit modernen Computern kein Problem sein sollte.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Ein komprimiertes Format reduziert die Zugriffe auf die Festplatte, und erlaubt daher das gleichzeitige Lesen von mehr Kanälen.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Einschränkungen: Maximale Aufnahmezeit bei 44.1 kHz in Stereo ca. 5 Stunden.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">WAV64</span> : WAV-Format mit 64 bit Header (von anderen Programmen zum Teil noch nicht unterstützt!)</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Einschränkungen: Keine, nahezu unlimitierte Aufnahmezeit.</p></body></html> - + Encoding format Kodierformat - + WavPack options WavPack-Optionen - + Compression type Kompressionsmethode - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -3829,47 +3965,47 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Diese Option reduziert den Speicherverbrauch von Fliesspunkt-Daten um bis zu 10%, indem es Informationen aus dem Audiosignal entfernt, die so gut wie keinen Einfluss auf die Qualität haben.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Technisch gesehen wird die Kompression dadurch verlustbehaftet, aber die Vorteile der Fliesspunkt-Auflösung bleiben erhalten (&gt;600 dB Dynamikumfang, keine Übersteuerung, 25 Bit Auflösung). </p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bei Integer-Daten wird die Bit-Auflösung auf maximal 24 Bit reduziert.</p></body></html> - + Skip WVX for extra compression (semi-lossless) Überspringe WVX für stärkere Kompression (quasi-verlustfrei) - + Resampling Samplerate-Konvertierung - + On the fly resample quality Qualität der Samplerate-Konvertierung in Echtzeit - + Default export resample quality Qualität der Samplerate-Konvertierung beim Export - + Best Beste - + High Hoch - + Medium Mittel - + Fast Schnell - + Enable on the fly resampling (Playback only) Echtzeit-Resampling aktivieren (nur bei Wiedergabe) @@ -3966,55 +4102,55 @@ SettingsDialog - - Configure - Traverso - Konfiguration - Traverso - - - + Behavior Verhalten - + Appearance Erscheinung - + Keyboard Tastatur - + Performance Leistungsverhalten - + Audio Options Audiooptionen - + Sound System + + + Preferences - Traverso + + Sheet - + Hard Disk overload detected! Festplattenüberlastung erkannt! - + Failed to fill ReadBuffer in time Konnte Lesepuffer nicht rechtzeitig füllen - + Failed to empty WriteBuffer in time Konnte Schreibpuffer nicht rechtzeitig leeren @@ -4039,7 +4175,7 @@ Kein Künstlername festgelegt - + Recording to %n Clip(s) Aufnahme in %n Clips @@ -4122,19 +4258,19 @@ Keine Audiodaten zu exportieren! (Sind alle Kanäle stumm geschalten?) - + No Tracks armed for recording! Keine Spur auf Aufnahme gestellt! To previous snap position - Zur vorherigen Rasterposition + Zur vorherigen Rasterposition To next snap position - Zur nächsten Raster-Position + Zur nächsten Raster-Position @@ -4512,124 +4648,6 @@ - ThemeConfigPage - - - Select default project dir - Standard-Projektordner wählen - - - - Form - Formular - - - - Theme selector - Motiv wählen - - - - Path to theme files - Pfad zu den Motiv-Dateien - - - - Available themes - Vorhandene Motive - - - - Theme Options - Motiv-Optionen - - - - Adjust theme color - Motiv-Farbe anpassen - - - - Paint audio rectified - Audio ausgerichtet zeichnen - - - - Paint stereo audio as mono audio - Stereo-Dateien als einen Kanal zeichnen - - - - Style Options - Stil-Optionen - - - - Select style - Stil wählen - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Painting the waveform with an outline is more detailed, but requires more cpu.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you experience slowness when painting many clips, or during animated scroll, unselect this option!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Zeichnen der Wellenform mit einer Umrisslinie ist etwas langsamer, aber zeigt mehr Details.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Deaktivieren Sie diese Option wenn die Darstellung mit vielen Clips oder beim Scrollen langsam wird.</p></body></html> - - - - Paint audio with outline - Umrisslinie um Wellenformen zeichnen - - - - Draw lines at 0 and -6 dB - - - - - Toolbars - - - - - Icon size - - - - - Button style - - - - - Size of transport console - - - - - Use selected style's palette - - - - - Theme - - - - - Language - - - - - Interface Language - - - - TimeLine @@ -4645,7 +4663,7 @@ TimeLineView - + End Ende @@ -4660,7 +4678,7 @@ Marker ziehen - + Clear Markers Mehrere Marker löschen @@ -4685,7 +4703,7 @@ Bewege Wiedergabekopf zum Marker - + You have to remove all other markers first. Alle Marker müssen erst gelöscht werden. @@ -4787,39 +4805,39 @@ TransportConsoleWidget - + Skip to Start - + Previous Snap Position - + Record - Aufnahme + Aufnahme - + Play / Stop - + Next Snap Position - + Skip to End - + Recording to %1 Tracks, encoding format: %2 - Aufnahme in %1 Spuren, Kodierung: %2 + Aufnahme in %1 Spuren, Kodierung: %2 @@ -4880,107 +4898,92 @@ Externe Verarbeitung - - Select - Auswählen - - - Remove from Selection - Aus Auswahl entfernen - - - - Add to Selection - Zu Auswahl hinzu - - - Move Clip Clip verschieben - + Drag Edge Kante ziehen - + Move Or Resize Clip Clip verschieben oder Größe ändern - + Split Aufteilen - + Arm Tracks Tracks auf Aufnahme schalten - + Fold Sheet Arbeitsbereich falten - + Fold Track Spur falten - + Vertical In Vertikal rein - + Horizontal Out Horizontal raus - + Horizontal In Horizontal rein - + Vertical Out Vertikal raus - + Omnidirectional Omnidirektional - + Horizontal Horizontal - + Vertical Vertikal - + Right Rechts - + Left Links - + Up Hoch - + Down Runter @@ -4990,9 +4993,19 @@ - + Fold Markers + + + (De)Select + + + + + Magnetic Cut + + Binary files /tmp/imeZ14ij2E/traverso-0.49.0~rc1/resources/translations/traverso_fr.qm and /tmp/zxgZcqzp0u/traverso-0.49.1/resources/translations/traverso_fr.qm differ diff -Nru traverso-0.49.0~rc1/resources/translations/traverso_fr.ts traverso-0.49.1/resources/translations/traverso_fr.ts --- traverso-0.49.0~rc1/resources/translations/traverso_fr.ts 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/resources/translations/traverso_fr.ts 2009-03-28 08:48:39.000000000 +0000 @@ -8,7 +8,7 @@ Supprimer la région - + Remove Selected Clips Supprimer la région sélectionnée @@ -168,27 +168,153 @@ - AppearancePage + AppearenceConfigPage - + Icons only Icones seulement - + Text only Texte seulement - + Text beside Icons Texte à c^oté des icones - + Text below Icons Texte sous les icones + + + Default Language + + + + + Select default project dir + + + + + Form + Formulaire + + + + Theme + + + + + Theme selector + Sélecteur de thème + + + + Path to theme files + Chemin jusqu'aux fichiers de thème + + + + Available themes + Thèmes disponibles + + + + Adjust theme color + Définir la couleur du thème + + + + Theme Options + Options du thème + + + + Paint audio rectified + + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Painting the waveform with an outline is more detailed, but requires more cpu.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you experience slowness when painting many clips, or during animated scroll, unselect this option!</p></body></html> + + + + + Paint audio with outline + Afficher l'audio avec un contour + + + + Paint stereo audio as mono audio + Afficher l'audio stéréo comme de l'audio mono + + + + Draw lines at 0 and -6 dB + Tracer des lignes à 0 et -6 dB + + + + Style Options + Options de style + + + + Select style + Sélectionner un style + + + + Use selected style's palette + Utilise la palette du style sélectionné + + + + Toolbars + Barres d'outils + + + + Icon size + Taille des icones + + + + Button style + Style des boutons + + + + Transport Console size + + + + + Language + + + + + Interface Language + + + + + Changing the language of the Interface will take +effect after restarting Traverso! + + ArmTracks @@ -201,37 +327,37 @@ AudioClip - + Unable to Record to Track Impossible d'enregistrer sur la piste - + AudioDevice doesn't have this Capture Bus: %1 (Track %2) Le périphérique audio n'a pas ce bus d'enregistrement : %1 (Piste %2) - + Toggle Mute Muet - + Toggle Lock - + Remove Fades Supprime les fondus - + Normalization Normalisation - + Set Normalization level: Régler le niveau de normalisation : @@ -262,107 +388,112 @@ - Normalize: Reset - Normaliser : réinitialiser - - - Lock Vérouiller + + + AudioClip: Normalize + + AudioClipEditDialog - + Dialog Dialogue - + Clip Parameters Paramètres du clip - + External Processing Traitement externe - + hh:mm:ss.sss hh:mm:ss:sss - + TextLabel Etiquette de texte - + End Fin - + Length Longueur - + Track start Début de la piste - + Gain Gain - + Name Nom - + Fades Fondus - + Fade In Fondu en ouverture - + Mode Mode - + Bending - + Strength - + &Linear &Linéaire - + &Default &Par &défaut - + Fade Out Fondu en fermeture + + + Source + + AudioClipExternalProcessing @@ -375,17 +506,17 @@ AudioClipManager - + Selection: Add Clip Sélection : ajouter un clip - + Selection: Remove Clip Sélection : supprimer un clip - + Selection: Invert Sélection : inverser @@ -408,22 +539,22 @@ Cliquez pour réinitialiser le fichier audio ! - + Reset Audio File for Clip: %1 Réinitialiser le fichier audio pour le clip : %1 - + All files (*);;Audio files (*.wav *.flac) Tous les fichiers (*);;Fichiers audio (*.wav *.flac) - + No file selected! Aucun fichier sélectionné ! - + Succesfully set AudioClip file to %1 @@ -530,12 +661,142 @@ - AudioDriverPage + AudioDriverConfigPage - + System default Par défaut du système + + + Form + Formulaire + + + + Driver Selection + Sélection du pilote + + + + Driver: + Pilote : + + + + Configure driver + Configurer le pilote + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defines if both the Playback and Capture buses </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of your soundcard are to be used, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or only the Playback or Capture bus(es).</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mode duplex:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defini si les bus de lecture et d'enregistrement </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">de votre carte son doivent être utilisés en même temps, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ou seulement le bus de lecture ou d'enregistrement.</p></body></html> + + + + Duplex mode + Mode duplex + + + + Full + Full + + + + Playback + Lecture + + + + Capture + Capture + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The sample rate used by the audio card.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New projects will use this samplerate as </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the project's sample rate on creation.</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">La fréquence d'échantillonage utilisée par votre carte son.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Les nouveaux projets utiliseront celle-ci </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">en temps que fréquence d'échantillonage du projet à la création.</p></body></html> + + + + Sample rate + Fréquence d'échantillonage + + + + 22050 + 22050 + + + + 32000 + 32000 + + + + 44100 + 44100 + + + + 48000 + 48000 + + + + 88200 + 88200 + + + + 96000 + 96000 + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The latency introduced by the size of the audio buffers.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some people need low latencies, if you don't need it, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or don't know what it means, please leave the default setting!</p></body></html> + + + + + Buffer latency (ms) + + + + + Restart Driver + Redémarrer le pilote + + + + Jack + Jack + + + + Enable Jack transport control + Activer le contrôle du transport Jack + AudioSourcesManagerWidget @@ -583,52 +844,52 @@ Options du projet - + On close: A la fermeture : - + Save Sauvegarder - + Ask Demander - + Don't save Ne pas sauvegarder - + Load last used project at startup Charger le dernier projet au lancement - + New Sheet Settings Préférences du nouvel espace de travail - + Audio Clip Settings Configuration du clip audio - + Lock Audio Clips by default Vérouiller les clips audio par défaut - + Playback Settings Configuration de lecture - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -636,32 +897,32 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Garde le curseur de lecture en vue lors de la lecture ou de l'enregistrement .</p></body></html> - + Scroll playback - + Jump Sauter - + Stay Centered Rester centré - + Animated Animé - + Continuously adjust audio while dragging - + Number of tracks Nombre de pistes @@ -892,6 +1153,14 @@ + Crop + + + AudioClip: Magnetic Cut + + + + Curve @@ -968,7 +1237,7 @@ DigitalClock - + Digital Clock Horloge numérique @@ -1000,139 +1269,6 @@ - DriverConfigPage - - - Form - Formulaire - - - - Configure driver - Configurer le pilote - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defines if both the Playback and Capture buses </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of your soundcard are to be used, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or only the Playback or Capture bus(es).</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mode duplex:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defini si les bus de lecture et d'enregistrement </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">de votre carte son doivent être utilisés en même temps, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ou seulement le bus de lecture ou d'enregistrement.</p></body></html> - - - - Duplex mode - Mode duplex - - - - Full - Full - - - - Playback - Lecture - - - - Capture - Capture - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The sample rate used by the audio card.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New projects will use this samplerate as </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the project's sample rate on creation.</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">La fréquence d'échantillonage utilisée par votre carte son.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Les nouveaux projets utiliseront celle-ci </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">en temps que fréquence d'échantillonage du projet à la création.</p></body></html> - - - - Sample rate - Fréquence d'échantillonage - - - - 22050 - 22050 - - - - 32000 - 32000 - - - - 44100 - 44100 - - - - 48000 - 48000 - - - - 88200 - 88200 - - - - 96000 - 96000 - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The latency introduced by the size of the audio buffers.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some people need low latencies, if you don't need it, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or don't know what it means, please leave the default setting!</p></body></html> - - - - - Buffer latency (ms) - - - - - Jack - Jack - - - - Enable Jack transport control - Activer le contrôle du transport Jack - - - - Driver Selection - Sélection du pilote - - - - Driver: - Pilote : - - - - Restart Driver - Redémarrer le pilote - - - DriverInfo @@ -1285,7 +1421,7 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">While this does technically make the compression lossy, it retains all the advantages of floating point data (&gt;600 dB of dynamic range, no clipping, and 25 bits of resolution). </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This also affects large integer compression by limiting the resolution to 24 bits.</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Cette option réduit la taille de certains fichiers de données à virgule flottante jusqu'à 10% en éliminant certaines informations qui n'ont virtuellement aucun effet sur les données audio. </p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bien que cela soit techniquement une compression avec perte, cela garde l'avantage des données à virgule flottante (&gt;600 dB of dynamic range, no clipping, et une resolution de 25 bits). </p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This also affects large integer compression by limiting the resolution to 24 bits.</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Cette option réduit la taille de certains fichiers de données à virgule flottante jusqu'à 10% en éliminant certaines informations qui n'ont virtuellement aucun effet sur les données audio. </p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bien que cela soit techniquement une compression avec perte, cela garde l'avantage des données à virgule flottante (&gt;600 dB of dynamic range, no clipping, et une resolution de 25 bits). </p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This also affects large integer compression by limiting the resolution to 24 bits.</p></body></html> @@ -1361,12 +1497,12 @@ Fade In: bend - Fondu en ouverture : + Fondu en ouverture : Fade Out: bend - Fondu en fermeture : + Fondu en fermeture : @@ -1577,27 +1713,27 @@ Interface - + History Historique - + Resources Bin Ressources - + Correlation Meter Phase-metre - + FFT Spectrum Spectre FFT - + Traverso %1 (built with Qt %2) A multitrack audio recording and editing program. @@ -1625,147 +1761,147 @@ A propos de Traverso - + &Project &Projet - + &New... &Nouveau... - + &Open... &Ouvrir... - + &Save &Enregistrer - + &Manage Project... &Gérer le projet... - + &Export... &Exporter... - + &CD Writing... &Graver un CD... - + &Restore Backup... &Restaurer une sauvegarde... - + &Quit &Quitter - + &Sheet &Espace de travail - + New &Track(s)... Nouvelle(s) &piste(s)... - + New &Sheet(s)... Nouvel(eaux) &espace(s) de travail... - + Marker Editor... Editeur de repères... - + Import &Audio... Importer &Audio... - + Insert Si&lence... Insérer un si&lence... - + &View &Affichage - + System Information Informations Système - + Se&ttings &Options - + &Recording File Format &Format d'en&registrement - + &Resample Quality Qualité de &rééchantillonnage - + &Preferences... &Préférences... - + &Getting Started &Premiers pas - + &User Manual Manuel &Utilisateur - + &About Traverso &A propos de Traverso - + <b>Description</b> <b>Description</b> - + <b>Key Sequence</b> <b>Séquence clé</b> - + Opening User Manual in external browser! Ouverture du manuel utilisateur dans un navigateur externe ! - + Traverso - Important Traverso - Important - + A Project directory changed outside of Traverso. This is NOT supported! Please undo this change now! @@ -1778,12 +1914,12 @@ Si vous voulez renommer un projet, utilisez le gestionnaire de projet ! - + Traverso - Project load failed Traverso - Echec de chargement du projet - + The requested Project `%1` could not be loaded for the following reason: @@ -1800,12 +1936,12 @@ afin de restaurer le projet. - + Changed encoding for recording to %1 Encodage pour l'enregistrement changé en %1 - + Changed resample quality to: %1 Qualité du rééchantillonage changée en : %1 @@ -1845,102 +1981,102 @@ Enregistrer - + &Edit &Edition - + Undo Annuler - + Redo Refaire - + &Snap &Adhérer - + Snap items to edges of other items while dragging. Faire adhérer les bords des autres objets lors des déplacements. - + S&croll Playback - + Keep play cursor in view while playing or recording. Garder la tête de lecture visible lors de la lecture ou de l'enregistrement. - + &Show Effects &Montrer les effets - + Show effect plugins and automation curves on tracks Montrer les effets et les courbes d'automation sur les pistes - + Transport Console Console de transport - + Project Projet - + Edit Edition - + Best Meilleur - + High Haut - + Medium Moyen - + Fast Rapide - + &Help &Aide - + Open Audio Files Ouvrir des fichiers audio - + Audio files (*.wav *.flac *.ogg *.mp3 *.wv *.w64) Fichiers audio (*.wav *.flac *.ogg *.mp3 *.wv *.w64) - + %1: %2 %1 : %2 @@ -1961,17 +2097,17 @@ KeyboardConfigPage - + No description set for this keymap Pas de description pour ce raccourci clavier - + KeyMap Export Exporter les raccourcis claviers - + The exported keymap can be found here: %1 @@ -1990,7 +2126,7 @@ Configuration du clavier - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2007,12 +2143,12 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Délai d'action simultanée :</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le temps maximum en millisecondes entre 2 actions au clavier. </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Pour déterminer si, lorsqu'on appui sur deux touches, il 'agit d'une action simultanée ( &lt;&lt; K &gt;&gt; ou &lt;&lt; KK &gt;&gt;)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> ou bien de deux actions différentes ( a &lt; K &gt; et &lt; K &gt; action, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ou &lt; KK &gt; et &lt; KK &gt; action par exemple).</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Les utilisateurs expérimentés peuvent régler cette valeur à 150 ms, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">si vous n'avez pas encore beaucoup d'expérience, laissez la valeur par défaut de 180 ms.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Pour plus d'information, voir le chapitre 7 : Key Actions. du manuel d'utilisateur</p></body></html> - + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Double fact timeout (ms)</p></body></html> <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Délai de la double action (ms)</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2030,27 +2166,27 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Délai pour l'action "maintenir":</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le délai maximum pour qu'une touche appuyée soit considérée comme maintenue, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">comme [ K ] ou [ KK ].</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le plus court le délai, le plus rapidement la touche appuyée </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">sera détectée comme une action "maintenir". </p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Les utilisateurs expérimentés peuvent régler cette valeur à 110 ms, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">si vous n'avez pas encore beaucoup d'expérience, laissez la valeur par défaut de 150 ms.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Pour plus d'information, voir le chapitre 7 : Key Actions. du manuel d'utilisateur.</p></body></html> - + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hold timeout (ms)</p></body></html> <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Délai pour l'action maintenir (ms)</p></body></html> - + Keymap Raccourci clavier - + Select keymap Sélection d'un raccourci clavier - + Export Keymap export des raccourcis clavier - + Print Keymap Impression des raccourcis clavier @@ -2061,7 +2197,7 @@ English The name of this Language, e.g. German would be Deutch - English + French @@ -2142,12 +2278,12 @@ Texte optionnel du CD - + Arranger: Arrangeur : - + Message: Message : @@ -2218,7 +2354,7 @@ MoveEdge - + Move Clip Edge Séplacer le bord du clip @@ -3021,7 +3157,7 @@ No directory was selected, to retry open the 'Open Project Dialog' and click 'Select Project Directory' button - Aucun répertoire sélectionné, pour réessayer + Aucun répertoire sélectionné, pour réessayer @@ -3520,7 +3656,7 @@ Erreur inconnue - + AudioClip Région audio @@ -3652,7 +3788,7 @@ Enregistrement - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -3674,22 +3810,22 @@ - + Encoding format Format d'encodage - + WavPack options Options WavPack - + Compression type Type de compression - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -3701,47 +3837,47 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Cette option réduit la taille de certains fichiers de données à virgule flottante jusqu'à 10% en éliminant certaines informations qui n'ont virtuellement aucun effet sur les données audio. </p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bien que cela soit techniquement une compression avec perte, cela garde l'avantage des données à virgule flottante (&gt;600 dB of dynamic range, no clipping, et une resolution de 25 bits). </p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This also affects large integer compression by limiting the resolution to 24 bits.</p></body></html> - + Skip WVX for extra compression (semi-lossless) - Sauter WVX pour une compression supplémentaire (semi-lossless) + Sauter WVX pour une compression supplémentaire (semi-lossless) - + Resampling Rééchantillonage - + Enable on the fly resampling (Playback only) Activation du rééchantillonage à la volée (lecture seulement) - + On the fly resample quality Qualité du rééchantillonage à la volée - + Default export resample quality Qualité par défaut du rééchantillonage pour l'exportation - + Best Meilleur - + High Haut - + Medium Moyen - + Fast Rapide @@ -3838,40 +3974,40 @@ SettingsDialog - - Configure - Traverso - Configurer - Traverso - - - + Behavior Comportement - + Appearance Apparence - + Audio Options Options audio - + Keyboard Clavier - + Performance Performance - + Sound System + + + Preferences - Traverso + + Sheet @@ -3911,27 +4047,27 @@ - + Hard Disk overload detected! Surcharge du disque dur détectée ! - + Failed to fill ReadBuffer in time - + Failed to empty WriteBuffer in time - + No Tracks armed for recording! Aucune piste armée pour l'enregistrement ! - + Recording to %n Clip(s) @@ -4384,124 +4520,6 @@ - ThemeConfigPage - - - Select default project dir - - - - - Form - Formulaire - - - - Theme selector - Sélecteur de thème - - - - Path to theme files - Chemin jusqu'aux fichiers de thème - - - - Available themes - Thèmes disponibles - - - - Theme Options - Options du thème - - - - Adjust theme color - Définir la couleur du thème - - - - Paint audio rectified - - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Painting the waveform with an outline is more detailed, but requires more cpu.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you experience slowness when painting many clips, or during animated scroll, unselect this option!</p></body></html> - - - - - Paint audio with outline - Afficher l'audio avec un contour - - - - Paint stereo audio as mono audio - Afficher l'audio stéréo comme de l'audio mono - - - - Style Options - Options de style - - - - Select style - Sélectionner un style - - - - Draw lines at 0 and -6 dB - Tracer des lignes à 0 et -6 dB - - - - Use selected style's palette - Utilise la palette du style sélectionné - - - - Toolbars - Barres d'outils - - - - Icon size - Taille des icones - - - - Button style - Style des boutons - - - - Size of transport console - Taille de la console de transport - - - - Theme - - - - - Language - - - - - Interface Language - - - - TimeLine @@ -4517,7 +4535,7 @@ TimeLineView - + End Fin @@ -4527,7 +4545,7 @@ Ajouter un repère - + You have to remove all other markers first. Vous devez d'abord supprimer tous les autres repères. @@ -4537,7 +4555,7 @@ Déplacer le repère - + Clear Markers Supprimer les repères @@ -4659,37 +4677,37 @@ TransportConsoleWidget - + Skip to Start Aller au début - + Previous Snap Position - + Record Enregistrer - + Play / Stop Lecture/arrêt - + Next Snap Position - + Skip to End Aller à la fin - + Recording to %1 Tracks, encoding format: %2 Enregistrement vers %1 pistes ; format d'encodage : %2 @@ -4752,107 +4770,92 @@ Processus externe - - Select - Sélectionner - - - Remove from Selection - Supprimer de la sélection - - - - Add to Selection - Ajouter à la sélection - - - Move Clip Déplacer le clip - + Drag Edge - + Move Or Resize Clip Déplacer ou redimensionner la région - + Split Scinder - + Arm Tracks Armer les pistes - + Fold Sheet - + Fold Track - + Vertical In - + Horizontal Out - + Horizontal In - + Vertical Out - + Omnidirectional Omnidirectionnel - + Horizontal Horizontal - + Vertical Vertical - + Right Droite - + Left Gauche - + Up Haut - + Down Bas @@ -4862,9 +4865,19 @@ (De)sélectionner tout - + Fold Markers + + + (De)Select + + + + + Magnetic Cut + + Binary files /tmp/imeZ14ij2E/traverso-0.49.0~rc1/resources/translations/traverso_nl.qm and /tmp/zxgZcqzp0u/traverso-0.49.1/resources/translations/traverso_nl.qm differ diff -Nru traverso-0.49.0~rc1/resources/translations/traverso_nl.ts traverso-0.49.1/resources/translations/traverso_nl.ts --- traverso-0.49.0~rc1/resources/translations/traverso_nl.ts 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/resources/translations/traverso_nl.ts 2009-03-28 08:48:39.000000000 +0000 @@ -8,7 +8,7 @@ Verwijder Clip - + Remove Selected Clips Verwijder Clip Selectie @@ -196,27 +196,153 @@ - AppearancePage + AppearenceConfigPage - + Icons only Alleen Iconen - + Text only Alleen tekst - + Text beside Icons Tekst naast Iconen - + Text below Icons Tekst naast Iconen + + + Default Language + + + + + Select default project dir + Selecteer de standaard project map + + + + Form + Form + + + + Theme + + + + + Theme selector + Thema selecteerder + + + + Path to theme files + Pad naar thema bestanden + + + + Available themes + Beschikbare themas + + + + Adjust theme color + Thema kleur aanpassen + + + + Theme Options + Thema opties + + + + Paint audio rectified + Geluid positief weergeven + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Painting the waveform with an outline is more detailed, but requires more cpu.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you experience slowness when painting many clips, or during animated scroll, unselect this option!</p></body></html> + + + + + Paint audio with outline + Teken geluidsvorm met rand + + + + Paint stereo audio as mono audio + Stereo geluid als mono weergeven + + + + Draw lines at 0 and -6 dB + Teken lijnen op 0 en -6 dB + + + + Style Options + Style opties + + + + Select style + Selecteer style + + + + Use selected style's palette + Gebruik palet van de geselecteerde stijl + + + + Toolbars + Werkbalken + + + + Icon size + Icoon grootte + + + + Button style + Knop stijl + + + + Transport Console size + + + + + Language + Taal + + + + Interface Language + Interface taal + + + + Changing the language of the Interface will take +effect after restarting Traverso! + + ArmTracks @@ -229,27 +355,27 @@ AudioClip - + Unable to Record to Track Kan niet opnemen naar Track - + AudioDevice doesn't have this Capture Bus: %1 (Track %2) AudioApparaat heeft deze Opname Bus niet: %1 (Track %2) - + Normalization Normalizatie - + Set Normalization level: Geef normalizatie niveau: - + Toggle Mute Schakel Mute @@ -264,17 +390,17 @@ Normalizeer - + Toggle Lock Vergrendeling aan/uit - + Lock Vergrendeling - + Remove Fades Verwijder Fades @@ -294,103 +420,108 @@ Beide: Verwijder - - Normalize: Reset - Normaliseer: Reset + + AudioClip: Normalize + AudioClipEditDialog - + Dialog Dialoog - + Clip Parameters - + External Processing Externe bewerking - + hh:mm:ss.sss - + TextLabel Text Label - + End Einde - + Length Lengte - + Track start Track start - + Gain Gain - + Name Naam - + Fades - + Fade In - + Mode - + Bending Buigen - + Strength Sterkte - + &Linear - + &Default Standaard - + Fade Out + + + Source + + AudioClipExternalProcessing @@ -403,17 +534,17 @@ AudioClipManager - + Selection: Add Clip Selectie: Clip toevoegen - + Selection: Remove Clip Selectie: Clip verwijderen - + Selection: Invert Selectie: Omkeren @@ -436,22 +567,22 @@ Click om AudioFile opnieuw toe te wijzen ! - + Reset Audio File for Clip: %1 Zet bestand voor Clip: %1 - + All files (*);;Audio files (*.wav *.flac) Alle bestanden (*);;Audio bestanden (*.wav *.flac) - + No file selected! Geen file geselecteerd! - + Succesfully set AudioClip file to %1 Bestand %1 succesvol toegewezen aan AudioClip @@ -558,12 +689,142 @@ - AudioDriverPage + AudioDriverConfigPage - + System default Systeem standaard + + + Form + Form + + + + Driver Selection + Selecteer Driver + + + + Driver: + Driver: + + + + Configure driver + Configureer Driver + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defines if both the Playback and Capture buses </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of your soundcard are to be used, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or only the Playback or Capture bus(es).</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bepaalt of zowel de Playback- als de Capturebus </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">van uw geluidskaart gebruikt worden, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or slechts één van de twee.</p></body></html> + + + + Duplex mode + Duplex modus + + + + Full + Afspelen én Opnemen + + + + Playback + Afspelen + + + + Capture + Opnemen + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The sample rate used by the audio card.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New projects will use this samplerate as </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the project's sample rate on creation.</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">De sample rate die de geluidskaart gebruikt.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Nieuwe projecten gebruiken deze standaard, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">bij het aanmaken.</p></body></html> + + + + Sample rate + Sample rate + + + + 22050 + 22050 + + + + 32000 + 32000 + + + + 44100 + 44100 + + + + 48000 + 48000 + + + + 88200 + 88200 + + + + 96000 + 96000 + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The latency introduced by the size of the audio buffers.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some people need low latencies, if you don't need it, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or don't know what it means, please leave the default setting!</p></body></html> + <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">De vertraging, bepaalt door de grootte van de audio buffers.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Soms is een lage vertraging gewenst. Zoniet, kunt U best</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">de standaardkeuze behouden.</p></body></html> + + + + Buffer latency (ms) + Buffer vertraging (ms) + + + + Restart Driver + Driver herstarten + + + + Jack + + + + + Enable Jack transport control + Jack transport control inschakelen + AudioSourcesManagerWidget @@ -611,32 +872,32 @@ Project instellingen - + Load last used project at startup Laatst geopende project laden tijdens start - + Ask Vraag - + Don't save Niet opslaan - + New Sheet Settings Nieuwe Sheet instellingen - + Playback Settings Afspeel instellingen - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -644,52 +905,52 @@ Gedurende afspelen of opnemen de afspeel cursor in beeld houden - + Scroll playback Afspelen scrollen - + Jump Spring - + Stay Centered Centreren - + Animated Geanimeerd - + Continuously adjust audio while dragging Geluid synchronizeren tijdens verplaatsen - + Lock Audio Clips by default Vergrendel standaard de audio clips - + Audio Clip Settings Audio Clip Instellingen - + On close: Bij afsluiten: - + Save Opslaan - + Number of tracks Aantal Tracks @@ -920,6 +1181,14 @@ + Crop + + + AudioClip: Magnetic Cut + + + + Curve @@ -974,190 +1243,57 @@ Move node (vertical only) Verplaats Node (vertikaal) - - - Dialog - - - Dialog - Dialoog - - - - OK - OK - - - - Cancel - Annuleren - - - - DigitalClock - - - Digital Clock - Digitale klok - - - - DragMarker - - - Move Left - Naar links verplaatsen - - - - Move right - Naar recht verplaatsen - - - - DragNode - - - Move Up - Naar boven - - - - Move Down - Naar beneden - - - - DriverConfigPage - - - Form - Form - - - - Configure driver - Configureer Driver - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defines if both the Playback and Capture buses </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of your soundcard are to be used, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or only the Playback or Capture bus(es).</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bepaalt of zowel de Playback- als de Capturebus </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">van uw geluidskaart gebruikt worden, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or slechts één van de twee.</p></body></html> - - - - Duplex mode - Duplex modus - - - - Full - Afspelen én Opnemen - - - - Playback - Afspelen - - - - Capture - Opnemen - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The sample rate used by the audio card.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New projects will use this samplerate as </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the project's sample rate on creation.</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">De sample rate die de geluidskaart gebruikt.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Nieuwe projecten gebruiken deze standaard, </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">bij het aanmaken.</p></body></html> - - - - Sample rate - Sample rate - - - - 22050 - 22050 - - - - 32000 - 32000 - - - - 44100 - 44100 - - - - 48000 - 48000 - - - - 88200 - 88200 - + + + Dialog - - 96000 - 96000 + + Dialog + Dialoog - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The latency introduced by the size of the audio buffers.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some people need low latencies, if you don't need it, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or don't know what it means, please leave the default setting!</p></body></html> - <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">De vertraging, bepaalt door de grootte van de audio buffers.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Soms is een lage vertraging gewenst. Zoniet, kunt U best</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">de standaardkeuze behouden.</p></body></html> + + OK + OK - - Buffer latency (ms) - Buffer vertraging (ms) + + Cancel + Annuleren + + + DigitalClock - - Jack - + + Digital Clock + Digitale klok + + + DragMarker - - Enable Jack transport control - Jack transport control inschakelen + + Move Left + Naar links verplaatsen - - Driver Selection - Selecteer Driver + + Move right + Naar recht verplaatsen + + + DragNode - - Driver: - Driver: + + Move Up + Naar boven - - Restart Driver - Driver herstarten + + Move Down + Naar beneden @@ -1605,7 +1741,7 @@ Interface - + History Geschiedenis @@ -1615,112 +1751,112 @@ Over Traverso - + &Save &Opslaan - + &Quit &Afsluiten - + &About Traverso &Over Traverso - + Correlation Meter Correlatie Meter - + FFT Spectrum - + Resources Bin Bronnen Bak - + &Project &Project - + &New... &Nieuw... - + &Open... &Openen... - + &Manage Project... &Project Beheer... - + &Export... &Exporteren... - + &Sheet &Sheet - + New &Track(s)... Nieuwe &Track(s)... - + New &Sheet(s)... Nieuw &Sheet(s)... - + Import &Audio... Importeer &Audio... - + Insert Si&lence... Sti&lte invoegen... - + &View &Beeld - + System Information Systeem Informatie - + Se&ttings Op&ties - + &Preferences... &Voorkeuren... - + <b>Description</b> <b>Beschrijving</b> - + <b>Key Sequence</b> <b>Toetsencombinatie</b> @@ -1750,12 +1886,12 @@ Exporteer Keymap - + Marker Editor... Marker Manager... - + Traverso %1 (built with Qt %2) A multitrack audio recording and editing program. @@ -1777,47 +1913,47 @@ door hun bijdragen aan de technologiën waarop Traverso gebaseerd is (Gcc, Qt, Xorg, Linux, enz...) - + &Getting Started Om te be&ginnen - + &User Manual Gebr&uikershandleiding - + Opening User Manual in external browser! Opent de gebruikershandleiding in een externe browser! - + &CD Writing... &CD Schrijven... - + &Restore Backup... &Herstel Backup... - + &Recording File Format &Opname Bestands Formaat - + &Resample Quality &Resample Kwaliteit - + Traverso - Important Traverso - Belangrijk - + A Project directory changed outside of Traverso. This is NOT supported! Please undo this change now! @@ -1829,12 +1965,12 @@ Als u de Project titel wilt veranderen kunt u daarvoor het Project Beheer Dialoog gebruiken! - + Traverso - Project load failed Traverso - Project laden mislukte - + The requested Project `%1` could not be loaded for the following reason: @@ -1851,12 +1987,12 @@ om het Project mee te herstellen. - + Changed encoding for recording to %1 Opname encoding veranderd naar %1 - + Changed resample quality to: %1 Resample kwaliteit veranderd naar: %1 @@ -1871,102 +2007,102 @@ Opnemen - + &Edit - + Undo - + Redo - + &Snap &Snap - + Snap items to edges of other items while dragging. Tijdens verplaatsen randen laten snappen naar randen van andere objecten. - + S&croll Playback Afspelen s&crollen - + Keep play cursor in view while playing or recording. Afspeel cursor in beeld houden tijdens afspelen of opnemen. - + &Show Effects &Toon Effecten - + Show effect plugins and automation curves on tracks Plugins en automation curves tonen in Tracks - + Transport Console - + Project Project - + Edit Bewerken - + Best Beste - + High Hoog - + Medium Normaal - + Fast Snel - + &Help - + Open Audio Files Open audio bestand - + Audio files (*.wav *.flac *.ogg *.mp3 *.wv *.w64) Alle bestanden (*);;Audio bestanden(*.wav *.flac *.ogg *.mp3 *.wv *.w64) - + %1: %2 @@ -1987,7 +2123,7 @@ KeyboardConfigPage - + No description set for this keymap Geen beschrijving voorhanden voor deze keymap @@ -2002,7 +2138,7 @@ Configureer Toetsenbord - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2031,12 +2167,12 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Voor meer informatie, zie hoofdstuk 7: Key Actions. of the User Manual</p></body></html> - + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Double fact timeout (ms)</p></body></html> <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toetsenbord dubbel-klik interval (ms)</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2067,27 +2203,27 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Voor meer informatie, zie hoofdstuk 7: "Key Actions" of the User Manual.</p></body></html> - + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hold timeout (ms)</p></body></html> <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hold interval (ms)</p></body></html> - + Keymap - + Select keymap Selecteer keymap - + KeyMap Export KeyMap Export - + The exported keymap can be found here: %1 @@ -2096,12 +2232,12 @@ %1 - + Export Keymap Export Keymap - + Print Keymap Keymap afdrukken @@ -2112,7 +2248,7 @@ English The name of this Language, e.g. German would be Deutch - Nederlands + Nederlands @@ -2193,12 +2329,12 @@ CD-Tekst optioneel - + Arranger: Arrangeur: - + Message: Bericht: @@ -2269,7 +2405,7 @@ MoveEdge - + Move Clip Edge Cliprand verplaatsen @@ -3612,7 +3748,7 @@ Onbekende fout - + AudioClip @@ -3744,7 +3880,7 @@ Opnemen - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -3763,25 +3899,25 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">WAV64</span> : WAV format with 64 bit header, support by other programs is currently limited.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Limits : None, thousands of hours of recording time, supposed that your hard disk can hold it.</p></body></html> - + - + Encoding format Encoding formaat - + WavPack options WavPack opties - + Compression type Compressie type - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -3793,49 +3929,49 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Deze optie reduceert de grote van het bestand bij sommige floating-point geluids-data tot wel 10%. Het heeft vrijwel geen effect op de kwaliteit van het geluid.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Technisch gesproken is de compressie niet langer lossless, maar behoud het wel al de voordelen van floating point audio (&gt;600 dB dynamisch bereik, geen clipping en 25 bit resolutie). </p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Het heeft ook effect bij comprimeren van 32 bit integer audio data door te comprimeren naar 24 bit resolutie.</p></body></html> - + Skip WVX for extra compression (semi-lossless) Sla WVX over voor extra compressie (semi-lossless) - + Resampling - + On the fly resample quality - + Afspeel resample kwaliteit - + Default export resample quality - + Standaard exporteer resample kwaliteit - + Best Beste - + High Hoog - + Medium Normaal - + Fast Snel - + Enable on the fly resampling (Playback only) - + Activeer afspeel resampling @@ -3843,12 +3979,12 @@ ResourcesManager:: Failed to initialize ReadSource %1 (Reason: %2) - + Bronnenbeheerder:: Kon Bron %1 niet initializeren (Reden: %2) ResourcesManager: Received request to remove Audio Source %1but it is still in use by %2 AudioClips!!. NOT removing it! - + Bronnenbeheerder: ontving aanvraag om Audio Bron %1 te verwijderen, maar het is nog steeds in gebruik door %2 AudioClips!! Aanvraag geweigerd! @@ -3930,55 +4066,55 @@ SettingsDialog - - Configure - Traverso - Configureer - Traverso - - - + Behavior Algemeen - + Appearance Uiterlijk - + Keyboard Toetsenbord - + Performance Prestaties - + Audio Options Audio Opties - + Sound System Geluids Systeem + + + Preferences - Traverso + Voorkeuren - Traverso + Sheet - + Hard Disk overload detected! Overbelasting van de harde schijf gedetecteerd! - + Failed to fill ReadBuffer in time Kon ReadBuffer niet op tijd vullen - + Failed to empty WriteBuffer in time Kon WriteBuffer niet op tijd leggen @@ -4003,7 +4139,7 @@ Geen artiest naam opgegeven - + Recording to %n Clip(s) Opnemen naar %n Clip @@ -4086,7 +4222,7 @@ Geen audio te exporteren! (Is alles gemuted?) - + No Tracks armed for recording! Geen Tracks geactiveerd voor opname! @@ -4184,37 +4320,37 @@ SongInfoWidget - + Song - + Lied - - - + - Snap - + Gain - Gain + Gain SMPTE - + Zoom - + @@ -4467,130 +4603,12 @@ Read Buffer Status - + Lees Buffer Status Write Buffer Status - - - - - ThemeConfigPage - - - Select default project dir - Selecteer de standaard project map - - - - Form - Form - - - - Theme selector - Thema selecteerder - - - - Path to theme files - Pad naar thema bestanden - - - - Available themes - Beschikbare themas - - - - Theme Options - Thema opties - - - - Adjust theme color - Thema kleur aanpassen - - - - Paint audio rectified - Geluid positief weergeven - - - - Paint stereo audio as mono audio - Stereo geluid als mono weergeven - - - - Style Options - Style opties - - - - Select style - Selecteer style - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Painting the waveform with an outline is more detailed, but requires more cpu.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you experience slowness when painting many clips, or during animated scroll, unselect this option!</p></body></html> - - - - - Paint audio with outline - - - - - Draw lines at 0 and -6 dB - - - - - Toolbars - - - - - Icon size - - - - - Button style - - - - - Size of transport console - - - - - Use selected style's palette - - - - - Theme - - - - - Language - - - - - Interface Language - + Schrijf Buffer Status @@ -4609,7 +4627,7 @@ TimeLineView - + End Einde @@ -4624,7 +4642,7 @@ Marker verplaatsen - + Clear Markers Markers verwijderen @@ -4649,9 +4667,9 @@ Afspeel cursor: Naar marker verplaatsen - + You have to remove all other markers first. - + U moet eerst alle andere Markeerders verwijderen. @@ -4751,39 +4769,39 @@ TransportConsoleWidget - + Skip to Start - + Spring naar Start - + Previous Snap Position - + Vorige snap positie - + Record - Opnemen + Opnemen - + Play / Stop - + Start / Stop - + Next Snap Position - + Volgende snap positie - + Skip to End - + Spring naar einde - + Recording to %1 Tracks, encoding format: %2 - Opnemen naar %1 Tracks, encoding formaat: %2 + Opnemen naar %1 Tracks, encoding formaat: %2 @@ -4844,107 +4862,92 @@ Externe bewerking - - Select - Selecteer - - - Remove from Selection - Uit selectie verwijderen - - - - Add to Selection - Aan selectie toevoegen - - - Move Clip Clip verplaatsen - + Drag Edge Rand verplaatsen - + Move Or Resize Clip Clip: Verplaatsen of grootte wijzigen - + Split Knippen - + Arm Tracks - + Fold Sheet - + - + Fold Track - + - + Vertical In Vertikaal In - + Horizontal Out Horizontaal Uit - + Horizontal In Horizontaal In - + Vertical Out Vertikaal Uit - + Omnidirectional Alle kanten - + Horizontal Horizontaal - + Vertical Vertikaal - + Right Rechts - + Left Links - + Up Naar boven - + Down Naar beneden @@ -4954,9 +4957,19 @@ Alles (De)Selecteren - + Fold Markers Fold Markers + + + (De)Select + + + + + Magnetic Cut + + Binary files /tmp/imeZ14ij2E/traverso-0.49.0~rc1/resources/translations/traverso_pt.qm and /tmp/zxgZcqzp0u/traverso-0.49.1/resources/translations/traverso_pt.qm differ diff -Nru traverso-0.49.0~rc1/resources/translations/traverso_pt.ts traverso-0.49.1/resources/translations/traverso_pt.ts --- traverso-0.49.0~rc1/resources/translations/traverso_pt.ts 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/resources/translations/traverso_pt.ts 2009-03-28 08:48:39.000000000 +0000 @@ -1,5 +1,5 @@ - + AddRemoveClip @@ -8,7 +8,7 @@ - + Remove Selected Clips @@ -168,27 +168,153 @@ - AppearancePage + AppearenceConfigPage - + Icons only - + Text only - + Text beside Icons - + Text below Icons + + + Default Language + + + + + Select default project dir + + + + + Form + + + + + Theme + + + + + Theme selector + + + + + Path to theme files + + + + + Available themes + + + + + Adjust theme color + + + + + Theme Options + + + + + Paint audio rectified + + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Painting the waveform with an outline is more detailed, but requires more cpu.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you experience slowness when painting many clips, or during animated scroll, unselect this option!</p></body></html> + + + + + Paint audio with outline + + + + + Paint stereo audio as mono audio + + + + + Draw lines at 0 and -6 dB + + + + + Style Options + + + + + Select style + + + + + Use selected style's palette + + + + + Toolbars + + + + + Icon size + + + + + Button style + + + + + Transport Console size + + + + + Language + + + + + Interface Language + + + + + Changing the language of the Interface will take +effect after restarting Traverso! + + ArmTracks @@ -201,37 +327,37 @@ AudioClip - + Unable to Record to Track - + AudioDevice doesn't have this Capture Bus: %1 (Track %2) - + Toggle Mute - + Toggle Lock - + Remove Fades - + Normalization - + Set Normalization level: @@ -262,107 +388,112 @@ - Normalize: Reset + Lock - - Lock + + AudioClip: Normalize AudioClipEditDialog - + Dialog - + Clip Parameters - + External Processing - + hh:mm:ss.sss - + TextLabel - + End - + Length - + Track start - + Gain - + Name - + Fades - + Fade In - + Mode - + Bending - + Strength - + &Linear - + &Default - + Fade Out + + + Source + + AudioClipExternalProcessing @@ -375,17 +506,17 @@ AudioClipManager - + Selection: Add Clip - + Selection: Remove Clip - + Selection: Invert @@ -408,22 +539,22 @@ - + Reset Audio File for Clip: %1 - + All files (*);;Audio files (*.wav *.flac) - + No file selected! - + Succesfully set AudioClip file to %1 @@ -530,12 +661,142 @@ - AudioDriverPage + AudioDriverConfigPage - + System default + + + Form + + + + + Driver Selection + + + + + Driver: + + + + + Configure driver + + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defines if both the Playback and Capture buses </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of your soundcard are to be used, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or only the Playback or Capture bus(es).</p></body></html> + + + + + Duplex mode + + + + + Full + + + + + Playback + + + + + Capture + + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The sample rate used by the audio card.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New projects will use this samplerate as </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the project's sample rate on creation.</p></body></html> + + + + + Sample rate + + + + + 22050 + + + + + 32000 + + + + + 44100 + + + + + 48000 + + + + + 88200 + + + + + 96000 + + + + + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The latency introduced by the size of the audio buffers.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some people need low latencies, if you don't need it, </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or don't know what it means, please leave the default setting!</p></body></html> + + + + + Buffer latency (ms) + + + + + Restart Driver + + + + + Jack + + + + + Enable Jack transport control + + AudioSourcesManagerWidget @@ -583,52 +844,52 @@ - + On close: - + Save - + Ask - + Don't save - + Load last used project at startup - + New Sheet Settings - + Audio Clip Settings - + Lock Audio Clips by default - + Playback Settings - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -636,32 +897,32 @@ - + Scroll playback - + Jump - + Stay Centered - + Animated - + Continuously adjust audio while dragging - + Number of tracks @@ -887,10 +1148,19 @@ Import %n audiofile(s) + + Crop + + + AudioClip: Magnetic Cut + + + + Curve @@ -967,7 +1237,7 @@ DigitalClock - + Digital Clock @@ -999,139 +1269,6 @@ - DriverConfigPage - - - Form - - - - - Configure driver - - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Duplex mode:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Defines if both the Playback and Capture buses </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">of your soundcard are to be used, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or only the Playback or Capture bus(es).</p></body></html> - - - - - Duplex mode - - - - - Full - - - - - Playback - - - - - Capture - - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sample rate:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The sample rate used by the audio card.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">New projects will use this samplerate as </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">the project's sample rate on creation.</p></body></html> - - - - - Sample rate - - - - - 22050 - - - - - 32000 - - - - - 44100 - - - - - 48000 - - - - - 88200 - - - - - 96000 - - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Buffer latency:</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The latency introduced by the size of the audio buffers.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Some people need low latencies, if you don't need it, </p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or don't know what it means, please leave the default setting!</p></body></html> - - - - - Buffer latency (ms) - - - - - Jack - - - - - Enable Jack transport control - - - - - Driver Selection - - - - - Driver: - - - - - Restart Driver - - - - DriverInfo @@ -1576,27 +1713,27 @@ Interface - + History - + Resources Bin - + Correlation Meter - + FFT Spectrum - + Traverso %1 (built with Qt %2) A multitrack audio recording and editing program. @@ -1615,147 +1752,147 @@ - + &Project - + &New... - + &Open... - + &Save - + &Manage Project... - + &Export... - + &CD Writing... - + &Restore Backup... - + &Quit - + &Sheet - + New &Track(s)... - + New &Sheet(s)... - + Marker Editor... - + Import &Audio... - + Insert Si&lence... - + &View - + System Information - + Se&ttings - + &Recording File Format - + &Resample Quality - + &Preferences... - + &Getting Started - + &User Manual - + &About Traverso - + <b>Description</b> - + <b>Key Sequence</b> - + Opening User Manual in external browser! - + Traverso - Important - + A Project directory changed outside of Traverso. This is NOT supported! Please undo this change now! @@ -1764,12 +1901,12 @@ - + Traverso - Project load failed - + The requested Project `%1` could not be loaded for the following reason: @@ -1780,12 +1917,12 @@ - + Changed encoding for recording to %1 - + Changed resample quality to: %1 @@ -1825,102 +1962,102 @@ - + &Edit - + Undo - + Redo - + &Snap - + Snap items to edges of other items while dragging. - + S&croll Playback - + Keep play cursor in view while playing or recording. - + &Show Effects - + Show effect plugins and automation curves on tracks - + Transport Console - + Project - + Edit - + Best - + High - + Medium - + Fast - + &Help - + Open Audio Files - + Audio files (*.wav *.flac *.ogg *.mp3 *.wv *.w64) - + %1: %2 @@ -1941,17 +2078,17 @@ KeyboardConfigPage - + No description set for this keymap - + KeyMap Export - + The exported keymap can be found here: %1 @@ -1968,7 +2105,7 @@ - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -1985,12 +2122,12 @@ - + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Double fact timeout (ms)</p></body></html> - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -2008,27 +2145,27 @@ - + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hold timeout (ms)</p></body></html> - + Keymap - + Select keymap - + Export Keymap - + Print Keymap @@ -2039,7 +2176,7 @@ English The name of this Language, e.g. German would be Deutch - + Portuguese @@ -2120,12 +2257,12 @@ - + Arranger: - + Message: @@ -2196,7 +2333,7 @@ MoveEdge - + Move Clip Edge @@ -2321,6 +2458,7 @@ Added %n Sheet(s) + @@ -2361,6 +2499,7 @@ Added %n Track(s) + @@ -3489,7 +3628,7 @@ - + AudioClip @@ -3621,7 +3760,7 @@ - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -3643,22 +3782,22 @@ - + Encoding format - + WavPack options - + Compression type - + <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> @@ -3670,47 +3809,47 @@ - + Skip WVX for extra compression (semi-lossless) - + Resampling - + Enable on the fly resampling (Playback only) - + On the fly resample quality - + Default export resample quality - + Best - + High - + Medium - + Fast @@ -3807,40 +3946,40 @@ SettingsDialog - - Configure - Traverso - - - - + Behavior - + Appearance - + Audio Options - + Keyboard - + Performance - + Sound System + + + Preferences - Traverso + + Sheet @@ -3880,30 +4019,31 @@ - + Hard Disk overload detected! - + Failed to fill ReadBuffer in time - + Failed to empty WriteBuffer in time - + No Tracks armed for recording! - + Recording to %n Clip(s) + @@ -4352,124 +4492,6 @@ - ThemeConfigPage - - - Select default project dir - - - - - Form - - - - - Theme selector - - - - - Path to theme files - - - - - Available themes - - - - - Theme Options - - - - - Adjust theme color - - - - - Paint audio rectified - - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Painting the waveform with an outline is more detailed, but requires more cpu.</p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you experience slowness when painting many clips, or during animated scroll, unselect this option!</p></body></html> - - - - - Paint audio with outline - - - - - Paint stereo audio as mono audio - - - - - Style Options - - - - - Select style - - - - - Draw lines at 0 and -6 dB - - - - - Toolbars - - - - - Icon size - - - - - Button style - - - - - Size of transport console - - - - - Use selected style's palette - - - - - Theme - - - - - Language - - - - - Interface Language - - - - TimeLine @@ -4485,7 +4507,7 @@ TimeLineView - + End @@ -4495,7 +4517,7 @@ - + You have to remove all other markers first. @@ -4505,7 +4527,7 @@ - + Clear Markers @@ -4627,37 +4649,37 @@ TransportConsoleWidget - + Skip to Start - + Previous Snap Position - + Record - + Play / Stop - + Next Snap Position - + Skip to End - + Recording to %1 Tracks, encoding format: %2 @@ -4720,107 +4742,92 @@ - - Select - - - - Remove from Selection - - - - - Add to Selection - - - - Move Clip - + Drag Edge - + Move Or Resize Clip - + Split - + Arm Tracks - + Fold Sheet - + Fold Track - + Vertical In - + Horizontal Out - + Horizontal In - + Vertical Out - + Omnidirectional - + Horizontal - + Vertical - + Right - + Left - + Up - + Down @@ -4830,9 +4837,19 @@ - + Fold Markers + + + (De)Select + + + + + Magnetic Cut + + diff -Nru traverso-0.49.0~rc1/resources/traverso.desktop traverso-0.49.1/resources/traverso.desktop --- traverso-0.49.0~rc1/resources/traverso.desktop 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/resources/traverso.desktop 2009-03-28 08:48:39.000000000 +0000 @@ -1,19 +1,15 @@ [Desktop Entry] -Name=Traverso -Comment=Digital Audio Workstation -#Comment[nl]= - Encoding=UTF-8 -Version=1.0 - +MimeType=text/plain +GenericName=Multitrack Recorder +GenericName[de]=Multitrack Recorder +GenericName[ru]=Многодорожечная запись и сведение +Exec=traverso +Icon=traverso +Path= Type=Application -Categories=Application;Qt;AudioVideo;Audio;Music;Recorder; - -MimeType=application/x-traverso - -Exec=traverso %f -TryExec=traverso Terminal=false -StartupNotify=true - -Icon=traverso.png +Name=Traverso +X-KDE-StartupNotify=true +X-DCOP-ServiceType=Multi +Categories=Qt;AudioVideo;Audio;Recorder; diff -Nru traverso-0.49.0~rc1/src/3rdparty/slv2/slv2/plugininstance.h traverso-0.49.1/src/3rdparty/slv2/slv2/plugininstance.h --- traverso-0.49.0~rc1/src/3rdparty/slv2/slv2/plugininstance.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/3rdparty/slv2/slv2/plugininstance.h 2009-03-28 08:48:39.000000000 +0000 @@ -188,7 +188,7 @@ if (instance->lv2_descriptor->extension_data) return instance->lv2_descriptor->extension_data(uri); else - return 0; + return NULL; } diff -Nru traverso-0.49.0~rc1/src/audiofileio/decode/AbstractAudioReader.cpp traverso-0.49.1/src/audiofileio/decode/AbstractAudioReader.cpp --- traverso-0.49.0~rc1/src/audiofileio/decode/AbstractAudioReader.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/audiofileio/decode/AbstractAudioReader.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -189,7 +189,7 @@ void DecodeBuffer::check_buffers_capacity(uint size, uint channels) { - m_bufferSizeCheckCounter++; +/* m_bufferSizeCheckCounter++; m_totalCheckSize += size; float meanvalue = (m_totalCheckSize / (float)m_bufferSizeCheckCounter); @@ -202,7 +202,7 @@ m_bufferSizeCheckCounter = m_smallerReadCounter = 0; m_totalCheckSize = 0; } - } + }*/ if (destinationBufferSize < size || m_channels < channels) { diff -Nru traverso-0.49.0~rc1/src/CMakeLists.txt traverso-0.49.1/src/CMakeLists.txt --- traverso-0.49.0~rc1/src/CMakeLists.txt 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/CMakeLists.txt 2010-01-03 22:00:32.000000000 +0000 @@ -1,11 +1,11 @@ -ADD_SUBDIRECTORY(engine ${TRAVERSO_BUILD_DIR}) -ADD_SUBDIRECTORY(audiofileio ${TRAVERSO_BUILD_DIR}) -ADD_SUBDIRECTORY(commands ${TRAVERSO_BUILD_DIR}) -ADD_SUBDIRECTORY(core ${TRAVERSO_BUILD_DIR}) -ADD_SUBDIRECTORY(3rdparty ${TRAVERSO_BUILD_DIR}) -ADD_SUBDIRECTORY(plugins ${TRAVERSO_BUILD_DIR}) -ADD_SUBDIRECTORY(sheetcanvas ${TRAVERSO_BUILD_DIR}) -ADD_SUBDIRECTORY(traverso ${TRAVERSO_BUILD_DIR}) +ADD_SUBDIRECTORY(engine) +ADD_SUBDIRECTORY(audiofileio) +ADD_SUBDIRECTORY(commands) +ADD_SUBDIRECTORY(core) +ADD_SUBDIRECTORY(3rdparty) +ADD_SUBDIRECTORY(plugins) +ADD_SUBDIRECTORY(sheetcanvas) +ADD_SUBDIRECTORY(traverso) IF(USE_PCH) ADD_PRECOMPILED_HEADER(precompiled_headers precompile.h) diff -Nru traverso-0.49.0~rc1/src/commands/CMakeLists.txt traverso-0.49.1/src/commands/CMakeLists.txt --- traverso-0.49.0~rc1/src/commands/CMakeLists.txt 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/commands/CMakeLists.txt 2010-01-03 22:00:32.000000000 +0000 @@ -1,4 +1,4 @@ -ADD_SUBDIRECTORY(plugins ${TRAVERSO_BUILD_DIR}) +ADD_SUBDIRECTORY(plugins) INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/src/commands @@ -17,6 +17,7 @@ AddRemove.cpp ClipSelection.cpp CommandGroup.cpp +Crop.cpp ExternalProcessingDialog.cpp Fade.cpp Gain.cpp @@ -35,6 +36,7 @@ ) SET(TRAVERSO_COMMANDS_MOC_CLASSES +Crop.h ExternalProcessingDialog.h Gain.h MoveClip.h diff -Nru traverso-0.49.0~rc1/src/commands/commands.h traverso-0.49.1/src/commands/commands.h --- traverso-0.49.0~rc1/src/commands/commands.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/commands/commands.h 2009-03-28 08:48:39.000000000 +0000 @@ -14,3 +14,4 @@ #include "ArmTracks.h" #include "RemoveClip.h" #include "Scroll.h" +#include "Crop.h" diff -Nru traverso-0.49.0~rc1/src/commands/Crop.cpp traverso-0.49.1/src/commands/Crop.cpp --- traverso-0.49.0~rc1/src/commands/Crop.cpp 1970-01-01 01:00:00.000000000 +0100 +++ traverso-0.49.1/src/commands/Crop.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -0,0 +1,215 @@ +/* +Copyright (C) 2009 Remon Sijrier + +This file is part of Traverso + +Traverso is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + +*/ + +#include "Crop.h" + +#include "AudioClipView.h" +#include "ContextPointer.h" +#include "Command.h" +#include "Fade.h" +#include "SheetView.h" +#include "LineView.h" +#include "AudioClip.h" +#include "ResourcesManager.h" +#include "ProjectManager.h" +#include "Sheet.h" +#include "Track.h" +#include "InputEngine.h" +#include + + + #include + +// Always put me below _all_ includes, this is needed +// in case we run with memory leak detection enabled! +#include "Debugger.h" + +/** + * \class Crop + \brief + + \sa TraversoCommands + */ + + +Crop::Crop(AudioClipView* view) + : Command(view->get_context(), tr("AudioClip: Magnetic Cut")) + , m_cv(view) +{ + m_clip = view->get_clip(); + m_track = m_clip->get_track(); + + m_selection = new QGraphicsRectItem(m_cv); + m_selection->setBrush(QColor(0, 0, 255, 100)); + m_selection->setPen(QPen(Qt::NoPen)); + // Set the selection Z value to something sufficiently high + // to be _always_ on top of all the child views of m_cv + m_selection->setZValue(m_cv->zValue() + 20); + x2 = -1; + x1 = LLONG_MAX; +} + + +Crop::~Crop() +{} + +int Crop::prepare_actions() +{ + leftClip = resources_manager()->get_clip(m_clip->get_id()); + rightClip = resources_manager()->get_clip(m_clip->get_id()); + + leftClip->set_sheet(m_clip->get_sheet()); + leftClip->set_track_start_location(m_clip->get_track_start_location()); + leftClip->set_right_edge(TimeRef(x1 * m_cv->get_sheetview()->timeref_scalefactor) + m_clip->get_track_start_location()); + if (leftClip->get_fade_out()) { + FadeRange* cmd = (FadeRange*)leftClip->reset_fade_out(); + cmd->set_historable(false); + Command::process_command(cmd); + } + + rightClip->set_sheet(m_clip->get_sheet()); + rightClip->set_left_edge(TimeRef(x2 * m_cv->get_sheetview()->timeref_scalefactor) + m_clip->get_track_start_location()); + rightClip->set_track_start_location(leftClip->get_track_end_location()); + if (rightClip->get_fade_in()) { + FadeRange* cmd = (FadeRange*)rightClip->reset_fade_in(); + cmd->set_historable(false); + Command::process_command(cmd); + } + + return 1; +} + +int Crop::begin_hold() +{ + return 1; +} + +int Crop::finish_hold() +{ + delete m_selection; + return 1; +} + +int Crop::do_action() +{ + PENTER; + + Command::process_command(m_track->add_clip(leftClip, false)); + Command::process_command(m_track->add_clip(rightClip, false)); + + Command::process_command(m_track->remove_clip(m_clip, false)); + + return 1; +} + +int Crop::undo_action() +{ + PENTER; + + Command::process_command(m_track->add_clip(m_clip, false)); + + Command::process_command(m_track->remove_clip(leftClip, false)); + Command::process_command(m_track->remove_clip(rightClip, false)); + + return 1; +} + + +void Crop::cancel_action() +{ + finish_hold(); +} + + +int Crop::jog() +{ + PENTER; + + int x = cpointer().scene_x(); + + if (x < 0) { + x = 0; + } + + long long splitPoint = x * m_cv->get_sheetview()->timeref_scalefactor; + + QPointF point = m_cv->mapFromScene(splitPoint / m_cv->get_sheetview()->timeref_scalefactor, cpointer().y()); + int xpos = (int) point.x(); + if (xpos < 0) { + xpos = 0; + } + if (xpos > m_cv->boundingRect().width()) { + xpos = (int)m_cv->boundingRect().width(); + } + + if (xpos < x1) x1 = xpos; + if (xpos > x2) x2 = xpos; + + QRectF rect(0, 0, x2 - x1, m_cv->boundingRect().height()); + m_selection->setRect(rect); + m_selection->setPos(x1, 0); + + return 1; +} + +void Crop::adjust_left(bool autorepeat) +{ + ie().bypass_jog_until_mouse_movements_exceeded_manhattenlength(); + + int x = (int) m_selection->mapFromScene(cpointer().scene_x(), cpointer().y()).x(); + + if (x < (m_selection->boundingRect().width() / 2)) { + x1 -= 1; + if (x1 < 0) x1 = 0; + } else { + if (x2 > (x1 + 1)) { + x2 -= 1; + } + } + + QRectF rect(0, 0, x2 - x1, m_cv->boundingRect().height()); + m_selection->setRect(rect); + m_selection->setPos(x1, 0); +} + +void Crop::adjust_right(bool autorepeat) +{ + ie().bypass_jog_until_mouse_movements_exceeded_manhattenlength(); + + int x = (int) m_selection->mapFromScene(cpointer().scene_x(), cpointer().y()).x(); + + if (x < (m_selection->boundingRect().width() / 2)) { + if (x2 > (x1 + 1)) { + x1 += 1; + } + } else { + x2 += 1; + if (x2 > m_cv->boundingRect().width()) { + x2 = (int)m_cv->boundingRect().width(); + } + } + + QRectF rect(0, 0, x2 - x1, m_cv->boundingRect().height()); + m_selection->setRect(rect); + m_selection->setPos(x1, 0); + +} + diff -Nru traverso-0.49.0~rc1/src/commands/Crop.h traverso-0.49.1/src/commands/Crop.h --- traverso-0.49.0~rc1/src/commands/Crop.h 1970-01-01 01:00:00.000000000 +0100 +++ traverso-0.49.1/src/commands/Crop.h 2009-03-28 08:48:39.000000000 +0000 @@ -0,0 +1,70 @@ +/* + Copyright (C) 2009 Remon Sijrier + + This file is part of Traverso + + Traverso is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + +*/ + +#ifndef CROP_H +#define CROP_H + +#include "Command.h" + +class AudioClipView; +class Track; +class AudioClip; +class QGraphicsRectItem; + +class Crop : public Command +{ + Q_OBJECT + + Q_CLASSINFO("adjust_left", tr("Adjust Left")) + Q_CLASSINFO("adjust_right", tr("Adjust Right")) + + +public : + Crop(AudioClipView* cv); + ~Crop(); + + int begin_hold(); + int finish_hold(); + int prepare_actions(); + int do_action(); + int undo_action(); + void cancel_action(); + + int jog(); + +private: + AudioClipView* m_cv; + Track* m_track; + AudioClip* m_clip; + AudioClip* leftClip; + AudioClip* rightClip; + QGraphicsRectItem* m_selection; + qint64 x1; + qint64 x2; + +public slots: + void adjust_left(bool autorepeat); + void adjust_right(bool autorepeat); +}; + +#endif + + diff -Nru traverso-0.49.0~rc1/src/commands/MoveEdge.cpp traverso-0.49.1/src/commands/MoveEdge.cpp --- traverso-0.49.0~rc1/src/commands/MoveEdge.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/commands/MoveEdge.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -1,28 +1,30 @@ /* - Copyright (C) 2005-2007 Remon Sijrier - - This file is part of Traverso - - Traverso is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - -*/ +Copyright (C) 2005-2009 Remon Sijrier + +This file is part of Traverso -#include +Traverso is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + +*/ #include "MoveEdge.h" -#include + +#include "AudioClip.h" +#include "ContextPointer.h" +#include "Sheet.h" +#include "SnapList.h" #include #include @@ -35,10 +37,9 @@ MoveEdge::MoveEdge(AudioClipView* cv, SheetView* sv, QByteArray whichEdge) : Command(cv->get_clip(), tr("Move Clip Edge")) { - m_cv = cv; - m_sv = sv; + m_sv = sv; m_clip = cv->get_clip(); - m_edge = whichEdge; + m_edge = whichEdge; } @@ -47,32 +48,32 @@ int MoveEdge::prepare_actions() { - PENTER; + PENTER; if (m_newPos == m_originalPos) { // Nothing happened! return -1; } - - return 1; + + return 1; } int MoveEdge::begin_hold() { PENTER; - if (m_edge == "set_left_edge") { - m_newPos = m_originalPos = m_clip->get_track_start_location(); + if (m_edge == "set_left_edge") { + m_newPos = m_originalPos = m_clip->get_track_start_location(); m_otherEdgePos = m_clip->get_track_end_location(); } - if (m_edge == "set_right_edge") { - m_newPos = m_originalPos = m_clip->get_track_end_location(); + if (m_edge == "set_right_edge") { + m_newPos = m_originalPos = m_clip->get_track_end_location(); m_otherEdgePos = m_clip->get_track_start_location(); } m_clip->set_snappable(false); m_sv->stop_follow_play_head(); - return 1; + return 1; } @@ -80,7 +81,7 @@ { m_clip->set_snappable(true); - return 1; + return 1; } @@ -93,21 +94,29 @@ int MoveEdge::do_action() { - int r = QMetaObject::invokeMethod(m_clip, m_edge.data(), Q_ARG(TimeRef, m_newPos)); - if (!r) { - PERROR("MoveEdge::do_action: invokeMethod failed!"); + if (m_edge == "set_right_edge") { + m_clip->set_right_edge(m_newPos); } - return r; + + if (m_edge == "set_left_edge") { + m_clip->set_left_edge(m_newPos); + } + + return 1; } int MoveEdge::undo_action() { - int r = QMetaObject::invokeMethod(m_clip, m_edge.data(), Q_ARG(TimeRef, m_originalPos)); - if (!r) { - PERROR("MoveEdge::undo_action: invokeMethod failed!"); + if (m_edge == "set_right_edge") { + m_clip->set_right_edge(m_originalPos); } - return r; + + if (m_edge == "set_left_edge") { + m_clip->set_left_edge(m_originalPos); + } + + return 1; } @@ -128,7 +137,7 @@ m_newPos = m_otherEdgePos - (2 * m_sv->timeref_scalefactor); } - return do_action(); + return do_action(); } // eof diff -Nru traverso-0.49.0~rc1/src/commands/MoveEdge.h traverso-0.49.1/src/commands/MoveEdge.h --- traverso-0.49.0~rc1/src/commands/MoveEdge.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/commands/MoveEdge.h 2009-03-28 08:48:39.000000000 +0000 @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - $Id: MoveEdge.h,v 1.10 2008/01/21 16:22:11 r_sijrier Exp $ + $Id: MoveEdge.h,v 1.11 2009/03/07 17:33:12 r_sijrier Exp $ */ #ifndef MOVEEDGE_H @@ -28,7 +28,6 @@ #include class AudioClip; -class Sheet; class SheetView; class AudioClipView; @@ -49,8 +48,6 @@ private : AudioClip* m_clip; - Sheet* m_sheet; - AudioClipView* m_cv; SheetView* m_sv; QByteArray m_edge; TimeRef m_originalPos; diff -Nru traverso-0.49.0~rc1/src/commands/PCommand.cpp traverso-0.49.1/src/commands/PCommand.cpp --- traverso-0.49.0~rc1/src/commands/PCommand.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/commands/PCommand.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -1,5 +1,5 @@ /* -Copyright (C) 2005-2006 Remon Sijrier +Copyright (C) 2005-2009 Remon Sijrier This file is part of Traverso @@ -17,7 +17,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -$Id: PCommand.cpp,v 1.7 2007/12/11 17:30:10 r_sijrier Exp $ */ #include "PCommand.h" @@ -28,6 +27,27 @@ // in case we run with memory leak detection enabled! #include "Debugger.h" +/** \class PCommand + * \brief A Command class that can be used to create historable actions + + Use this class to create actions that basically involve calling one + function to set and restore a value. + + E.g. setting and resetting the gain of an object can be done like this: + + \code + PCommand(SomeObject, "do_something", newvalue, oldvalue, tr("MyObject: Did something")); + \endcode + + where SomeObject is a pointer to a QObject derived class, and "do_something" is a function + that accepts a value of the type of newvalue/oldvalue. "do_something" needs to be declared + as a public slot! + + \n + Supported types are: TimeRef, double and float. + * + */ + PCommand::PCommand(ContextItem* item, const char* slot, const QString& des) : Command(item, des) @@ -57,18 +77,28 @@ int PCommand::do_action() { - PENTER; - if (!m_doValue.isNull()) { - if (m_doValue.typeName() == QString("TimeRef")) { - if (QMetaObject::invokeMethod(m_contextitem, m_slot, Qt::DirectConnection, Q_ARG(TimeRef, m_doValue.value()))) { - return 1; - } - } - - return -1; - } - - return QMetaObject::invokeMethod(m_contextitem, m_slot); + PENTER; + if (!m_doValue.isNull()) { + if (m_doValue.typeName() == QString("TimeRef")) { + if (QMetaObject::invokeMethod(m_contextitem, m_slot, Qt::DirectConnection, Q_ARG(TimeRef, m_doValue.value()))) { + return 1; + } + } + + // covers both the float and double types! + if (m_doValue.type() == QVariant::Double) { + bool ok; + if (QMetaObject::invokeMethod(m_contextitem, m_slot, Qt::DirectConnection, Q_ARG(float, m_doValue.toDouble(&ok)))) { + return 1; + } else if (QMetaObject::invokeMethod(m_contextitem, m_slot, Qt::DirectConnection, Q_ARG(double, m_doValue.toDouble(&ok)))) { + return 1; + } + } + + return -1; + } + + return QMetaObject::invokeMethod(m_contextitem, m_slot); } int PCommand::undo_action() @@ -81,9 +111,20 @@ } } - return -1; + // covers both the float and double types! + if (m_undoValue.type() == QVariant::Double) { + bool ok; + if (QMetaObject::invokeMethod(m_contextitem, m_slot, Qt::DirectConnection, Q_ARG(float, m_undoValue.toDouble(&ok)))) { + return 1; + } else if (QMetaObject::invokeMethod(m_contextitem, m_slot, Qt::DirectConnection, Q_ARG(double, m_undoValue.toDouble(&ok)))) { + return 1; + } + } + + return -1; } - + + return QMetaObject::invokeMethod(m_contextitem, m_slot); } diff -Nru traverso-0.49.0~rc1/src/commands/PCommand.h traverso-0.49.1/src/commands/PCommand.h --- traverso-0.49.0~rc1/src/commands/PCommand.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/commands/PCommand.h 2009-03-28 08:48:39.000000000 +0000 @@ -1,5 +1,5 @@ /* - Copyright (C) 2005-2006 Remon Sijrier + Copyright (C) 2005-2009 Remon Sijrier This file is part of Traverso @@ -17,7 +17,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - $Id: PCommand.h,v 1.4 2007/12/11 17:30:10 r_sijrier Exp $ */ #ifndef PCOMMAND_H diff -Nru traverso-0.49.0~rc1/src/commands/plugins/CMakeLists.txt traverso-0.49.1/src/commands/plugins/CMakeLists.txt --- traverso-0.49.0~rc1/src/commands/plugins/CMakeLists.txt 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/commands/plugins/CMakeLists.txt 2010-01-03 22:00:32.000000000 +0000 @@ -1 +1 @@ -ADD_SUBDIRECTORY(TraversoCommands ${TRAVERSO_BUILD_DIR}) +ADD_SUBDIRECTORY(TraversoCommands) diff -Nru traverso-0.49.0~rc1/src/commands/plugins/TraversoCommands/TraversoCommands.cpp traverso-0.49.1/src/commands/plugins/TraversoCommands/TraversoCommands.cpp --- traverso-0.49.0~rc1/src/commands/plugins/TraversoCommands/TraversoCommands.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/commands/plugins/TraversoCommands/TraversoCommands.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -118,8 +118,9 @@ m_dict.insert("DragEdge", DragEdgeCommand); m_dict.insert("MoveClipOrEdge", MoveClipOrEdgeCommand); m_dict.insert("CopyClip", MoveClipCommand); - m_dict.insert("SplitClip", SplitClipCommand); - m_dict.insert("ArmTracks", ArmTracksCommand); + m_dict.insert("SplitClip", SplitClipCommand); + m_dict.insert("CropClip", CropClipCommand); + m_dict.insert("ArmTracks", ArmTracksCommand); m_dict.insert("VZoomIn", ZoomCommand); m_dict.insert("VZoomOut", ZoomCommand); m_dict.insert("HZoomIn", ZoomCommand); @@ -342,7 +343,18 @@ return new SplitClip(view); } - case ArmTracksCommand: + case CropClipCommand: + { + AudioClipView* view = qobject_cast(obj); + if (!view) { + PERROR("TraversoCommands: Supplied QObject was not an AudioClipView! " + "CropClipCommand needs an AudioClipView as argument"); + return 0; + } + return new Crop(view); + } + + case ArmTracksCommand: { SheetView* view = qobject_cast(obj); if (!view) { diff -Nru traverso-0.49.0~rc1/src/commands/plugins/TraversoCommands/TraversoCommands.h traverso-0.49.1/src/commands/plugins/TraversoCommands/TraversoCommands.h --- traverso-0.49.0~rc1/src/commands/plugins/TraversoCommands/TraversoCommands.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/commands/plugins/TraversoCommands/TraversoCommands.h 2009-03-28 08:48:39.000000000 +0000 @@ -39,15 +39,14 @@ Q_CLASSINFO("RemoveClip", tr("Remove Clip")) Q_CLASSINFO("RemoveTrack", tr("Remove Track")) Q_CLASSINFO("AudioClipExternalProcessing", tr("External Processing")) - Q_CLASSINFO("ClipSelectionSelect", tr("Select")) + Q_CLASSINFO("ClipSelectionSelect", tr("(De)Select")) Q_CLASSINFO("ClipSelectionSelectAll", tr("(De)Select All")) - Q_CLASSINFO("ClipSelectionRemove", tr("Remove from Selection")) - Q_CLASSINFO("ClipSelectionAdd", tr("Add to Selection")) Q_CLASSINFO("MoveClip", tr("Move Clip")) Q_CLASSINFO("DragEdge", tr("Drag Edge")) Q_CLASSINFO("MoveClipOrEdge", tr("Move Or Resize Clip")) - Q_CLASSINFO("SplitClip", tr("Split")) - Q_CLASSINFO("ArmTracks", tr("Arm Tracks")) + Q_CLASSINFO("SplitClip", tr("Split")) + Q_CLASSINFO("CropClip", tr("Magnetic Cut")) + Q_CLASSINFO("ArmTracks", tr("Arm Tracks")) Q_CLASSINFO("FoldSheet", tr("Fold Sheet")) Q_CLASSINFO("FoldTrack", tr("Fold Track")) Q_CLASSINFO("FoldMarkers", tr("Fold Markers")) @@ -82,6 +81,7 @@ DragEdgeCommand, MoveClipOrEdgeCommand, SplitClipCommand, + CropClipCommand, ArmTracksCommand, ZoomCommand, ScrollCommand diff -Nru traverso-0.49.0~rc1/src/commands/RemoveClip.cpp traverso-0.49.1/src/commands/RemoveClip.cpp --- traverso-0.49.0~rc1/src/commands/RemoveClip.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/commands/RemoveClip.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -34,12 +34,9 @@ : Command(clip, tr("Remove Clip")) { if (clip->is_selected()) { - QList selected; - clip->get_sheet()->get_audioclip_manager()->get_selected_clips(selected); - m_group.set_clips(selected); - // De-select the clips when they are removed, I wonder though if they - // should be selected again when un-doing the remove action ? - m_group.select_clips(false); + QList selectedClips; + clip->get_sheet()->get_audioclip_manager()->get_selected_clips(selectedClips); + m_group.set_clips(selectedClips); setText(tr("Remove Selected Clips")); } else { m_group.add_clip(clip); diff -Nru traverso-0.49.0~rc1/src/config.h traverso-0.49.1/src/config.h --- traverso-0.49.0~rc1/src/config.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/config.h 2009-03-28 08:48:39.000000000 +0000 @@ -1,5 +1,5 @@ -#define VERSION "0.49.0rc1" +#define VERSION "0.49.1" #define TRAVERSO_DEFINES "-DSTATIC_BUILD;-DQT_NO_DEBUG;-DLV2_SUPPORT;-DMP3_DECODE_SUPPORT;-DHAVE_SYS_VFS_H;-DHAVE_SYS_STAT_H" /* #undef BUILD_MAC_BUNDLE */ diff -Nru traverso-0.49.0~rc1/src/core/AudioClip.cpp traverso-0.49.1/src/core/AudioClip.cpp --- traverso-0.49.0~rc1/src/core/AudioClip.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/core/AudioClip.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -50,6 +50,7 @@ #include #include "PluginChain.h" #include "GainEnvelope.h" +#include "InputEngine.h" #include "AbstractAudioReader.h" @@ -298,12 +299,13 @@ void AudioClip::set_right_edge(TimeRef newRightLocation) { + if (newRightLocation < TimeRef()) { newRightLocation = TimeRef(); } if (newRightLocation > m_trackEndLocation) { - + TimeRef availableTimeRight = m_sourceLength - m_sourceEndLocation; TimeRef movingToRight = newRightLocation - m_trackEndLocation; @@ -312,8 +314,8 @@ movingToRight = availableTimeRight; } - set_track_end_location( m_trackEndLocation + movingToRight ); set_source_end_location( m_sourceEndLocation + movingToRight ); + set_track_end_location( m_trackEndLocation + movingToRight ); } else if (newRightLocation < m_trackEndLocation) { @@ -325,8 +327,8 @@ movingToLeft = availableTimeLeft - TimeRef(nframes_t(4), get_rate()); } - set_track_end_location( m_trackEndLocation - movingToLeft ); set_source_end_location( m_sourceEndLocation - movingToLeft); + set_track_end_location( m_trackEndLocation - movingToLeft ); } } @@ -897,22 +899,22 @@ Command * AudioClip::normalize( ) { bool ok; + float normfactor; double d = QInputDialog::getDouble(0, tr("Normalization"), tr("Set Normalization level:"), 0.0, -120, 0, 1, &ok); if (ok) { - calculate_normalization_factor(d); - } + normfactor = calculate_normalization_factor(d); + } - return (Command*) 0; -} + if (!ok || (normfactor == get_gain())) { + return ie().failure(); + } -Command * AudioClip::denormalize( ) -{ - set_gain(1.0); - return (Command*) 0; + return new PCommand(this, "set_gain", normfactor, get_gain(), tr("AudioClip: Normalize")); } -void AudioClip::calculate_normalization_factor(float targetdB) + +float AudioClip::calculate_normalization_factor(float targetdB) { float target = dB_to_scale_factor (targetdB); @@ -928,17 +930,17 @@ if (maxamp == 0.0f) { printf("AudioClip::normalization: max amplitude == 0\n"); /* don't even try */ - return; + return get_gain(); } if (maxamp == target) { printf("AudioClip::normalization: max amplitude == target amplitude\n"); /* we can't do anything useful */ - return; + return get_gain(); } /* compute scale factor */ - set_gain(target/maxamp); + return float(target/maxamp); } FadeCurve * AudioClip::get_fade_in( ) const diff -Nru traverso-0.49.0~rc1/src/core/AudioClipGroup.cpp traverso-0.49.1/src/core/AudioClipGroup.cpp --- traverso-0.49.0~rc1/src/core/AudioClipGroup.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/core/AudioClipGroup.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -170,13 +170,3 @@ return false; } -void AudioClipGroup::select_clips(bool select) -{ - foreach(AudioClip* clip, m_clips) { - if (select) { - clip->get_sheet()->get_audioclip_manager()->add_to_selection(clip); - } else { - clip->get_sheet()->get_audioclip_manager()->remove_from_selection(clip); - } - } -} diff -Nru traverso-0.49.0~rc1/src/core/AudioClipGroup.h traverso-0.49.1/src/core/AudioClipGroup.h --- traverso-0.49.0~rc1/src/core/AudioClipGroup.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/core/AudioClipGroup.h 2009-03-28 08:48:39.000000000 +0000 @@ -38,7 +38,6 @@ void set_snappable(bool snap); void set_as_moving(bool move); - void select_clips(bool select); void check_valid_track_index_delta(int& delta); QList copy_clips(); diff -Nru traverso-0.49.0~rc1/src/core/AudioClip.h traverso-0.49.1/src/core/AudioClip.h --- traverso-0.49.0~rc1/src/core/AudioClip.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/core/AudioClip.h 2009-03-28 08:48:39.000000000 +0000 @@ -50,7 +50,6 @@ Q_CLASSINFO("reset_fade_out", tr("Out: Remove")) Q_CLASSINFO("reset_fade_both", tr("Both: Remove")) Q_CLASSINFO("normalize", tr("Normalize")) - Q_CLASSINFO("denormalize", tr("Normalize: Reset")) Q_CLASSINFO("lock", tr("Lock")) public: @@ -157,7 +156,7 @@ void process_capture(nframes_t nframes); - void calculate_normalization_factor(float targetdB = 0.0); + float calculate_normalization_factor(float targetdB = 0.0); friend class ResourcesManager; @@ -187,7 +186,6 @@ Command* reset_fade_out(); Command* reset_fade_both(); Command* normalize(); - Command* denormalize(); Command* lock(); private slots: diff -Nru traverso-0.49.0~rc1/src/core/AudioClipManager.cpp traverso-0.49.1/src/core/AudioClipManager.cpp --- traverso-0.49.0~rc1/src/core/AudioClipManager.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/core/AudioClipManager.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -108,6 +108,8 @@ return; } + remove_from_selection(clip); + m_sheet->get_snap_list()->mark_dirty(); update_last_frame(); resources_manager()->mark_clip_removed(clip); @@ -197,7 +199,7 @@ { PENTER; - if (m_clipselection.size() == m_clips.size()) { + if (m_clipselection.size()) { return new ClipSelection(m_clips, this, "remove_from_selection", tr("Selection: Remove Clip")); } diff -Nru traverso-0.49.0~rc1/src/core/gdither.cpp traverso-0.49.1/src/core/gdither.cpp --- traverso-0.49.0~rc1/src/core/gdither.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/core/gdither.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: gdither.cpp,v 1.3 2007/07/08 23:16:57 benjie Exp $ + * $Id: gdither.cpp,v 1.4 2009/03/14 14:13:46 r_sijrier Exp $ */ #include @@ -413,7 +413,7 @@ ss, x, y, MAX_U8, MIN_U8); break; } - } else if (s->bit_depth == s->dither_depth == 16) { + } else if (s->bit_depth == 16 && s->dither_depth == 16) { switch (s->type) { case GDitherNone: gdither_innner_loop(GDitherNone, s->channels, 0.0f, SCALE_S16, diff -Nru traverso-0.49.0~rc1/src/core/Peak.cpp traverso-0.49.1/src/core/Peak.cpp --- traverso-0.49.0~rc1/src/core/Peak.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/core/Peak.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -737,7 +737,7 @@ int read = data->file.read((char*)readbuffer, sizeof(audio_sample_t) * count) / sizeof(audio_sample_t); if (read != (int)count) { - printf("could only read %d, %d requested\n", read, count); + printf("Peak::get_max_amplitude: could only read %d, %d requested\n", read, count); } maxamp = Mixer::compute_peak(readbuffer, read, maxamp); diff -Nru traverso-0.49.0~rc1/src/core/Sheet.cpp traverso-0.49.1/src/core/Sheet.cpp --- traverso-0.49.0~rc1/src/core/Sheet.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/core/Sheet.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -809,10 +809,11 @@ } if (m_stopTransport) { - RT_THREAD_EMIT(this, 0, transportStopped()); m_transport = false; m_realtimepath = false; m_stopTransport = false; + + RT_THREAD_EMIT(this, 0, transportStopped()); return 0; } @@ -875,8 +876,8 @@ QList mlist = m_timeline->get_markers(); QList tempmarkers; - // Here we make the marker-stuff idiot-proof ;-). Traverso doesn't insist on having any - // marker at all, so we need to handle cases like: + // Here we make the marker-stuff idiot-proof ;-). Traverso doesn't insist on having any + // marker at all, so we need to handle cases like: // - no markers at all // - one marker (doesn't make sense) // - enough markers, but no end marker @@ -902,7 +903,7 @@ // it will now be overwritten, so we will never end up with // two markers at the same position. - // deactivate the next if-condition (only the first one) if you want the + // deactivate the next if-condition (only the first one) if you want the // stuff before the first marker to go into the pre-gap if (mlist.at(0)->get_when() != (spec->startLocation)) { temp = new Marker(m_timeline, spec->startLocation, Marker::CDTRACK); @@ -953,14 +954,14 @@ output += " SONGWRITER \"" + startmarker->get_songwriter() + "\"\n"; output += " MESSAGE \"" + startmarker->get_message() + "\"\n }\n }\n"; - // add some stuff only required for the first track (e.g. pre-gap) + // add some stuff only required for the first track (e.g. pre-gap) if ((i == 0) && pregap) { //if (start == 0) { // standard pregap, because we have a track marker at the beginning output += " PREGAP 00:02:00\n"; //} else { // // no track marker at the beginning, thus use the part from 0 to the first - // // track marker for the pregap + // // track marker for the pregap // output += " START " + frame_to_cd(start, m_project->get_rate()) + "\n"; // start = 0; //} @@ -980,7 +981,7 @@ } } - // delete all temporary markers + // delete all temporary markers foreach(Marker* marker, tempmarkers) { delete marker; } diff -Nru traverso-0.49.0~rc1/src/engine/AudioDevice.cpp traverso-0.49.1/src/engine/AudioDevice.cpp --- traverso-0.49.0~rc1/src/engine/AudioDevice.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/engine/AudioDevice.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -$Id: AudioDevice.cpp,v 1.54 2008/11/11 13:42:37 r_sijrier Exp $ +$Id: AudioDevice.cpp,v 1.56 2009/03/04 20:54:00 r_sijrier Exp $ */ #include "AudioDevice.h" @@ -887,7 +887,7 @@ if (jackdriver) { PMESG("using jack_transport_locate"); nframes_t frames = location.to_frame(get_sample_rate()); - return jack_transport_locate(jackdriver->get_client(), frames); + return jack_transport_locate(jackdriver->get_client(), frames); } #endif diff -Nru traverso-0.49.0~rc1/src/plugins/LV2/LV2Plugin.h traverso-0.49.1/src/plugins/LV2/LV2Plugin.h --- traverso-0.49.0~rc1/src/plugins/LV2/LV2Plugin.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/plugins/LV2/LV2Plugin.h 2009-03-28 08:48:39.000000000 +0000 @@ -23,6 +23,7 @@ #ifndef LV2_PLUGIN_H #define LV2_PLUGIN_H +#include #include #include #include diff -Nru traverso-0.49.0~rc1/src/sheetcanvas/AudioClipView.cpp traverso-0.49.1/src/sheetcanvas/AudioClipView.cpp --- traverso-0.49.0~rc1/src/sheetcanvas/AudioClipView.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/sheetcanvas/AudioClipView.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -522,7 +522,9 @@ // fill info area bg p->fillRect(xstart, 1, pixelcount, m_infoAreaHeight, themer()->get_color("AudioClip:clipinfobackground:inactive")); if (m_height >= m_mimimumheightforinfoarea) { - p->drawPixmap(7, 1, m_clipInfo); + if (xstart < (7 + m_clipInfo.width())) { + p->drawPixmap(7, 1, m_clipInfo); + } } } @@ -541,7 +543,7 @@ channels = 1; } - // calculate the height of one channel + // calculate the height of one channel if (m_height >= m_mimimumheightforinfoarea) { p->setMatrix(matrix().translate(0, m_infoAreaHeight), true); height = (m_height - m_infoAreaHeight) / channels; @@ -561,7 +563,7 @@ int zeroDb = 0.9 * height / 2; int msixDb = 0.9 * height / 4; - // draw the lines above and below the center line, then translate + // draw the lines above and below the center line, then translate // the painter to the next channel for (int i = 0; i < channels; ++i) { p->drawLine(linestartpos, zeroDb, xstart+pixelcount, zeroDb); @@ -588,7 +590,7 @@ int zeroDb = 0.95 * height; int msixDb = 0.95 * height / 2; - // draw the lines above the center line, then translate + // draw the lines above the center line, then translate // the painter to the next channel for (int i = 0; i < channels; ++i) { p->drawLine(linestartpos, -zeroDb, xstart+pixelcount, -zeroDb); @@ -765,17 +767,17 @@ QFont font = themer()->get_font("AudioClip:fontscale:title"); QFontMetrics fm(font); - m_clipinfoString = fm.elidedText(m_clip->get_name(), Qt::ElideMiddle, 150) + QString clipinfoString = fm.elidedText(m_clip->get_name(), Qt::ElideMiddle, 150) + " " + sclipGain + " " + QString::number(m_clip->get_rate()) + " Hz"; - int clipInfoWidth = fm.boundingRect(m_clipinfoString).width(); + int clipInfoWidth = fm.boundingRect(clipinfoString).width(); m_clipInfo = QPixmap(clipInfoWidth, m_infoAreaHeight); m_clipInfo.fill(Qt::transparent); QPainter painter(&m_clipInfo); painter.setFont(font); - painter.drawText(m_clipInfo.rect(), m_clipinfoString); + painter.drawText(m_clipInfo.rect(), clipinfoString); } void AudioClipView::update_progress_info( int progress ) @@ -906,7 +908,6 @@ { m_drawbackground = themer()->get_property("AudioClip:drawbackground", 1).toInt(); m_infoAreaHeight = themer()->get_property("AudioClip:infoareaheight", 16).toInt(); - m_usePolygonPeakDrawing = themer()->get_property("AudioClip:polygonpeakdrawing", 0).toInt(); m_mimimumheightforinfoarea = themer()->get_property("AudioClip:mimimumheightforinfoarea", 45).toInt(); m_classicView = ! config().get_property("Themer", "paintaudiorectified", false).toBool(); m_mergedView = config().get_property("Themer", "paintstereoaudioasmono", false).toBool(); @@ -930,6 +931,7 @@ return; } update(m_boundingRect); + m_tv->to_front(this); } @@ -1002,6 +1004,12 @@ resources_manager()->set_source_for_clip(m_clip, rs); + + // FIXME This is a hack. When a ReadSource didn't have a valid file it wasn't added + // to DiskIO in AudioClip::set_sheet(). So when resetting the audiofile this solves it, + // but it's not the proper place to do so!! + m_clip->set_sheet(m_sheet); + info().information(tr("Succesfully set AudioClip file to %1").arg(filename)); return ie().succes(); diff -Nru traverso-0.49.0~rc1/src/sheetcanvas/AudioClipView.h traverso-0.49.1/src/sheetcanvas/AudioClipView.h --- traverso-0.49.0~rc1/src/sheetcanvas/AudioClipView.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/sheetcanvas/AudioClipView.h 2009-03-28 08:48:39.000000000 +0000 @@ -90,7 +90,6 @@ int m_height; int m_infoAreaHeight; int m_mimimumheightforinfoarea; - int m_usePolygonPeakDrawing; int m_lineOffset; int m_lineVOffset; TimeRef m_oldRecordingPos; @@ -117,8 +116,6 @@ QBrush m_brushFgEdit; QBrush m_brushFgEditHover; - QString m_clipinfoString; - void create_clipinfo_string(); void draw_clipinfo_area(QPainter* painter, int xstart, int pixelcount); diff -Nru traverso-0.49.0~rc1/src/sheetcanvas/Cursors.cpp traverso-0.49.1/src/sheetcanvas/Cursors.cpp --- traverso-0.49.0~rc1/src/sheetcanvas/Cursors.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/sheetcanvas/Cursors.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -29,6 +29,7 @@ #include #include +#include // Always put me below _all_ includes, this is needed // in case we run with memory leak detection enabled! @@ -86,7 +87,7 @@ color = themer()->get_color("Playhead:inactive"); } - painter->fillRect(0, 0, (int)m_boundingRect.width(), (int)m_boundingRect.height(), color); + painter->fillRect(1, 0, (int)m_boundingRect.width() - 2, (int)m_boundingRect.height(), color); } void PlayHead::play_start() @@ -110,6 +111,10 @@ if (m_animation.state() == QTimeLine::Running) { m_animation.stop(); } + + // just one more update so the playhead can paint itself + // in the correct color. + update(); } @@ -157,7 +162,14 @@ // When timeref_scalefactor is below 5120, the playhead moves faster then teh view scrolls // so it's better to keep the view centered around the playhead. if (m_mode == CENTERED || (m_sv->timeref_scalefactor <= 10280) ) { - m_sv->set_hscrollbar_value(int(scenePos().x()) - (int)(0.5 * vpWidth)); + // For some reason on some systems the event of + // setting the new position doesn't result in + // updating the area of the old cursor position + // when directly updating the scrollbars afterwards. + // processing the event stack manually solves this. + qApp->processEvents(); + + m_sv->set_hscrollbar_value(int(scenePos().x()) - (int)(0.5 * vpWidth)); return; } @@ -217,6 +229,12 @@ } if (m_sv->hscrollbar_value() != newXPos) { + // For some reason on some systems the event of + // setting the new position doesn't result in + // updating the area of the old cursor position + // when directly updating the scrollbars afterwards. + // processing the event stack manually solves this. + qApp->processEvents(); m_sv->set_hscrollbar_value(newXPos); } } diff -Nru traverso-0.49.0~rc1/src/sheetcanvas/dialogs/AudioClipEditDialog.cpp traverso-0.49.1/src/sheetcanvas/dialogs/AudioClipEditDialog.cpp --- traverso-0.49.0~rc1/src/sheetcanvas/dialogs/AudioClipEditDialog.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/sheetcanvas/dialogs/AudioClipEditDialog.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -26,6 +26,7 @@ #include "FadeCurve.h" #include "ProjectManager.h" #include "Project.h" +#include "ReadSource.h" #include "Utils.h" #include "Mixer.h" #include "Command.h" @@ -110,6 +111,8 @@ } clipGainSpinBox->setValue(coefficient_to_dB(m_clip->get_gain())); + sourceLineEdit->setText(m_clip->get_readsource()->get_filename()); + sourceLineEdit->setToolTip(m_clip->get_readsource()->get_filename()); } void AudioClipEditDialog::save_changes() diff -Nru traverso-0.49.0~rc1/src/sheetcanvas/PluginChainView.cpp traverso-0.49.1/src/sheetcanvas/PluginChainView.cpp --- traverso-0.49.0~rc1/src/sheetcanvas/PluginChainView.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/sheetcanvas/PluginChainView.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -50,7 +50,7 @@ { PENTERCONS; - setZValue(parent->zValue() + 2); + setZValue(parent->zValue() + 10); m_sv = sv; calculate_bounding_rect(); diff -Nru traverso-0.49.0~rc1/src/sheetcanvas/PluginView.cpp traverso-0.49.1/src/sheetcanvas/PluginView.cpp --- traverso-0.49.0~rc1/src/sheetcanvas/PluginView.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/sheetcanvas/PluginView.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -49,7 +49,7 @@ m_propertiesDialog = 0; - setZValue(parent->zValue() + 2); + setZValue(parent->zValue() + 2); m_name = plugin->get_name(); diff -Nru traverso-0.49.0~rc1/src/sheetcanvas/SheetView.cpp traverso-0.49.1/src/sheetcanvas/SheetView.cpp --- traverso-0.49.0~rc1/src/sheetcanvas/SheetView.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/sheetcanvas/SheetView.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -104,7 +104,7 @@ connect(m_sheet, SIGNAL(workingPosChanged()), m_workCursor, SLOT(update_position())); connect(m_sheet, SIGNAL(transportStarted()), this, SLOT(follow_play_head())); - connect(m_sheet, SIGNAL(transportPosSet()), this, SLOT(follow_play_head())); + connect(m_sheet, SIGNAL(transportPosSet()), this, SLOT(transport_position_set())); connect(m_sheet, SIGNAL(workingPosChanged()), this, SLOT(stop_follow_play_head())); m_clipsViewPort->scene()->addItem(m_playCursor); @@ -263,7 +263,7 @@ m_vScrollBar->setSingleStep(m_clipsViewPort->height() / 10); m_vScrollBar->setPageStep(m_clipsViewPort->height()); - m_playCursor->set_bounding_rect(QRectF(0, 0, 2, m_vScrollBar->maximum() + m_clipsViewPort->height())); + m_playCursor->set_bounding_rect(QRectF(0, 0, 4, m_vScrollBar->maximum() + m_clipsViewPort->height())); m_playCursor->update_position(); m_workCursor->set_bounding_rect(QRectF(0, 0, 1, m_vScrollBar->maximum() + m_clipsViewPort->height())); m_workCursor->update_position(); @@ -353,6 +353,13 @@ } +void SheetView::transport_position_set() +{ + if (!m_sheet->is_transport_rolling()) + center_playhead(); +} + + void SheetView::stop_follow_play_head() { m_sheet->set_temp_follow_state(false); @@ -370,7 +377,7 @@ if (state) { m_actOnPlayHead = true; m_playCursor->enable_follow(); - m_playCursor->setPos(m_sheet->get_transport_location() / timeref_scalefactor, 0); + m_playCursor->update_position(); } else { m_actOnPlayHead = false; m_playCursor->disable_follow(); @@ -719,4 +726,3 @@ } } - diff -Nru traverso-0.49.0~rc1/src/sheetcanvas/SheetView.h traverso-0.49.1/src/sheetcanvas/SheetView.h --- traverso-0.49.0~rc1/src/sheetcanvas/SheetView.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/sheetcanvas/SheetView.h 2009-03-28 08:48:39.000000000 +0000 @@ -131,6 +131,7 @@ void stop_follow_play_head(); void follow_play_head(); void set_follow_state(bool state); + void transport_position_set(); Command* touch(); Command* touch_play_cursor(); diff -Nru traverso-0.49.0~rc1/src/sheetcanvas/TrackView.cpp traverso-0.49.1/src/sheetcanvas/TrackView.cpp --- traverso-0.49.0~rc1/src/sheetcanvas/TrackView.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/sheetcanvas/TrackView.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -215,3 +215,12 @@ return 0; } +void TrackView::to_front(AudioClipView * view) +{ + foreach(AudioClipView* clipview, m_clipViews) { + clipview->setZValue(zValue() + 1); + } + + view->setZValue(zValue() + 2); +} + diff -Nru traverso-0.49.0~rc1/src/sheetcanvas/TrackView.h traverso-0.49.1/src/sheetcanvas/TrackView.h --- traverso-0.49.0~rc1/src/sheetcanvas/TrackView.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/sheetcanvas/TrackView.h 2009-03-28 08:48:39.000000000 +0000 @@ -56,6 +56,8 @@ void calculate_bounding_rect(); void load_theme_data(); + void to_front(AudioClipView* view); + private: Track* m_track; QList m_clipViews; diff -Nru traverso-0.49.0~rc1/src/sheetcanvas/ui/AudioClipEditDialog.ui traverso-0.49.1/src/sheetcanvas/ui/AudioClipEditDialog.ui --- traverso-0.49.0~rc1/src/sheetcanvas/ui/AudioClipEditDialog.ui 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/sheetcanvas/ui/AudioClipEditDialog.ui 2009-03-28 08:48:39.000000000 +0000 @@ -1,7 +1,8 @@ - + + AudioClipEditDialog - - + + 0 0 @@ -9,158 +10,188 @@ 285 - + Dialog - - - 9 - - + + 6 + + 9 + - - + + 0 - - + + Clip Parameters - - - 9 - - - 6 - - - - - Qt::Horizontal - - - - 261 - 20 - - - - - - - - External Processing - - - - - - - - - - 30.000000000000000 - - - -120.000000000000000 - - - 0.200000000000000 - - - - - - - hh:mm:ss.sss - - - - - - - hh:mm:ss.sss - - - - - - - QFrame::StyledPanel - - - QFrame::Sunken - - - TextLabel - - - - - - - End - - - - - - - Length - - - - - - - Track start - - - - - - - Gain - - + + + + + + + + + + 100 + 0 + + + + Source + + + + + + + Name + + + + + + + Gain + + + + + + + Track start + + + + + + + Length + + + + + + + End + + + + + + + + + + + false + + + + + + + + + + -120.000000000000000 + + + 30.000000000000000 + + + 0.200000000000000 + + + + + + + hh:mm:ss.sss + + + + + + + hh:mm:ss.sss + + + + + + + QFrame::StyledPanel + + + QFrame::Sunken + + + TextLabel + + + + + + - - - - Name - - + + + + + + Qt::Horizontal + + + + 261 + 20 + + + + + + + + External Processing + + + + - - + + Fades - - - 9 - - + + 6 + + 9 + - - + + Fade In - - + + 9 - + 6 - - - + + + - - - + + + 1.000000000000000 - + 0.050000000000000 - - - + + + 1.000000000000000 - + 0.050000000000000 - - - + + + Mode - - - + + + Bending - - - + + + Length - - + + - - - + + + Strength - - - + + + &Linear - - - + + + &Default @@ -238,81 +269,81 @@ - - + + Fade Out - - + + 9 - + 6 - - - + + + 1.000000000000000 - + 0.050000000000000 - - - + + + Bending - - - + + + Mode - - + + - - - + + + Length - - + + - - - + + + Strength - - - + + + 1.000000000000000 - + 0.050000000000000 - - - + + + &Linear - - - + + + &Default @@ -325,12 +356,12 @@ - - + + Qt::Horizontal - - QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok diff -Nru traverso-0.49.0~rc1/src/sheetcanvas/ViewItem.h traverso-0.49.1/src/sheetcanvas/ViewItem.h --- traverso-0.49.0~rc1/src/sheetcanvas/ViewItem.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/sheetcanvas/ViewItem.h 2009-03-28 08:48:39.000000000 +0000 @@ -66,7 +66,6 @@ } } } - void prepare_geometry_change() {prepareGeometryChange();} virtual int get_childview_y_offset() const {return 0;} virtual int type() const; virtual int get_height() const {return (int)m_boundingRect.height();} diff -Nru traverso-0.49.0~rc1/src/traverso/dialogs/CDWritingDialog.cpp traverso-0.49.1/src/traverso/dialogs/CDWritingDialog.cpp --- traverso-0.49.0~rc1/src/traverso/dialogs/CDWritingDialog.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/traverso/dialogs/CDWritingDialog.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -500,7 +500,7 @@ return; } #if defined (Q_WS_WIN) - if (data.contains(QRegExp("[0-9],[0-9],[0-9]"))) { + if (QString(data).contains(QRegExp("[0-9],[0-9],[0-9]"))) { #else if (data.contains("/dev/") || data.contains("dev=")) { #endif diff -Nru traverso-0.49.0~rc1/src/traverso/dialogs/settings/Pages.cpp traverso-0.49.1/src/traverso/dialogs/settings/Pages.cpp --- traverso-0.49.0~rc1/src/traverso/dialogs/settings/Pages.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/traverso/dialogs/settings/Pages.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -128,7 +128,7 @@ config().set_property("Hardware", "buffersize", 512); #if defined (ALSA_SUPPORT) config().set_property("Hardware", "drivertype", "ALSA"); - config().set_property("Hardware", "carddevice", "hw:0"); + config().set_property("Hardware", "carddevice", "default"); config().set_property("Hardware", "numberofperiods", 3); config().set_property("Hardware", "DitherShape", "None"); #elif defined (JACK_SUPPORT) @@ -221,7 +221,7 @@ } } - QString defaultdevice = config().get_property("Hardware", "carddevice", "hw:0").toString(); + QString defaultdevice = config().get_property("Hardware", "carddevice", "default").toString(); index = m_alsadevices->devicesCombo->findData(defaultdevice); if (index >= 0) { m_alsadevices->devicesCombo->setCurrentIndex(index); diff -Nru traverso-0.49.0~rc1/src/traverso/Interface.cpp traverso-0.49.1/src/traverso/Interface.cpp --- traverso-0.49.0~rc1/src/traverso/Interface.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/traverso/Interface.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -118,8 +118,6 @@ // setMaximumWidth(1024); // setMaximumHeight(768); - setUnifiedTitleAndToolBarOnMac(true); - // CenterAreaWidget centerAreaWidget = new QStackedWidget(this); setCentralWidget(centerAreaWidget); @@ -185,7 +183,11 @@ transportConsole = new TransportConsoleWidget(this); transportConsole->setObjectName("Transport Console"); +#if defined (Q_WS_MAC) addToolBar(Qt::BottomToolBarArea, transportConsole); +#else + addToolBar(Qt::TopToolBarArea, transportConsole); +#endif if (config().get_property("Themer", "textundericons", false).toBool()) { m_projectToolBar->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); @@ -231,6 +233,8 @@ connect(&config(), SIGNAL(configChanged()), this, SLOT(config_changed())); connect(&config(), SIGNAL(configChanged()), this, SLOT(update_follow_state())); update_follow_state(); + + setUnifiedTitleAndToolBarOnMac(true); } Interface::~Interface() diff -Nru traverso-0.49.0~rc1/src/traverso/Traverso.cpp traverso-0.49.1/src/traverso/Traverso.cpp --- traverso-0.49.0~rc1/src/traverso/Traverso.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/traverso/Traverso.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -313,7 +313,7 @@ #else QString driverType = config().get_property("Hardware", "drivertype", "PortAudio").toString(); #endif - QString cardDevice = config().get_property("Hardware", "carddevice", "hw:0").toString(); + QString cardDevice = config().get_property("Hardware", "carddevice", "default").toString(); QString ditherShape = config().get_property("Hardware", "DitherShape", "None").toString(); bool capture = config().get_property("Hardware", "capture", 1).toInt(); bool playback = config().get_property("Hardware", "playback", 1).toInt(); @@ -333,7 +333,7 @@ #if defined (ALSA_SUPPORT) if (driverType == "ALSA") { - cardDevice = config().get_property("Hardware", "carddevice", "hw:0").toString(); + cardDevice = config().get_property("Hardware", "carddevice", "default").toString(); } #endif diff -Nru traverso-0.49.0~rc1/src/traverso/widgets/InfoWidgets.cpp traverso-0.49.1/src/traverso/widgets/InfoWidgets.cpp --- traverso-0.49.0~rc1/src/traverso/widgets/InfoWidgets.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/traverso/widgets/InfoWidgets.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -426,14 +426,14 @@ action = addWidget(driverInfo); action->setVisible(true); addSeparator(); - action = addWidget(message); - action->setVisible(true); - addSeparator(); action = addWidget(resourcesInfo); action->setVisible(true); addSeparator(); action = addWidget(hddInfo); action->setVisible(true); + addSeparator(); + action = addWidget(message); + action->setVisible(true); } SystemValueBar::SystemValueBar(QWidget * parent) diff -Nru traverso-0.49.0~rc1/src/traverso/widgets/TransportConsoleWidget.cpp traverso-0.49.1/src/traverso/widgets/TransportConsoleWidget.cpp --- traverso-0.49.0~rc1/src/traverso/widgets/TransportConsoleWidget.cpp 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/traverso/widgets/TransportConsoleWidget.cpp 2009-03-28 08:48:39.000000000 +0000 @@ -32,7 +32,7 @@ #include #include -#include +#include #include #include #include @@ -47,7 +47,8 @@ { setEnabled(false); - m_timeLabel = new QLabel(this); + m_timeLabel = new QPushButton(this); + m_timeLabel->setFocusPolicy(Qt::NoFocus); m_timeLabel->setStyleSheet( "color: lime;" "background-color: black;" diff -Nru traverso-0.49.0~rc1/src/traverso/widgets/TransportConsoleWidget.h traverso-0.49.1/src/traverso/widgets/TransportConsoleWidget.h --- traverso-0.49.0~rc1/src/traverso/widgets/TransportConsoleWidget.h 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/src/traverso/widgets/TransportConsoleWidget.h 2009-03-28 08:48:39.000000000 +0000 @@ -30,7 +30,7 @@ class Project; class Sheet; -class QLabel; +class QPushButton; class TransportConsoleWidget : public QToolBar { @@ -40,7 +40,7 @@ TransportConsoleWidget(QWidget* parent); private: - QLabel* m_timeLabel; + QPushButton* m_timeLabel; Project* m_project; Sheet* m_sheet; QAction* m_toStartAction; diff -Nru traverso-0.49.0~rc1/TODO traverso-0.49.1/TODO --- traverso-0.49.0~rc1/TODO 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/TODO 2009-03-28 08:48:39.000000000 +0000 @@ -6,10 +6,10 @@ - Copy/move (including un/redo) selected clips ### BUGS / WISHES ### +* Fade: cursor jumps back to old pos after releasing [F] +* Curve top-left node is hardly visible * CD Burning doesn't work when traverso was started from clicking on the binary (sometimes, when no empty disk was inserted) * Ubuntu Intrepid package does not depend on libfftw3 ? -* resetting audioclip file: audioclip doesn't play sound -* QFileDialog::getExistingDirectory crashes when it shows a hidden directory the first time. * http://traverso-daw.org/forum/index.php/topic,93.0.html (selecting second burn device not possible) * current zoom-cursors get messed up at times (specially after using context menu of Zoom) * PPC build : no jack, crashes on PPC 10.5.1 (both portaudio with jack/coreaudio), which portaudio was used? @@ -17,17 +17,12 @@ * accessability: LAC discussion: e.g. from 25.12.07, thread "Studio reverb (impulse)" * Track (Vynil) plugin also applied to other tracks ?? * jack in/output ports numbers are calculated in reversed order! so inputcount ports is output count and vise versa -* crash when clicking on button next to theme path (Appearance page) (Filed bug at trolltech) -* ubuntu-theme: no audoclip outline color set? * Unable to lock memory, Traverso runs unstable due that. Detect (parse limits.conf file) first before trying to memlock ? -* ubuntu and system-pallete theme don't have transparent clip backgrounds. * xvidcap -> for creating video demos -* when you right-click on an area with multiple clips overlapping, you get a menu with multiple clips. Maybe each clip needs to have a "bring to front" function * new Song::get_last_location() semantics might not work well e.g. in MoveClip, TimeLineView. * Why does the User Manual say I need libflac++? * 2tracks project, seeking to start when beyond first clip: mp3 output garbled! * solution for project dir renamed outside of traverso: disabling write bit ? -* Add cmake flags to disable autodetect of platform, and compile platform specific (x86 (i686), vs x86_64) * http://traverso-daw.org/forum/index.php/topic,77.msg264.html#msg264 * check if permissions in /etc/security/limits.conf are set, and if not, notify the user! diff -Nru traverso-0.49.0~rc1/traverso.desktop traverso-0.49.1/traverso.desktop --- traverso-0.49.0~rc1/traverso.desktop 2009-02-28 15:19:36.000000000 +0000 +++ traverso-0.49.1/traverso.desktop 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -MimeType=text/plain -GenericName=Multitrack Recorder -GenericName[de]=Multitrack Recorder -Exec=traverso -Icon=traverso -Path= -Type=Application -Terminal=false -Name=Traverso -X-KDE-StartupNotify=true -X-DCOP-ServiceType=Multi -Categories=Qt;AudioVideo;Audio;Recorder;