source: buchla-68k/ram/dopatch.x@ 526a993

Last change on this file since 526a993 was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Wording change.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1/*
2 =============================================================================
3 dopatch.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "patch.h"
10#include "stdint.h"
11
12/*
13 =============================================================================
14 external variables
15 =============================================================================
16*/
17
18extern int16_t cv2vce[];
19extern int16_t frq2par[];
20extern int16_t ind2par[];
21extern int8_t ledstat[24];
22extern int16_t lg2base[7];
23extern uint16_t seqdupd;
24extern int8_t vgtype[];
25
26/*
27 =============================================================================
28 external functions
29 =============================================================================
30*/
31
32extern void dopatch(struct patch *pp);
33extern void pdoctl(int16_t voice, int16_t osc, int16_t dat1, int16_t dat2);
34extern void pdows(int16_t slot, int16_t voice, int16_t wsn);
35extern void pfpufn(uint16_t voice, uint16_t par, uint16_t dat1, uint16_t dat2);
Note: See TracBrowser for help on using the repository browser.