Edirol/Roland USB legacy driver hack for Windows 10

For anything relating to music-making on Windows computers, with lots of FAQs. Moderated by Martin Walker.

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by zebri »

thanks so much! it worked for me with edirol pcr-1 and windows 10
zebri
Posts: 1 Joined: Wed Jun 29, 2022 7:56 pm

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by FFX267 »

Hi Timo,

Even a post from 6 years ago can safe a life!
I was trying to connect my PCR-300 to a Windows11 Pro PC. No succes at all. I was looking for drivers and found the 8.1. Installing with no succes.
I was thinking to throw my PCR-300 out of the window followed by the PCR-800.
Again I asked my friend google for some more hints and found this article.
Man, I was so happy to hear a note in Ableton after I hit a button on my pcr.
It is working now!!!

This article is worth 100K kudo's for saving a lot of hardware.
Thanks dude, i'm so happy!!!
:clap:
FFX267
Posts: 1 Joined: Wed Nov 30, 2022 4:38 pm

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by E32dX0 »

Thanks again!

This hack has worked for me 2x now, latest Win 10 update made my UM-2 (yes, its old!) unresponsive again, so I pulled out the PDF I had made of Timo's posting when this computer was originally initialized with Win 10 and 15 minutes later, UM-2 is back online.

Accessing the restart has changed slightly; from PC Settings > Update & Security > Recovery > Advanced startup > Restart now

Invaluable resource!
E32dX0
Posts: 1 Joined: Fri Feb 03, 2023 7:43 pm

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by basuramail »

UPDATE: Edirol FA-101 Firewire Audio Interface WORKING with all Windows 10 Versions!!!!:bouncy::bouncy::bouncy:

the procedure, in brief, is as follows:

1. Disable Driver Signature Enforcement (two methode)
2. Edit *.inf files of downloaded edirol fa-101 windows 8 64 bit drivers
3. run driver installation setup
4. Check driver installation on device manager.
5. Reenable Driver Signature Enforcement.

Step by Step guide

1. Disable Driver Signature Enforcement

Methode 1: open elevated command prompt (run cmd as administrator) and run the commands

Code: Select all

BCDEDIT -Set LoadOptions DISABLE_INTEGRITY_CHECKS
BCDEDIT -Set TESTSIGNING ON
Methode 2

• Click Windows Start, and type "Change advanced start-up options" and execute it. This will take you to the Windows 10 Settings Recovery options.
• On the right, where it says Advanced Startup, choose "Restart Now"
• Once it takes you to the blue menu screen, click: "Troubleshoot", followed by "Advanced Settings" > "Startup Settings" > "Restart".
• Once PC has restarted, press the number 7 to 'Disable driver signature enforcement'.
a graphical guide here:
https://www.simple-shop.si/en/disable-e ... windows-10

2. Edit *.inf files of downloaded edirol fa-101 windows 8 64 bit drivers

Download the driver for windows 8 64bit from Roland Website: fa101_864d_v100.zip. Entpack it and edit the two *.inf files locates in folder files.
https://www.roland.com/global/support/b ... 89fff744d/

RRIF0001.INF before Changes

Code: Select all

[Manufacturer]
%S_Provider%=_Devices,NTamd64.6.2

;******************************************************************************
; Models sections
;------------------------------------------------------------------------------
; x64-based systems
[_Devices]
;; WindowsVista 64 or Windows XP 64
;; not supported

[_Devices.ntamd64.6.2]
%S_DeviceDesc%=_Install, 1394\EDIROL&EDIROL_FA-101
RRIF0001.INF after Changes

Code: Select all

[Manufacturer]
%S_Provider%=_Devices,ntamd64.10.0

;******************************************************************************
; Models sections
;------------------------------------------------------------------------------
; x64-based systems
[_Devices]
;; WindowsVista 64 or Windows XP 64
;; not supported

[_Devices.ntamd64.10.0]
%S_DeviceDesc%=_Install, 1394\EDIROL&EDIROL_FA-101

RRAU0001.INF before Changes

Code: Select all

[Manufacturer]
%S_Provider%=_Devices,NTamd64.6.2

