Search found 39 matches

by corrados
Wed Feb 15, 2023 4:24 pm
Forum: Support / Suggestions
Topic: MuldjordKit3 Ride Left echoes
Replies: 3
Views: 1842

Re: MuldjordKit3 Ride Left echoes

It seems that you have found a bug in the MuldjordKit3. The sample: MuldjordKit3/RideL/samples/3-RideL.wav seems to contain two crash strikes but should contain only one: Bildschirmfoto vom 2023-02-15 17-19-10.png I don't know who is in charge of fixing bugs in the kits but this should definitely be...
by corrados
Sat Feb 04, 2023 6:56 pm
Forum: DrumGizmo
Topic: On Drumgizmo velocities
Replies: 10
Views: 2870

Re: On Drumgizmo velocities

> When a DG version appeared with the option to "normalize samples", I assumed this feature was created to address this problem, and I imagined it would be just one single checkbox to let you either normalize all samples/leave them at their original volume. But it turns out it's not, it's ...
by corrados
Fri Jan 27, 2023 7:35 pm
Forum: DrumGizmo
Topic: On Drumgizmo velocities
Replies: 10
Views: 2870

Re: On Drumgizmo velocities

A short update on my investigations: I created an Octave file where I ported the power mapping function from Drumgizmo to Octave and tried to tune the power map parameters to match the Roland curve as closely as possible (https://github.com/corrados/edrumulus/blob/main/tools/misc/calibrate_drumgizmo...
by corrados
Sat Jan 21, 2023 5:08 pm
Forum: Support / Suggestions
Topic: How is managed midi grouping ? how to cut a cymbal ?
Replies: 12
Views: 3419

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

> It's not as bad as the Tchackpoum hats on version 19, but there is a delay in the choke that is pretty noticeable. I assume that the following commit is responsible for the behavior: http://git.drumgizmo.org/drumgizmo.git/commit/?h=develop&id=380213d0a092a874182f1cf9c8d0cf828a624511 It was int...
by corrados
Thu Jan 12, 2023 8:06 pm
Forum: DrumGizmo
Topic: On Drumgizmo velocities
Replies: 10
Views: 2870

Re: On Drumgizmo velocities

> I also mess around with each drum's sensitivities and velocity curves in the Alesis "brain" - I'm still not sure whether that translates to the output I am pretty sure that it translates to the output. The problem of changing the curve in the edrum module is that MIDI velocities can only...
by corrados
Mon Jan 09, 2023 5:04 pm
Forum: DrumGizmo
Topic: On Drumgizmo velocities
Replies: 10
Views: 2870

Re: On Drumgizmo velocities

The only explanation I have that the ghost notes work for you in Drumgizmo is that your Nitro module may output lower MIDI notes on average than the Roland module. Than you are more on the left side of the yellow line in the graph and there the loudness varies much more than on higher MIDI notes. Or...
by corrados
Sat Jan 07, 2023 10:58 am
Forum: DrumGizmo
Topic: On Drumgizmo velocities
Replies: 10
Views: 2870

On Drumgizmo velocities

Connecting a Roland V-Drums module to Drumgizmo, it feels like there is almost no dynamic at all. Playing "ghost notes" is almost not possible. This is a topic which I discussed with deva a while ago via private chats. Since the MIDI velocity handling of Drumgizmo is such a fundamental thi...
by corrados
Wed Mar 23, 2022 4:15 pm
Forum: Support / Suggestions
Topic: Suggestion: Compile Option for No GUI
Replies: 4
Views: 2983

Re: Suggestion: Compile Option for No GUI

I am running Drumgizmo on a Raspberry Pi 3 with my Edrumulus prototype:
https://github.com/corrados/edrumulus/b ... ype-3-hd-1
Here, I am running Drumgizmo with the existing CLI interface (without any GUI). That works perfectly for me.
by corrados
Tue Feb 09, 2021 8:20 pm
Forum: Development
Topic: Alsa midi input support
Replies: 21
Views: 17767

Re: Alsa midi input support

Thanks. I don't know why (maybe a merge issue) but if I look at the following commit: http://git.drumgizmo.org/drumgizmo.git/commit/?h=develop&id=3dd3c332414bfbebd69bfd71a4a3198198525eb6, the include is doubled which is incorrect: +#ifdef HAVE_INPUT_ALSAMIDI +#include "input/alsamidi.h"...
by corrados
Tue Feb 09, 2021 6:33 pm
Forum: Support / Suggestions
Topic: ALSA output frame size
Replies: 13
Views: 12348

Re: ALSA output frame size

On my PC I had a default value of 1024 which gave me more than a second latency.
by corrados
Tue Feb 09, 2021 5:33 pm
Forum: Development
Topic: Alsa midi input support
Replies: 21
Views: 17767

Re: Alsa midi input support

I consider my ALSA midi implementation as done now. If you like, you could merge my branch corrados_alsamidi it to your alsamidi branch.
by corrados
Tue Feb 09, 2021 5:31 pm
Forum: Support / Suggestions
Topic: ALSA output frame size
Replies: 13
Views: 12348

Re: ALSA output frame size

Here are my new changes: http://git.drumgizmo.org/drumgizmo.git/ ... 4c51cea44d
With this change, low latency audio is now possible with my audio hardware.
by corrados
Tue Feb 09, 2021 3:39 pm
Forum: Support / Suggestions
Topic: ALSA output frame size
Replies: 13
Views: 12348

Re: ALSA output frame size

Have you used a cherry-pick for putting my commit on the develop branch because I did not see any merge commit? Should I now remove my branch and the commit on my branch will then be deleted by the git garbage collector? BTW: I found out that there are more changes to the ALSA output interface neces...
by corrados
Mon Feb 08, 2021 6:10 pm
Forum: Support / Suggestions
Topic: Normalized Samples
Replies: 8
Views: 10264

Re: Normalized Samples

I think it needs a lot of consideration for it to make sense in a generalized way... I thought this is just an additional step after the sample selection. If a decision for a specific sample was made, you simply adjust the power of the sample by a factor which is derived from the difference between...
by corrados
Mon Feb 08, 2021 6:06 pm
Forum: Support / Suggestions
Topic: ALSA output frame size
Replies: 13
Views: 12348

Re: ALSA output frame size

Yes, you are right. The ALSA out interface does not yet implement the getBufferSize function. I've added it to the following branch: http://git.drumgizmo.org/drumgizmo.git/ ... aoutbuffer