Last change
on this file since de91266 was 8cc57e6, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Fixed etiosc.c.
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | /*
|
---|
2 | =============================================================================
|
---|
3 | etiosc.c -- external declarations
|
---|
4 | =============================================================================
|
---|
5 | */
|
---|
6 |
|
---|
7 | #pragma once
|
---|
8 |
|
---|
9 | #include "instdsp.h"
|
---|
10 | #include "stdint.h"
|
---|
11 |
|
---|
12 | /*
|
---|
13 | =============================================================================
|
---|
14 | external variables
|
---|
15 | =============================================================================
|
---|
16 | */
|
---|
17 |
|
---|
18 | extern int16_t ndvals[10];
|
---|
19 | extern int8_t notes[];
|
---|
20 | extern int16_t pitches[];
|
---|
21 | extern int16_t ratio[100];
|
---|
22 | extern int8_t sfdsp[];
|
---|
23 | extern int8_t sharps[];
|
---|
24 | extern int16_t shrpflt[];
|
---|
25 |
|
---|
26 | /*
|
---|
27 | =============================================================================
|
---|
28 | external functions
|
---|
29 | =============================================================================
|
---|
30 | */
|
---|
31 |
|
---|
32 | extern void cnvc2p(int8_t *buf, int16_t cv);
|
---|
33 | extern int16_t cnvp2c(void);
|
---|
34 | extern int16_t ef_iosc(int16_t nn);
|
---|
35 | extern int16_t et_iosc(int16_t nn);
|
---|
36 | extern void int2rat(int16_t rat);
|
---|
37 | extern int16_t nd_iosc(int16_t nn, int16_t k);
|
---|
38 | extern int16_t rd_iosc(int16_t nn);
|
---|
39 | extern void setoscb(int16_t n, int16_t v);
|
---|
40 | extern void setosyn(int16_t n, int16_t v, int16_t t);
|
---|
41 | extern void setoval(struct instdef *ip, int16_t v, int16_t val);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.