CPU cores usage? #595
lokkiikkol
started this conversation in
General
Replies: 2 comments
|
Right now Element does not support multi-core processing and is also single instance. I'm considering opening it up to run as multiple instance though. Going to be experimenting with that soon and if breakage is low, will probably enable it for good. Keep in mind if I do it, it won't have instance-to-instance sync (not to start with anyway) |
0 replies
|
I see. Multicore Support in a single instance is hard to do I guess? I
think PureData pulls this off, by creating an object pd~ which is basically
a new instance of pd with connections for audio and messages to the main
patch.
Maybe element could have a graph in graph object that uses another CPU
core...
…On Sat, 30 Jan 2021, 15:55 Michael Fisher, ***@***.***> wrote:
Right now Element does not support multi-core processing and is also
single instance. I'm considering opening it up to run as multiple instance
though. Going to be experimenting with that soon and if breakage is low,
will probably enable it for good. Keep in mind if I do it, it won't have
instance-to-instance sync (not to start with anyway)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#284 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADDSM34AA7OE62F5LM4LDSLS4QMV7ANCNFSM4W2KNAWA>
.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
more of a general question. this is on OS X 10.15.7
how does element handle multiple cores? is the load distributed over different cores on multicore CPUs? for instance if i open 4 plugins in a graph, will they use different cores?
or would it make more sense to run multiple instances of element for that?
thanks
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
All reactions