i love this thing! unfortunately, i can't find anywhere in the code to change key mappings or to use another set of drum sounds. I hit alt-F11 and the only real code I see doesn't have anything about keys or drum sounds.
of course, I'm a VB noob, so I probably am just missing something. help?
btw I have it working with the korg drum sounds and the default key mapping
James: You need to right click the Drumpad Form on the left (it's the only one there) and pick View Code to get to the keys and everything.
Powertothepeople: No idea what to do about the Automation error. I'll look into it.
Julius: You might try putting it in the system32 folder inside windows instead, but that's all I can figure. I know that it doesn't have to be registered, and I'm not that informed about VBA .dll access otherwise. Sorry!
i downloaded it and put the dll file in my winnt folder. i clicked on the sheet and i comes up the drums. but when i keys on my keyboard, theres nothin
Do you have multiple sound sources running on your computer? DrumPad basically uses the BASS defaults, which try to auto-sense where output should go. I think you can force them by setting the parameter to 1 where I call BASS_Init().
And you know, always check your system volume. Because that gets me a lot.
thanks for the help Thomas! I have it working, with two kick sounds, two snare sounds, crash and ride cymbals, and three toms, using drum sounds i found online.
Dave, setting parameters is easy once you find the file to set them in (hit Alt-F11 and then see the third comment above).
Note: some people who haven't gotten sound from this have forgotten to download the samples. It doesn't come with the .wav files, but there's a link in the post.
Other than that, I'll try to help, but this isn't exactly highly reliable code here.
C'mon folks... so a handful of you are having technical problems. Meh. What you're not realizing is that we're talking about a DRUM MACHINE IN EXCEL. It's a pretty nifty little hack. The least you can do is give the man some props and thank him for working to push the boundaries of fun cool things to do in Excel.
Thomas, from one Excel geek to another - I salute you. :)
Monkeyboy: If you check a later link in this same category, you'll see that a reader already turned it into a programmable drum machine. So yeah, being able to record/play back performances shouldn't be that hard. And perhaps eventually I'll get around to doing it. I hope.
great hack thomas! Im horrible with excel so how you have done this is beyond me, but is there any way that you could add on to this program so you would be able to punch in a drum beat and have it play back over and over just like a real drum machine?
of course, I'm a VB noob, so I probably am just missing something. help?
btw I have it working with the korg drum sounds and the default key mapping