db7a7101aa
Notes: This release adds a few new major features and some overdue bug fixes. Changes: - Implemented Macros. Now, if you often repeat a sequence of edits, you can record this sequence, and play them back unattendedly on different files. - Implemented user-definable key-bindings. Now a user can customize what he wants keys on the keyboard to do in ReZound. - Added a new Remaster action which can "shorten quiet areas". That is, it finds quiet areas and automatically shortens these by some given amount. It's great for [sic] - Enhanced the Burn To CD action. More feedback to the user. - Included a new Finnish thanks to Uffek - There is new 'M' column in the loaded sound list to indicate which files are in a "modified" state. - Updated other translation files - Compiles with latest FOX releases - Several other bug fixes and cosmetic tweaks
14 lines
456 B
Text
14 lines
456 B
Text
$NetBSD: patch-ad,v 1.3 2005/07/25 13:41:54 thomasklausner Exp $
|
|
--- src/backend/settings.cpp.orig 2005-05-01 04:53:40.000000000 +0200
|
|
+++ src/backend/settings.cpp
|
|
@@ -72,8 +72,8 @@ unsigned gDesiredOutputBufferSize=2048;
|
|
|
|
|
|
#ifdef ENABLE_OSS
|
|
-string gOSSOutputDevice="/dev/dsp";
|
|
-string gOSSInputDevice="/dev/dsp";
|
|
+string gOSSOutputDevice=DEVOSSSOUND;
|
|
+string gOSSInputDevice=DEVOSSSOUND;
|
|
#endif
|
|
#ifdef ENABLE_ALSA
|
|
string gALSAOutputDevice="hw:0";
|