source: buchla-68k/ram/dopatch.x@ 6aa430b

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

More accurate headers.

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