source: buchla-68k/include/sclock.h@ c65a0e2

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

Added RAM files.

  • Property mode set to 100644
File size: 643 bytes
Line 
1/*
2 =============================================================================
3 sclock.h -- score clock sources and controls
4 Version 1 -- 1988-01-20 -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8#define CK_LOCAL 0
9#define CK_MIDI 1
10#define CK_SMPTE 2
11#define CK_PLS24 3
12#define CK_PLS48 4
13#define CK_PLS96 5
14#define CK_STEP 6
15
16#define TIME_CRX io_time[0]
17#define TIME_CR2 io_time[2]
18#define TIME_T1H io_time[4]
19#define TIME_T1L io_time[6]
20#define TIME_T2H io_time[8]
21#define TIME_T2L io_time[10]
22#define TIME_T3H io_time[12]
23#define TIME_T3L io_time[14]
Note: See TracBrowser for help on using the repository browser.