MauSynth VSTi official thread
- KVRAF
- 4287 posts since 6 Nov, 2009
If you get an error you just need to download the visual c++ redistributable, according to your operating system and your compter's processor(s). I think this is where I got it: http://www.microsoft.com/en-us/download ... x?id=30679 Hope that helps. Anyone know what preset is used in the demo , the solid cheese lead sound?
-
- KVRian
- 991 posts since 9 Feb, 2013 from dallas tx
really this does have great sounds for a free synth can't understand why nobody has released much in the way of presets for it yet.
- KVRAF
- 3462 posts since 17 Sep, 2006 from Fredericksburg, VA USA
Is there any way to reduce the size of the UI?
D Scarlatti, Dell XPS8700 i7/8gb mem/1tb hd/Steiny UR22/Presonus ER5s/Nektar LX61 kbd ctrlr/Win 10 Pro/S1 4.6/ my music here: https://www.magix.info/us/profile/my-profile/media/
-
- KVRAF
- 2596 posts since 17 Apr, 2004
Is there anywhere that explains what the unlabeled knobs do? Or a proper UI with actual knob labels? As it is this synth sounds nice but isn't something I'm ever going to use because of the terrible UI.
Which might also answer yessongs' question as to why there are no presets - there's no lack of synths out there with more intuitive UIs, so why would anyone put in the extra effort necessary to understand this synth just because someone is too lazy/difficult to write label names on the skin. I'm just going to move on to something else until the UI has labels.
Which might also answer yessongs' question as to why there are no presets - there's no lack of synths out there with more intuitive UIs, so why would anyone put in the extra effort necessary to understand this synth just because someone is too lazy/difficult to write label names on the skin. I'm just going to move on to something else until the UI has labels.
Voted KVR's resident drunk Robert Smith impersonator (thanks Frantz!)
https://open.spotify.com/artist/2myYesRBRgQB3LkZzEYdt5 | https://soundcloud.com/steevm/
https://open.spotify.com/artist/2myYesRBRgQB3LkZzEYdt5 | https://soundcloud.com/steevm/
-
- KVRAF
- 2973 posts since 10 Sep, 2003 from Karlskoga, Stockholm, Sweden
Niiiiiiiiiiiiiiiiiiiiiiiiiice!!!!!!
-
- KVRAF
- 1769 posts since 30 Jul, 2007
-
- KVRAF
- 2596 posts since 17 Apr, 2004
-
- KVRAF
- 1800 posts since 10 Feb, 2007
Take a look at the picture in this topic:sjm wrote:Is there anywhere that explains what the unlabeled knobs do?
http://www.kvraudio.com/forum/viewtopic ... th+presets
-
- KVRAF
- 2802 posts since 31 Aug, 2011
Thats right. Although the layout itself isnt exactly the most complex, the trouble is that there is way too much empty/unused space in some places and not enough in others. And i have no control over the layout itself, nor the size of stuff. (BTW, the same goes for the white text in the preset display, i cant change that either.)sjm wrote:...the knobs are obviously placed without any thought for leaving space for the labels, which is why the labels appear so cramped.
The only thing i could do with regards to the knoblabels is to remove the targets text and divider lines and only leave the sources. That way i could make the remaining text a tad bigger too. Since the targets are indicated by the arrows anyway, this might actually be enough.
-
- KVRist
- 448 posts since 8 May, 2008
Problem: MauSynth crashes DAW if DLLs are renamed.
First and foremost, I love MauSynth and I think it sounds and looks fantastic.
I am re-organizing my VST folder in such a way that both 32-bit and 64-bit versions of each plugin are available.
Although I generally use 64-bit plugins exclusively, when I rewire Reason 5 into Studio One I still need 32-bit plugins because Reason 5 is 32-bit only. To keep track of what's 32-bit and what's 64-bit, I simply rename the DLL files as follows:
MauSynth x32.dll
MauSynth x64.dll
... and put both files in the same folder. Then a 32-bit DAW will pick up the 32-bit plugin, and a 64-bit DAW will pick up the 64-bit plugin. However, MauSynth crashes my DAW if I rename the files. Is this a bug?
Thanks
EDIT: I've just searched the thread and found that the DLL name is hardcoded so we shouldn't rename it. Hopefully in the future it will be possible to rename the DLL. Peace!
First and foremost, I love MauSynth and I think it sounds and looks fantastic.
I am re-organizing my VST folder in such a way that both 32-bit and 64-bit versions of each plugin are available.
Although I generally use 64-bit plugins exclusively, when I rewire Reason 5 into Studio One I still need 32-bit plugins because Reason 5 is 32-bit only. To keep track of what's 32-bit and what's 64-bit, I simply rename the DLL files as follows:
MauSynth x32.dll
MauSynth x64.dll
... and put both files in the same folder. Then a 32-bit DAW will pick up the 32-bit plugin, and a 64-bit DAW will pick up the 64-bit plugin. However, MauSynth crashes my DAW if I rename the files. Is this a bug?
Thanks
EDIT: I've just searched the thread and found that the DLL name is hardcoded so we shouldn't rename it. Hopefully in the future it will be possible to rename the DLL. Peace!
-
- KVRAF
- 2250 posts since 29 Nov, 2004
You can rename it if you also edit the hardcoded name and since the .dll extension is optional in the hardcoded name you can use an hex editor to rename MauSynth11.dll to MauSynth x32 or MauSynth x64 (zeroing the 2 trailing characters in the hex pane). Works fine here.
-
- KVRist
- 448 posts since 8 May, 2008
My best shot was renaming the DLLs to MauSynth32.dll and MauSynth64.dll, respectively, resulting in two working DLLs. However there is not enough space to insert " x32" and " x64". Would there be any way to rename the files to "MauSynth x32.dll" and "MauSynth x64.dll"?
Thanks
Thanks
-
- KVRAF
- 2250 posts since 29 Nov, 2004
As I told you above, perhaps that wasn't clear enough, you don't need to include the .dll extension for the renaming of the hardcoded name which gives you more than enough room for the new name you want, rename "MauSynth11.dll" to "MauSynth x32" with your hex editor. Works fine for me.Scoox wrote:Would there be any way to rename the files to "MauSynth x32.dll" and "MauSynth x64.dll"?
-
- KVRist
- 448 posts since 8 May, 2008
I followed your instructions to the letter. The renamed and modified 64-bit version works in both Reaper and Studio One, but the renamed and modified 32-bit version only works in Reaper. However, the unmodified original versions work in both DAWs.
Note: I did not use bit bridging in my tests.
Note: I did not use bit bridging in my tests.
