Page 2 of 2

Re: View bug??

Posted: Tue Aug 05, 2014 11:49 am
by Drnkhobo
Does it still look blurry if you disable the black background?
:lol: :lol: :lol: Yeah it does Exo, I know what you mean though. . .

I will send support a msg about this ;)

On the off chance, do you (Exo) know about the R&D prims? More specifically the Biquad Freq response. . . ?

Is there a better / more CPU friendly way of visualizing filters on screen?

Re: View bug??

Posted: Tue Aug 05, 2014 12:47 pm
by Exo
Drnkhobo wrote:
Does it still look blurry if you disable the black background?
:lol: :lol: :lol: Yeah it does Exo, I know what you mean though. . .

I will send support a msg about this ;)

On the off chance, do you (Exo) know about the R&D prims? More specifically the Biquad Freq response. . . ?

Is there a better / more CPU friendly way of visualizing filters on screen?


I usually do this...
filter response.fsm
(18.65 KiB) Downloaded 917 times


I think that will be faster and of course works for any filter not just biquads :)

Re: View bug??

Posted: Tue Aug 05, 2014 1:25 pm
by Drnkhobo
Thanks man! :D I have used a similar approach before. . . . but that means I would need to double the filters up to get a visual feedback of what they are doing . . . which means more CPU as I send an impulse through the second set of filters just for the response :?

Re: View bug??

Posted: Tue Aug 05, 2014 5:38 pm
by Drnkhobo
Seems that once you move the module on the main GUI it resets the view of the module (knob) :D

Re: View bug??

Posted: Tue Aug 05, 2014 7:47 pm
by Drnkhobo
Spoke too soon. Another project of mine is doing the same thing. Maybe while I was trying random things, one of them reset the view and all I needed to do was redaw (move knob on front panel)? So what did I do? :roll:

Re: View bug??

Posted: Mon Aug 18, 2014 10:36 am
by JB_AU
In almost any program gdi/opengl graphic images are done in layers, in gdi the current layer has focus as it is the current view, whereas opengl all layers are treated as a single layer, while in work mode.

How does it look in preview ?

Re: View bug??

Posted: Wed Aug 20, 2014 8:45 am
by Drnkhobo
How does it look in preview ?
Looks the same man.

I figured it out and sent a report to Malc about it. its when you place items on the front GUI just off the pixel grid (8x8 default). Once you start to move things off the 'snapped' grid, it blurs. As soon as you move it along with the grid its fine.

Re: View bug??

Posted: Sat Dec 06, 2014 6:51 am
by SBAudio
Hi, I read this post a while back, and just a tip for anyone with the same problem:

If you translate a bitmap to a value that is not a integral value of the grid (e.g. X=10.3,Y=5.66), make sure the decimal is a multiple of 0.125 (at default 8x8 grid, 1 pixel = 0.125). So, change the values to X=10.375 and Y=5.625, and the bitmap won't be blurry. That way you can still fine tune the positions of the bitmap! Hope this helps!