ndc Plugs release Fragmental VST plugin (now v1.02)

VST, AU, AAX, CLAP, etc. Plugin Virtual Effects Discussion
Post Reply New Topic
RELATED
PRODUCTS

Post

Cheers for the terrific effect!

For those of you having problems, see if this version works any better.

@Niall here's the diff:

Code: Select all

--- LfoGui.cpp	2007-10-31 21:21:02.000000000 -0400
+++ C:\Code\Fragmental-v1.01-source\Fragmental\LfoGui.cpp	2007-11-07 23:48:58.421875000 -0500
@@ -178,8 +178,6 @@
 	frequencyEdit->setFrameColor(kWhiteCColor);
 	frequencyEdit->setFontColor(greyColour);
 	frequencyEdit->setFont(kNormalFontVerySmall);
-	setParameter((tagStart+VstPlugin::LFOFreq),
-				 effect->getParameter((tagStart+VstPlugin::LFOFreq)));
 
 	//Smooth knob.
 	size.x = 229;
@@ -221,6 +219,9 @@
 								 buttonImage);
 	freqRange->setValue(pluginInstance->getParameter(tagStart+VstPlugin::LFOFreqRange));
 
+	setParameter((tagStart+VstPlugin::LFOFreq),
+				 effect->getParameter((tagStart+VstPlugin::LFOFreq)));
+
 	//Decrement reference count for all bitmaps.
 	backgroundImage->forget();
 	comboImage->forget();
--- MultiGUI\MultiGUIEditor.cpp	2007-01-21 13:38:58.000000000 -0500
+++ C:\Code\Fragmental-v1.01-source\Fragmental\MultiGUI\MultiGUIEditor.cpp	2007-11-07 23:53:57.953125000 -0500
@@ -122,7 +122,6 @@
 	vector<void *>::iterator it_syswin;
 
 	i =0;
-	it_syswin = systemWindows.begin();
 
 	for(it=editors.begin();it!=editors.end();it++)
 	{
@@ -136,7 +135,6 @@
 #endif
 
 		i++;
-		it_syswin++;
 	}
 	editors.clear(); //Removes the entries from _editors (is this necessary?).
 
Image

Post

Man, oh, man did I make some great sounds with Fragmental last night.
I loved it from the first, but I just got lost in it for a while...

Unfortunately, something other than Fragmental is not so happy about dual core and I'm new to this issue so I didn't manage to save much between crashes. But damn it was fun.

Post

jtxx000 wrote:Cheers for the terrific effect!

For those of you having problems, see if this version works any better.

@Niall here's the diff:
<snip>
Wow, thanks! :) That first one's pretty nasty, and looks like it was a direct result of one of the bugfixes I introduced in v1.01.

I've uploaded a new version with your fixes. Everyone make sure you use v1.02 rather than v1.01.

- Niall.

Post

Any mp3 demos ? please :)

Post

this thing is great. Thanks for putting it out.

Post

Thanks Nial... a great plug. Coupled with endless tone, it generates endless nice drones.

edit : and feeding ReSynFX with the output, I spent some very fun moments... ReSynFX was really underrated in the challenge, it's a great effect, even the GUI is glitchy... :)
You can't always get what you waaaant...

Post

cheul wrote:Any mp3 demos ? please :)
Here's two for you.

This one starts with a slowed down alto sax note, you'll hear the unaffected sound for a few seconds, and then hear it through Fragmental to give you an idea of how it can be used to augment/embellish a simple sound:

http://www.sighup.ca/test/fragtest01.mp3

This one has a repeated four bar loop, you'll hear it in full at the beginning, and then run through Fragmental to give you an example of a typical glitchy/decayed sound:

http://www.sighup.ca/test/fragtest02.mp3

Post

shamann wrote:
cheul wrote:Any mp3 demos ? please :)
Here's two for you.

[...]
http://www.sighup.ca/test/fragtest01.mp3

http://www.sighup.ca/test/fragtest02.mp3
Thanks a lot. The first as a "Lost soundtrack" feel to it he he.

Post

thx for this one Niall...
even more welcome than usual, as i thought you wouldnt have been working on VST plugs anymore :=)
glad to see ndcplugs newer thing instead :D
great work
Peace
Dubadelica - Electronic music since 1996 http://www.dubadelica.com/about.php
Radio Rebelde - Modern roots reggae with an electronic twist https://radiorebeldereggae.bandcamp.com/

Post

just a bump for this great plugin!
Thanks a lot :)
Symphony Nr.1
Meet the Cities Repair Team Unimportant laughter
music has become meaningless...we just keep doing it

Post

thomekk wrote:just a bump for this great plugin!
Thanks a lot :)
I love Fragmental! :love:
[Insert Signature Here]

Post

Since the source code is available this needs an update and Mac version.

Post Reply

Return to “Effects”