Earlier quoted context omitted.
Linux audio support is not good. Macs have much better audio support.
I've been at the heart of Linux audio for more than 20 years. The situation on Linux is not "not good". Most people who comment on it simply don't know what they are talking about. It is fair to say that Macs are easier to get good results with.
The impact of Apple Silicon Macs on Broadway
191–200 of 294 posts
Re: The impact of Apple Silicon Macs on Broadway
#192Earlier quoted context omitted.
I don't know about the present state, but certainly 10 years ago you would have had to be out of your mind to use anything but a Mac in an Audio setup that is used for important live performances - the Audio and MIDI stacks on Windows were a mess compared to those in OSX.
As a former sound engineer I can state for a fact that this is not true. We stopped using Macs while I was still doing it and it was back in like ~98 when we moved for real to digital studios. Depending on what we were doing the only thing the Macs gave us were bigger purchase and support bills. What Apple had going for them was history so people didn't know as much about how to support the setup if it wasn't Macs. T…
Your bad luck was that you bailed out of the MacOS audio subsystems just when they started to get good.
Re: The impact of Apple Silicon Macs on Broadway
#193Earlier quoted context omitted.
Saying that synth makers need to 'get their act together' is a bit unfair. Nobody asked Apple to invalidate all binaries, they just went ahead and did it.
I work for an audio company. Indeed, that's unfair. Unlike the PPC to Intel transition. This time it's a little easier since most modern toolsets require much less changes in code. Having said that some consideration to keep in mind: - audio code needs to be optimized for real time thread constrains. Many optimizations usually made by vectorizing rather than threading that would've lead to locks and synchronization n…
Re: The impact of Apple Silicon Macs on Broadway
#194Is all the software necessary to pull this off already compiled for arm64? I've read claims that rosetta 2 is fast. I haven't seen results about m1 running x86_64 through rosetta vs intel though.
I ran a multithreaded poker solver (a Windows executable) on top of Wine on Rosetta on base MacBook 13 M1 and it beats the performance of base MacBook Pro 16 inch (Intel 6-core) with Windows running on bare metal by a small margin. (M1 fan actually turned on, which is a rare occurrence; at the same time MacBook Pro 16 Intel would be frying my laps. Ballpark estimates on the internet seem to pin it down beating MBP16…
Re: The impact of Apple Silicon Macs on Broadway
#195I'm puzzled why there is such a strong dependency on Mac? I mean, the M1 looks pretty nice; but if the author is budget constrained AND the hardware is too slow, wouldn't "normal" computers with Windows/Linux make much more sense anyway? I fondly recall how a good friend of mine was impressed by the compute performance of the Apple based workstations at her university. I convinced her to get a PC for the same cost as…
Imagine Windows deciding to do a forced auto-update (or hard disk check) ten minutes before performance. Or breaking down because the system doesn’t work well after the update. I set up a VR performance in a gallery once. It was supposed to run the same piece of a basic program for 3 months. Since it was Windows we had to do additional steps to make sure that it wouldn’t try to update* and possibly break drivers. Bec…
Windows 10 LTSC is a good fit for this type of scenario.
https://techcommunity.microsoft.com/t5/windows-it-pro-blog/l...
Re: The impact of Apple Silicon Macs on Broadway
#196They're going to have to wait until the synth industry gets their act together and ports to Apple Silicon though. The DAW/music ecosystem is notoriously bad at these kinds of transitions. Due to how VSTs work, if any of your plug-ins are not ARM compatible, you have to run the whole plug-in host and all plug-ins under Rosetta, with the performance drop and stability compromises that that entails. And a lot of plug-in…
Re: The impact of Apple Silicon Macs on Broadway
#197Earlier quoted context omitted.
Linux audio support is not good. Macs have much better audio support.
I've been at the heart of Linux audio for more than 20 years. The situation on Linux is not "not good". Most people who comment on it simply don't know what they are talking about. It is fair to say that Macs are easier to get good results with.
While I don't doubt that Linux can be great for audio, if the configuration befuddled someone with a CS degree so badly, I think most ordinary musicians don't stand a chance.
N.B. Compare to something like Soundflower on Mac at that time, and it's no contest -- almost foolproof to set up.
Re: The impact of Apple Silicon Macs on Broadway
#198They're going to have to wait until the synth industry gets their act together and ports to Apple Silicon though. The DAW/music ecosystem is notoriously bad at these kinds of transitions. Due to how VSTs work, if any of your plug-ins are not ARM compatible, you have to run the whole plug-in host and all plug-ins under Rosetta, with the performance drop and stability compromises that that entails. And a lot of plug-in…
Have there been stability issues with Rosetta? I haven’t seen reports but I’m not switching right away so may not just be looking closely enough.
Re: The impact of Apple Silicon Macs on Broadway
#199Earlier quoted context omitted.
Saying that synth makers need to 'get their act together' is a bit unfair. Nobody asked Apple to invalidate all binaries, they just went ahead and did it.
I work for an audio company. Indeed, that's unfair. Unlike the PPC to Intel transition. This time it's a little easier since most modern toolsets require much less changes in code. Having said that some consideration to keep in mind: - audio code needs to be optimized for real time thread constrains. Many optimizations usually made by vectorizing rather than threading that would've lead to locks and synchronization n…
Re: The impact of Apple Silicon Macs on Broadway
#200Earlier quoted context omitted.
I work for an audio company. Indeed, that's unfair. Unlike the PPC to Intel transition. This time it's a little easier since most modern toolsets require much less changes in code. Having said that some consideration to keep in mind: - audio code needs to be optimized for real time thread constrains. Many optimizations usually made by vectorizing rather than threading that would've lead to locks and synchronization n…
> With Big Sur Apple seems to break SHA1 signs making builds from Big Sur work reliably only on 10.11 or newer. (The first release to support SHA256 codesigns) Affinity Photo is an Arm/Intel universal binary that’s also compatible with OS X 10.9. Maybe look into what they’re doing?