mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

596
comptes actifs

#juce

0 message0 participant0 message aujourd’hui

Occasional shout out to #juce #ProAudio #Reaper #programming #software #developer types.

In order to fully complete my migration to #debian on my main #studio computer I really need the Klinke_MCU plugin recompiled for
#Linux.

Apparently it needs it's Juce library updating, but sadly I don't really understand what this means, let alone how to do it! Is anyone willing and able to help?

bitbucket.org/Klinkenstecker/c

bitbucket.orgBitbucket

I used to keep up with all the major accessible music technology for blind musicians, but now it feels harder to stay updated. The #MusicTech industry still has a long way to go, but there's been a great progress—so much more is accessible now compared to just 10 years ago! #Reaper, #Logic, #ProTools, #Samplitude, #Sibelius, #Musescore, #KompleteKontrol, #Ableton Live, #Juce, #Izotope, #Arturia, #Softtube, #Audient, #Focusrite, #Zoom, #SurgeSynth, #UVI, Sao Mai Braille... What else am I missing?

I've just made the github repository of Overvoltage public and licensed it under GPL-3.0.

Overvoltage is a software #sampler #plugin using #juce so that it can be compiled into the #vst3 or #lv2 plugin format. I've tested it --albeit not used it productively-- in #cubase and #ardour. So please consider this plugin highly experimental and incomplete. I'm creating it mainly for educational purposes.

github.com/chn-dev/Overvoltage

GitHubGitHub - chn-dev/Overvoltage: An LV2/VST3 Software Sampler PluginAn LV2/VST3 Software Sampler Plugin. Contribute to chn-dev/Overvoltage development by creating an account on GitHub.

I've been continuing to update my reverb plugin with new algorithms! This new "constellation" one is based on a popular 1978 delay/reverb unit, and it's good for shoegaze/ambient sounds, as well as being able to handle more traditional sounds.

I also have 3 new feedback delay network algorithms, and I updated the code to simplify adding FDNs.

github.com/reillypascal/RSAlgo

I added a feedback delay network reverb to my plugin!
github.com/reillypascal/RSAlgo

I'd been wanting to do this since I started the plugin, but it took me a bit longer to figure this kind out. There are 8 parallel delays, and all outputs feed back into all inputs, multiplied by a matrix.

I'm finding this algorithm sounds less "colored" and more "neutral," and it sounds nice for really long reverbs.

#Reverb#Plugin#Plugins

I finally have a new version of my reverb plugin available as a release on GitHub!

This video demos two Lexicon-style algorithms (hall and plate), and I have some other algorithms from classic DSP papers. I'll be adding more types over time—a big reason I made this is to have an easy place to try out algorithms as I learn about them.

github.com/reillypascal/RSAlgo

Tales from the crypt:

It seems #juce moved modules/juce_audio_plugin_client/utility/juce_CreatePluginFilter.h to modules/juce_audio_plugin_client/detail/juce_CreatePluginFilter.h between 7.0.5 and 7.0.7... (this of course breaks builds...)

Come on... at least bump the minor version for something like this... 🙄
Stuff based on juce is already terrible to maintain as is. It doesn't have to be made even harder by something like this.

Suite du fil

...and after adjusting the values of "just enough" and "good", it's done -- some little classes to make working with JUCE ValueTrees more pleasant. Even if no one ever uses them, a win for me; babies learn by putting things in their mouths, I learn by writing code about things. Learned a lot in the past few weeks with this.

github.com/bgporter/cello

GitHubGitHub - bgporter/cello: Classes for handling juce ValueTree objects.Classes for handling juce ValueTree objects. . Contribute to bgporter/cello development by creating an account on GitHub.