XSRDO Patchwork modular
-
- KVRian
- Topic Starter
- 555 posts since 21 Nov, 2012 from Sitting in front of my PC
I've rewritten the sequencer as a module and split it into separate parts so now I can add many of them
Into a spare virtual 'rack', aka a bank of SQ10's etc...
I'm undecided whether to give it full control of other modules or only have it active while a MIDI key is held.
The LEDs are still giving me some timing issues so I'm looking at writing my own custom BPM to host sync.
Also, the GUI is now fully end user skin able.
Kirsty
Into a spare virtual 'rack', aka a bank of SQ10's etc...
I'm undecided whether to give it full control of other modules or only have it active while a MIDI key is held.
The LEDs are still giving me some timing issues so I'm looking at writing my own custom BPM to host sync.
Also, the GUI is now fully end user skin able.
Kirsty
- KVRian
- 544 posts since 22 May, 2009 from Portugal,Azores (faial island)
great news
,please give it give it full control of other modules using cv/gate out.
...want to know how to program great synth sounds,check my video tutorials: http://www.youtube.com/user/sergiofrias25
-
- KVRian
- Topic Starter
- 555 posts since 21 Nov, 2012 from Sitting in front of my PC
I willsergiofrias wrote:great news,please give it give it full control of other modules using cv/gate out.
Most of the modules I've created so-far...

Simple 1 oscillator poly synth...

Two oscillator poly synth with modulation...

Complicated patch...

Simple click menu option to add/delete modules anywhere...

Fun with sequencers...

Kirsty
- KVRian
- 544 posts since 22 May, 2009 from Portugal,Azores (faial island)
Wow,looks amazing 
...want to know how to program great synth sounds,check my video tutorials: http://www.youtube.com/user/sergiofrias25
-
- KVRian
- Topic Starter
- 555 posts since 21 Nov, 2012 from Sitting in front of my PC
Here is a beta download version of the update to my patchwork synthesizer.

http://www.datafilehost.com/d/2f4e0bb3
It's fully modular, just click on the module headings to add/remove a module
I'm sure you all know how this sort of thing works
NOTE: This version is preset to mono mode while I rewrite the polyphonic voice handler.
Please see the ReadMe info on where to install the skin bitmaps.
Yeah, I know my skin design is a bit naff so If anyone wants to offer their GUI design talents please email me and i will send you the specs for the layout.
Kirsty

http://www.datafilehost.com/d/2f4e0bb3
It's fully modular, just click on the module headings to add/remove a module
I'm sure you all know how this sort of thing works
NOTE: This version is preset to mono mode while I rewrite the polyphonic voice handler.
Please see the ReadMe info on where to install the skin bitmaps.
Yeah, I know my skin design is a bit naff so If anyone wants to offer their GUI design talents please email me and i will send you the specs for the layout.
Kirsty
- KVRian
- 529 posts since 30 Dec, 2011 from Europe
Really thanks for your work and for sharing it with us!
I like a lot your vst modular synth, looking forward the polyphonic version indeed!
Peace
D.
I like a lot your vst modular synth, looking forward the polyphonic version indeed!
Peace
D.
-
- KVRian
- Topic Starter
- 555 posts since 21 Nov, 2012 from Sitting in front of my PC
Here is the latest update...
http://www.datafilehost.com/d/c86a600f
10.11.13
--------
Added polyphony
Removed VCA module
Added level input to each oscillator
Reduced overall CPU
Kirsty
http://www.datafilehost.com/d/c86a600f
10.11.13
--------
Added polyphony
Removed VCA module
Added level input to each oscillator
Reduced overall CPU
Kirsty
- KVRian
- 544 posts since 22 May, 2009 from Portugal,Azores (faial island)
Hello kirsty,just downloaded your latest update,there seems to be a problem because the gui doesn't load,the previous version worked fine,i'm using Fl studio / win 8 64 bit,using savihost displays the same problem...
...want to know how to program great synth sounds,check my video tutorials: http://www.youtube.com/user/sergiofrias25
- KVRist
- 402 posts since 16 Sep, 2005
Unfortunately, Reaper has the same problem. I guess it would be right to make XRDO DAW independent and leave all the resources and plugin in one folder.
- KVRAF
- 9091 posts since 28 May, 2005 from Netherneverlands
Did you guys run your DAW with full administrative rights before opening this plugin for the first time? SE plugins usually need that because they need to extract some files from the .dll after first time loading.
EDIT: just had a closer look at this one. toitoi you're right, this seems to be an odd construction for a plugin to have the skin files in a completely different directory (the host directory) from where the plugin resides
How would the plugin know in what host it is loaded and where to look for its skin files this way?
Quote from readme:
EDIT: just had a closer look at this one. toitoi you're right, this seems to be an odd construction for a plugin to have the skin files in a completely different directory (the host directory) from where the plugin resides
How would the plugin know in what host it is loaded and where to look for its skin files this way?
Quote from readme:
Put Patchwork Modular System.dll in your VST plugins/instruments folder
Put Patchwork_Skin in the same folder as your host.
I use Synapse Audio Orion so...
C:\Program Files (x86)\OrionPlatinum\Patchwork_Skin
C:\Program Files (x86)\OrionPlatinum\VstInstruments\Patchwork Modular System.dll
No band limits, aliasing is the noise of freedom!
-
- KVRian
- Topic Starter
- 555 posts since 21 Nov, 2012 from Sitting in front of my PC
That's odd. There is no difference in how the plugin loads it's skin in this update.sergiofrias wrote:...the gui doesn't load,the previous version worked fine...
If the previous version worked ok then just copy the *.bmp and *.dll files into the existing
folder locations, overwriting the previous versions.
I will see about a better way of doing this, perhaps with an installer program, but I would
still like to keep the GUI separate from the plugin.
Sorry for the issue.
Kirsty
-
- KVRian
- Topic Starter
- 555 posts since 21 Nov, 2012 from Sitting in front of my PC
Update...
http://www1.datafilehost.com/d/a5ddca38
I wrote a little pathfinder routine to search for the skin folder.
If it doesn't find it a MessageBox will suggest where to copy the Patchwork_Skin
folder to, but it could be host dependent!
Make sure you use the skin bitmaps in this update.
Kirsty
http://www1.datafilehost.com/d/a5ddca38
I wrote a little pathfinder routine to search for the skin folder.
If it doesn't find it a MessageBox will suggest where to copy the Patchwork_Skin
folder to, but it could be host dependent!
Make sure you use the skin bitmaps in this update.
Kirsty
- KVRian
- 529 posts since 30 Dec, 2011 from Europe
Thanks again for the new update Kirsty, here all is working fine.
Bests
D.
Bests
D.
- KVRist
- 402 posts since 16 Sep, 2005
- KVRAF
- 2117 posts since 24 Feb, 2004 from Germany

