If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
strange issue (CPU)
32 posts
• Page 3 of 4 • 1, 2, 3, 4
Re: strange issue (CPU)
trogluddite wrote:before anyone asks - no, he didn't tell me when that would be!).
.. and what else will be included in the update?
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: strange issue (CPU)
A bunch of surprises.
- self-evolving engine with optimization protocols based on fuzzy logic, natural atractors, chaos theory, and so on,
- system/hardware auto-rebuilder to help you adjust your machine to the version of FS you use (from 8 up to 256 bits, and with quantum architecture support - but be careful - singularities on the go),
- the greatest marketing service, so that you don't need to play around your business, and can stay focused on creativity (it will even make it's own apps and sell it, to earn money for you),
- but - wait - you don't need to be creative - just point through the new BCI application that you would like to play with something new, and FS will create something according to your taste, following your brain patterns,
...and much more!
OR
- minor update: CPU usage during idle - fixed.
- self-evolving engine with optimization protocols based on fuzzy logic, natural atractors, chaos theory, and so on,
- system/hardware auto-rebuilder to help you adjust your machine to the version of FS you use (from 8 up to 256 bits, and with quantum architecture support - but be careful - singularities on the go),
- the greatest marketing service, so that you don't need to play around your business, and can stay focused on creativity (it will even make it's own apps and sell it, to earn money for you),
- but - wait - you don't need to be creative - just point through the new BCI application that you would like to play with something new, and FS will create something according to your taste, following your brain patterns,
...and much more!
OR
- minor update: CPU usage during idle - fixed.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: strange issue (CPU)
Damn - had this prob with my own Image Viewer project...
so even no blue parts in it
... in v3.0.2 it works fine again
Hope malc can fix this soon
so even no blue parts in it
... in v3.0.2 it works fine again
Hope malc can fix this soon
-
Walter Sommerfeld - Posts: 249
- Joined: Wed Jul 14, 2010 6:00 pm
- Location: HH - Made in Germany
Re: strange issue (CPU)
...bump - after one month; any news malc?
...my update support ends in less than one month
...my update support ends in less than one month
-
Walter Sommerfeld - Posts: 249
- Joined: Wed Jul 14, 2010 6:00 pm
- Location: HH - Made in Germany
Re: strange issue (CPU)
My too, but I was told that an update fixing this - should be available this month. The CPU issue was introduced in version 3.03 (which is a real madness for laptop users with no fan control), and lot of projects from 3.03 don't load anymore in 3.02 (where was no such problem). So I guess this update should deal with rather basic things. But who knows? Maybe it will introduce something new and interesting too?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: strange issue (CPU)
I am strugling with the same problem..
A empti scematic with the ASIO output module. Nothing else. The CPU load hits 50% !!
i am pritty sure that i never had the problem on SM..
Also. How can FS be single core ? I always got cpu load on both my cores when running a FS .exe program ?
A empti scematic with the ASIO output module. Nothing else. The CPU load hits 50% !!
i am pritty sure that i never had the problem on SM..
Also. How can FS be single core ? I always got cpu load on both my cores when running a FS .exe program ?
- KimSteff
- Posts: 31
- Joined: Tue Dec 20, 2011 9:50 pm
Re: strange issue (CPU)
KimSteff wrote:i am pritty sure that i never had the problem on SM..
The problem was introduced with the last update, so it's only been around a short while - as Malc knows exactly what code he changed last time, he's confident that it's an easy fix.
The CPU usage is also a very low priority thread that just polling things when stuff is "idle", so the CPU power will be given up as soon as another, more important, process asks for it - so it won't affect other applications much, it just drains your laptop battery and makes the fan run all the time!!
KimSteff wrote:Also. How can FS be single core ? I always got cpu load on both my cores when running a FS .exe program ?
Well, it's truer to say that SM/FS doesn't take any control over which cores it uses. All audio runs in one CPU thread, all MIDI in another, then also Ruby and the "green" stuff. Drawing things on screen is also handled by making calls to the GDI+ part of Windows, yet another thread.
As FS doesn't specify any special threading behaviour, the PC is free to run each thread on whichever core it likes - so the CPU load may be spread out a little bit because, for example, your GUI is drawn by a different core than is running the audio streams.
As the biggest CPU user for plugins is usually the audio streams, and that's all on one thread, people tend to say that FS uses "only one CPU core" - as one whole core sets the limit for how much audio DSP you can do.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
Don't stagnate, mutate to create!
-
trogluddite - Posts: 1730
- Joined: Fri Oct 22, 2010 12:46 am
- Location: Yorkshire, UK
Re: strange issue (CPU)
Well.. With the current error reprotet, it really dosent matter!! If a empty scematic takes 50% cpu load on two cores (also two on a 4 core system!) it makes no sence to talk about cpu loads at all!!
Hope you soon will fix this problem.. It is a MAJOR problem since it is impossible to know how and where to code optimaze for slower systems!!
Hope you soon will fix this problem.. It is a MAJOR problem since it is impossible to know how and where to code optimaze for slower systems!!
- KimSteff
- Posts: 31
- Joined: Tue Dec 20, 2011 9:50 pm
Re: strange issue (CPU)
it just drains your laptop battery and makes the fan run all the time!!
Yes inded! If i run to app's both just a empty scematic and nothing else. My cpy load hits 100% and the fan goes cracy! ... Please a fix asap
Yes inded! If i run to app's both just a empty scematic and nothing else. My cpy load hits 100% and the fan goes cracy! ... Please a fix asap
- KimSteff
- Posts: 31
- Joined: Tue Dec 20, 2011 9:50 pm
Re: strange issue (CPU)
So I guess this update should deal with rather basic things. But who knows? Maybe it will introduce something new and interesting too?[/quote]
- KimSteff
- Posts: 31
- Joined: Tue Dec 20, 2011 9:50 pm
32 posts
• Page 3 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: Google [Bot] and 22 guests