Posted: 30 Apr 2010, 04:49
I suggest a new function for the way the create midi module works with note creation.
The optional new function would create a single note on message for the duration that a value of 1 was received at the the create inlet and then when a value of 0 was received at the create inlet, a not off message would be sent.
This would greatly simplify a lot of patching tasks as well as make the create midi module much easier for new users to understand. I know it took me a good deal of time to realize that whenever a note on message was created with the module, a note off also had to be created with a new module (or some clever patching of one module)
Also sometimes problematic with the current method is that any time you would like to trigger a midi note on with something other than a button or has changed module, the create midi module will continuously generate note on messages until the input value is 0, which can be confusing at first.
Perhaps this could be added as an option in the message type as Note ON/OFF ?
The optional new function would create a single note on message for the duration that a value of 1 was received at the the create inlet and then when a value of 0 was received at the create inlet, a not off message would be sent.
This would greatly simplify a lot of patching tasks as well as make the create midi module much easier for new users to understand. I know it took me a good deal of time to realize that whenever a note on message was created with the module, a note off also had to be created with a new module (or some clever patching of one module)
Also sometimes problematic with the current method is that any time you would like to trigger a midi note on with something other than a button or has changed module, the create midi module will continuously generate note on messages until the input value is 0, which can be confusing at first.
Perhaps this could be added as an option in the message type as Note ON/OFF ?

