-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


-
- Content .- Fans (16) .- Knowledge Base  . 

Qtractor

   0.5.8  

KDE Sound Application

Score 89%
Qtractor
zoom


Qtractor
zoom


Qtractor
zoom


Link:  Link
Depends on  Qt 4.x
Downloads:  7499
Submitted:  Apr 14 2007
Updated:  Mar 19 2013

Description:

Qtractor is an audio/MIDI multi-track sequencer application written in C++ with the Qt4 framework. Target platform is Linux, where the Jack Audio Connection Kit (JACK) for audio and the Advanced Linux Sound Architecture (ALSA) for MIDI are the main infrastructures to evolve as a fairly-featured Linux desktop audio workstation GUI, specially dedicated to the personal home-studio.

Features:

- Multi-track audio and MIDI sequencing and recording.
- Developed on pure Qt4 C++ application framework
(no Qt3 nor KDE dependencies).
- Uses JACK for audio and ALSA sequencer for MIDI
as multimedia infrastructures.
- Traditional multi-track tape recorder control paradigm.
- Audio file formats support: OGG (via libvorbis),
MP3 (via libmad, playback only), WAV, FLAC, AIFF
and many, many more (via libsndfile).
- Standard MIDI files support (format 0 and 1).
- Non-destructive, non-linear editing.
- Unlimited number of tracks per session/project.
- Unlimited number of overlapping clips per track.
- XML encoded session/project description files (SDI).
- Point-and-click, multi-select, drag-and-drop interaction
(drag, move, drop, cut, copy, paste, paste-repeat, delete, split, merge).
- Unlimited undo/redo.
- Built-in mixer and monitor controls.
- Built-in connection patchbay control and persistence
(a-la QjackCtl).
- LADSPA, DSSI, native VST and LV2 plug-ins support.
- Unlimited number of plug-ins per track or bus.
- Plug-in presets, programs and chunk/configurations support.
- Unlimited audio effect send/return inserts per track or bus.
- Loop-recording/takes.
- Audio/MIDI clip fade-in/out (linear, quadratic, cubic).
- Audio/MIDI clip gain/volume, normalize, export.
- Audio/MIDI track and plugin parameter automation (dynamic curves,
sample&hold, linear and spline modes).
- Audio clip time-stretching (WSOLA-like or via librubberband),
pitch-shifting (via librubberband [9]) and seamless sample-rate
conversion (via libsamplerate).
- Audio/MIDI track export (mix-down, merge).
- Audio/MIDI metronome bar/beat clicks.
- Unlimited tempo/time-signature map.
- Unlimited location/bar markers.
- MIDI clip editor (matrix/piano roll).
- MIDI instrument definitions (a-la Cakewalk(tm) (*.ins));
SoundFont (*.sf2) and MIDI Names XML (*.midnam) files also supported..
- MIDI controller mapping/learn/assignment (mixer and plug-in parameters).
- MIDI system exclusive (SysEx) setups.
- JACK transport sync master/slave.
- JACK session support.
- MMC control surface enabled.
- MIDI Song Position cueing support.
- Configurable keyboard shortcuts.




Changelog:

0.5.8 2013-03-19 The India Romeo

- Dropped old audio ramping spin-locks as its glitching reduction weren't that effective anymore.
- Audio bus and track gain may now be set for amplification again, from +0dB up to +6dB, while using the Mixer strip sliders/faders (an old function found missing ever since pre-TYOQA).
- Basic LV2 X11 UI support has been added through libSUIL but only really effective if plugins doesn't support the LV2 External UI extension in addition which takes precedence on any case.
- Improved precision tolerance on the Tempo Map / Markers dialog.
- Reinstated and fixed (old) warning and impending re-conversion on loading session files which the original sample-rate differs from current audio device engine (aka. JACK).
- LV2 Plugin State/Preset name discrimination fix (after a ticket by Jiri Prochaszka aka. Anchakor, thanks:)
- Linked/ref-counted audio clips must not overlap and now must have a buffer-size worth of a gap between each other.
- Something fishy has been detected in the SSE (not so) optimized code from SoundTouch's-inspired WSOLA time-stretching.
- Splitting clips apart is now easier than ever: a brand new entry enters the main menu scene: Edit/Split (Ctrl+Y) splits up clips according to current range/rectangular selection.
- Audio clip offsets are now properly corrected when time-stretching is applied via Shift/Ctrl+dragging any of the clip edges.
- One semi-colon typo was hiding proper descrimination of peak files used to draw distinct waveforms of time-stretched audio clips.
- Track automation curves are now also affected by Edit/Insert/Range commands.
- Finally, some visual feedback is shown while audio track export is running, in he form of a main status progress bar.
- New user option: save backup versions of existing session files.
- Default session directory now set to regular file's path on load.
- A convenient minimum slack duration has been fixed for MIDI SysEx messages.
- LV2 Time/position information is now asynchronously fed back into their parameter (control input) ports when designated.
- LV2 State is now properly restored for plugins inserted on buses, probably solving the Calf Fluidsynth SoundFont information missing on buses ticket, reported by Albert Graef, thanks.
- Fixed an immediate null pointer crash on creating a parentless new group while on the files organizer widget.
- Preparations for future Qt5 migration.


