http://www.datafilehost.com/d/0806a3f6
20.11.13
-
Now works in Reaper 32 and x64
Fixed bug in filter LP/HP/BP
Fixed bug in ADSR
Experimenting with digital delay module
(Thanks Martin, Reaper portable installation works lovely
Kirsty
same problem here...martin_l wrote:Hi Kirsty,
bad news: still not working for me: neither in reaper, nor in savihost.
I start to think that the problem might have a different cause. Did you use any other library for the graphics. I remember that most SE plugins required some version of the vbrun.dll. I have to say that other SE plugins are running on my system. Just wondering whether there is any component missing on my system, which is installed on yours.
Another comment is about the download page, you are using. By accident, I did not disable this recommended download agent, and downloaded some installer instead, which made my avira antivirus go bonkers. I dont know whether these are just false positives, or whether the pwms.exe, which will be downloaded when this option is ticked, containes a real thread. Just thought it might be worth noting.
I hope we can identify the missing bit on my (and possibly other) systems.
Cheers,
Martin
Yippeemartin_l wrote:Good news! The GUI is working now!
If I have time over the next weekend, I will play a bit around more detailed and let you know what I find.
Are you planning to allow for more module slots in the final version?
By the way, what was the problem? What did you change now?
Cheers,
Martin
Code: Select all
// EXTERN_C IMAGE_DOS_HEADER __ImageBase; // <- __Imagebase Cross linked with Definitions.h
void GuiModule::BITMAP_LoadBitmapModule(char *filename, int Module_ID)
{
// Load the module skin files into hBitmap_Modules[]
hBitmap_Module[Module_ID] = NULL;
hBitmap_Module[Module_ID] = (HBITMAP)LoadImage(NULL, filename, IMAGE_BITMAP, 0, 0,
LR_LOADFROMFILE | LR_CREATEDIBSECTION | LR_DEFAULTSIZE);
if(hBitmap_Module[Module_ID] == NULL) // File not found
MessageBox(NULL, filename,"XSRDO Patchwork Modular file error",MB_OK);
} Thanks for all your help, now I can start writing some more DSP againsergiofrias wrote:GreatDon't know what you changed Kirsty ,working great here in Fl studio and savihost
Working on 32 bit Win and 32 bit host and has a little lower CPU. But when inserting a filter and ADSR and switch to poly, starts to hickup after some chords, leaving out notes, and still goes to 40% CPU on my dual core.kirsty roland wrote:Patchwork modular System (beta) updated
http://www.datafilehost.com/d/0806a3f6
20.11.13
-
Now works in Reaper 32 and x64
Fixed bug in filter LP/HP/BP
Fixed bug in ADSR
Experimenting with digital delay module
(Thanks Martin, Reaper portable installation works lovely)
Kirsty
Hi DiegoDiego_C wrote:HI Kirsty! I am still relying on the old skinnable version as I like to custom it.
Is it possible to let available this option even in the new dll ?
Or, anyway as the old version is working well on my system, if there are no audio programming difference among the two, I can keep using that one.
Obviously no duties, just curiosity.
Thanks for your nice vst again.
Cheers
D.
Sounds great Kirsty, thanks a lot!kirsty roland wrote: Hi Diego
Yes, user skins will be a feature of the plugin. I already have that option on the main menu
of the current version and I have an idea to expand the skinning options even more.
Kirsty
Submit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026