Mads Kjeldgaard

Results 203 comments of Mads Kjeldgaard

Hi I have made a simple cargo generate template for this. thanks for your hard work here :) https://github.com/madskjeldgaard/puredata-rust-template

Sorry, æøå are letters in the Danish alphabet and they are not supported in the current unicode of Taskwarrior.Vim. So that when for example I write a description for a...

Not sure how to confirm it but if you have suggestions let me know. As a test I have written the same sentence as above in a seperate NVim buffer:...

> Hi @madskjeldgaard , just wanted to say cheers for making this! Since you have this open issue, I thought I'd mention that this plugin works for me in Reaper,...

Thanks for reporting. I'm getting the same error here. Do you have any ideas about this @davidgranstrom ? It seems to be related to osc.nvim or losc more specifically

Hi James. Thanks, you're totally right! I think this value might have been used for something in the original algorithms but we don't use them now. Thanks for pointing out

ah no sorry, maybe it's better to just update the next function to use in0 instead for the gain arg? ```cpp void SimpleGain::next(int nSamples) { const float *input = in(0);...

Cool I can cook up a PR. Thanks!

I see that NHHall does it like this: ```cpp set_calc_function(); ``` and then define this member function: ```cpp void clear(int inNumSamples) { ClearUnitOutputs(this, inNumSamples); } ```

It would be amazing if you could some how integrate the help browser into VIM natively and copy-paste from within there. I think I'll try and explore that possibility