0.5.7 2012-12-27 The Hotel Sierra

- Loop and punch in/out ranges may now get set simultaneously, may even overlap each other. However, punch in/out range recording will always prevail over any loop recording takes.
- LV2 Worker/Schedule now supporting multi-instance vs. single-UI scenarios.
- LV2 Options and Buf-size extension support added.
- Fixed an off-by-one-tick bug on MIDI file input which was leaving spurious zero-length runt notes at the end of a MIDI clip, if a note-on coincides with the ending/split point (on ticket issued by Jonathan H. Pickard, thanks).
- Good old SLV2 library support for LV2 plug-ins (libslv2) is now irrevocably deprecated, or better said, completely wiped-out from the LV2 host code, now considered extinct.
- LV2 UI parameter updates are now asynchronously detached from the source GUI widget thread, in attempt to improve cross-GUI-toolkit responsiveness, specially focused on LV2 plugins with a GTK based UI (eg. amsynth, triceratops, etc.).
- Make sure LV2 UI parameters (input control ports) get updated when loading a genuine LV2 state preset.
- Improved the (custom) tempo spin-box widget signal(ing) processing and dispatching.
- Show proper pointing cursor and location tool-tip while dragging any of the time ruler markers (including latest location markers/bar).
- On saving as an archive/zip session file (suffix .qtz) include only those files that are actually referenced by live clips arrangement.
- Ongoing integration of location markers infrastructure (time-scale and MIDI-file support).
- Free-hand/linear retouching of event values, while on the MIDI clip editor's view pane below the main piano-roll (eg. note velocities), is now possible provided the target events are selected, otherwise the usual painting edit sub-mode applies (cf. menu Edit/Select Mode/Edit Draw).
- The MIDI clip editor now senses which target view pane has focus for general selection commands (cf. Edit/Select/None, All, Invert, Range) whether the main piano-roll or the event value (velocities) view.
- Mouse middle-button clicking is back in business on main track-view and on MIDI clip editor views (piano-roll) as an immediate play-head (re)positioning command or merge/reset the edit-head/tail cursors if Shift/Ctrl keyboard modifiers are pressed.
- Formerly protected, class qtractorClip::FadeFunctor is now public in an shot-in-the-dark attempt to fix clang builds (as reported by Jekyll Wu, thanks).
- Override all sub-classed widgets mouse-pointer event handlers to be isolated from base widget style and/or window management.


0.5.6 2012-10-02 The Golf Tango
0.5.5 2012-06-15 The Foxtrot Uniform
0.5.4 2012-03-01 The Echo Victor
0.5.3 2011-12-28 The Delta Whisky
0.5.2 2011-12-16 The Charlie X-ray
0.5.1 2011-10-05 The Bravo Yankee
0.5.0 2011-07-22 The Alpha Zulu (TYOQA)




LicenseGPL
Source
SUSE(openSUSE 12.3 Binary RPM (i586))
SUSE(openSUSE 12.3 Binary RPM (x86_64))
SUSE(openSUSE 12.3 Source RPM)
openSUSE Factory
openSUSE 12.3
openSUSE 12.2
Ubuntu 13.04 (amd64)
Ubuntu 13.04 (i386)
Ubuntu 12.10 (amd64)
Ubuntu 12.10 (i386)
Ubuntu 12.04 (i386)
Ubuntu 12.04 (amd64)
Send to a friend
Subscribe
Other  Apps  from rncbc
Report inappropriate content



goto page: prev   1  2  3 

-

 Mandriva 2008.0 i686

 
 by mapi on: Dec 15 2007
 
