Il giorno Thu, 24 Dec 2009 10:43:52 +0100
Sebastian Moors<mauser(a)smoors.de> ha scritto:
Hi!
just to make sure that nobody gets bored over the Christmas
holidays we decided to release the first beta version of hydrogen
0.9.5 as a special gift for everyone.. This release is meant as a
first "public" preview and mainly for testing purposes. Here's a
quick list of some new features:
- non destructive sample editor ( requires rubberband-cli for
advanced features )
- a timeline
- instrument midi out
- better support for non-ascii filenames ( changed XML-Parser from
TinyXML to QtXml )
- piano-roll editor
- export to ogg, aiff and flac
- commandline version of hydrogen
The sourcecode and binaries (for Ubuntu 8.04 / 9.04 / 9.10 and
Debian Sid) are available here:
https://sourceforge.net/projects/hydrogen/files/. Please report
crashes and other glitches here:
http://www.assembla.com/spaces/hydrogen/tickets
i have this error when i try to compile:
scons libarchive=1 prefix=/usr lash=1
scons: Reading SConscript files ...
Checking for C header file sndfile.h... (cached) yes
Checking for C header file alsa/asoundlib.h... (cached) yes
Checking for C header file jack/jack.h... (cached) yes
Checking for lash-1.0>= 0.5.0... yes
Checking for C header file archive.h... yes
Checking for C header file lrdf.h... (cached) yes
Checking for C header file FLAC/all.h... (cached) yes
=================================================================
Hydrogen build script
Revision: esportato
Platform: linux2
Release build
Prefix: /usr
Destdir:
=================================================================
Feature Overview:
lash: enabled
oss: enabled
alsa: enabled
jack: enabled
libarchive: enabled
portaudio: disabled
portmidi: disabled
=================================================================
scons: done reading SConscript files.
scons: Building targets ...
g++ -o gui/src/PatternEditor/DrumPatternEditor.o -c -O3
-fomit-frame-pointer -funroll-loops -DOSS_SUPPORT -DALSA_SUPPORT
-DJACK_SUPPORT -DLASH_SUPPORT -DLRDF_SUPPORT -DFLAC_SUPPORT
-DLADSPA_SUPPORT -DLIBARCHIVE_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB
-DQT_NETWORK_LIB -DQT_XML_LIB -DQT_SHARED -I. -Igui/src
-I3rdparty/install/include -Ilibs/hydrogen/include -Igui/src/UI
-I/usr/include/qt4 -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork
-I/usr/include/qt4/QtXml -I/usr/include/lash-1.0
-I/usr/include/alsa
gui/src/PatternEditor/DrumPatternEditor.cpp /usr/share/qt3/bin/uic
-o gui/src/UI/ui_PatternFillDialog_UI.h
gui/src/UI/PatternFillDialog_UI.ui uic: File generated with too
recent version of Qt Designer (4.0 vs. 3.3.8b) scons: ***
[gui/src/UI/ui_PatternFillDialog_UI.h] Error 1 scons: building
terminated because of errors.
export QT_DIR=/usr/lib/qt4
or on 64bit
export QT_DIR=/usr/lib64/qt4