;******************************************************************************
; Models sections
;------------------------------------------------------------------------------
; x64-based systems
[_Devices]
;; WindowsVista 64 or Windows XP 64
;; not supported

[_Devices.ntamd64.6.2]
%S_rrau0001_audio_device%=_rrau0001,rrau0001_ENUM\Edirol&Edirol_FA-101&AVS
RRAU0001.INF after Changes

Code: Select all

[Manufacturer]
%S_Provider%=_Devices,ntamd64.10.0

;******************************************************************************
; Models sections
;------------------------------------------------------------------------------
; x64-based systems
[_Devices]
;; WindowsVista 64 or Windows XP 64
;; not supported

[_Devices.ntamd64.10.0]
%S_rrau0001_audio_device%=_rrau0001,rrau0001_ENUM\Edirol&Edirol_FA-101&AVS
3. run driver installation setup

save the these files and run setup ignoring any ‘driver not certified’ warnings. Follow any on-screen prompts and insert the Edirol/Roland USB device when requested to complete the installation. Restart PC after completion

4. Check driver installation on device manager.

Click Windows Start, and type "devmgmt.msc" and execute it. This will take you to the Windows 10 Device Manager.
check if under 61883 devices --> FA-101 Sub --> right click if the driver provider is Roland, Driver Date 09/11/2012 and Driver version 1.0.0.0

5. Reenable Driver Signature Enforcement.

open elevated command prompt (run cmd as administrator) and run the commands

Code: Select all

BCDEDIT -Set LoadOptions ENABLE_INTEGRITY_CHECKS
BCDEDIT -Set TESTSIGNING OFF
that's all ...

B.
basuramail
Posts: 1 Joined: Sun Feb 26, 2023 8:59 am

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by N i g e l »

I used to have an FA101 ages ago, which is why some things catch my attention.

Apparently:

[1] Firewire drivers were missing from W10 but they have now returned in W11.

[2] Some mLan devices had a brdgebrurning firmware update to free them from mLan. This enables them to work on firewire but mLan networking wont be possible & once you update there is no going back.

[3] Windows USB audio 2.0 arrived this decade

this is all stuff I have never needed so please fact check.
User avatar
N i g e l
Frequent Poster
Posts: 4474 Joined: Sun Aug 12, 2018 2:40 pm Location: British Isles

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by BoiSocial »

E32dX0 wrote: Fri Feb 03, 2023 8:00 pm Thanks again!

This hack has worked for me 2x now, latest Win 10 update made my UM-2 (yes, its old!) unresponsive again, so I pulled out the PDF I had made of Timo's posting when this computer was originally initialized with Win 10 and 15 minutes later, UM-2 is back online.

Accessing the restart has changed slightly; from PC Settings > Update & Security > Recovery > Advanced startup > Restart now

Invaluable resource!

Perhaps slightly off topic BUT I'm actually not interested in using the UM3EX with my computer...
Can it be used as a standalone USB midi host?
I have the opportunity to buy one for 10euros and I've been wanting to get a usb midi host so I can use my big midi keyboard to play the synth patches on my TE OP-1 with velocity and more comfortable keys :O

Any idea if this is possible?
BoiSocial
Posts: 1 Joined: Sun Aug 06, 2023 2:29 pm

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by BillB »

Hi Boisocial - welcome to the SOS Forum :wave:

Having looked at the UM-3EX manual, it doesn't appear that it does what you are looking for. Although it has two USB 'host' style ports on the back, the manual says that these are specifically for chaining to other UM-3EX's. It states "Do not connect any device other than a UM-3EX to the UM-3EX connector. Doing so may cause the UM- 3EX to malfunction."

Also there is sometimes a clue when hoping to use any interface-type box independent of a computer: if it doesn't have a separate DC (or USB-style) power supply socket, it has almost certainly been designed only to be plugged into a computer. The UM-3EX doesn't have a separate power socket.

So what you need is a USB MIDI Host - two examples:

https://kentonuk.com/product/midi-usb-host-mk3/
https://www.hobbytronics.co.uk/product/ ... -converter

