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

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

Started to rework include files.

  • Property mode set to 100644
File size: 634 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#pragma once
9
10#define CK_LOCAL 0
11#define CK_MIDI 1
12#define CK_SMPTE 2
13#define CK_PLS24 3
14#define CK_PLS48 4
15#define CK_PLS96 5
16#define CK_STEP 6
17
18#define TIME_CRX io_time[0]
19#define TIME_CR2 io_time[2]
20#define TIME_T1H io_time[4]
21#define TIME_T1L io_time[6]
22#define TIME_T2H io_time[8]
23#define TIME_T2L io_time[10]
24#define TIME_T3H io_time[12]
25#define TIME_T3L io_time[14]
Note: See TracBrowser for help on using the repository browser.