[slinkelist] RE: STR-DE915 Volume +/- and source select question

Michael Neese mneese1@carolina.rr.com
Fri, 19 Nov 1999 07:57:03 -0500


OK here is mine, simple, but it works.

Michael Neese

# NOTE: If you are making your own map file based on this one,
# please use a new name for the file so it does not get overwritten
# in a new installation

cdjr:pre_startup {SRC:power_on}
cdjr:startup
{
SRC:input[02]
SRCF:set_sound_field[1d]
}

cdjr:shutdown {SRC:power_off}
cdjr:shutdown {cd1:power_off}
cdjr:shutdown {cd2:power_off}
cdjr:shutdown {cd3:power_off}

cdjr:vol_up
{
SRC:vol+
SRC:vol+
SRC:vol+
SRC:vol+
SRC:vol+
SRC:vol+
}

cdjr:vol_down
{
SRC:vol-
SRC:vol-
SRC:vol-
SRC:vol-
SRC:vol-
SRC:vol-
}


IRCD:-
{
SRC:vol-
SRC:vol-
}

IRCD:+
{
SRC:vol+
SRC:vol+
}

cdjr:mute_on {SRC:mute_on}
cdjr:mute_off {SRC:mute_off}

#if a "1" on CD remote[3] play mgn1.pla
cdir[3]:1
{
cdj:playlist_stop
cdj:playlist_clear
cdj:playlist_load[c:\program files\nirvis\cdj\mgn1.pla]
cdj:playlist_play
}

#if a "2" on CD remote[3] play mgn2.pla
IRCD:2
{
cdj:playlist_stop
cdj:playlist_clear
cdj:playlist_load[c:\program files\nirvis\cdj\mgn2.pla]
cdj:playlist_play
}

IRCD:stop {cdj:playlist_stop}
IRCD:clear {cdj:playlist_clear}
IRCD:play {cdj:playlist_play}
IRCD:pause {cdj:playlist_pause}
IRCD:repeat {cdj:playlist_loop[toggle]}
IRCD:>>| {cdj:playlist_next}
IRCD:|<< {cdj:playlist_prev}
IRCD:shuffle {cdj:playlist_shuffle}
IRCD:program {cdj:playlist_optimize}
IRCD:power_on {cdj:awaken}
IRCD:continue {cdj:awaken}
IRCD:power_off {cdj:sleep}
IRCD:xfade {SRC:mute_on}
IRCD:nodelay {SRC:mute_off}
IRCD:extra {cdj:playlist_preview[toggle]}


----- Original Message -----
From: <thergen@svn.net>
To: Neil Cunningham <neil@neils.net>
Cc: <slinkelist@nirvis.com>
Sent: Friday, November 19, 1999 12:32 AM
Subject: RE: [slinkelist] RE: STR-DE915 Volume +/- and source select
question


> Ditto.  I haven't figured out the source selection.
> Thanks in advance,
> Tom
>
> On Thu, 18 Nov 1999, Neil Cunningham wrote:
>
> > Mind sharing the solution I'm going to have the same issue this weekend.
> > Just got my box.
> >
> > -----Original Message-----
> > From: slinkelist-admin@nirvis.com [mailto:slinkelist-admin@nirvis.com]On
> > Behalf Of Mike Zmuda
> > Sent: Thursday, November 18, 1999 9:10 PM
> > To: slinkelist@nirvis.com
> > Subject: [slinkelist] RE: STR-DE915 Volume +/- and source select
> > question
> >
> >
> > Thanks to everyone who helped me out with the volume/source selection
> > problem I was having. It now works like a charm!
> > Computers good at math? Then why is 99+1=0?
> >
> >