The price difference is likely around the build quality. The Kenton also comes with a 5V regulated power adaptor.
BillB
Frequent Poster
Posts: 2145 Joined: Mon Apr 07, 2003 12:00 am Location: East Yorkshire

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by forumuser926556 »

Thank you, it worked perfectly for Boss GT-Pro under Windows 10.
But now I have another problem, I installed the Boss GT-Pro Editor from Boss website, but only the GT-Pro Librarian is installed, while I can see in the Dta1.cab included that the Editor is there as GT_PROE.exe. I searched the whole C drive for it, and it's not installed.
I tried to extract it from the cab file, but when executing it, it displays a message saying "unable to open script"

What could be the solution?

Thanks again for this fantastic explanation.
forumuser926556
Posts: 3 Joined: Thu Jun 22, 2023 5:42 pm

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by forumuser926556 »

forumuser926556 wrote: Sun Sep 24, 2023 1:09 pm Thank you, it worked perfectly for Boss GT-Pro under Windows 10.
But now I have another problem, I installed the Boss GT-Pro Editor from Boss website, but only the GT-Pro Librarian is installed, while I can see in the Dta1.cab included that the Editor is there as GT_PROE.exe. I searched the whole C drive for it, and it's not installed.
I tried to extract it from the cab file, but when executing it, it displays a message saying "unable to open script"

What could be the solution?

Thanks again for this fantastic explanation.

I found the solution for Editor not installing. Just re-start the installer, , it ask if you want to uninstall, repair or modify the installation. Chore repair, and the option to install the editor appears, use it.

Now everything is working perfectly with my Boss GT-PRO.

Thank you soo much for this post.
forumuser926556
Posts: 3 Joined: Thu Jun 22, 2023 5:42 pm

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by forumuser926556 »

Followed the method point by point and it worked perfectly for Boss GT Pro.
Now I can use the Boss editor and the library manager.

Thank you very much.
forumuser926556
Posts: 3 Joined: Thu Jun 22, 2023 5:42 pm

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by RichB93 »

FYI, there is a much much easier way of using these devices...

Just use the Windows Vista driver. Download it, then go to the device in Device Manager and manually install the driver. It'll go in without disabling any driver signature checks etc.

This works because the Vista driver specifies that it is compatible with any version of Windows - the later drivers for Windows 8 specify that they are only compatible with 8.x.

Doing this, I've had zero issues using both my UM-1 MIDI interface and UA-25 audio interface on Windows 11. 24/96 with full ASIO support. It all just works.

Cheers,
Rich
RichB93
Posts: 1 Joined: Tue Nov 28, 2023 10:29 am

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by BillB »

RichB, welcome to the SOS forum and thank you for your helpful contribution. No doubt anyone with an interest in getting these devices working under W10 will try your advice, and hopefully report back here as to how they get on.
BillB
Frequent Poster
Posts: 2145 Joined: Mon Apr 07, 2003 12:00 am Location: East Yorkshire

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by snzro »

thanks RichB93, installing the vista version of the drivers works like a charm with my Edirol UA-5 device! (on the latest win10)

:clap::clap::clap:
snzro
Posts: 1 Joined: Mon Dec 11, 2023 8:26 am

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by BillB »

Useful info, thanks for confirming. snzro. I just went looking for Vista drivers for various bits of gear, got them for UM-880/550 - but will leave alone for now as they are already working. Noted that W10 drivers are not provided for UA-101 and UA-25X because, it says, they will be automatically downloaded upon connection. So there is some W10 support already available for legacy gear - just search for the drivers on the Roland website to check the latest position.
BillB
Frequent Poster
Posts: 2145 Joined: Mon Apr 07, 2003 12:00 am Location: East Yorkshire

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by jeset »

Worked fine for me, thanks win 10 pcr-50
jeset
Posts: 1 Joined: Wed Jun 26, 2024 12:48 pm

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by nicomahe »

Tímo wrote: Wed Dec 14, 2016 10:44 pm Recently purchased a new PC (thanks 3XS) and migrated to Win 10.

Hi,
Sadly it didn't work on my Win10 for PCR-M30. I followed every step, i can see it in Ableton Live11 but no interaction allowed....
nicomahe
Posts: 1 Joined: Fri Aug 16, 2024 11:20 am

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by adrian_k »

