Skip to content

Commit

Permalink
- Preparations for 0.6.7 (lepton acid) beta release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rncbc committed May 27, 2015
1 parent cbbc221 commit b8977b0
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 25 deletions.
9 changes: 4 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@ Qtractor - An Audio/MIDI multi-track sequencer
ChangeLog


GIT HEAD
0.6.7 2015-05-27 Lepton Acid Beta

- MIDI clip editor (aka. piano-roll) position, size, and view
/event type criteria are now persistent, across session and
user preferences application state. (EXPERIMENTAL)
user preferences application state.

- Generic plugin form widget position is now also preserved
across open/save session cycles. (EXPERIMENTAL)
across open/save session cycles.

- MIDI clip editor resilience is about to get an improvement,
fe. it doesn't close on stopping record/overdub anymore.
(EXPERIMENTAL)

- Introducing (JACK) Timebase master setting as an option
to Transport mode (cf. View/Options.../General/Transport
/Timebase). (EXPERIMENTAL)
/Timebase).

- LV2 plug-in MIDI/Event support now slanted for deprecation.

Expand Down
10 changes: 5 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Qtractor - An Audio/MIDI multi-track sequencer
----------------------------------------------

Qtractor is an audio/MIDI multi-track sequencer application written
in C++ with the Qt4 framework [1]. Target platform is Linux, where the
in C++ with the Qt framework [1]. Target platform is Linux, where the
Jack Audio Connection Kit (JACK) for audio [2] and the Advanced Linux
Sound Architecture (ALSA) for MIDI [3] are the main infrastructures
to evolve as a fairly-featured Linux desktop audio workstation GUI,
Expand All @@ -28,7 +28,7 @@ Features
--------

- Multi-track audio and MIDI sequencing and recording.
- Developed on pure Qt4 C++ application framework [1].
- Developed on the Qt C++ application and UI framework [1].
- Uses JACK [2] for audio and ALSA [3] sequencer for MIDI
as multimedia infrastructures.
- Traditional multi-track tape recorder control paradigm.
Expand Down Expand Up @@ -82,9 +82,9 @@ The software requirements for build and runtime are listed as follows:

Mandatory:

[1] Qt4 (core, gui, xml), C++ class library and tools for
crossplatform development and internationalization
http://qt-project.org/
[1] Qt framework, C++ class library and tools for
cross-platform application and UI development
http://qt.io/

[2] JACK Audio Connection Kit
http://jackaudio.org/
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(Qtractor, 0.6.6.24, [email protected], qtractor)
AC_INIT(Qtractor, 0.6.7, [email protected], qtractor)

AC_CONFIG_SRCDIR(src/qtractor.cpp)
AC_CONFIG_HEADERS(src/config.h)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
qtractor (0.6.7-17) unstable; urgency=low

* New release: lepton acid beta

-- Rui Nuno Capela <[email protected]> Wed, 27 May 2015 18:30:00 +0100

qtractor (0.6.6-16) unstable; urgency=low

* New release: lazy tachyon beta
Expand Down
12 changes: 6 additions & 6 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: An Audio/MIDI multi-track sequencer.
Qtractor is an Audio/MIDI multi-track sequencer application
written in C++ around the Qt4 toolkit using Qt Designer.
The initial target platform will be 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.
written in C++ with the Qt framework. Target platform will be
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.

2 changes: 1 addition & 1 deletion qtractor.1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This manual page documents briefly the
command.
.PP
\fBQtractor\fP is an audio/MIDI multi-track sequencer application
written in C++ with the Qt4 framework. Target platform is Linux,
written in C++ with the Qt 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
Expand Down
13 changes: 6 additions & 7 deletions qtractor.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,12 @@ Requires(postun): desktop-file-utils, shared-mime-info

%description
Qtractor is an Audio/MIDI multi-track sequencer application
written in C++ around the Qt4 toolkit using Qt Designer.

The initial target platform will be 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.
written in C++ with the Qt framework. Target platform will be
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.

%prep
%setup
Expand Down

0 comments on commit b8977b0

Please sign in to comment.