denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] more of "Immediate Playback"


From: Bric
Subject: Re: [Denemo-devel] more of "Immediate Playback"
Date: Sat, 24 Nov 2012 16:44:23 -0500 (EST)


On November 24, 2012 at 3:56 PM Richard Shann <address@hidden> wrote:
> On Sat, 2012-11-24 at 10:42 -0500, Bric wrote:
> > Just missing a few conditionals ("if" statements), right?
> I think you were thinking of "if immediate_playback ..."
> yes, that should be there I guess. The preferences are available in
> scheme (d-GetBooleanPref "immediateplayback") gets the relevant
> preference, so
>
> (if (d-GetBooleanPref "immediateplayback")
>    (d-Play-whatever it was))
>
> will do the trick.


Thank you.  Though I still have no idea which file to put it into.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]