nicomahe wrote: Fri Aug 16, 2024 11:25 am
Tímo wrote: Wed Dec 14, 2016 10:44 pm Recently purchased a new PC (thanks 3XS) and migrated to Win 10.

Hi,
Sadly it didn't work on my Win10 for PCR-M30. I followed every step, i can see it in Ableton Live11 but no interaction allowed....

If you can live with basic functionality (keyboard, pitch/mod, sustain, expression) you can change the keyboard to “Generic MIDI” - check the manual for how to do that - and you don’t need the Roland driver, it just uses the one that ships with Windows.

I’ve been using my PCR-M30 like this in both W10 and W11 no problem.

In fact I’m pretty sure you can get the knobs and faders working as well because I can see midi activity when you move them, but I never had the need or time to figure out how to map them in my DAW.
adrian_k
Frequent Poster
Posts: 3404 Joined: Thu Jan 30, 2003 12:00 am Location: Gloucestershire
Above all, be kind.

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by Kwinton »

basuramail wrote: Sun Feb 26, 2023 4:45 pmUPDATE: Edirol FA-101 Firewire Audio Interface WORKING with all Windows 10 Versions!!!!:bouncy::bouncy::bouncy:

the procedure, in brief, is as follows:

1. Disable Driver Signature Enforcement (two methode)
2. Edit *.inf files of downloaded edirol fa-101 windows 8 64 bit drivers
3. run driver installation setup
4. Check driver installation on device manager.
5. Reenable Driver Signature Enforcement.

Step by Step guide

1. Disable Driver Signature Enforcement

Methode 1: open elevated command prompt (run cmd as administrator) and run the commands

Code: Select all

BCDEDIT -Set LoadOptions DISABLE_INTEGRITY_CHECKS
BCDEDIT -Set TESTSIGNING ON
Methode 2

• Click Windows Start, and type "Change advanced start-up options" and execute it. This will take you to the Windows 10 Settings Recovery options.
• On the right, where it says Advanced Startup, choose "Restart Now"
• Once it takes you to the blue menu screen, click: "Troubleshoot", followed by "Advanced Settings" > "Startup Settings" > "Restart".
• Once PC has restarted, press the number 7 to 'Disable driver signature enforcement'.
a graphical guide here:
https://www.simple-shop.si/en/disable-e ... windows-10

2. Edit *.inf files of downloaded edirol fa-101 windows 8 64 bit drivers

Download the driver for windows 8 64bit from Roland Website: fa101_864d_v100.zip. Entpack it and edit the two *.inf files locates in folder files.
https://www.roland.com/global/support/b ... 89fff744d/

RRIF0001.INF before Changes

Code: Select all

[Manufacturer]
%S_Provider%=_Devices,NTamd64.6.2

;******************************************************************************
; Models sections
;------------------------------------------------------------------------------
; x64-based systems
[_Devices]
;; WindowsVista 64 or Windows XP 64
;; not supported

[_Devices.ntamd64.6.2]
%S_DeviceDesc%=_Install, 1394\EDIROL&EDIROL_FA-101
RRIF0001.INF after Changes

Code: Select all

[Manufacturer]
%S_Provider%=_Devices,ntamd64.10.0

;******************************************************************************
; Models sections
;------------------------------------------------------------------------------
; x64-based systems
[_Devices]
;; WindowsVista 64 or Windows XP 64
;; not supported

[_Devices.ntamd64.10.0]
%S_DeviceDesc%=_Install, 1394\EDIROL&EDIROL_FA-101

RRAU0001.INF before Changes

Code: Select all

[Manufacturer]
%S_Provider%=_Devices,NTamd64.6.2

;******************************************************************************
; Models sections
;------------------------------------------------------------------------------
; x64-based systems
[_Devices]
;; WindowsVista 64 or Windows XP 64
;; not supported

[_Devices.ntamd64.6.2]
%S_rrau0001_audio_device%=_rrau0001,rrau0001_ENUM\Edirol&Edirol_FA-101&AVS
RRAU0001.INF after Changes

Code: Select all

