1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390
|
Fri April 11 2008 -- Version 0.9.3
----------------------------------------
This is a bug fix release, containing the following changes:
* Fixed bounds checking of mode in speex header. relates to:
http://www.ocert.org/advisories/ocert-2008-2.html
* Fixed bug preventing device dialog being reopened when
closed via the window manager.
All users with speex handling enabled should upgrade.
Tue Jan 30 2007 -- Version 0.9.2
--------------------------------
New in this release:
* ALSA is now the default driver. see README.OSS for oss
* minimum supported gtk version raised to 2.4
* added the "hand tool" for panning the display with inertia
(Radoslaw Korzeniewski)
* can now open multiple files via the gtk file selector
* implemented accel editing via the usual gtk method
* added tdb lock override (Takashi Iwai)
* remove support for libsndfile0 (Erik de Castro Lopo)
* remove direct flac support as it's supported by libsndfile now
(Erik de Castro Lopo)
* added a new splash screen (Pascal Klein)
* fix segfault when closing windows while others were still loading
* other bugs addressed and changes made. run "svn log" on a copy of svn
trunk for details, or check http://trac.metadecks.org/timeline
* released 0.9.2
Mon Jan 30 2006 -- Version 0.9.1
--------------------------------
This is a maintainance release.
The previous release (0.9.0) had a bug that prevented sweep from
populating the ALSA devices in settings. The bug was only apparent
when you built with ALSA and didn't have a previous installation
of sweep that used ALSA.
If you installed sweep 0.9.0 and had problems getting any sound
output then please upgrade to 0.9.1.
Mon Aug 22 2005 -- Version 0.8.4
--------------------------------
This is maintainance release, including:
* updates for ALSA 1.0 (Daniel Dreschers, Charles Turner),
* a new Polish translation (Radoslaw Korzeniewski),
* an updated russian translation (Alex Prokoudine),
* a small fix to the German translation, and
* various minor tweaks and improvements.
This is likely to be the last Sweep release based on GTK+-1.2. Further
development will use GTK+-2.0 for the interface.
Over the last year, Peter Shorthose has developed a comprehensive set of
GTK+-2.0 patches for Sweep, and will handle their merging and ongoing
release management towards Sweep 1.0. Welcome Peter!
The trunk of sweep CVS has been migrated to a new Subversion repository.
You can check it out by:
svn co http://svn.metadecks.org/sweep/trunk sweep
svn.metadecks.org can also be browsed via trac at:
http://trac.metadecks.org/
Fri Apr 30 2004 -- Version 0.8.3
--------------------------------
This is a maintainance release, including a new Spanish translation,
various bugfixes and no new functionality.
Sweep has moved back into CVS at SourceForge. Five new developers have
been added to the project: Yuri Bongiorno, Erik de Castro Lopo, Torben
Hohn, Andr? Pang, and Alexandre Prokoudine.
Internationalization (i18n) improvements:
* a new Spanish translation by Juan Manuel Martinez
* an updated Italian translation by Yuri Bongiorno
Bugfixes:
* resampler bug fixed by Erik de Castro Lopo
* made main scrollbar arrows useful (bug #821596)
* seven other bug reports closed
* compile warning fixes for GCC3
The dependency on libtdb has been removed. TDB sources are now pulled
directly from the upstream Samba subversion repository.
Wed Apr 30 2003 -- Version 0.8.2
--------------------------------
This release contains support for ALSA 0.9; this is configurable and could
do with widespread testing.
To build with ALSA support, simply configure with:
./configure --enable-alsa
Note that this will build a binary which will work with ALSA only, and
not attempt to use OSS. In future this will be replaced with plugins
for different pcm i/o methods, which should ease binary distribution.
Internationalization (i18n) improvements:
* a complete audit of untranslateable strings, including
mis-configured source files and unmarked strings, by
Silvia Pfeiffer.
* a new Greek translation by Dokianakis Fanis
* a new Russian translation by Alexandre Prokoudine
* an updated Italian translation by Yuri Bongiorno
* an updated German translation by Silvia Pfeiffer
There is a new mailing list: sweep-i18n. List information is at
http://lists.sourceforge.net/lists/listinfo/sweep-i18n
Additional changes include:
* added VBR without DTX option for Speex 1.0 speech encoding
* improved accuracy of sliders in processing dialogs
Events:
Conrad will presenting and demoing Sweep at the following upcoming events:
Jul 10-13 LinuxTag 2003 (Karlsruhe, Germany)
Conference and Linux Audio Dev (LAD) exhibition booth
http://www.linuxtag.org/
Jul 31 - Aug 3 UKUUG Linux Developers Conference (Edinburgh, Scotland)
http://www.ukuug.org/events/linux2003/
Plus, the Call for Participation for the Linux Audio Mini-Conf @ LCA2004
(Jan 12-13 2004, Adelaide, South Australia) is announced:
http://www.metadecks.org/events/lca2004/
Thu Feb 6 2003 -- Version 0.8.1
--------------------------------
This release contains performance improvements for basic editing operations,
including reduced memory consumption during cut and paste insert. It also
includes support for creation of new files on the command line, updated
handling of raw file loading through libsndfile, and updated support for
voice activity detection and intensity stereo coding features of the Speex
speech codec.
Sat Jan 18 2003 -- Version 0.8.0
--------------------------------
This is the first milestone release for Sweep 1. Please test it thoroughly
for both general sample editing and live performance! For more information,
see http://www.metadecks.org/ .
New in this release:
* a new monitoring subsystem for use in DJing and live performance.
Users with two sound cards can use headphones for monitoring, to
prepare mixes and cue samples without disrupting the main output.
* A usability bug was fixed in keyboard playback controls
* the Italian translation of the user interface was updated by
Yuri Bongiorno.
New at metadecks.org:
Notes for the tutorial "Using Sweep: Fun with Scrubby" are now
available online in HTML, PostScript and PDF formats at:
http://www.metadecks.org/software/sweep/tutorials/
This is a brief overview of the tutorial given at linux.conf.au 2003
in Perth, Australia; the real thing is live and very, very loud.
Sat Jan 4 2003 -- Open Sound System's killer app of the month
-------------------------------------------------------------
Sweep has been selected as the killer app of the month for January 2003 by
Open Sound System (OSS), developers of the most widely used digital audio
architecture for UNIX.
Fri Dec 20 2002 -- Version 0.5.13
---------------------------------
This release contains build fixes for NetBSD and cleanups by Erik de
Castro Lopo to fix preprocessor pasting warnings.
It also features new fade in and fade out filters.
Conrad will be presenting two sessions at linux.conf.au, January 22-25 2003
in Perth, Australia; a tutorial titled "Using Sweep: Fun with Scrubby", and
an overview of Sweep's internals and plugin development.
Fri Dec 6 2002 -- Version 0.5.12
---------------------------------
New in this release:
* an updated Italian translation from Yuri Bongiorno
* resample (sample rate conversion): change the sample rate of a
file, for example from CD format to DAT format, or to any arbitrary
sample rate. This requires Erik de Castro Lopo's newly released
libsamplerate, available from http://www.mega-nerd.com/SRC/
* preview cut: hear how the area around the selection will sound
after the selection is cut out, including the parts between
selection regions for multi-region selections.
* preroll to cursor: play one second of sound leading up to the
cursor; useful for hearing the cursor position without moving it.
Bugs were fixed in MP3 loading and pitched playback (using QWERTY keys).
Thu Nov 28 2002 -- Version 0.5.11
---------------------------------
New features in this release include:
* mixing and crossfading paste methods: copy a region from one file
and mix or fade it into another file or elsewhere in the same file,
with control of source and destination levels and phase.
* navigation shortcuts to move between selection edges: move the
cursor between the start and end of selection regions, and to the
next edge of a multi-region selection, with Ctrl + Arrow Left/Right
* view memories: assign the viewable area to a number on the numeric
keypad with Ctrl+<Num>, and zoom back to it later by pressing that
number. (NB. Num Lock must be on on your keyboard).
* support for Speex 1.0beta3 ultra-wideband mode (32kHz). Speex is
a high quality, patent-free and open source voice codec.
* support for full-file application of Secret Rabbit Code
Additionally, minor bugs were fixed affecting portability of system error
handling and detection of MP3 files.
Thu Oct 31 2002 -- Version 0.5.10a
----------------------------------
This is an update to 0.5.10 which fixes a compilation error in the default
build.
Wed Oct 30 2002 -- Version 0.5.10
---------------------------------
New features in this release include vertical zoom with a draggable dB scale
and mouse wheel control, and some basic channel operations: Duplicate to
stereo/multichannel, Swap left and right, Remove left/right, Mix down to
mono, and Add/Remove channels.
This release also includes compile fixes for Solaris, and a bug fix for
first-time file 'save'.
A new section for screenshots contributed by users was recently added to the
screenshot tour:
http://www.metadecks.org/software/sweep/screenshots/
Wed Oct 23 2002 -- Version 0.5.9
--------------------------------
Sweep now supports Speex, a special purpose speech codec designed for
efficient Voice over IP (VoIP) and file-based compression. Speex is free,
open and unpatented; more information is available at http://www.speex.org/.
This release also includes improved handling of the main volume and pitch
sliders, contributed by Zenaan Harkness.
Thu Oct 17 2002 -- Version 0.5.8
--------------------------------
MP3 import is now supported. Minor bugs have been fixed in rendering of
record position and playback mixing.
There is a new page of audio demos made with Sweep. These demonstrate the
sounds of Scrubby, a tool which allows vinyl-like manipulation of digital
audio:
http://www.metadecks.org/software/sweep/demos.html
Fri Oct 11 2002 -- Version 0.5.7
--------------------------------
This version includes support for Ogg Vorbis import and export, including
both variable and average bitrate encoding modes. There are many other
user interface updates, including new input controls for sample rates and
channels, and question, information and system error dialogs.
There is a new Screenshot tour of Sweep, including many screenshots of
the new dialogs and general editing:
http://www.metadecks.org/software/sweep/screenshots/
Wed Sep 25 2002 -- Version 0.5.6 and Sweep Demo at SLUG
-------------------------------------------------------
Changes in this version include monitoring of file modification, "are you
sure" dialogs, file revert, and many minor bug fixes.
There will be a demo of the latest Sweep features, including live DJing and
experimental music techniques and the Sydney LUG meeting on Sep. 27 2002;
see http://www.slug.org.au/ for details.
Fri Sep 20 2002 -- Version 0.5.5
--------------------------------
Changes since version 0.5.4 include major bugfixes for LADSPA plugin
handling and improvements in scrubbing usability.
Wed Sep 11 2002 -- Version 0.5.4
--------------------------------
Changes since version 0.5.3 (September 5 2002) include bug fixes for
playback during destructive operations and for edits of tiny regions,
and improvements in configuration checks for libsndfile-1.0.0.
Additionally, scrubbing is now working for reverse playback, and has been
tuned for responsiveness independent of sample rate.
There is now a web page introducing Scrubby and outlining a few simple
editing and live performance techniques:
http://www.metadecks.org/software/sweep/scrub.html
Thu Sep 5 2002 -- Version 0.5.3
--------------------------------
This release incorporates robust configuration checking to help new users
compile from source. After a long period of quiet development we are now
beginning to roll this out for general public usage, and your testing and
feedback is very welcome!
Changes since 0.1.1 (October 2000) include interactive scrubbing, recording,
support for LADSPA 1.1 effects plugins and multichannel sound files,
multithreaded background rendering, unlimited undo/redo, mouse wheel zooming,
reverse playback and overall stability and usability improvements.
Changes since version 0.5.0 (August 12 2002) include preferences saving and
support for libsndfile 1.0.0.
Changes since version 0.5.1 (August 29 2002) include improved configure
checks and porting fixes. Additionally, Sweep now remembers the last used
file load and save directories between sessions.
Changes since version 0.5.2 (September 4 2002) include the fixing of a bug
in "save as", and (NEW) audible scrubbing when selecting regions.
Mon, 1 May 2000
---------------
Mark Taylor writes:
sweep was used to document some decoder bugs in winamp:
http://www.sulaco.org/mp3/winamp/winamp.html
(Screenshots on this page show sweep version 0.0.6).
|