Score 50%
mapimapi
RPMLinux.org
Home

Mandriva 2008.0 i686 rpm here:

http://mandriva.99k.org/


Reply to this

-

 export the project ?

 
 by MiTcX on: Dec 30 2007
 
Score 50%

hi,
great app !
i would like to save the project but not in a media file, can we ? like the audacity .aup


Reply to this

-

 Re: export the proje

 
 by MiTcX on: Dec 30 2007
 
Score 50%

ok, i found it.
maybe the 2 windows when you want to save are unusual, for me


Reply to this

-
.

 Re: export project

 
 by rncbc on: Jan 1 2008
 
Score 50%

Maybe we're confusing disparate concepts; probably it needs some clarification.

In qtractor, exporting is the process to produce a mix-down of one or several tracks resulting into a brand new media file; it's like rendering audio _or_ MIDI into a new media file (either audio file _or_ SMF, not both).

OTOH, regarding the "project" concept, IIUC, is here known and called as "session", as the program's "working session". This working session is rightly stored as a XML encoded file (.qtr file ext/suffix) as being the complete description of the arrangement, including all audio/MIDI tracks, clips, buses and the whole setup made while operating the application program. Have this noted, that a session file does NOT ever store or include any kind of media contents, rather just the file path references where it might get found in the local file system.

HTH

Cheers && Happy New Year


rncbc aka Rui Nuno Capela
Reply to this

-

 congratulations !

 
 by dragonlord79 on: Jan 6 2008
 
Score 50%

Hey man you did a really good job with Qtractor !
It was time that a cool audio sequencing application was developed !
To be honest I haven't tried it yet, but I'm following with pleasure your constant improvements and efforts. I am a hard user of Cubase SX and I would really love to definitely switch to Linux also for that purpose, and achieve 0 latency recording and mastering.
The key thing for these applications is a serious VST instruments support. Once you get it you're done ! Have you planned it at all for the future ?

Again, many congratulations !


Reply to this

-
.

 Re: congratulations !

 
 by rncbc on: Jan 6 2008
 
Score 50%

Thanks, and please, do have a try. It will much appreciated.

Regarding VST support: it is in deed in the workings. On the workbench there's DSSI and native VSTi plug-in support. That's right, with DSSI-VST you will reach windows VSTs through wine, and with native VSTs you should have an open road to native linux VSTs (yes, there are some few out there;)

it's coming, but I can't really tell when it will be ready ;)

byee


rncbc aka Rui Nuno Capela
Reply to this

-
.

 Wow! great work.

 
 by tankaa on: Mar 13 2009
 
Score 50%

Thank you


Reply to this

-

 improve the style

 
 by dridk on: Apr 5 2009
 
Score 50%

That's cool!!Congratulation

You need now, to improve de design with nice icon and graphics! ( oxygen power!)

Look this : garageBand on mac Os for example:
http://www.farsipraise.net/blog/uploaded_images/garageband-723027.jpg


Reply to this

-
.

 Re: improve the style

 
 by rncbc on: Apr 6 2009
 
Score 50%

Thanks. Awe! Those GB colors are already mysteriously similar to Qtractor's. I wonder why should one make it even more of the same with icons and stuff :) from where I stand, ppl would start to think it's a GB clone, when it never was meant like that. But I see your point.

Cheers.


rncbc aka Rui Nuno Capela

Reply to this

-
.

 fantastic

 
 by thebadapples on: May 1 2009
 
Score 50%
thebadapplesthebadapples
the bad apples
Home
-
klaatu lastname 5

the bad apples
Antarctica, Ville de Penguin
Last visit Dec 6 2011
0 Friends
1 Groups

More info
Send a message
Add as friend
Other contents
--

unbelievably great app. i am thoroughly impressed and am enjoying using this. congratulations and THANK YOU!


---
[EOF]

Reply to this

goto page: prev   1  2  3 

Add commentBack




-
-
Do you like or dislike Ubuntu Unity?
 Yes, unity is alien technology!
 It is less confusing than Gnome 3 default, shell.
 Granny thinks it is much more usable than Gnome 2
 Canonical is embarrasing itself with this split project
 Gnome 3 default shell is much better
 I dislike Unity, Gnome 3 default shell is alien technology!
 None of the above, I like the 2Gb for free and Apple alike behavior. Will post a comment instead

resultmore
 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2013 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.