-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpatchmatrix_jack.h
More file actions
32 lines (26 loc) · 848 Bytes
/
patchmatrix_jack.h
File metadata and controls
32 lines (26 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
* Copyright (c) 2016-2018 Hanspeter Portner (dev@open-music-kontrollers.ch)
*
* This is free software: you can redistribute it and/or modify
* it under the terms of the Artistic License 2.0 as published by
* The Perl Foundation.
*
* This source is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the iapplied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Artistic License 2.0 for more details.
*
* You should have received a copy of the Artistic License 2.0
* along the source as a COPYING file. If not, obtain it from
* http://www.perlfoundation.org/artistic_license_2_0.
*/
#ifndef _PATCHMATRIX_JACK_H
#define _PATCHMATRIX_JACK_H
#include <patchmatrix.h>
int
_jack_init(app_t *app);
void
_jack_deinit(app_t *app);
bool
_jack_anim(app_t *app);
#endif