2009년 06월 04일
ubuntu에서 cubase를 쓰기위한 Wine설정법
- wine 1.1.2
- jack

- gdiplus, dotnet20, msxml3, with winetricks ( http://wiki.winehq.org/winetricks )

- install wineasio by this script:

#!/bin/bash
# by Sandy Sandgreen
# Install wineasio 0.7.3 on Ubuntu 8.04
#
# Thanks to Jacklab for the wineasio source
# but also to David Hayes and AlanPoPo who both made a great howto
#
echo "This script will download and install wineasio" ;
echo "This might take awhile, please be patient" ;
echo "First it will install the latest wine, jack and some other usefull stuff" ;
sudo apt-get -y install wine wine-dev libjack0.100.0-dev qjackctl build-essential
echo "Configuring wine" ;
wineprefixcreate -w
mkdir -p ~/wineasio_tmp
cd ~/wineasio_tmp
echo "REGEDIT4" >> alsa.reg
echo "[HKEY_CURRENT_USER\Software\Wine\Drivers]" >> alsa.reg
echo '"Audio"="alsa"' >> alsa.reg
wine regedit alsa.reg
echo "Then it will download the wineasio driver and place it in your wine-folder" ;
wget http://www.sandgreen.dk/xt2/files/wineasio_0.7.3/wineasio.dll.so
chmod u+rwx wineasio.dll.so
sudo mv wineasio.dll.so /usr/lib/wine/
rm -Rf ~/wineasio_tmp
regsvr32 wineasio.dll
sudo ln -s /usr/lib/libjack-0.100.0.so.0 /usr/lib/libjack.so.0
echo "All done :-) ... Now you can use the win-version of EnergyXT2 (or Reaper) with wineasio" ;
echo "Press [ENTER] to close the shell"
read


- start jack

-run cubase and select vst connection => link output to correct portdevices (try it with a vst press "F11"...) and it should soundz!!!

이 글과 관련있는 글을 자동검색한 결과입니다 [?]

by spectrum | 2009/06/04 05:03 | 설정 | 트랙백 | 덧글(0)
트랙백 주소 : http://spectrum.egloos.com/tb/4968882
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]

:         :

:

비공개 덧글



<< 이전 페이지 | 다음 페이지 >>