[Manufacturer]
%S_Provider%=_Devices,ntamd64.10.0

;******************************************************************************
; Models sections
;------------------------------------------------------------------------------
; x64-based systems
[_Devices]
;; WindowsVista 64 or Windows XP 64
;; not supported

[_Devices.ntamd64.10.0]
%S_rrau0001_audio_device%=_rrau0001,rrau0001_ENUM\Edirol&Edirol_FA-101&AVS
3. run driver installation setup

save the these files and run setup ignoring any ‘driver not certified’ warnings. Follow any on-screen prompts and insert the Edirol/Roland USB device when requested to complete the installation. Restart PC after completion

4. Check driver installation on device manager.

Click Windows Start, and type "devmgmt.msc" and execute it. This will take you to the Windows 10 Device Manager.
check if under 61883 devices --> FA-101 Sub --> right click if the driver provider is Roland, Driver Date 09/11/2012 and Driver version 1.0.0.0

5. Reenable Driver Signature Enforcement.

open elevated command prompt (run cmd as administrator) and run the commands

Code: Select all

BCDEDIT -Set LoadOptions ENABLE_INTEGRITY_CHECKS
BCDEDIT -Set TESTSIGNING OFF
that's all ...

B.

I really wanna kiss you right now, i thought i would never be able to get this to work <3
Kwinton
Posts: 1 Joined: Wed Oct 09, 2024 5:40 pm

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by TheOldies_n_Goodies4208 »

Guys, I'm at the end of my rope here. I have an SD-90 and I've been trying to install it on my Windows 11 device and it never installs properly. It's like, everywhere I look it's only Windows 10 that gets it and never Windows 11. I've tried literally everything and I still can't get it to install properly.

I check the Start menu and it says SD-90 under "Recently added", but when I click on it, it just says "To make settings, connect the device and execute again." Meanwhile, I'm stuck on the screen where it says "Ready to install driver. Please use a USB cable to connect the SD-90 and your computer, and then turn on the power of the SD-90, and wait. The driver will be installed automatically."

What do you guys think? Am I forcing a square into a circular hole here? I really hope someone can help me because I'm at my wit's end here.
TheOldies_n_Goodies4208
Posts: 1 Joined: Tue Dec 17, 2024 8:36 pm

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by iitmfl »

Will this work for a Edirol SD-90?

Here's the issue for us. To get this sound module's MIDI-vendor mode to work in Windows 10, we had to use the Vista driver 64 for it. It TOTALLY worked but since BEING FORCED to Windows 11, it is deemed "incompatible". The only way SO FAR to get it to work is to shut off the core isolation which makes it vulnerable to a WHOLE LOTTA CRAP. The SD90 is just ONE of MANY MANY MANY that we have in the studios which makes hundreds of thousands of dollars in equipment TOTALLY worthless and unuseable.

ANY IDEAS ON HOW TO GET IT TO WORK IN WINDOWS 11?
iitmfl
Posts: 2 Joined: Wed Jan 01, 2025 6:30 pm

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by Eddy Deegan »

iitmfl wrote: Wed Jan 01, 2025 6:38 pm Will this work for a Edirol SD-90?

It would seem worth a try to find out if there is no better option.

iitmfl wrote: Here's the issue for us. To get this sound module's MIDI-vendor mode to work in Windows 10, we had to use the Vista driver 64 for it. It TOTALLY worked but since BEING FORCED to Windows 11, it is deemed "incompatible". The only way SO FAR to get it to work is to shut off the core isolation which makes it vulnerable to a WHOLE LOTTA CRAP. The SD90 is just ONE of MANY MANY MANY that we have in the studios which makes hundreds of thousands of dollars in equipment TOTALLY worthless and unuseable.

I get the frustration at having a legacy piece of equipment (Roland themselves describe it as a "discontinued product") that doesn't have modern driver support but in all honesty if you rely on 22+ year-old gear which doesn't work on modern operating systems then it shouldn't come as a surprise given the age of the equipment.

The SD-90 is a sound module with a USB Audio/MIDI interface combined but neither of those aspects of its implementation are going to match cheaper modern equivalents and this has been the case for years.

