Search found 18 matches

by Glocke
Sun Jan 19, 2020 8:01 am
Forum: Original Scores & Recordings
Topic: Newbie on Electronic Music
Replies: 5
Views: 1503

Re: Newbie on Electronic Music

Thx guys!
by Glocke
Sun Dec 15, 2019 4:09 pm
Forum: Original Scores & Recordings
Topic: Newbie on Electronic Music
Replies: 5
Views: 1503

Newbie on Electronic Music

Hey guys and girls, (sorry if this subforum isn't the right one, feel free to move or delete) I'm pretty new to electronic music and I worked through some of unfa's videos on YouTube to get into synths etc. So I've been working on a Track based on Zyn with some vocal records (done for my death metal...
by Glocke
Sat Nov 16, 2019 12:32 pm
Forum: Plugins, Effects and Instruments
Topic: [DrumGizmo] Mix instruments
Replies: 3
Views: 1013

[DrumGizmo] Mix instruments

Hey there, is there a way to mix different instruments within DrumGizmo drumkits? Like picking the snare (and all related samples including room mics etc.) from the one kit, pick the kick (and all related samples) etc. to form a new, custom kit? (Assuming not mixing different sample rates of course^...
by Glocke
Sun Oct 15, 2017 12:31 pm
Forum: Support / Suggestions
Topic: [Suggestion] Individual Close-Mic-/Room-Mic-Channels
Replies: 20
Views: 8640

Re: [Suggestion] Individual Close-Mic-/Room-Mic-Channels

Ah right.. diskstreaming finally allows this! :D
by Glocke
Sun Oct 15, 2017 10:28 am
Forum: Support / Suggestions
Topic: [Suggestion] Individual Close-Mic-/Room-Mic-Channels
Replies: 20
Views: 8640

[Suggestion] Individual Close-Mic-/Room-Mic-Channels

Hey guys, since close mics do rarely picture the entire situation, we're all using overheads and room mics on our mixes. For me, dealing with OH and room mics is not often easy, because a lot of data is process simutaneously (e.g. cymbals and hihat are going wild, while I try to get THE snare sound ...
by Glocke
Sun Oct 30, 2016 9:23 am
Forum: Development
Topic: 0.9.11 plan
Replies: 19
Views: 24348

Re: 0.9.11 plan

The win32 Events are stored as shared_ptr inside the vector Really :shock: ... wtf Returning a copy of the object will destroy the polymorphic type so that won't work out-of-the-box. But something like that would definitely be nice. Perhaps a single event type with a union inside? The event is poly...
by Glocke
Sun Oct 30, 2016 9:21 am
Forum: Development
Topic: About failing test in tar-ball because of missing wav files...
Replies: 6
Views: 13288

Re: About failing test in tar-ball because of missing wav files...

I see unit testing as a dev-thing, not an enduser-task. So I'd not include that wav files, but refer to it through readme.
by Glocke
Sat Oct 29, 2016 5:20 pm
Forum: Development
Topic: 0.9.11 plan
Replies: 19
Views: 24348

Re: 0.9.11 plan

The underlying APIs are vastly different so this was the most intuitive way to make it. I think we should do a more thorough redesign when we start implementing the MacOSX backend and leave it with shared_ptr for now? Well, so we should redesign that to have some common API. But : Using a shared_pt...
by Glocke
Sat Oct 29, 2016 5:02 pm
Forum: Development
Topic: 0.9.11 plan
Replies: 19
Views: 24348

Re: 0.9.11 plan

Yes, the unique_ptr would delete the event as the unique_ptr's scope is left.

The initial problem was, that the Win32-API returns an owning-pointer and the X11-API a non owning-pointer, right?. Is there a reason to let the Window API hold the event any further (X11 case)?
by Glocke
Sat Oct 29, 2016 3:14 pm
Forum: Support / Suggestions
Topic: Audio to midi via drumgizmo
Replies: 13
Views: 17578

Re: Audio to midi via drumgizmo

Ah ok. I didn't knew there were front and back micings for that set's kick :D
by Glocke
Sat Oct 29, 2016 3:04 pm
Forum: Development
Topic: 0.9.11 plan
Replies: 19
Views: 24348

Re: 0.9.11 plan

Personally, I'd avoid shared_ptr (despite "performance should not be an issue" or not) because there is not shared ownership (as far as I can tell) - so the code would self-document/imply a design decision that was a bug-fix-decision ... I don't like this idea :) Since the code is peeking ...
by Glocke
Sat Oct 29, 2016 9:14 am
Forum: Your Studio & Gear
Topic: Audio Interface for Drum Recording
Replies: 9
Views: 9202

Re: Audio Interface for Drum Recording

You may ask your drummer to record short track by applying different microphone set-ups. For sure! :) Also, you always may draw the room by applying reverberation, especially by using impulse responses and convolver. I'll keep that in mind! :) Also remember that in the drum setup main microphones a...
by Glocke
Fri Oct 28, 2016 1:06 pm
Forum: Your Studio & Gear
Topic: Audio Interface for Drum Recording
Replies: 9
Views: 9202

Re: Audio Interface for Drum Recording

Thanks for your replies! :) I've got a question on micing up the hihat in the 8 channel setup... is that really necessary? I assume the hihat to bleed over multiple channels. So using the channel as a mono room mic instead could give some additional "roomyness" (+ a portion of hihat). Any ...
by Glocke
Thu Oct 27, 2016 11:45 am
Forum: Your Studio & Gear
Topic: Audio Interface for Drum Recording
Replies: 9
Views: 9202

Audio Interface for Drum Recording

Hi, my band and I discussed whether we could record live drums during our next production. So I started searching for suitable audio interfaces (of course with linux compat.^^). I found the Presonus AudioBox 1818VSL (8x input) which has linux support (citing a ubuntu-related hardware list, since I'm...
by Glocke
Thu Oct 27, 2016 11:36 am
Forum: Support / Suggestions
Topic: Audio to midi via drumgizmo
Replies: 13
Views: 17578

Re: Audio to midi via drumgizmo

*moved to support/suggestion subforum*
funkmuscle wrote:the DRSkit, I have 2 questions. I could never seem to get a good kick drum mix.
I've not tried the DRSkit yet .. but what's your current plugin chain for your kick mix?