Search found 282 matches

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

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: 4
Views: 28557

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: 2150

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: 2150

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: 2150

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: 2150

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: 17
Views: 6060

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: 17
Views: 6060

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: 2908

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: 13272

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: 13272

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

Have you tried the develop branch?

by deva
Tue Apr 11, 2023 5:49 am
Forum: Support / Suggestions
Topic: [Feature request] Continuous hi-hat openness
Replies: 1
Views: 1646

Re: [Feature request] Continuous hi-hat openness

Which version are you using, and which edrumkit are you playing? Drumgizmo has been tested on (at least) alesis and roland kits, and in both cases the hihat pedal works as expected. Could you also describe what you mean by "go crazy". If this is a bug, it would be nice with some more detai...
by deva
Thu Feb 16, 2023 9:58 pm
Forum: Support / Suggestions
Topic: DrumGizmo: Timing Humanizer sounds worse
Replies: 2
Views: 1934

Re: DrumGizmo: Timing Humanizer sounds worse

I have finally managed to find and fix the bug! \o/ - it was a tough one to crack!

It is being checked by our CI server now and, if all goes well, will be merged to our develop branch for inclusion in the next release.

by deva
Sat Jan 14, 2023 3:09 pm
Forum: Support / Suggestions
Topic: How is managed midi grouping ? how to cut a cymbal ?
Replies: 12
Views: 3161

Re: How is managed midi grouping ? how to cut a cymbal ?

There actually were regression errors on all choke-types in 0.9.19, which were fixed in 0.9.20. See https://drumgizmo.org/wiki/doku.php?id=changelog:drumgizmo-0.9.20 for more details (ctrl-f search for "choke" or "aftertouch" to find the relevant bullets) IIRC all chokes were bro...
by deva
Fri Jan 13, 2023 11:55 am
Forum: Support / Suggestions
Topic: How is managed midi grouping ? how to cut a cymbal ?
Replies: 12
Views: 3161

Re: How is managed midi grouping ? how to cut a cymbal ?

Which version are you using?
IIRC we fixed a bug recently that made aftertouch with velocity 0 work. The bug resulted in it only working for velocities > 0.