I was wondering what worked the CPU harder, midi or audio?
-John
what is more CPU intensive? midi or audio?
-
- Posts: 3236
- Joined: Sun Jul 15, 2007 8:21 am
- Location: Shreveport LA, sometimes Dallas/Ft Worth TX
Re: what is more CPU intensive? midi or audio?
thats an ultra broad question.
Midi, specifically what do you mean?
Audio, what do you mean?
Midi, specifically what do you mean?
Audio, what do you mean?
-
- Posts: 8913
- Joined: Thu Apr 22, 2010 5:50 pm
Re: what is more CPU intensive? midi or audio?
Midi isn't strenuous. It's what translating the midi into sound, like a vst synth, and those all vary.
Most efficient ones shouldn't process unless notes are playing but some like to be free-running like analog synths so they'll always be processing cpu. Synths generally cost CPU to do realtime calculations, as opposed to samplers that will put audio files into ram.
Audio files don't have to take up much cpu (I think they're usually more dealt with in RAM) but if they are in a different sample rate and bit depth than the project settings then the cpu will need to do some work to up/downsample. VST Effects however are similar to synths, they're calculating in realtime and doing more work when audio is going through it.
It depends on the vst/i.
Midi isn't sound, it's just information to feed into something that will translate it's messages, like someone possessed by a demon!
Or something close to that. A programmer should be here to put it better in a second.
Most efficient ones shouldn't process unless notes are playing but some like to be free-running like analog synths so they'll always be processing cpu. Synths generally cost CPU to do realtime calculations, as opposed to samplers that will put audio files into ram.
Audio files don't have to take up much cpu (I think they're usually more dealt with in RAM) but if they are in a different sample rate and bit depth than the project settings then the cpu will need to do some work to up/downsample. VST Effects however are similar to synths, they're calculating in realtime and doing more work when audio is going through it.
It depends on the vst/i.
Midi isn't sound, it's just information to feed into something that will translate it's messages, like someone possessed by a demon!
Or something close to that. A programmer should be here to put it better in a second.
Re: what is more CPU intensive? midi or audio?
depends.
midi can drive big ass huge CPU sucking synths.
both can drive big ass CPU sucking audio effects.
freeze/flatten, moot point.
midi can drive big ass huge CPU sucking synths.
both can drive big ass CPU sucking audio effects.
freeze/flatten, moot point.

In my life
Why do I smile
At people who I'd much rather kick in the eye?
-Moz
Why do I smile
At people who I'd much rather kick in the eye?
-Moz
-
- Posts: 170
- Joined: Mon Jun 18, 2007 7:14 pm
Re: what is more CPU intensive? midi or audio?
If you mean "pure" midi, which you use to drive hardware synths using a midi interface then it is much, much, less cpu intensive than audio.
Computers in the 80's were fast enough for 100 midi tracks, but could not play audio.
The nineties brought native audio, the 00's vst instruments.
That says enough.
Computers in the 80's were fast enough for 100 midi tracks, but could not play audio.
The nineties brought native audio, the 00's vst instruments.
That says enough.
Re: what is more CPU intensive? midi or audio?
Although midi doesnt use as much cpu on a object for object basis, I have made massive midi patches with lots of sub routing and random number generation that had the capacity to really slow down an average laptop.