XSRDO Patchwork modular

Modular Synth design and releases (Reaktor, SynthEdit, Tassman, etc.)
Post Reply New Topic
RELATED
PRODUCTS

Post

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

Post

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

Post

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
same problem here...
...want to know how to program great synth sounds,check my video tutorials: http://www.youtube.com/user/sergiofrias25

Post

Kirsty, maybe the problem is your version of synthedit,i found other users having similar problems on these posts:



http://s3.excoboard.com/minimogueVA/81076/859184

http://www.kvraudio.com/forum/printview ... 05&start=0
...want to know how to program great synth sounds,check my video tutorials: http://www.youtube.com/user/sergiofrias25

Post

I will chase up any missing DLLs and run dependency walker later on.
With Visual c++ 2008 you at least need the redistributable package on your system.

http://www.microsoft.com/en-us/download ... aspx?id=29

I distribute patchwork in a *.zip folder called pwms.zip containing the *.dll and some
images of if working in synthedit,orion,reaper 32, reaper 64. There is NO *.exe involved.
I am very puzzled by this.

Kirsty

Post

Hi Kirsty,

I do have the VC-2008 redistributable package installed. It must be something else...


As for the *.exe file, I get this when I leave the "use our download manager" option ticked (which is ticked by default for me). If I untick before downloading, I get the zip file, which does not cause problems (apart from the GUI...)






Cheers,
Martin

Post

Ok here is a modified version from a quick idea i just had.

http://www.filedropper.com/patchworkmodularsystemdll

I used a different file host.
The *.zip file contains only Patchwork Modular System.dll
Thank you for your help I really appreciate your efforts.

Kirsty

Post

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

Post

Great :D Don't know what you changed Kirsty ,working great here in Fl studio and savihost
...want to know how to program great synth sounds,check my video tutorials: http://www.youtube.com/user/sergiofrias25

Post

martin_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
Yippee :D
More modules yes. More module slots possibly, it needs to fit on my laptop 1366x768 so
perhaps I'll introduce scroll bars :?:
And the problem was part of the imagebase code left over from when I changed from loading
the skin from files at runtime to embedding it in the DLL.

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);
} 
Another one of my blond moments :oops:
Once again, thanks for all your help.

Kirsty

Post

sergiofrias wrote:Great :D Don't know what you changed Kirsty ,working great here in Fl studio and savihost
Thanks for all your help, now I can start writing some more DSP again :)

Kirsty

Post

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
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.
ImageImage

Post

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.

Post

Diego_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.
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

Post

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
Sounds great Kirsty, thanks a lot!
It will be really cool to customize it.
Looking forward the next release to start doing it
:D

Bests.
Cheers!
Diego

Post Reply

Return to “Modular Synthesis”