This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dev:hihat_openness [2024/06/22 18:36] – created deva | dev:hihat_openness [2024/06/23 18:13] (current) – [Idea 1: Sample Control] deva | ||
---|---|---|---|
Line 7: | Line 7: | ||
No standard way exists for how this is done, but two major ways have been observed: | No standard way exists for how this is done, but two major ways have been observed: | ||
- When the hihat is hit, different note-on events are sent depending on openness, and a specific note for when the hihat is completely closed. See [[https:// | - When the hihat is hit, different note-on events are sent depending on openness, and a specific note for when the hihat is completely closed. See [[https:// | ||
- | - When the hihat is hit, the same note-on event is sent, but when the openness changes a midi CC event is sent with the openness parameter. See [[https:// | + | - When the hihat is hit, the same note-on event is sent, but when the openness changes a midi CC event is sent with the openness parameter. See [[https:// |
Somehow map these events to control DrumGizmo sample engine in the most natural way possible. | Somehow map these events to control DrumGizmo sample engine in the most natural way possible. | ||
Line 19: | Line 19: | ||
=====Idea 1: Sample Control===== | =====Idea 1: Sample Control===== | ||
- | Extend the features of the sample generation to include openness parameter, similar to the position parameter of the snaredrum. | + | Extend the features of the sample generation to include openness parameter, similar to the position parameter |
When a hihat note is played, select the appropriate one from the set. | When a hihat note is played, select the appropriate one from the set. | ||