Page 1 of 1

Posted: 15 May 2015, 21:40
by loneboat
Image

I expected to hear random tones out through the oscillator, but I do not hear anything. I know my audio is set up properly, because if I hook up the knob to the oscillator freq directly, I can hear a tone just fine.

If I highlight the "RandMidi note On --> Note to Freq" connection I see the following data flowing:

Image

If I highlight the "Note to Freq --> Oscillator" connection, I see the following:

Image

Thanks!!

Posted: 15 May 2015, 21:51
by shawnb
The RandMIDI note ON module is generating entire MIDI messages, not just note #s.

The Note to Freq just wants the note #.

To fix, put a MIDI Filter inbetween them. The MIDI Filter breaks down the MIDI message into its components. Leave it at 'no filter', so no actual filtering occurs.
- Connect the RandMIDI note ON module's 'midi out' to the MIDI Filter's 'midi in'.
- Connect the MIDI Filter's 'code1' to the Note to Freq's 'in' inlet.

BOOM. Instant '60s sci-fi sound track...

Posted: 15 May 2015, 22:09
by loneboat
That worked - Thanks!!

Posted: 16 May 2015, 11:33
by joffo78
Why didn't you use directly a basic random module with 20to20000 values
Instead of rand midi + midi filter + midi to freq ? ..;-)

Posted: 16 May 2015, 22:04
by loneboat
joffo78 wrote:Why didn't you use directly a basic random module with 20to20000 values
Instead of rand midi + midi filter + midi to freq ? ..;-)
No reason really. I was just experimenting with the MIDI functionality. I just discovered Hollyhock a few days ago, and have been having fun trying to figure everything out. :-)

Posted: 17 May 2015, 01:54
by joffo78
Ok. Because here is the easy way :Image
with 20 for min and 4000 for max for example
You'll obtain a very fun r2d2 sound ;-)

Posted: 17 May 2015, 02:01
by joffo78
And for a better expressivity try this : Image