Search found 286 matches

by deva
Sun Mar 24, 2024 10:44 am
Forum: Support / Suggestions
Topic: Trouble compiling on Fedora 39
Replies: 8
Views: 32453

Re: Trouble compiling on Fedora 39

I just updated the compilers on my build servers, and now they show the same problem.
I have pushed a fix to the develop branch. Thanks for reporting :-)

by deva
Tue Mar 19, 2024 7:18 pm
Forum: Support / Suggestions
Topic: Trouble compiling on Fedora 39
Replies: 8
Views: 32453

Re: Trouble compiling on Fedora 39

Strike that. This include file is already there...
The reported error doesn't make much sense then. Which compiler are you using?

by deva
Tue Mar 19, 2024 7:15 pm
Forum: Support / Suggestions
Topic: Trouble compiling on Fedora 39
Replies: 8
Views: 32453

Re: Trouble compiling on Fedora 39

Try adding #include <cstdint> at the top of the file?

by deva
Tue Mar 19, 2024 7:14 pm
Forum: DrumGizmo
Topic: DrumGizmo 0.9.20 Released!
Replies: 19
Views: 6382

Re: DrumGizmo 0.9.20 Released!

It is true that development has been slowed down tremendously, but the project is not dead.
It was driven a lot by the community meetups through the likes of the linux audio conference and the sonoj convention, but Covid put a hard stop to that and it hasn't really picked up again since.

by deva
Thu Jan 11, 2024 3:47 pm
Forum: Support / Suggestions
Topic: Trouble compiling on Fedora 39
Replies: 8
Views: 32453

Re: Trouble compiling on Fedora 39

This issue has also been fixed in the develop branch. Did you check out the develop branch before compiling (and update the submodules)? You can follow these steps to get it: git clone -b develop git://git.drumgizmo.org/drumgizmo.git --recursive and then follow the compilation steps. Simply cloning ...
by deva
Thu Jan 11, 2024 8:09 am
Forum: Support / Suggestions
Topic: Trouble compiling on Fedora 39
Replies: 8
Views: 32453

Re: Trouble compiling on Fedora 39

I think this issue has already been fixed in git, so could you try compiling from the git develop branch instead?
See https://drumgizmo.org/wiki/doku.php?id= ... it_sources for details - it should be up-to-date

by deva
Mon Nov 06, 2023 8:02 pm
Forum: Support / Suggestions
Topic: Drumgizmo humanizer causes delay
Replies: 7
Views: 2268

Re: Drumgizmo humanizer causes delay

I just tested it in the latest Ardour-git and there at least the latency seems to be reported correctly in the UI; I can see the number jumping from 0ms to 150ms in the top left corner of the UI window when toggling the timing humanizer.

by deva
Mon Nov 06, 2023 3:18 pm
Forum: Support / Suggestions
Topic: Drumgizmo humanizer causes delay
Replies: 7
Views: 2268

Re: Drumgizmo humanizer causes delay

IIRC the latency compensation can manually be set directly in the plugin "wrapper" ui. Not sure though.

by deva
Sun Nov 05, 2023 5:33 pm
Forum: Support / Suggestions
Topic: Drumgizmo humanizer causes delay
Replies: 7
Views: 2268

Re: Drumgizmo humanizer causes delay

bluebell wrote: Sun Nov 05, 2023 8:08 am

Did you update rubberband, too? I noticed that the v3 rubberband has a big latency. Maybe drumgizmo uses rubberband?

DrumGizmo uses zita-resampler

by deva
Sun Nov 05, 2023 5:29 pm
Forum: Support / Suggestions
Topic: Drumgizmo humanizer causes delay
Replies: 7
Views: 2268

Re: Drumgizmo humanizer causes delay

This actually sounds like a potential bug in Ardour?
Timing humanizer introduces a fixed 100ms delay, which is reported to the host, so if this is somehow broken in Ardour that might be the issue

by deva
Thu Oct 12, 2023 5:32 pm
Forum: DrumGizmo
Topic: DrumGizmo 0.9.20 Released!
Replies: 19
Views: 6382

Re: DrumGizmo 0.9.20 Released!

PernelCanic wrote: Tue Oct 10, 2023 12:29 pm

Thanks, @sch. This worked for me after renaming drumgizmo to drumgizmo.vst and then doing xattr (step 3)!
Maybe this info should be placed next to the download for Mac.

Good point. I'll put it there :-)

by deva
Thu Oct 12, 2023 5:07 pm
Forum: DrumGizmo
Topic: DrumGizmo 0.9.20 Released!
Replies: 19
Views: 6382

Re: DrumGizmo 0.9.20 Released!

How did you install the development version of the lv2 library?
... and also; what is the primary reason for compiling it yourself? It should be available for most distros I know of :-)

by deva
Fri Sep 15, 2023 4:22 pm
Forum: Support / Suggestions
Topic: Suggestion: Compile Option for No GUI
Replies: 4
Views: 2940

Re: Suggestion: Compile Option for No GUI

I'm afraid this would not be possible with the current way the plugin works as there simply would be no way to instruct the plugin which drumkit to load. I suppose the setting could be fed into the plugin from the host, but that would require the host to have a pre-store settings blob from somewhere...
by deva
Mon Sep 11, 2023 8:50 am
Forum: Support / Suggestions
Topic: Compiling (from latest git source) on Manjaro...
Replies: 13
Views: 13366

Re: Compiling (from latest git source) on Manjaro...

No, you are not stupid! The reason why you are having this problem is because I haven't pulled myself together and made a release with the fix yet :-)
(Which would implicitly merge the develop branch to master)

by deva
Sat Sep 09, 2023 1:25 pm
Forum: Support / Suggestions
Topic: Compiling (from latest git source) on Manjaro...
Replies: 13
Views: 13366

Re: Compiling (from latest git source) on Manjaro...

Have you tried the develop branch?