On Mon, 8 Aug 2011 15:44:02 +0100
"Josh" <[email protected]> wrote:

> hi:
> could you email me the rite way to do it?

Annotated for edumacation:

music = fallback(             <- open fallback function
   [                          <- start fallback body
   switch(                    <- open switch function
      [                       <- start switch body
        ( {3h-12h}, smooth ), <- 3 items to switch between
        ( {12h-21h}, pop ),
        ( {21h-3h}, techno )
      ]                       <- end of switch body
    )                         <- close of switch function   
  ]                           <- end of fallback body
)                             <  close of fallback function

So, putting it all together...

music = 
fallback([switch([({3h-12h},smooth),({12h-21h},pop),({21h-3h},techno)])])

Good luck!

-- 
======================================================================
       Joe Hartley - UNIX/network Consultant - [email protected]
 Without deviation from the norm, "progress" is not possible. - FZappa

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to