apohl79 / audiogridder

DSP servers using general purpose computers and networks
https://audiogridder.com
MIT License
738 stars 77 forks source link

32Bit Support #986

Open apohl79 opened 1 year ago

apohl79 commented 1 year ago

Discussed in https://github.com/apohl79/audiogridder/discussions/985

Originally posted by **PythonBlue** August 17, 2022 Let me start off by saying that I did check for related issues. #681 is along the lines of what I'm driving at, but it's not identical, either. It seems to me like this project could really shine if it was a way to get older VST's to cooperate on modern platforms. For example, I found this very useful for getting the old Emulator/Proteus X VST's and sound libraries to work in my Logic Pro setup on my Mac (especially significant because said VST's were Windows exclusive), though even there, all that works without use of jBridge is the 64-bit build of Emulator X3 due to the 64-bit requirement of the current builds of AudioGridder. I realize this would be quite a task to make it more compatible, in light of the response given in the issue I linked earlier, but it's also important to note: the NetVST project, while more limited, does support servers on older 32-bit Windows OS's. Thank you for your time, and be assured that I am impressed with this idea all the same!
kcoul commented 1 year ago

This is interesting to me, that there could be a Windows server instance dedicated to hosting amazing 32-bit plugins that were never updated to 64-bit. I'll see if I can get new enough JUCE working on a 32-bit Windows box I have at my studio for just such a reason and look into it if things work out.