Knowing Jack Knowing Jack

Total Page:16

File Type:pdf, Size:1020Kb

Knowing Jack Knowing Jack LINUXUSER JACK audio server Exploring the JACK sound server system KNOWINGKNOWING JACKJACK www.photocase.com The JACK audio server offers a professional sound alternative for the Linux desktop. BY DAVE PHILLIPS ost Linux users know that a cording, the demands on an audio server and dropouts (known as xruns), and server provides services, are relatively light. Managing several such systems are expected to support Mwhether on one machine or on audio streams at this level requires no the synchronous operation of multiple a network. The purpose of a server is to sample-accurate synchronization, nor is clients in a low-latency environment. eliminate the need to directly access there a need for a highly flexible client JACK comes with features such as: these services at the application level. routing system. Most users simply want • support for any ALSA-compatible For example, an X server manages access to be able to play recorded audio with- sound device to and control of the video services of out blocking other audio streams. Artsd • support for a variety of audio system the computer’s graphics chipsets, reliev- and esd are sound servers designed to back-ends (ALSA, OSS/ Linux, Port- ing user-level application developers of meet these requirements for the KDE Audio, CoreAudio) the burden of programming for those and GNOME desktops. The Network • free connectivity between clients – services directly. Audio System (NAS) is an alternative without delays or dropouts An audio server manages access to the network-friendly client/ server audio de- • support for a master transport control capabilities and services of the installed livery system intended to serve as an system audio devices. These audio devices in- audio equivalent of the X server. Within JACK’s primary task is the management clude soundcards, on-board audio chip- their limits, Artsd, esd, and NAS all of multiple audio data streams, coming sets, and any other audio hardware function effectively. However, none of from and going into a variety of appli- (such as telephony hardware, combined these servers provides sample-accurate cations with synchronized I/ O. JACK A/ V cards, television, and radio boards). synchronized I/ O of multiple audio data requires an audio system – it is not a The graphic Linux desktop depends streams, nor were they designed for per- replacement for an audio system such upon X for its graphics and video ser- formance within low-latency systems. If as ALSA or OSS/ Linux. JACK does not vices. Thus, your favorite KDE or your audio needs require these high-end supply soundcard drivers, nor does it GNOME applications include routines capabilities, you have ventured into the access hardware directly; instead it de- for accessing those services through the domain of professional audio systems, pends on a low-level audio layer to han- X application's programming interface. and now you need to know JACK. dle that communication, which in Linux Programmers can code for the hardware is either ALSA or OSS. JACK doesn’t care via a generalized API instead of having Introducing JACK about the underlying hardware, it simply to directly address the hardware. Alas, Developer Paul Davis has created one wants to manage the streams coming the sonic Linux desktop lacks a single of the most remarkable pieces of open- into and out of your devices. standardized solution for serving audio source audio software, the JACK Audio resources system-wide. Instead, a variety Connection Kit, better known as just Building and Installing of solutions have appeared, including JACK. JACK is specifically designed for JACK the artsd, esd, NAS, and JACK systems. systems tuned for low-latency and high JACK is available as a basic package For triggering system sounds, listening demand. Professional audio recording in the AGNULA/ Demudi and Planet to CD and DVD audio, and simple re- systems cannot afford audible delays CCRMA audio-optimized systems. A 76 ISSUE 67 JUNE 2006 WWW.LINUX - MAGAZINE.COM JACK audio server LINUXUSER source tarball of the latest Note that the -p option sets the software public release is available buffer size. As Jack O’Quin points out, from the JACK website. this is the buffer size seen by all JACK The site also provides in- clients. structions for building See the box titled “JACK Options” for JACK from CVS sources Figure 1: Controlling JACK from QjackCtl. more on command line options for for those who want to JACK. keep up with the latest development. No In this example, JACK has been started special build requirements are needed with realtime capability, acknowledging GUIs for JACK for JACK itself beyond Erik de Castro the ALSA back-end and addressing the We have already seen JACK in action at Lopo’s libsndfile audio file I/ O library. first hardware device in the audio the command prompt. However, when According to the JACK FAQ, you must system. The -d hw:0 switch is actually working in an X environment it’s nicer have a recent Linux kernel (2.4 or unnecessary; the hardware selection to have a GUI for JACK’s setup and con- higher) with the tmpfs file system turned always defaults to hw:0 anyway. Obvi- figuration, and thanks to developer Rui on. Most modern distributions will have ously, you would use a different number Nuno Capela, we have the wonderful this turned on by default, but you can for a different card or chipset in a system QJackCtl (Figure 1). This most helpful check for it by running cat /proc/filesys- with multiple sound devices. utility provides an all-in-one graphic in- tems. The FAQ also states that you must Here’s a slightly more complex exam- terface for configuring and controlling all mount a shared memory filesystem on ple for my SBLive soundcard : of JACK’s operations. In addition to the /dev/shm, advising that the following convenient setup dialog (Figure 2), QJC line be added to /etc/fstab: jackstart -R -d alsa -d hw:1U supplies an audio connections panel for -p 512 -r 48000 -z s JACK clients and a set of basic JACK shmfs /dev/shm shm U transport controls (if you want to use defaults 0 0 Once again, we see the realtime and QJC as the JACK transport master). QJC ALSA options. The device selector is further supplies messaging and status The FAQ further notes that you may numbered hw:1 because the SBLive is display panels, controls to start and stop have to create the /dev/shm directory the second card in that particular ma- the server, and play/ pause controls for yourself. chine. I’ve added options for the buffer JACK’s transport control system. After unpacking the sources, simply size (-p), for the JACK sample rate (-r), QJC also includes a MIDI connections enter the new JACK directory, read the and for the audio dithering option (-z). panel for ALSA sequencer clients, letting README for up-to-date instructions, then invoke ./configure --help to see the Regarding Soundcards available configuration options. JACK is The audio industry distinguishes be- audio chipset supplies little more than built with the familiar autotools utilities, tween consumer and professional grade the basic services, while my desktop so for most users the compile process is audio devices. Consumer-grade devices machine’s SBLive provides a much as easy as running ./configure [your include PCI and USB audio interfaces, larger array. options here]; make; make install. on-board chipsets for integrated desktop Professional-grade audio boards such as Installing JACK from an RPM or other and laptop sound support, and more ad- the RME Hammerfall or the M-Audio package also requires no special support. vanced hardware such as Creative’s SB Delta cards are designed to satisfy differ- Follow the basic installation procedure Live! and Audigy cards. These devices ent needs, providing higher-quality normally provide channels for a master for your system, and voila, you have a audio connectivity such as AES/ EBU and volume control, PCM and CD audio out- fresh JACK system ready for use. balanced 1/ 4” plugs, a greater number of put, and inputs for microphone and line- audio I/ O channels, higher sampling Starting JACK level signals. The master volume, CD, rates, and hardware synchronization mic, and line channels are self-explana- capabilities. These professional-quality The JACK server is launched with either tory. The PCM channel is a general digi- cards may or may not include hardware jackd or jackstart. The JACK manual tal audio playback channel providing MIDI connectivity, and they do not usu- page (man jackd) tells us that jackd in- volume control for programs playing ally include consumer-grade amenities vokes the JACK server daemon and that WAV, AIFF, OGG, MP3, and other sound- such as an on-board synthesizer or a jackstart is used when using JACK’s file types. connector to your CD drive’s audio built-in support for realtime capabilities. Depending on the audio chipset, these output. All options are the same for either invo- basic services may be expanded to in- The distinction between the grades is cation. For most users working on sys- clude channels for on-board synthesizer obscured by some more advanced de- tems with a patched 2.4 kernel, jackstart output, digital audio connections, sur- vices intended for the consumer market, will be the preferred method of starting round sound channels, and bass/ treble and it is certainly possible to achieve the server. Users working with 2.6 ker- tone controls. Software mixers such as truly high-quality results from some of nels should use jackd. alsamixer poll the audio hardware for its the more modern soundcards. However, capabilities and configure the mixer to Here’s a relatively simple beginning : for truly professional requirements you’ll display the available channels and need professional-grade audio hard- switches.
Recommended publications
  • Proceedings 2005
    LAC2005 Proceedings 3rd International Linux Audio Conference April 21 – 24, 2005 ZKM | Zentrum fur¨ Kunst und Medientechnologie Karlsruhe, Germany Published by ZKM | Zentrum fur¨ Kunst und Medientechnologie Karlsruhe, Germany April, 2005 All copyright remains with the authors www.zkm.de/lac/2005 Content Preface ............................................ ............................5 Staff ............................................... ............................6 Thursday, April 21, 2005 – Lecture Hall 11:45 AM Peter Brinkmann MidiKinesis – MIDI controllers for (almost) any purpose . ....................9 01:30 PM Victor Lazzarini Extensions to the Csound Language: from User-Defined to Plugin Opcodes and Beyond ............................. .....................13 02:15 PM Albert Gr¨af Q: A Functional Programming Language for Multimedia Applications .........21 03:00 PM St´ephane Letz, Dominique Fober and Yann Orlarey jackdmp: Jack server for multi-processor machines . ......................29 03:45 PM John ffitch On The Design of Csound5 ............................... .....................37 04:30 PM Pau Arum´ıand Xavier Amatriain CLAM, an Object Oriented Framework for Audio and Music . .............43 Friday, April 22, 2005 – Lecture Hall 11:00 AM Ivica Ico Bukvic “Made in Linux” – The Next Step .......................... ..................51 11:45 AM Christoph Eckert Linux Audio Usability Issues .......................... ........................57 01:30 PM Marije Baalman Updates of the WONDER software interface for using Wave Field Synthesis . 69 02:15 PM Georg B¨onn Development of a Composer’s Sketchbook ................. ....................73 Saturday, April 23, 2005 – Lecture Hall 11:00 AM J¨urgen Reuter SoundPaint – Painting Music ........................... ......................79 11:45 AM Michael Sch¨uepp, Rene Widtmann, Rolf “Day” Koch and Klaus Buchheim System design for audio record and playback with a computer using FireWire . 87 01:30 PM John ffitch and Tom Natt Recording all Output from a Student Radio Station .
    [Show full text]
  • Ubuntu Kung Fu
    Prepared exclusively for Alison Tyler Download at Boykma.Com What readers are saying about Ubuntu Kung Fu Ubuntu Kung Fu is excellent. The tips are fun and the hope of discov- ering hidden gems makes it a worthwhile task. John Southern Former editor of Linux Magazine I enjoyed Ubuntu Kung Fu and learned some new things. I would rec- ommend this book—nice tips and a lot of fun to be had. Carthik Sharma Creator of the Ubuntu Blog (http://ubuntu.wordpress.com) Wow! There are some great tips here! I have used Ubuntu since April 2005, starting with version 5.04. I found much in this book to inspire me and to teach me, and it answered lingering questions I didn’t know I had. The book is a good resource that I will gladly recommend to both newcomers and veteran users. Matthew Helmke Administrator, Ubuntu Forums Ubuntu Kung Fu is a fantastic compendium of useful, uncommon Ubuntu knowledge. Eric Hewitt Consultant, LiveLogic, LLC Prepared exclusively for Alison Tyler Download at Boykma.Com Ubuntu Kung Fu Tips, Tricks, Hints, and Hacks Keir Thomas The Pragmatic Bookshelf Raleigh, North Carolina Dallas, Texas Prepared exclusively for Alison Tyler Download at Boykma.Com Many of the designations used by manufacturers and sellers to distinguish their prod- ucts are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC.
    [Show full text]
  • Open Source Projects As Incubators of Innovation
    RESEARCH CONTRIBUTIONS TO ORGANIZATIONAL SOCIOLOGY AND INNOVATION STUDIES / STUTTGARTER BEITRÄGE ZUR ORGANISATIONS- UND INNOVATIONSSOZIOLOGIE SOI Discussion Paper 2017-03 Open Source Projects as Incubators of Innovation From Niche Phenomenon to Integral Part of the Software Industry Jan-Felix Schrape Institute for Social Sciences Organizational Sociology and Innovation Studies Jan-Felix Schrape Open Source Projects as Incubators of Innovation. From Niche Phenomenon to Integral Part of the Software Industry. SOI Discussion Paper 2017-03 University of Stuttgart Institute for Social Sciences Department of Organizational Sociology and Innovation Studies Seidenstr. 36 D-70174 Stuttgart Editor Prof. Dr. Ulrich Dolata Tel.: +49 711 / 685-81001 [email protected] Managing Editor Dr. Jan-Felix Schrape Tel.: +49 711 / 685-81004 [email protected] Research Contributions to Organizational Sociology and Innovation Studies Discussion Paper 2017-03 (May 2017) ISSN 2191-4990 © 2017 by the author(s) Jan-Felix Schrape is senior researcher at the Department of Organizational Sociology and Innovation Studies, University of Stuttgart (Germany). [email protected] Additional downloads from the Department of Organizational Sociology and Innovation Studies at the Institute for Social Sciences (University of Stuttgart) are filed under: http://www.uni-stuttgart.de/soz/oi/publikationen/ Abstract Over the last 20 years, open source development has become an integral part of the software industry and a key component of the innovation strategies of all major IT providers. Against this backdrop, this paper seeks to develop a systematic overview of open source communities and their socio-economic contexts. I begin with a recon- struction of the genesis of open source software projects and their changing relation- ships to established IT companies.
    [Show full text]
  • Command-Line Sound Editing Wednesday, December 7, 2016
    21m.380 Music and Technology Recording Techniques & Audio Production Workshop: Command-line sound editing Wednesday, December 7, 2016 1 Student presentation (pa1) • 2 Subject evaluation 3 Group picture 4 Why edit sound on the command line? Figure 1. Graphical representation of sound • We are used to editing sound graphically. • But for many operations, we do not actually need to see the waveform! 4.1 Potential applications • • • • • • • • • • • • • • • • 1 of 11 21m.380 · Workshop: Command-line sound editing · Wed, 12/7/2016 4.2 Advantages • No visual belief system (what you hear is what you hear) • Faster (no need to load guis or waveforms) • Efficient batch-processing (applying editing sequence to multiple files) • Self-documenting (simply save an editing sequence to a script) • Imaginative (might give you different ideas of what’s possible) • Way cooler (let’s face it) © 4.3 Software packages On Debian-based gnu/Linux systems (e.g., Ubuntu), install any of the below packages via apt, e.g., sudo apt-get install mplayer. Program .deb package Function mplayer mplayer Play any media file Table 1. Command-line programs for sndfile-info sndfile-programs playing, converting, and editing me- Metadata retrieval dia files sndfile-convert sndfile-programs Bit depth conversion sndfile-resample samplerate-programs Resampling lame lame Mp3 encoder flac flac Flac encoder oggenc vorbis-tools Ogg Vorbis encoder ffmpeg ffmpeg Media conversion tool mencoder mencoder Media conversion tool sox sox Sound editor ecasound ecasound Sound editor 4.4 Real-world
    [Show full text]
  • The Book of Audacity
    THE BOOK OF AUDACITY Record, Edit, Mix, and Master with the Free Audio Editor by Carla Schroder San Francisco THE BOOK OF AUDACITY. Copyright © 2011 by Carla Schroder. All rights reserved. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval system, without the prior written permission of the copyright owner and the publisher. 15 14 13 12 11 1 2 3 4 5 6 7 8 9 ISBN-10: 1-59327-270-7 ISBN-13: 978-1-59327-270-8 Publisher: William Pollock Production Editor: Serena Yang Cover and Interior Design: Octopod Studios Developmental Editor: Tyler Ortman Technical Reviewer: Alvin Goats Copyeditor: Kim Wimpsett Compositor: Serena Yang Proofreader: Paula L. Fleming Indexer: Nancy Guenther For information on book distributors or translations, please contact No Starch Press, Inc. directly: No Starch Press, Inc. 38 Ringold Street, San Francisco, CA 94103 phone: 415.863.9900; fax: 415.863.9950; [email protected]; www.nostarch.com Library of Congress Cataloging-in-Publication Data Schroder, Carla. The book of Audacity : record, edit, mix, and master with the free audio editor / by Carla Schroder. p. cm. Includes bibliographical references. ISBN-13: 978-1-59327-270-8 ISBN-10: 1-59327-270-7 1. Audacity (Computer file) 2. Digital audio editors. I. Title. ML74.4.A84S37 2010 781.3’4536-dc22 2010037594 No Starch Press and the No Starch Press logo are registered trademarks of No Starch Press, Inc. Other product and company names mentioned herein may be the trademarks of their respective owners.
    [Show full text]
  • Photo Editing
    All recommendations are from: http://www.mediabistro.com/10000words/7-essential-multimedia-tools-and-their_b376 Photo Editing Paid Free Photoshop Splashup Photoshop may be the industry leader when it comes to photo editing and graphic design, but Splashup, a free online tool, has many of the same capabilities at a much cheaper price. Splashup has lots of the tools you’d expect to find in Photoshop and has a similar layout, which is a bonus for those looking to get started right away. Requires free registration; Flash-based interface; resize; crop; layers; flip; sharpen; blur; color effects; special effects Fotoflexer/Photobucket Crop; resize; rotate; flip; hue/saturation/lightness; contrast; various Photoshop-like effects Photoshop Express Requires free registration; 2 GB storage; crop; rotate; resize; auto correct; exposure correction; red-eye removal; retouching; saturation; white balance; sharpen; color correction; various other effects Picnik “Auto-fix”; rotate; crop; resize; exposure correction; color correction; sharpen; red-eye correction Pic Resize Resize; crop; rotate; brightness/contrast; conversion; other effects Snipshot Resize; crop; enhancement features; exposure, contrast, saturation, hue and sharpness correction; rotate; grayscale rsizr For quick cropping and resizing EasyCropper For quick cropping and resizing Pixenate Enhancement features; crop; resize; rotate; color effects FlauntR Requires free registration; resize; rotate; crop; various effects LunaPic Similar to Microsoft Paint; many features including crop, scale
    [Show full text]
  • Software Wars, Business Strategies and IP Litigation
    Software Wars, Business Strategies and IP Litigation Immediately after Oracle America filed a patent infringement suit against Google Inc. in August 2010 the trade press labelled this a “software war.” Their interest was a trial featuring Oracle’s “star” counsel David Boies. In mid-January often cited Florian Mueller of NoSoftwarePatents, wrote “Google is patently too weak to protect Android—Google’s cell phone software.”1 (On April 4 Lead bidder Google offered $900 million for Nortel’s 6,000 patents and applications. A decision is expected in June}. By the end of March he had counted 39 patent infringement suits against Google.2 Whether Oracle wins Oracle v Google or not, Oracle and IBM may become losers. It is important that Oracle not alienate the software development community or its customers as it attempts to monetise the assets from the Sun Microsystems—now Oracle America— acquisition. The Oracle v. Google complaint was carefully targeted at Google’s Android software, avoiding the appearance of monetising the Java language and platform itself. The Android software was developed as open source in conjunction with the Open Handset Alliance. Android's mobile operating system is based on a modified version of the Linux kernel, subject to Linux patents. Google published all of the computer code under an Apache Software Foundation License.3 This license is royalty-free and places no restrictions on derivative products or commercial use. Based on IDC market share estimates by the fourth quarter of 2010, Android phones had 39% of the market. An Oracle asset gained through the acquisition of Sun was the OpenOffice open-source software—one of the only remaining substantial “competitors” to Microsoft’s document processing applications.
    [Show full text]
  • 60 External USB Hard Drive KNOW-HOW 60
    KNOW-HOW Ask Klaus! ASK KLAUS! during unmounting, and lost data results I edit an existing script that already on a frequent basis when I disconnect comes with Fedora 7 (as used by the the device. desktop), to resolve the problem? Or is The drive heads are not stopped ei- this behavior compiled in? Klaus Knopper is the creator of ther, and a strange whirring chirp sound I believe the “eject” feature used by Knoppix and co-founder of the occurs when unplugging the drive while Gnome is only meant for flash memory the platters are still spinning. drives such as USB keys, where there is LinuxTag expo. He currently I searched Google and found a shell no concept of flushing the data in RAM script to properly unmount the drive, to the magnetic storage medium and works as a teacher, program- and it uses a tool called sdparm to sync stopping the heads, and hence it is a mer, and consultant. If you have and stop the drive heads before physi- rather simple solution for unmounting cally disconnecting the USB hard drive. I that is not suitable for external portable a configuration problem, or if did not have sdparm installed by default hard drives. from my Fedora 7 distribution (obtained Thanks in advance for considering this you just want to learn more through a Linux Magazine DVD) and Linux hardware challenge. about how Linux works, send had to search and install the tool myself using the package manager. (Zenity mes- The quite long script you sent your questions to: sage boxes also had to be installed for can be reduced to (more or less) this script.) this skeleton: klaus@linux-magazine.
    [Show full text]
  • How to Create Music with GNU/Linux
    How to create music with GNU/Linux Emmanuel Saracco [email protected] How to create music with GNU/Linux by Emmanuel Saracco Copyright © 2005-2009 Emmanuel Saracco How to create music with GNU/Linux Warning WORK IN PROGRESS Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available on the World Wide Web at http://www.gnu.org/licenses/fdl.html. Revision History Revision 0.0 2009-01-30 Revised by: es Not yet versioned: It is still a work in progress. Dedication This howto is dedicated to all GNU/Linux users that refuse to use proprietary software to work with audio. Many thanks to all Free developers and Free composers that help us day-by-day to make this possible. Table of Contents Forword................................................................................................................................................... vii 1. System settings and tuning....................................................................................................................1 1.1. My Studio....................................................................................................................................1 1.2. File system..................................................................................................................................1 1.3. Linux Kernel...............................................................................................................................2
    [Show full text]
  • Schwachstellen Der Kostenfreien Digital Audio Workstations (Daws)
    Schwachstellen der kostenfreien Digital Audio Workstations (DAWs) BACHELORARBEIT zur Erlangung des akademischen Grades Bachelor of Science im Rahmen des Studiums Medieninformatik und Visual Computing eingereicht von Filip Petkoski Matrikelnummer 0727881 an der Fakultät für Informatik der Technischen Universität Wien Betreuung: Associate Prof. Dipl.-Ing. Dr.techn Hilda Tellioglu Mitwirkung: Univ.Lektor Dipl.-Mus. Gerald Golka Wien, 14. April 2016 Filip Petkoski Hilda Tellioglu Technische Universität Wien A-1040 Wien Karlsplatz 13 Tel. +43-1-58801-0 www.tuwien.ac.at Disadvantages of using free Digital Audio Workstations (DAWs) BACHELOR’S THESIS submitted in partial fulfillment of the requirements for the degree of Bachelor of Science in Media Informatics and Visual Computing by Filip Petkoski Registration Number 0727881 to the Faculty of Informatics at the Vienna University of Technology Advisor: Associate Prof. Dipl.-Ing. Dr.techn Hilda Tellioglu Assistance: Univ.Lektor Dipl.-Mus. Gerald Golka Vienna, 14th April, 2016 Filip Petkoski Hilda Tellioglu Technische Universität Wien A-1040 Wien Karlsplatz 13 Tel. +43-1-58801-0 www.tuwien.ac.at Erklärung zur Verfassung der Arbeit Filip Petkoski Wienerbergstrasse 16-20/33/18 , 1120 Wien Hiermit erkläre ich, dass ich diese Arbeit selbständig verfasst habe, dass ich die verwen- deten Quellen und Hilfsmittel vollständig angegeben habe und dass ich die Stellen der Arbeit – einschließlich Tabellen, Karten und Abbildungen –, die anderen Werken oder dem Internet im Wortlaut oder dem Sinn nach entnommen sind, auf jeden Fall unter Angabe der Quelle als Entlehnung kenntlich gemacht habe. Wien, 14. April 2016 Filip Petkoski v Kurzfassung Die heutzutage moderne professionelle Musikproduktion ist undenkbar ohne Ver- wendung von Digital Audio Workstations (DAWs).
    [Show full text]
  • Quick Guide Vers 3.4 Most Options Will Be Set Automatically, When the Info Needed by the Destination Format Is Contained in the Source Format
    What’s new (v3.4)? More formats Ardour, Tracktion & CMX 3600, 3400, 340 EDL & other CMX’like files (eg Grass Valley 4 &7 & Cudos) You can now specify a Reaper RPP as a session ‘template’ to be used when converting to Reaper format. Samplitude EDL, you can now choose to offset all clips by the Offset amount in the source session. Extracted OMF info, media files & session data can be written back to the OMF source folder. Much more detail is extracted from PT5 sessions, eg BPM, Beat markers, lists of Fx & plug-in’s used; now listed in for example the Reaper notes section. Recombine split stereo (.L&.R) files from for example, ProTools, to a sub folder called ‘Stereo’. Pro Tools import & Export has been enhanced considerably. Eg mute envelopes now fully supported. (both read & write) You no longer need to “unhide” hidden PT5 files originated on a Mac, AATranslator can now “see” any pt5 files whether hidden or not. PT5 export, can use either Clip or track/timeline based automation envelopes from all of the far more capable source formats, that include both of these types of automation.. There is now a Mac OSX export function for PT5 sessions. The notes have been substantially re-written, much clearer & even more vital to read. Note if Pro Tools (now known as, Avid Audio) is important to you, do read the notes. PT does have very specific requirements that are far more strict than any other DAW. PT can work really well, but it’s a very picky DAW, so make sure you deliver what it requires, this is very very important.
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]