Even the Sound On Sound review from 2002 states:

SD-90 Sound On Sound review wrote:The Studio Canvas concept is a great idea and has been successfully implemented in the SD90. However, the SD90's price tag will seem too high to many desktop musicians, and you can buy better sound modules and interfaces for less money.

I'd buy a modern audio/MIDI interface and play your SD-90 using the MIDI DIN ports it has on the back instead of USB. It'll still make the same sounds it always did and as such is far from useless in that regard.
User avatar
Eddy Deegan
Moderator
Posts: 9553 Joined: Wed Sep 01, 2004 12:00 am Location: Brighton & Hove, UK
Some of my works | The SOS Forum Album projects | My Jamuary 2025 works

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by iitmfl »

The MIDI sounds are only 1/3 of what this unit can do. The other part is an interface for inst/mic and there's a HUGE amount of adjustments the user is able to make to each tone/s (128 polyphony on ours) and effects for same. The only 'modern' MIDI sound module that comes even closer is the Integra7 which we have plenty of those (those work in Win11) but those don't have a input side that is able to make adjustments. Not real 'up' with MIDI 'up to date' interfaces b/c most everything we (and everybody else) use is interfaced via USB (which is normal today). Got any recommendations wiring up via MIDI setup with something that has CURRENT (and I mean as of TODAY) drivers that would work with Win11? Roland Corp. gave us a case of Roland UM-ONE-MK2's (32) but haven't tried yet or know of anyone that uses those to get their opinion. They're MIDI to USB cables with 2 MIDI plugs each. The thing I'm hesitant on hooking up the SD90's via MIDI is the hang time I remember it having. Sticking notes out of nowhere and all kinds of stuff. That's why up until last night they've been a powerhouse for us (FORCED to switch from Win10 to 11). Use quite a few of these and they've been working flawlessly forever. Whatever help or suggestions you can give would DEEPLY appreciated - tks!

...this is the kind of stuff you have to deal with using Windows. Most of our studios are all Mac-based and Mac/Apple doesn't screw people outta being able to use equipment hooked into their systems. Microsoft...all about the $$$$$.
iitmfl
Posts: 2 Joined: Wed Jan 01, 2025 6:30 pm

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by BillB »

@iitmfl, I share you frustration. I have an Edirol UA-25EX as an audio interface to a Win11 machine. I use a mic with phantom power as my main audio input to the PC. As the UA-25EX is a solid little audio device, I decided to turn off core isolation on the basis that I didn’t have it on my preceding Win10 PC, so it’s not essential on my Win11 PC. I exercise a high degree of care and suspicion about all emails, websites etc so anticipate that I can avoid the nasties that core isolation is meant to be protecting against.

However, noting Eddy’s comments about relying on old gear, I think it is probably time for me to upgrade, and there are many low cost options out there that would do the same kind of job, although I’ll need to check for Win11 compatible drivers.

As for the SD90, it obviously has a bundle of features in the one box that suits you. But it would appear that, to enable the Win 11 core isolation, you are at least going to have to separate the the sound module functions (basically a GM/GS/JV/XV type sound engine) from the audio/midi interface. Can you retain the SD90 as a sound module but connect it via another audio/midi interface? Not sure why you should be having any issues with sticking notes via MIDI…

I don’t have any specific advice on models compatible with Win11 but I would be looking at Focusrite, Behringer and M-Audio. Other manufacturers are available. You’ll just have to check their driver download pages for compatibility. Please let us know if you find any workable solutions.
BillB
Frequent Poster
Posts: 2145 Joined: Mon Apr 07, 2003 12:00 am Location: East Yorkshire

Re: Edirol/Roland USB legacy driver hack for Windows 10

Post by James Perrett »

If you want something that is most likely to work in the future then there's only one choice...

RME

Yes, they're more expensive than many others but they have a proven track record for long term support and their drivers really do work better than others in my experience.
User avatar
James Perrett
Moderator
Posts: 15675 Joined: Mon Sep 10, 2001 12:00 am Location: The wilds of Hampshire
JRP Music - Audio Mastering and Restoration. JRP Music Facebook Page
Post Reply