aboutsummaryrefslogtreecommitdiff
path: root/guile/starlet/guile-ola.scm
blob: 5ec4fc778902a6ee4dff5f1edaa888f486eb5926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(define-module (starlet guile-ola)
  #:export (<OlaDmxBuffer>
             <OlaStreamingClient>
             send-streaming-dmx-data!
             make-ola-dmx-buffer
             set-ola-dmx-buffer!
             make-ola-streaming-client
             ola-dmx-buffers-equal?))

(if (not (provided? 'guile-ola))
    (load-extension "libguile-ola"
                    "init_guile_ola"))