Last change
on this file since 4b63bf3 was 5fa506d, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Include file cleanup.
|
-
Property mode
set to
100644
|
File size:
655 bytes
|
Rev | Line | |
---|
[f40a309] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | sclock.h -- score clock sources and controls
|
---|
| 4 | Version 1 -- 1988-01-20 -- D.N. Lynx Crowe
|
---|
| 5 | =============================================================================
|
---|
| 6 | */
|
---|
| 7 |
|
---|
[f7428b1] | 8 | #pragma once
|
---|
| 9 |
|
---|
[5fa506d] | 10 | #include "hwdefs.h"
|
---|
| 11 |
|
---|
[f40a309] | 12 | #define CK_LOCAL 0
|
---|
| 13 | #define CK_MIDI 1
|
---|
| 14 | #define CK_SMPTE 2
|
---|
| 15 | #define CK_PLS24 3
|
---|
| 16 | #define CK_PLS48 4
|
---|
| 17 | #define CK_PLS96 5
|
---|
| 18 | #define CK_STEP 6
|
---|
| 19 |
|
---|
| 20 | #define TIME_CRX io_time[0]
|
---|
| 21 | #define TIME_CR2 io_time[2]
|
---|
| 22 | #define TIME_T1H io_time[4]
|
---|
| 23 | #define TIME_T1L io_time[6]
|
---|
| 24 | #define TIME_T2H io_time[8]
|
---|
| 25 | #define TIME_T2L io_time[10]
|
---|
| 26 | #define TIME_T3H io_time[12]
|
---|
| 27 | #define TIME_T3L io_time[14]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.