;$$$KORG_EXBFW_coinst$$$ ; This tag is needed to trigger the device class co-installer.
;
; KORG 1394 Setup Information file
; Copyright (c) 2003-2008 KORG
;
; This file supports:
; Windows XP
; Windows XP x64 Edition
;
;******************************************************************************
; Version Section
;------------------------------------------------------------------------------
[Version]
Signature="$Windows NT$"
Class=61883
ClassGUID={7ebefbc0-3200-11d2-b4c2-00a0C9697d07}
Provider=%S_Provider%
DriverVer=09/08/2008,2.41.1.1
CatalogFile=KORG_EXBFW.cat
;******************************************************************************
; Manufacturer
;------------------------------------------------------------------------------
[Manufacturer]
%S_Provider%=_Devices, ntamd64
;******************************************************************************
; Models sections
;------------------------------------------------------------------------------
; x86-based systems
[_Devices]
%S_DeviceDesc_M3%=_Install_M3, 1394\KORG&M3
; x64-based systems
[_Devices.ntamd64]
%S_DeviceDesc_M3%=_Install_M3, 1394\KORG&M3
;******************************************************************************
; Install Sections x86-based systems
;------------------------------------------------------------------------------
[_Install_M3.ntx86]
CopyFiles=_CopyFiles_sys
[_Install_M3.ntx86.Services]
AddService = %S_DriverName%, 0x00000002, _AddService, _EventLog
[_Install_M3.ntx86.HW]
AddReg=_AddReg_ChildDev, _AddReg_DevSpecCfg_M3
[_AddService]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\%S_DriverName%.sys
AddReg=_AddReg_DevInterfaces, _AddReg_ConfigDB, _AddReg_Settings
[_EventLog]
AddReg=_EventLog_AddReg
[_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\%S_DriverName%.sys"
HKR,,TypesSupported, %REG_DWORD%, 7
;******************************************************************************
; Install Sections x64-based systems
;------------------------------------------------------------------------------
[_Install_M3.ntamd64]
CopyFiles=_CopyFiles_sys_x64
[_Install_M3.ntamd64.Services]
AddService = %S_DriverName%, 0x00000002, _AddService_x64, _EventLog_x64
[_Install_M3.ntamd64.HW]
AddReg=_AddReg_ChildDev, _AddReg_DevSpecCfg_M3
[_AddService_x64]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\%S_DriverName_x64%.sys
AddReg=_AddReg_DevInterfaces, _AddReg_ConfigDB, _AddReg_Settings
[_EventLog_x64]
AddReg=_EventLog_AddReg_x64
[_EventLog_AddReg_x64]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\%S_DriverName_x64%.sys"
HKR,,TypesSupported, %REG_DWORD%, 7
;******************************************************************************
; child device identifier, identifies the WDM audio driver instance
;------------------------------------------------------------------------------
[_AddReg_ChildDev]
; Setting this flag to null disables the WDM audio device.
;HKR, , ChildEnable, %REG_DWORD%, 0
; Use this to override the default enumerator name. This is optional.
HKR, , ChildDeviceEnumerator, %REG_SZ%, "KORG_EXBFW_1394_ENUM"
; Use this to override the default device description. This is optional.
HKR, , ChildDeviceDescription, %REG_SZ%, "KORG WDM Audio Device"
; This is used to provide the previous WDM Enabled state
HKR, , DeviceWDMEnabled, %REG_DWORD%, 1
;;Note: The HardwareID for the WDM audio device is built as follows: <Enumerator\DeviceId>
;******************************************************************************
; device interface identifiers
;------------------------------------------------------------------------------
[_AddReg_DevInterfaces]
;; specify a vendor-specific GUID which is used by the vendor's applications to open the driver
;; Use guidgen.exe to generate a new GUID, copy-paste it into the following line.
HKR, , VendorSpecificInterfaceGuid, %REG_SZ%, "{19ea5d80-fbf5-11da-974d-0800200c9a67}"
;; Activate the following line to disable the default device interface exported by the driver
;; The default interface is identified by BCO_IID.
;HKR, , RegisterDefaultDeviceInterface, %REG_DWORD%, 0
;******************************************************************************
; Device specific static settings
;------------------------------------------------------------------------------
[_AddReg_DevSpecCfg_M3]
;; Use this to override the default sound device names. This is optional.
;; Note: $D will be replaced by the device nickname
;; $I will be replaced by the sound device instance per device (port number)
;; $N will be replaced by the hardware name of the first channel that
;; belongs to the sound device (truncated at the first space character)
;;
;; Refer to
;; HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\1394\<Vendor&Device>\<SerialNumber>\Device Parameters
;; to find out the internal sound device names that can be labeled here.
;; An internal name contains direction, hardware name (truncated at first space) and stream position,
;; e.g. "In&Line&00", "Out&Line&00".
;; Inputs
HKR, "In&M3&00", SoundDeviceName, %REG_SZ%, "M3 Main L&R"
HKR, "In&M3&02", SoundDeviceName, %REG_SZ%, "M3 Individual 1&2"
HKR, "In&M3&04", SoundDeviceName, %REG_SZ%, "M3 Individual 3&4"
HKR, "In&Midi&06", SoundDeviceName, %REG_SZ%, "M3 FW IN $I"
HKR, "In&Midi&06", MaxMidiClients, %REG_DWORD%, 0xFFFFFFFF
;; Outputs
HKR, "Out&M3&00", SoundDeviceName, %REG_SZ%, "M3 FireWire L&R"
HKR, "Out&Midi&02", SoundDeviceName, %REG_SZ%, "M3 FW OUT $I"
HKR, "Out&Midi&02", MaxMidiClients, %REG_DWORD%, 0xFFFFFFFF
;; Use the following settings to specify the device-specific input and output latency,
;; in microseconds. Latencies are given for each sample rate separately.
;; If not specified, latency defaults to 1500 microsecs.
HKR, "44100", "InputLatency[us]", %REG_DWORD%, 2171
HKR, "44100", "OutputLatency[us]", %REG_DWORD%, 2176
HKR, "48000", "InputLatency[us]", %REG_DWORD%, 2108
HKR, "48000", "OutputLatency[us]", %REG_DWORD%, 2107
HKR, "88200", "InputLatency[us]", %REG_DWORD%, 0
HKR, "88200", "OutputLatency[us]", %REG_DWORD%, 0
HKR, "96000", "InputLatency[us]", %REG_DWORD%, 1796
HKR, "96000", "OutputLatency[us]", %REG_DWORD%, 1760
HKR, "176400", "InputLatency[us]", %REG_DWORD%, 0
HKR, "176400", "OutputLatency[us]", %REG_DWORD%, 0
HKR, "192000", "InputLatency[us]", %REG_DWORD%, 281
HKR, "192000", "OutputLatency[us]", %REG_DWORD%, 298
;******************************************************************************
; Static settings in ConfigDB
;------------------------------------------------------------------------------
[_AddReg_ConfigDB]
;; default size of isochronous stream buffers, in microseconds
HKR, "ConfigDB\Settings", "IsoStreamBufferDepth[us]", %REG_DWORD%, 5000
;; default size of ASIO buffers, in microseconds
HKR, "ConfigDB\Settings", "AsioBufferDepth[us]", %REG_DWORD%, 10000
;; default size of WDM/KS buffers, in microseconds
HKR, "ConfigDB\Settings", "KsBufferDepth[us]", %REG_DWORD%, 10000
;; default domain synch mode:
;; 0 = Internal (PC is clock master)
;; 1 = External (a device is clock master)
HKR, "ConfigDB\Settings", "DomainSynchMode", %REG_DWORD%, 1
;; default sample rate selection mode:
;; 0 = Manual (rate is manually set by user)
;; 1 = Auto (rate is defined by clock master device)
HKR, "ConfigDB\Settings", "SampleRateSelectionMode", %REG_DWORD%, 0
;; default sampling rate, supported rates are: 48000
HKR, "ConfigDB\Settings", "SampleRate[Hz]", %REG_DWORD%, 48000
;******************************************************************************
; Global settings
;------------------------------------------------------------------------------
[_AddReg_Settings]
;******************************************************************************
; Copy file sections
;------------------------------------------------------------------------------
[_CopyFiles_sys]
KORG_EXBFW_1394.sys
[_CopyFiles_sys_x64]
KORG_EXBFW_1394_x64.sys
;******************************************************************************
; Destination Directories
;------------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12 ; %windir%\system32\drivers
_CopyFiles_sys = 12
_CopyFiles_sys_x64 = 12
;******************************************************************************
; Disk Layout
;------------------------------------------------------------------------------
[SourceDisksNames.x86]
1=%S_DiskName%,,
[SourceDisksNames.amd64]
1=%S_DiskName%,,
[SourceDisksFiles.x86]
KORG_EXBFW_1394.sys=1
[SourceDisksFiles.amd64]
KORG_EXBFW_1394_x64.sys=1
;******************************************************************************
; Text Strings
;------------------------------------------------------------------------------
[Strings]
;
; Non-Localizable Strings, DO NOT MODIFY!
;
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
;
; Localizable Strings, modify as required
;
S_Provider="KORG"
S_DeviceDesc_M3="KORG Firewire EXB-FW"
S_DiskName="KORG 1394 Audio Driver Disk"
; File name of driver executable (without extension).
; If the name is modified, the [_CopyFiles_sys] and [SourceDisksFiles]
; sections have to be modified as well!
S_DriverName = "KORG_EXBFW_1394"
S_DriverName_x64 = "KORG_EXBFW_1394_x64"
; *** EOF ***
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.