Search found 286 matches

by deva
Tue Feb 02, 2021 6:39 am
Forum: Development
Topic: Alsa midi input support
Replies: 21
Views: 17814

Re: Alsa midi input support

Thank you very much :-) This particular feature has been on the todo list for years, but keeps on getting bumped down, so perhaps now it can finally make the cut? The patch you linked only contains the changes to the configure.ac file. If you use git for creating the patch you can stage and commit a...
by deva
Sun Jan 31, 2021 3:22 pm
Forum: Support / Suggestions
Topic: Compilation error trying to compile Drumgizmo Git code
Replies: 7
Views: 8970

Re: Compilation error trying to compile Drumgizmo Git code

Looks like the sub-modules are not correctly initialised? Did you run

Code: Select all

git submodule init
git submodule update
again after changing to the develop branch?
by deva
Sun Jan 31, 2021 1:34 pm
Forum: Support / Suggestions
Topic: Compilation error trying to compile Drumgizmo Git code
Replies: 7
Views: 8970

Re: Compilation error trying to compile Drumgizmo Git code

Thank you for your quick support. I tried the --without-nls option which got me a bit further. Unfortunately, I still get a compilation error: CXX plugingui-testmain.o CC plugingui-hugin.o CXX libdggui_la-abouttab.lo abouttab.cc: In function ‘std::string {anonymous}::getLocalizedFile(const string&a...
by deva
Sun Jan 31, 2021 12:44 pm
Forum: Support / Suggestions
Topic: Compilation error trying to compile Drumgizmo Git code
Replies: 7
Views: 8970

Re: Compilation error trying to compile Drumgizmo Git code

*** Building with nls support! checking for xgettext... no checking for msgmerge... no checking for msgfmt... no I guess this is the problem. Configure should actually fail, so that is a bug in the configure script. You can fix this locally by either running configure with the --without-nls option ...
by deva
Sun Jan 31, 2021 9:11 am
Forum: Support / Suggestions
Topic: any new kits from drumgizmo??
Replies: 23
Views: 17179

Re: any new kits from drumgizmo??

The kit (except the crash cymbals), the room and the mic setup is exactly the same. It has even been stationary since I made the original recording.
by deva
Sat Jan 30, 2021 6:53 pm
Forum: Support / Suggestions
Topic: any new kits from drumgizmo??
Replies: 23
Views: 17179

Re: any new kits from drumgizmo??

Kick drum A nice beater. That's the only thing I don't like about the DRS kit. The kick does not work for me with heavier songs. I can't accomplish that basketball sound like I can with the Crocellkit. Left and Right kick I'm confused - doesn't the ArtStar kit have two kick-drums (L/R) already? And...
by deva
Sat Jan 30, 2021 4:34 pm
Forum: Support / Suggestions
Topic: any new kits from drumgizmo??
Replies: 23
Views: 17179

Re: any new kits from drumgizmo??

funkmuscle wrote: Sat Jan 30, 2021 4:16 pm I really like this kit. Will it become an addition Deva?
If yes, can we request some features?
I will be re-recording everything at some point, so yes, feature requests would be in order :-)
by deva
Wed Jan 27, 2021 8:40 pm
Forum: Support / Suggestions
Topic: Paying drummers on Fiverr
Replies: 2
Views: 6962

Re: Paying drummers on Fiverr

It sounds like a really interesting project :-) You can see an introduction on how to record the drums and then use DGEdit to cut them into samples in this video: https://www.youtube.com/watch?v=0lQOik5TEaw I have a new 48kHz metal kit in the works btw. I'm not completely satisfied with the cymbals ...
by deva
Sun Jan 24, 2021 6:44 pm
Forum: Support / Suggestions
Topic: Positional sensing
Replies: 13
Views: 21012

Re: Positional sensing

I am curious how you will implement the position support in DrumGizmo. We have 127 velocity and 127 position values available. So this would make about 16k different sounds. For the velocity you have implemented some smart algorithms to cross-fade the available samples. Is this now also required fo...
by deva
Wed Jan 13, 2021 7:22 pm
Forum: Support / Suggestions
Topic: any new kits from drumgizmo??
Replies: 23
Views: 17179

Re: any new kits from drumgizmo??

The ''artstar.xml'' file should contain: <?xml version="1.0" encoding="UTF-8"?> <drumkit name="Test drumkit" description="A test drumkit" samplerate="48000" version="1.0"> <channels> <channel name="snare-top"/> <channel name="...
by deva
Tue Jan 12, 2021 8:37 pm
Forum: Support / Suggestions
Topic: any new kits from drumgizmo??
Replies: 23
Views: 17179

Re: any new kits from drumgizmo??

The XML to load the kit is not working. It just loads the red line Aah, yes, I forgot. There is an error in the drumkit XML. The snare-ludwig/snare-ludwig.xml contains the name "snare-ludwig" on line 2 it must be changed to just "snare". Similar for snare-artstar/snare-artstar.x...
by deva
Mon Jan 11, 2021 6:26 pm
Forum: Support / Suggestions
Topic: any new kits from drumgizmo??
Replies: 23
Views: 17179

Re: any new kits from drumgizmo??

I made a new kit some time ago, a Tama ArtStar, but found some recording errors on the crash cymbals (they were brand new and I couldn't get myself to hitting them hard enough on the higher velocites) so I never released it. I am gearing up towards doing a re-recording of the kit soon, complete with...
by deva
Fri Jan 08, 2021 7:30 pm
Forum: Development
Topic: Directed choke issue in 0.9.19?
Replies: 6
Views: 14862

Re: Directed choke issue in 0.9.19?

I have found and fixed the bug on the git develop branch:
http://cgit.drumgizmo.org/drumgizmo.git ... 6ffa0d784f

Thank you very much for reporting the issue :-)
by deva
Fri Jan 08, 2021 7:04 pm
Forum: Development
Topic: Directed choke issue in 0.9.19?
Replies: 6
Views: 14862

Re: Directed choke issue in 0.9.19?

It sounds like you have found a regression error. I will try to reproduce it and get back to you.