var fDesc=new Array(); fDesc[0] = "Giga VST Adapter is a tool allowing to use Giga Studio within any VST compatible host application (Cubase, Nuendo, SONAR, Logic, etc.) as a conventional VST instrument.

Giga VST Adapter designed to work when both the VST host application and Giga Studio are on the same computer. In case you ever want to run Giga Studio on a separate dedicated machine, you will need to use Giga Teleport or FX Teleport, programs allowing to integrate one or more Giga Studios each running on its own dedicated machine into the VST host application. As the only connection between the host and the Giga Studio machine(s) required for Giga Teleport/FX Teleport to run is a local network, no additional audio or MIDI interfaces are needed on the Giga Studio machines.

Main Features:

- Seamless Giga Studio 2.54 or 3 integration into any VST 2 host
- No GSIF-compatible hardware is required
- Up to 128 MIDI channels for Giga Studio 3 or 64 MIDI channels for Giga Studio 2.54 (on all hosts except Logic)
- Up to 32 audio outputs
- Up to 192 KHz sample rates support
- 16, 24 and 32-bit depth support
- MIDI layering
- Support of external performance tool(s)
- Full FX Teleport integration (version 1.03 and higher)

Requirements:

- VST 2 compatible host application (Cubase, Nuendo, Logic or SONAR with a VST Wrapper, etc.)
- Giga Studio 2.54 or 3
- Windows XP/2000 with sufficient resources to run VST host and Giga Studio"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }