Show HN: MidiPad 2 – A customizable Midi Pad Controller
midipadapp.com
Show HN: MidiPad 2 – A customizable Midi Pad Controller
1–10 of 20 posts
Re: Show HN: MidiPad 2 – A customizable Midi Pad Controller
#2Re: Show HN: MidiPad 2 – A customizable Midi Pad Controller
#3Any reason for not adding midi sliders and knobs too? Most MIDI apps include those and are used by many composers/musicians.
Re: Show HN: MidiPad 2 – A customizable Midi Pad Controller
#4Velocity sensitive pads on a touch screen? Wow, didnt know this was possible.
Re: Show HN: MidiPad 2 – A customizable Midi Pad Controller
#5Interesting that you use motion sensors to create midi velocity. How accurate is that? Any reason for not adding midi sliders and knobs too? Most MIDI apps include those and are used by many composers/musicians.
Re: Show HN: MidiPad 2 – A customizable Midi Pad Controller
#6Interesting that you use motion sensors to create midi velocity. How accurate is that? Any reason for not adding midi sliders and knobs too? Most MIDI apps include those and are used by many composers/musicians.
Sliders and knobs will be added in a future version. I wanted to put an MVP on the app store first before adding additional features.
Re: Show HN: MidiPad 2 – A customizable Midi Pad Controller
#7Interesting that you use motion sensors to create midi velocity. How accurate is that? Any reason for not adding midi sliders and knobs too? Most MIDI apps include those and are used by many composers/musicians.
I'm also curious about motion sensors for MIDI. I would have thought 3d-touch would be more accurate
Re: Show HN: MidiPad 2 – A customizable Midi Pad Controller
#8Velocity sensitive pads on a touch screen? Wow, didnt know this was possible.
Garage Band for iOS did it on release back in 2011. Using the accelerometer it's possible to simulate some sort of velocity.
Re: Show HN: MidiPad 2 – A customizable Midi Pad Controller
#9Interesting that you use motion sensors to create midi velocity. How accurate is that? Any reason for not adding midi sliders and knobs too? Most MIDI apps include those and are used by many composers/musicians.
The accuracy is a trade-off between latency and precision. The touch event arrives as soon as you touch the screen, but the actual force of your touch still needs a few milliseconds to actually put the device into motion. Waiting a little bit while collecting measurements gives you quite an accurate indication of the force used, but the increased latency makes it harder to play. Sliders and knobs will be added in a f…
Re: Show HN: MidiPad 2 – A customizable Midi Pad Controller
#10Earlier quoted context omitted.
Garage Band for iOS did it on release back in 2011. Using the accelerometer it's possible to simulate some sort of velocity.
Exactly. The general idea is that you get a measurement of the applied force, so integrating that value gives you an approximate velocity.