Re: [LAU] [LAA] Sweep 0.9.2 released.

From: Dragan Noveski <perodog@email-addr-hidden>
Date: Sun Apr 13 2008 - 12:16:02 EEST

pete shorthose wrote:
> Fri April 11 2008 -- Sweep 0.9.3 Released
> =======================================
>
> Sweep is an audio editor and live playback tool for GNU/Linux, BSD and
> compatible systems. It supports many music and voice formats including
> WAV, AIFF, Ogg Vorbis, Speex and MP3, with multichannel editing and
> LADSPA effects plugins. Inside lives a pesky little virtual stylus called
> Scrubby who enjoys mixing around in your files.
>
> This release is available as a source tarball at:
>
> http://prdownloads.sourceforge.net/sweep/sweep-0.9.3.tar.gz?download
>
>
> New in this release
> -------------------
>
> 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.
>
> Further information
> -------------------
>
> Screenshots:
>
> http://www.metadecks.org/software/sweep/screenshots/
>
> Some interesting audio recordings of Scrubby are at:
>
> http://www.metadecks.org/software/sweep/demos.html
>
> Sweep is designed to be intuitive and to give you full control. It includes
> almost everything you would expect in a sample editor, and then some:
>
> * precise, vinyl like scrubbing
> * looped, reverse, and pitch-controlled playback
> * playback mixing of unlimited independent tracks
> * looped and reverse recording
> * internationalisation
> * multichannel and 32 bit floating point PCM file support
> * support for Ogg Vorbis, MP3 and Speex compressed audio files
> * sample rate conversion and channel operations
> * LADSPA 1.1 effects support
> * multiple views, discontinuous selections
> * easy keybindings, mouse wheel zooming
> * unlimited undo/redo with fully revertible edit history
> * multithreaded background processing
> * shaded peak/mean waveform rendering, multiple colour schemes
>
> Sweep is Free Software, available under the GNU General Public License.
>
> More information is available at:
>
> http://www.metadecks.org/software/sweep/
>
> Thanks to Pixar Animation Studios and CSIRO Australia for supporting the
> development of this project.
>
> enjoy :)
> _______________________________________________
> Linux-audio-announce mailing list
> Linux-audio-announce@email-addr-hidden
> http://lists.linuxaudio.org/mailman/listinfo/linux-audio-announce
>
>
hallo, thx for the new release!
unlucky it is crashing here, when trying to load a .wav file. not sure
if this backtrace is useful for you:

nowhiskey@email-addr-hidden:~$ gdb /usr/local/bin/sweep
GNU gdb 6.7.1-debian
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /usr/local/bin/sweep
[Thread debugging using libthread_db enabled]
[New Thread 0xb7212720 (LWP 21171)]
WARNUNG: Installation beinhaltet Quellcode im Entwicklungszustand.
/usr/share/themes/Clearlooks-DeepSky/gtk-2.0/gtkrc:44: Clearlooks
configuration
option "menuitemstyle" is not supported and will be ignored.
/usr/share/themes/Clearlooks-DeepSky/gtk-2.0/gtkrc:45: Clearlooks
configuration
option "listviewitemstyle" is not supported and will be ignored.
/usr/share/themes/Clearlooks-DeepSky/gtk-2.0/gtkrc:46: Clearlooks
configuration
option "progressbarstyle" is not supported and will be ignored.

(sweep:21171): Pango-WARNING **: Invalid UTF-8 string passed to
pango_layout_set
_text()

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7212720 (LWP 21171)]
0xb77259a7 in g_markup_escape_text () from
/usr/share/qt4/lib/libglib-2.0.so.0
(gdb) thread apply all bt

Thread 1 (Thread 0xb7212720 (LWP 21171)):
#0 0xb77259a7 in g_markup_escape_text ()
   from /usr/share/qt4/lib/libglib-2.0.so.0
#1 0xb7df226f in ?? () from /usr/share/qt4/lib/libgtk-x11-2.0.so.0
#2 0x08334040 in ?? ()
#3 0xffffffff in ?? ()
#4 0xbf871fa8 in ?? ()
#5 0xb79f4046 in g_value_transform ()
   from /usr/share/qt4/lib/libgobject-2.0.so.0
#6 0xb79d6bc6 in g_object_set_valist ()
   from /usr/share/qt4/lib/libgobject-2.0.so.0
#7 0xb79d7186 in g_object_set () from
/usr/share/qt4/lib/libgobject-2.0.so.0
#8 0xb7de6741 in gtk_widget_set_tooltip_text ()
   from /usr/share/qt4/lib/libgtk-x11-2.0.so.0
#9 0x080707dc in create_pixmap_button (widget=0x8234a10,
xpm_data=0x80e5040,
    tip_text=0x80f6c08 "Einfügen: Zwischenspeicher an Cursorposition
einfügen",
style=0x0, button_type=SW_TOOLBAR_BUTTON, clicked=0x8057b40 <paste_cb>,
    pressed=0, released=0, data=0x83215f0) at interface.c:277
#10 0x0808ff78 in view_new (sample=0x83229f0, start=0, end=127393, gain=1)
    at view.c:1830
#11 0x08094479 in view_new_all (sample=0x83229f0, gain=1) at view.c:2735
#12 0x08064aba in _sndfile_sample_load (sample=0x83229f0,
    pathname=0x8319820 "/home/nowhiskey/diverses/sound/Blub.wav",
    sfinfo=0x831bd58, try_raw=0) at file_sndfile1.c:765
#13 0x08062980 in try_sample_load (
    pathname=0x8319820 "/home/nowhiskey/diverses/sound/Blub.wav")
    at file_dialogs.c:228
#14 0x08062c4e in sample_load_cb (widget=0x810b1e8, data=0x0)
    at file_dialogs.c:318
#15 0x080774ce in question_dialog_answer_cb (widget=0x810b1e8, data=0x0)
    at question_dialogs.c:76
#16 0xb79de9bf in g_cclosure_marshal_VOID__VOID ()
   from /usr/share/qt4/lib/libgobject-2.0.so.0
#17 0xb79d16f9 in g_closure_invoke ()
   from /usr/share/qt4/lib/libgobject-2.0.so.0
#18 0xb79e5c3d in ?? () from /usr/share/qt4/lib/libgobject-2.0.so.0
#19 0x081d6be8 in ?? ()
#20 0x00000000 in ?? ()
................

cheers,
doc

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Sun Apr 13 16:15:02 2008

This archive was generated by hypermail 2.1.8 : Sun Apr 13 2008 - 16:15:02 EEST