Replies: 1 comment
|
Excellent questions.
Yes. The Hothouse has analog audio circuitry that buffers the Daisy Seed's audio I/O. A 9V supply is required to operate that circuitry. This little blurb from the Hothouse Build Guide explains a bit more:
The next question is somewhat related:
The sound comes out of the pedal's audio output jack. A snippet of the code shows the output signal being assigned to L and R out: void AudioCallback(AudioHandle::InputBuffer in, AudioHandle::OutputBuffer out,
size_t size) {
// Stuff omitted ...
out[0][i] = out[1][i] = flt.Process(osc.Process()) * env_out;
}
}So, you'll need to connect the Hothouse's output to something like an amplifier or your audio interface's input(s) to hear the sound. (Just like with the other examples.)
Admittedly, I can barely spell Mac 😜, so I am not familiar with the native audio/midi tools. That said, it seems this is supported without additional software: Set up MIDI devices using Audio MIDI Setup on Mac If both the Hothouse and your MIDI keyboard are visible as MIDI devices, you would connect the keyboard's output to the Hothouse's input, which will have a label like "Daisy Seed Built In MIDI 1" (or similar). If you get this far, it's more a matter of getting the hang of the Mac tools than something to do with the Hothouse or the Daisy Seed. A quick spin around Reddit confirms you're not alone in needing a little help with MIDI on Mac, so maybe try there?
Note information is read via MIDI over USB, so you will need a USB host such as your computer, or a commercial or DIY solution. Since you are using your Mac, you already have a USB host, but if you want to better understand how all that general MIDI stuff works for the sake of learning, the links above are a good start. This and this might also be helpful. The upshot is that gaining this knowledge is applicable not only for using the Hothouse, but using ANY MIDI device in general. Let us know how it goes! |
Uh oh!
There was an error while loading. Please reload this page.
All the release examples work great with my guitar. I'm trying out the Basic Synth module but I'm confused about how to connect it.
I've tried multiple configurations, played with the Mac's Audio Midi Setup App, and Bome Network App, but I'm not getting any sound (the Hothouse/Daisyseed does show up in the MIDI Network). Any help would be appreciated.
Thanks.
All reactions