SynthCraft Updated To v0.735
-
- KVRian
- 555 posts since 21 Nov, 2012 from Sitting in front of my PC
SynthCraft v0.735
- Various internal code updates.
- Dsp/c code optimizations for better performance and reduced CPU of both SynthCraft.exe and compiled plugins.
- Improved Signal Analyzer and Scope display
- New module categories. 'Special' for undefined module types. 'Test Modules' to show some of the modules I am currently testing.
- Some new modules in the above categories.
- New Inline Function module. Insert an equation or function call directly inside the DSP engine with real time processing.
Download from my blog as usual.
https://xsrdo.blogspot.com/
Regards
Kirsty
- Various internal code updates.
- Dsp/c code optimizations for better performance and reduced CPU of both SynthCraft.exe and compiled plugins.
- Improved Signal Analyzer and Scope display
- New module categories. 'Special' for undefined module types. 'Test Modules' to show some of the modules I am currently testing.
- Some new modules in the above categories.
- New Inline Function module. Insert an equation or function call directly inside the DSP engine with real time processing.
Download from my blog as usual.
https://xsrdo.blogspot.com/
Regards
Kirsty
-
Featherless biped Featherless biped https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=698984
- KVRist
- 87 posts since 7 Apr, 2024
Thank you! I will take a look and do some tests as soon as possible.
- KVRian
- 529 posts since 30 Dec, 2011 from Europe
Was indeed wondering what was about the beloved XSRDO Analogy Modular Synthesizer as was silent since some time..and now I found out this cool news.
Downloading and checking this new one.
Thanks a lot for sharing it with us.
Bests
Downloading and checking this new one.
Thanks a lot for sharing it with us.
Bests
-
Featherless biped Featherless biped https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=698984
- KVRist
- 87 posts since 7 Apr, 2024
Did some quick tests and it works.
More later...
-
Featherless biped Featherless biped https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=698984
- KVRist
- 87 posts since 7 Apr, 2024
As a test I'm patching a simple synth plugin inspired by the magnetic amplifiers of old. The problems I run into while doing so I will post here:
It looks like "cut" works but "paste" doesn't.
It looks like "cut" works but "paste" doesn't.
-
Featherless biped Featherless biped https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=698984
- KVRist
- 87 posts since 7 Apr, 2024
First version completed
: https://www.synthforum.nl/threads/3823446/post-4015441
-
Featherless biped Featherless biped https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=698984
- KVRist
- 87 posts since 7 Apr, 2024
- What does "inv" in the inline-function module stand for?
- How can we use recursive definitions of "y" in the inline-function module?
- How can we use recursive definitions of "y" in the inline-function module?
-
- KVRian
- Topic Starter
- 555 posts since 21 Nov, 2012 from Sitting in front of my PC
inv.
It flips the sign and returns the inverse of a value so positive values become negative and negative values become positive.
Same as the Modifier -> Inverter module
Recursion.
Sorry I was referring to another more advanced code module and wrote the wrong information in the help file. My Bad.
SynthCraft v0.741 fixes this and adds a few more improvements.
Download from my blog as usual.
https://xsrdo.blogspot.com/
Regards
Kirsty
It flips the sign and returns the inverse of a value so positive values become negative and negative values become positive.
Same as the Modifier -> Inverter module
Recursion.
Sorry I was referring to another more advanced code module and wrote the wrong information in the help file. My Bad.
SynthCraft v0.741 fixes this and adds a few more improvements.
Download from my blog as usual.
https://xsrdo.blogspot.com/
Regards
Kirsty
-
- KVRian
- Topic Starter
- 555 posts since 21 Nov, 2012 from Sitting in front of my PC
Many thanks for testing. All feedback is useful to help me improve it.Featherless biped wrote: Sun Sep 08, 2024 7:05 pm As a test I'm patching a simple synth plugin inspired by the magnetic amplifiers of old. The problems I run into while doing so I will post here:
It looks like "cut" works but "paste" doesn't.
Currently 'paste' only pastes back a copy of a single module that was 'cut'.
I will fix this when I make block copy functional as it needs to be able to copy and paste part of the schematic into Sub Groups and also Save/Load a group of modules.
Regards
Kirsty
-
- KVRAF
- 1602 posts since 14 Oct, 2002
Hi all. This last version does not start on my Win11 Pro machine...
-
Featherless biped Featherless biped https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=698984
- KVRist
- 87 posts since 7 Apr, 2024
@lalo Have you tried the "Audio On/Off" button? The last version of SynthCraft does work on my Windows 11 laptop.
-
Featherless biped Featherless biped https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=698984
- KVRist
- 87 posts since 7 Apr, 2024
- On my laptop "y = x" and "y = inv(x)" in the inline-function module have the exact same effect: the signal stays the same.
-
- KVRAF
- 1602 posts since 14 Oct, 2002
@Featherless biped the whole SynthCraft app does not show up at all so i can't interactFeatherless biped wrote: Mon Sep 09, 2024 2:19 pm @lalo Have you tried the "Audio On/Off" button? The last version of SynthCraft does work on my Windows 11 laptop.
-
Featherless biped Featherless biped https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=698984
- KVRist
- 87 posts since 7 Apr, 2024
Have you downloaded and extracted the file synthcraft_v0_741.zip?
-
Featherless biped Featherless biped https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=698984
- KVRist
- 87 posts since 7 Apr, 2024
"y = (1 - x) - 1" doesn't invert the signal either...
