Jump to content

code for velocity pads (fsr)


polosid
 Share

Recommended Posts

I don't know what Edrum does exactly, but I'm using FSR's (Force Sensitive Resistors) with ACSensorizer.

As it's just a resistor, you can use it like a pot: read the value from the AIN; define a threshold and control the note-velocity. Sounds pretty simple.

regards,

Michael

Edit:

see: http://www.ucapps.de/mios_c.html

and: http://www.ucapps.de/mios_c_send_ain.html

Link to comment
Share on other sites

FSR's are usually used in a resistor-divider network to determine pressure on the sensor. this is a static reading that will last as long as the pressure does.

Piezo sensors actually generate a voltage pulse when struck. This is a short pulse that must be read very quickly, or "stretched" with a conditioning circuit. This makes multiplexing more of a challenge.

That should give you enough search terms to get started.

Have Fun,

LyleHaze

Link to comment
Share on other sites

FSR's are usually used in a resistor-divider network to determine pressure on the sensor. this is a static reading that will last as long as the pressure does.

Piezo sensors actually generate a voltage pulse when struck. This is a short pulse that must be read very quickly, or "stretched" with a conditioning circuit. This makes multiplexing more of a challenge.

you're right... but i intend to realize percussive pads...

i think that when you tap on the fsr sensors you get a short pulse to read, that is pretty similar to piezo pulses...

that's why i asked if someone wrote some code that i ould use as base...

i would like to have 16 pads but i also know that multiplexing adds latency. what is the best hardware configuration to read 16 ain with the highest rate?

i think i'll start from the c-examples

i'm sure i'll need help though

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...