]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/silent-performer.hh
patch::: 0.0.75.jcn4: midi op
[lilypond.git] / lily / include / silent-performer.hh
1 /*
2   silent-performer.hh -- declare Silent_performer
3
4   (c) 1996, 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5                  Jan Nieuwenhuizen <jan@digicash.com>
6  */
7
8 #ifndef SILENT_PERFORMER_HH
9 #define SILENT_PERFORMER_HH
10
11 #include "performer.hh"
12
13 /**
14 */
15
16 class Silent_performer : public Performer {
17 public:
18     NAME_MEMBERS();
19
20     Silent_performer();
21     ~Silent_performer();
22
23     virtual bool try_request( Request *req_l ) ;
24 };
25
26 #endif // SILENT_PERFORMER_HH