aboutsummaryrefslogtreecommitdiff
path: root/guile/example.scm
blob: 3963c7650c2df2d5da6b6fe7c02816ec628eace7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; load event handler
(load "pdp_guile.scm")


; input - output video plug
(add-input! 'in-vid
	    (lambda (thing)
	      (out 'out-vid thing)))


; start the input loop
(start)