DanTModules New Releases Thread

all of these idea seem very fun and inspiring to a musicians modular mind

being a guitarists that fell in love with VCV I am excited hear about a distortion that can emulate amp feedback, I love my little Digitech Freq Out, a very unique and wonderful feedbacker, I am sure it is just sampling and control of harmonics and granular smear, but very musical and useful

I love the magic of mid side type processing, it feels like a bit of wizardry to me to be able push certain frequencies around in the stereo field, not sure that is part of Girth but I love the name

Love the idea of the 3 channel sequencer with offset, special points if it has polyphonic output I can split down the chain and EOC makes a lot of madness possible in my patches

And sampling with sequencing as part of the module sounds very exciting to me, sample and hold is my jam and bringing it right into the sequencer/sampler is perfect concept for modular toys

And the artwork can take these to another level, I already remember what all the knobs and inputs do on the cowbell because it unlike the setup of any other module, and the sounds are fun and inspire some creative thinking, but so does the graphic presentation

thanks for your fine work you have so graciously made available to this community

1 Like

Great idea, I should be able to implement that without too much difficulty, thanks!

2 Likes

Cheap plug for my obvious attempt at getting some free UGC: Submit your preset for MOAR COWBELL!

1 Like

Hmm, looks like it creates the low thrumming sound of a sexually mature alien plant.

2 Likes

The one with the small yellow flowers ?

1 Like

How come you know so much about sexually mature alien plant??? :grin:

2 Likes

This happen when the module is working. If the module have no input, everything is just fine. Anyway, ok, gotcha. Iā€™m not sure the Panic button work, tho: once the feedback has started, the only way to make it stop is to initialize (CTRL+I) the whole module. Today is not a good day to test it again since Iā€™m about to go to the hospital and I donā€™t really know when Iā€™ll be back but as soon as Iā€™ll be home again I will try it again, itā€™s very possible my memory is playing trick on me.

Hhhmmmm, I canā€™t get this to work, I added logs to both the onRandomize and dataFromJson overrides, the randomise log message appears as expected in the log.txt file, but the dataFromJson one never appears, for module loading, for preset loading, for anything, what am I missing?

edit

Its quite strange, the dataToJson gets called correctly when the patch is saved or autosaved, but the dataFromJson doesnt seem to ever get called, the preset does get loaded though, and the module correctly restores its state when closing and reopening Rack. Is it possible this is an issue with the Rack code?

edit 2

Ok, I think the issue is that my module doesnā€™t actually have any data to save to or from JSON, overriding paramsFromJson works as long as I call the super VCV Rack API: rack::engine::Module Struct Reference

For me this corrects any feedback on preset loading, so should be good for the next update now :nerd_face:

Proper

You can override dataFromJson to do stuff on preset loading, even if you donā€™t actually have anything to deserialize. Although. you might need to write something in dataToJson anyway to ensure the data element gets created, so that rack knows youā€™re interested. I think thereā€™s a cryptic comment in the API about getting called ā€œwhen thereā€™s a data elementā€, which seems to make some sense now.

I am still obsessed with MidJourney, use it most days. I have been testing out some new ideas for Neon-Oblique panelsā€¦

What do you think this module sounds like?

PS: new version of the plugin will be submitted this weekend, be sure to post a preset if you want it included Submit your preset for MOAR COWBELL!

3 Likes

Like a delay > bitcrush > filter

1 Like

Maybe I should start a new thread for these panel experiments :hugs:

2 Likes

Hyperskeuomorphism?? :thinking:

Something like that:

As much as I like these unique panel designs I find itvery strange that they,re 3D.

It,s more like putting an object onto my rack instead of adding a module to the rowā€¦

wowww, great chrome effect!

Definitely looks like some sort of Space Modulator :slight_smile:

1 Like

This should now be corrected by the newest version which adds auto-panic to preset loading

8 Likes

Proper