MIDI Sample and Hold
MIDI Sample and Hold is a modified version of Live’s gener...
- Type
- MIDI Effect
- Author
- dennisdesantis
- Version
- 1.1
- License
- None
- Live version
- 11
- Max version
- 8.1.9
- Downloads
- 3,384
- Updated
- 2021-02-21
Description
MIDI Sample and Hold is a modified version of Live’s generic modulation LFO. Rather than sending a continuously varying modulation signal, MIDI Sample and Hold sends a single random value with each incoming MIDI note.
(Thanks to Noah Pred for the idea.)
Version 1.1
Dennis DeSantis
February 15, 2021
Changelog:
1
Initial release
1.1
Improved Hold behavior
Comments (18)
I wonder if a better solution for this particular case would be to use multiple instances of the device, rather than one mapped to multiple parameters. Since the device also passes the raw MIDI note, any additional instance further down the chain will create a different random value.
What do you think?
does anyone have a solution? this is literally the perfect S&H that I have been looking for for months but I can't map it to anything lol
I modified it a little bit to suit my needs, adding the possibility to influence the output value with the input MIDI Note if anyone is interested :)
All the best :)
I'm not sure I understand your request. Is the idea that it should capture a certain number of random values and then repeat them? There isn't really a "state" at all right now; it just picks a new random value when it gets a new note. So there's no way to determine how many values would be in the loop. Something like a parameter sequencer would probably work better in this case.
Best,
Dennis
I hope now make more sense, thank you
Ps: i dont care if is looping the previous bars or the next one after pressing the button, how is easiest for you to implement (if is the same for you then previous one make more sense)
@denissdesantis great idea from njassal but don't know how snappy can be the audio to midi conversion, I always felt the max4live audio to midi devices have an impossible to use lag/delay... maybe you find a way not to have it
so the audio stream is analyzed and the device reacts just to a a particular volume threshold that can be established with a parameter. if you'll succeed this device it will be huge! :D
What do you think?
Yes, yes...that would work. Never get notified that someone replied to a comment so thank you!