ThanksHlis93 wrote:That looks nice I like the empty center really cool idea.ouroboros wrote:finally settling in a bit, and I love it!
once again, a wonderful tool!

ThanksHlis93 wrote:That looks nice I like the empty center really cool idea.ouroboros wrote:finally settling in a bit, and I love it!
once again, a wonderful tool!

[OT]duncanparsons wrote:
[OT]What's wrong with my HiPass exp? I know my smelling was off there too, but it is a differential, and simply subtracting the previous sample is as simple as it gets![/OT]
DSP
scuzzphut wrote:[OT]duncanparsons wrote:
[OT]What's wrong with my HiPass exp? I know my smelling was off there too, but it is a differential, and simply subtracting the previous sample is as simple as it gets![/OT]
DSP
hpf:= in - in[i-1];
lpf:= in - hpf;
bpf:= lpf - hpf;
Could this be the most efficient filter code in existence ?
Oh wait. Where do you set the cutoff frequency?
:dang: :curses: :foiled again: :etc:![]()
[/OT]
just joshing Dunkers
Code: Select all
lpf = in[i] - hpf;
=> lpf = in[i] - (in[i] - in[i-1]);
=> lpf = in[i] - in[i] + in[i-1];
=> lpf = in[i-1];hello,Hlis93 wrote:Save ---- crash --- file not saved work is gone
just when I thought I almost had it done...
For the most part I am finding the latest version to be vary stable. That has been the only crash on my system that has occured.g200kg wrote:hello,Hlis93 wrote:Save ---- crash --- file not saved work is gone
just when I thought I almost had it done...
Im still stucking in the deep of Windows COM component programming for thumbnailing (on Vista)![]()
However, i think it should be fixed on highest priority if you encountered the file-crash due to KnobMan. please report if you found that


THX asseca,asseca wrote:Hi g200kg,
I have another issue, when I delete a layer and save the .KNOB-file then all the included graphics files are missing, I have to re-load all of the files manually and re-save ...
Thanks, I'll be using KnobMan in the next few days, and will let you know how things go ...g200kg wrote:THX asseca,asseca wrote:Hi g200kg,
I have another issue, when I delete a layer and save the .KNOB-file then all the included graphics files are missing, I have to re-load all of the files manually and re-save ...
I found & Fixed a bug about image re-load![]()
http://www.g200kg.com/en/software/knobman.html
nice! It looks very cool/industrial/corroded.Hlis93 wrote:I know this doesn't help with feedback about the program but I just love knobman. This is just to much fun for me to handle.![]()
Pic to the left is done 99% knobman,one PNG for the meter glass is used. I exported various layers, messed with them in PS and then imported them back and used the color tools, that is the picture to the right. Not done yet but it would be a real pain if I didn't have knobman.
edit: This program is just insane good. woohoo!


Unfortunately, KnobMan is deeply depends on Windows API, i think that is difficult to port to Mac. Anyway the first problem is that I dont have a Mac..dnigrin wrote:One feature request I'm hopeful you could implement as quickly as you've implemented all the others: although I can use a PC version, my primary development platform is a Mac. Any chance of you doing a port?
Thanks again, great app!
Dan
Yeah, I was anticipating that it might be a challenge to port. And yes, it works fine in Windows via Parallels virtualization; I presume it would also work fine via VMWare Fusion, as well as possible CrossOver. So there are solutions - just a bit more work for us Mac-folks.g200kg wrote:Unfortunately, KnobMan is deeply depends on Windows API, i think that is difficult to port to Mac. Anyway the first problem is that I dont have a Mac..
im not so familiar with mac, the CrossOver or something cant be a solution?
Submit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026