說明書 LG GR-S5550
Lastmanuals提供軟硬體的使用指南,手冊,快速上手指南,技術資訊的分享,儲存,與搜尋 別忘了:總是先閱讀過這份使用指南後,再去買它!!!
如果這份文件符合您所要尋找的使用指南, 說明書或使用手冊,特色說明,與圖解,請下載它. Lastmanuals讓您快速和容易的使用這份LG GR-S5550產品使用手冊 我們希望LG GR-S5550的使用手冊能對您有幫助
Lastmanuals幫助您下載此使用指南LG GR-S5550
手冊摘要: 使用說明書 LG GR-S5550
在使用指南中有清楚的使用說明
[. . . ] Tascam Digital Interface Tascam Sony Sony Corporation, Inc. Teac Teac Corporation Microsoft Windows Microsoft Waves Waves, Inc. Corporation Nuendo Cubse SX Steinberg Media Technologies GmbH
DM2000
2
6
Yamaha Corporation DM2000 ©2003 Yamaha Corporation
Yamaha
DM2000 Yamaha Yamaha <http://www. yamahaproaudio. com/>
• • • • •
DM2000
Studio Manager
• • • •
MB2000 SP2000 LA1800 mini YGDAI I/O
DM2000 DM2000 51 DM2000 AUX
EQ 127 AUX
DM2000
(
ENTER ENTER
DISPLAY) [ENTER] F1-4
[DISPLAY] [DISPLAY] 53
DM2000
2
DM2000
7
DM2000
DM2000
DM2000
2
1. 2 2. 0 DM2000 2
• • •
(
) /ID 48
( /ID
) → 276
ALT LAYER → 61 → → 63
•
50
• • • → • • Follow Pan
6. 1
97 → 99
92 → → 93 90
AUX
• • • • AUX → 112 AUX ( AUX ) → 117 → → 118 112 [ON]
• • → • • • → • 147 –∞ AUX SELECT [AUX 1]–[AUX 12] AUX 143 →
→
128
143 → 143
→
149
DM2000
2
8
• • • •
•
85dB SPL Surround Monitor Setup BUS
9
→
160 → 162
ASSIGN1
16
BUS A1 A2
ASSIGN2 STEREO → ASSIGN1 164 ASSIGN2
• •
2TRD Talkback
D2
D3
GEQ
• • Add-On Effects EQ → → → 178 184
• • • • →
189 → 190 → 191
190
• • • OVERWRITE → 278
→
203 → 194
• • •
SELECTED CHANNEL USER DEFINED KEYS Yamaha AD8HR A/D Studio Manager
Pro Tools
• • • DAW ( • • → • 283 General DAW( → Yamaha 253 Pro Tools
→
269 DAW ) Cubase SX General
Advanced DAW Nuendo Cubase SX DM2000 SELECTED CHANNEL DAW ) 214 USER DEFINED KEYS →
283
USER DEFINED KEYS → 280
DM2000
2
DM2000
2
9
• → • • → 276 279 Auto Direct Out On → Routing ST Pair Link 276
L
R
This product contains a battery that contains perchlorate material. Perchlorate Materialóspecial handling may apply, See www. dtsc. ca. gov/hazardouswaste/perchlorate.
* This applies only to products distributed by LG CORPORATION OF AMERICA. [. . . ] F7 PARAMETER REQUEST rx/tx rx/tx rx/tx rx/tx rx/tx function DM2000-specific parameter change DM2000-specific parameter request General purpose digital mixer parameter change General purpose digital mixer parameter request
1. CHANNEL MESSAGE
Command 8n NOTE OFF 9n NOTE ON Bn CONTROL CHANGE Cn PROGRAM CHANGE rx/tx rx rx rx/tx rx/tx function Control the internal effects Control the internal effects Control parameters Switch scene memories
The following data types of parameter change are used by the DM2000.
Type (HEX) 1 (01) 2 (02) 3 (03) 4 (04) 16 (10) 17 (11) 18 (12) 19 (13) 20 (14) 32 (20) 33 (21) 34 (22) 35 (23) rx/tx rx/tx rx/tx rx/tx rx/tx rx/tx rx rx rx/tx rx/tx rx rx/tx rx/tx rx/tx function Edit buffer Patch data Setup memory Backup memory Function (recall, store, title, clear) Function (pair) Function (effect) Sort table data Function (attribute, link) Key remote Remote meter Remote time counter Automix status
2. SYSTEM COMMON MESSAGE
Command F1 MIDI TIME CODE QUARTER FRAME F2 SONG POSITION POINTER rx/tx rx rx function Used when TIME REFERENCE is MTC. Used when TIME REFERENCE is MIDI CLOCK.
3. SYSTEM REALTIME MESSAGE
Command F8 TIMING CLOCK FA START FB CONTINUE FC STOP FE ACTIVE SENSING FF SYSTEM RESET rx/tx rx rx* rx* rx* rx rx function MIDI clock Start automix (from the beginning) Start automix (from the middle) Stop automix Check MIDI cable connections Clear running status
4. 2. 3 Card Filer
Command F0 43 5n . . . F7 CARD FILER rx/tx rx/tx function Packet for card filer
* Received only when the AUTOMIX TIME REFERENCE setting is set to MIDI CLOCK.
4. EXCLUSIVE MESSAGE
The DM2000 can correctly process Exclusive Messges of a length of F0 through F7 of 4096 bytes or shorter.
Format Details
1. NOTE OFF (8n)
Reception If [OTHER ECHO] is ON, these message are echoed. If the [Rx CH] matches, these messages are received and used to control effects. STATUS DATA 1000nnnn 8n Note off message 0nnnnnnn nn Note number 0vvvvvvv vv Velocity (ignored)
4. 1 Real Time System Exclusive
Command rx/tx F0 7F dd 06 . . . F7 MIDI TIME CODE rx function MMC command MMC response Used when TIME REFERENCE is MTC.
4. 2 System Exclusive Message
4. 2. 1 Bulk Dump
Command rx/tx F0 43 0n 7E . . . (Parameter Changes will always be used. ) STATUS DATA 1100nnnn Cn Program change 0nnnnnnn nn Program number (0-127)
Formula for converting Control values into parameter data: paramSteps= paramMax - paramMin + 1; add= paramWidth / paramSteps; mod= paramWidth - add * paramSteps; curValue= parm * add + mod / 2; (1) When the assigned parameter can be set in 128 steps or less: paramWidth = 127; rxValue = Control value; (2) When the assigned parameter can be set in 128 through 16383 steps: paramWidth = 16383; (2-1) When both High and Low data are received: rxValue = Control value (High) * 128 + Control value (Low); (2-2) When only Low data is received: rxValue = (curValue & 16256) + Control value (Low); (2-3) When only High data is received: rxValue = Control value (High) * 128 + (curValue & 127); (3) When the assigned parameter can be set in 16384 through 2097151 steps: paramWidth = 2097151; (3-1) When High, Middle, and Low data are received: rxValue = Control value (High) * 16384 + Control value (Middle) * 128 + Control value (Low); (3-2) When only Low data is received: rxValue = (curValue & 2097024) + Control value (Low); (3-3) When only Middle data is received: rxValue = (curValue & 2080895) + Control value (Middle) * 128; (3-4) When only High data is received: rxValue = (curValue & 16383) + Control value (High) * 16384; (3-5) When Middle and Low data are received: rxValue = (curValue & 2080768) + Control value (Middle) * 128 + Control value (Low); (3-6) When High and Low data are received: rxValue = (curValue & 16256) + Control value (High) * 16384 + Control value (Low); (3-7) When High and Middle data are received: rxValue = (curValue & 127) + Control value (High) * 16384 + Control value (Middle) * 128; if ( rxValue > paramWidth) rxValue = paramWidth; param = ( rxValue - mod / 2) / add;
5 MIDI TIME CODE QUARTER FRAME(F1)
Reception This is echoed if [OTHER COMMANDS ECHO] is ON. Automix synchronizes this if the data is received at the port specified by the TIME REFERENCE setting. STATUS DATA 1100nnnn F1 Quarter frame message 0tttdddd td Type & data
6. SONG POSITION POINTER
(F2)
Reception If this is received when the automix TIME REFERENCE setting is MIDI CLOCK, the automix will move to the song position that was received. STATUS DATA 11110010 F2 Song position pointer 0vvvvvvv vv Song position LSB 0vvvvvvv vv Song position MSB
7. TIMING CLOCK
(F8)
Reception If the automix TIME REFERENCE setting is MIDI CLOCK, this message is used to synchronize automix. This message is transmitted 24 times per quarter note. START
(FA)
Reception This message is received if the automix TIME REFERENCE setting is MIDI CLOCK, and will start the automix. In actuality, automix will start when the next TIMING CLOCK is received after receiving the START message. STATUS 11111010 FA Start
If [NRPN] is selected
STATUS 1011nnnn 01100010 0vvvvvvv 1011nnnn 01100011 0vvvvvvv 1011nnnn 00000110 0vvvvvvv 1011nnnn 00100110 0vvvvvvv Bn 62 vv Bn 63 vv Bn 06 vv Bn 26 vv
Control changeDATA NRPN LSB LSB of parameter number Control change*1 NRPN MSB MSB of parameter number Control change*1 MSB of data entry MSB of parameter data Control change*1 LSB of data entry LSB of parameter data
9. CONTINUE
(FB)
STATUS DATA STATUS DATA STATUS DATA
Reception This message is received if the automix TIME REFERENCE setting is MIDI CLOCK, and will cause automix to start from the current song position. [. . . ] Output [+18dBu]
+24 +20 +10 +4 0 –10 –20 –30
[+4dBu]
Nominal Output [+4dBu]
CONTROL ROOM MONITOR OUT STEREO OUT STUDIO MONITOR OUT OMNI OUT (default setting)
–20 –50 –30 –60 –40 –70 –50 –80 –60 –90 –70 –100 –80 –110 –90 –120 –100 –130 –110 –140 –120 –150 –130 –160 –140 –170 –150 –180 –160 –190 –170 –200 –180 –210 –190
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 –190
DSP Noise Floor
Max. Input
–40
[–46dBu]
–50
Nominal Input [–60dBu]
–60 –70 –80 –90 –100 –110 –120 –130 –140 –150 –160 –170 –180
GAIN MAX. , PAD OFF
[0dBu = 0. 775Vrms] [0dBFS = Full Scale]
LG [Digital Mixing Console-Internal Parameters] Model: DM2000 Function. . . Basic Channel Default Changed Default Messages Altered :True Voice Note On Note Off Key’s Ch’s
Date: Feb 01, 2002 Version: 1. 0 Remarks
MIDI Implementation Chart
Transmitted 1–16 1–16 X X ************** X ************** X X X X X Recognized 1–16 1–16 OMNI off/OMNI on X X 0–127 X O O X X X
Memorized
Mode
Memorized
Note Number Velocity After Touch Pitch Bend
Effect Control
Control Change
0-95, 102-119
O
O
Assignable
Prog Change
:True#
0–127 ************** O X X X X X X X X X
0–127 0–99 O O X X O O X X O O
Assignable *1
System Exclusive System Common System Real Time :Song Pos :Song Sel :Tune :Clock :Commands :Local ON/OFF :All Notes OFF :Active Sense :Reset
Automix
Automix, Effect Control
Aux Messages
Notes
MTC quarter frame message is recognized. (MTC IN & MIDI IN) *1: Bulk Dump/Request, Parameter Change/Request, and MMC. For MIDI Remote, ALL messages can be transmitted. [. . . ]
放棄下載這份使用手冊 LG GR-S5550
Lastmanuals提供軟硬體的使用指南,手冊,快速上手指南,技術資訊的分享,儲存,與搜尋
在任何的情況下, Lastmanuals都沒有任何的責任: 如果您所搜尋的文件結果是不存在的,不完整的,不是您的母語的, 或是型號或語言與描述不符. Lastmanuals不提供翻譯的服務
如果您接受這份合約內容, 請在閱讀完此約後,按下“下載這份使用手冊”, 下載LG GR-S5550手冊的過程馬上開始.