File: Readme.cueing

package info (click to toggle)
dbmix 0.9.8-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,052 kB
  • ctags: 1,784
  • sloc: ansic: 12,315; sh: 8,945; makefile: 153
file content (23 lines) | stat: -rw-r--r-- 938 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Cueing is enabled by specifying the -c command line option for dbfsd.

With previous versions of DBMix, the was an issue with synching the cue
and master output. This issue has been fixed.

1) you need two sound cards supported by OSS. The default values are:
#define DEFAULT_AUDIO_DEVICE   "/dev/dsp0"
#define DEFAULT_CUE_AUDIO_DEVICE "/dev/dsp2"

if the cue device path is different on your system, you can either
1) change the #define in DBMix/dbfsd_src/dbaudio.h or
2) use the -a and -b command line options for dbfsd or
3) use the dbmixer options dialog and the "Reset Soundcard" options on the 
   dbmixer options menu.

2) To implement cueing, use the dbmixer gui.  Click the "cue" button to turn 
   it off/on.  

3) Cue volume is unaffected by the channel gain level.  This is modeled after 
   mixers I have had experience with.  This means that the channel volume 
   could be zero, and the cue volume will still be at 100%.