BEEP

Introduction

BEEP is a UFFI interface to the Beep Media Player. This interface provides two packages: BEEP-UFFI -- a low-level UFFI interface and BEEP a higher level interface (providing SETF methods where it makes sense).

Example Usage

(defpackage beep-user (:use beep common-lisp)
(playing-p) => T
(setf (volume) 50)
(setf (volume-left) 100)
(setf (playing-position) 0)
(play)
(show-main-window nil)
(playlist-title) => "Ministry - N.W.O."
(playlist-position) => 0
(playlist-length) => 9
(setf (beep:shuffle-state) t)
(playlist-next)
(playlist-position) => 8
(playlist-file (playlist-position)) => "/space/music/ministry/psalm_69/ministry - 09 - grace.ogg"
(playlist-skin) => "/usr/share/bmp/Skins/Default"
(quit)

Download

beep-0.1.tar.gz

Mailing lists

Back to Common-lisp.net.

Valid XHTML 1.0 Strict