ASIO to JACK driver for WINE
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joakim B Hernberg db2263b39c WineASIO 0.1.0 14 years ago
Makefile WineASIO 0.1.0 14 years ago
README.TXT WineASIO 0.1.0 14 years ago
asio.c WineASIO 0.1.0 14 years ago
config.h WineASIO 0.1.0 14 years ago
main.c WineASIO 0.1.0 14 years ago
port.h WineASIO 0.1.0 14 years ago
regsvr.c WineASIO 0.1.0 14 years ago
wineasio.dll.spec WineASIO 0.1.0 14 years ago

README.TXT

Before installation edit the prefix path in the Makefile
PREFIX = <root path you use>

usually this will either be

PREFIX = /usr
or
PREFIX = /usr/local

Copy the file asio.h from Steinberg's asio-sdk to
the wineasio directory

then execute: make
and as root: make install

then, again as normal user: regsvr32 wineasio.dll

Notes:
The asio.c file uses 32 bit integer buffers, wich is supported by
most asio applications. The asio.c.float uses 32 bit float buffers and
thus avoids the format conversion necessary for jack.
You can set the number of ASIO inputs/outputs using evnironment variables

ASIO_INPUTS
ASIO_OUTPUTS

with bash e.g.:
export ASIO_INPUTS=4
export ASIO_OUTPUTS=8

original code: Robert Reif posted to the wine mailinglist
modified by: Ralf Beck (musical_snake@gmx.de)

todo:
- make timecode sync to jack transport