Search found 6 matches

by mwvdlee
Wed Dec 30, 2015 7:46 am
Forum: User Examples
Topic: BDM - A (nearly complete) digital drum kit synth
Replies: 9
Views: 35568

Re: BDM - A (nearly complete) digital drum kit synth

billv wrote:how to make an 'endless' grid.

There are no implementations with real endless grid in any language for obvious reasons.
Some have really smart ways of growing the grids as needed, but most just do what I did; take a fixed size and a design that could theoretically be scaled out.
by mwvdlee
Tue Dec 29, 2015 7:13 pm
Forum: User Examples
Topic: BDM - A (nearly complete) digital drum kit synth
Replies: 9
Views: 35568

Re: BDM - A (nearly complete) digital drum kit synth

...And also another version of BDM popped up; with the binaural experiment and a lot of other fun stuff.

BDM 0078-205-GPL.fsm

I think this one has the following extras:
Binaural stereo, (basically a few samples delay to somewhat simulate positional tracking of sounds).
Loads samples in a ...
by mwvdlee
Tue Dec 29, 2015 7:06 pm
Forum: User Examples
Topic: BDM - A (nearly complete) digital drum kit synth
Replies: 9
Views: 35568

Re: BDM - A (nearly complete) digital drum kit synth

Digging through my backups, I found some more stuff you might want to look at:

Missing Links 0015.fsm
Version 15 of "Missing Links", with even more (semi-)useful components.

Skratz 0022.fsm
I found the Skratz FSM file again, so here it is. I think you needed mpg123.dll or something like that ...
by mwvdlee
Tue Dec 29, 2015 5:34 pm
Forum: User Examples
Topic: BDM - A (nearly complete) digital drum kit synth
Replies: 9
Views: 35568

Re: BDM - A (nearly complete) digital drum kit synth

Just found a more "recent" version of BDM; version 0.73.204
There don't seem to be any significant functional changes.
The version number is higher, so possibly it contains bug-fixes or other improvements.

BDM 0073-204-GPL.fsm
(572.84 KiB) Downloaded 1199 times
by mwvdlee
Tue Dec 29, 2015 5:32 pm
Forum: User Examples
Topic: BDM - A (nearly complete) digital drum kit synth
Replies: 9
Views: 35568

Re: BDM - A (nearly complete) digital drum kit synth

Whatever happened to the old SynthMaker forum anyway?
Seems like a lot of good example code has gone, including but certainly not limited to the "Skratz" code you mentioned.

Either way, for completeness sake, here's some other useful stuff that used to be on the SM forum:

Missing Links 0014.fsm ...
by mwvdlee
Tue Dec 29, 2015 2:29 pm
Forum: User Examples
Topic: BDM - A (nearly complete) digital drum kit synth
Replies: 9
Views: 35568

BDM - A (nearly complete) digital drum kit synth

Hi,

Some of you may still remember me back from the days of SynthMaker; I used to be quite active years ago on both the forums and with plug-ins and sharing stuff.

There is one thing I've never shared (or probably even mentioned) back then; My Big Project. The plan was to get this thing finished ...