|
Last change
on this file since 1d61ba3 was 6262b5c, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
|
Added include files for global functions and variables.
|
-
Property mode
set to
100644
|
|
File size:
902 bytes
|
| Rev | Line | |
|---|
| [6262b5c] | 1 | #pragma once
|
|---|
| 2 |
|
|---|
| 3 | #include "patch.h"
|
|---|
| 4 | #include "stdint.h"
|
|---|
| 5 |
|
|---|
| 6 | /*
|
|---|
| 7 | =============================================================================
|
|---|
| 8 | dopatch.c -- global variables
|
|---|
| 9 | =============================================================================
|
|---|
| 10 | */
|
|---|
| 11 |
|
|---|
| 12 | extern int16_t cv2vce[];
|
|---|
| 13 | extern int16_t frq2par[];
|
|---|
| 14 | extern int16_t ind2par[];
|
|---|
| 15 | extern int8_t ledstat[24];
|
|---|
| 16 | extern int16_t lg2base[7];
|
|---|
| 17 | extern uint16_t seqdupd;
|
|---|
| 18 | extern int8_t vgtype[];
|
|---|
| 19 |
|
|---|
| 20 | /*
|
|---|
| 21 | =============================================================================
|
|---|
| 22 | dopatch.c -- global functions
|
|---|
| 23 | =============================================================================
|
|---|
| 24 | */
|
|---|
| 25 |
|
|---|
| 26 | extern void dopatch(struct patch *pp);
|
|---|
| 27 | extern void pdoctl(int16_t voice, int16_t osc, int16_t dat1, int16_t dat2);
|
|---|
| 28 | extern void pdows(int16_t slot, int16_t voice, int16_t wsn);
|
|---|
| 29 | extern void pfpufn(uint16_t voice, uint16_t par, uint16_t dat1, uint16_t dat2);
|
|---|
| 30 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.