Search results

  1. K

    Non-blocking (no wait) touch sense (touchRead) routine for Teensy 3.2

    Cool input :) .. thank you Lalbert ! .. i might need some time to get all details, lol. Anyhow, i got your general idea .. so yes, could be an option, but it is still a pity that the PJRC team decided to go without Tocuh Pins in moment. No idea why. And i hope they will rethink again .. and...
  2. K

    touchRead value bouncing all over the place

    Thanks for feedback joshnishikawa ;) .. .. in case the Touch Pins will not come back: maybe i would go the path with dedicated Touch chips (e.g. CAP1206 as you mentioned), because i am using a dedicated Breadboard anyhow, so i could include them there (see Dark Board), but i still hope the...
  3. K

    Non-blocking (no wait) touch sense (touchRead) routine for Teensy 3.2

    cool library, thank you Lalbert / Arjuna !:) seen that all new Teensy 4.x does not have a touch pin is a nightmare:mad: .. do you have any idea to get your library running for the new Teensy 4.0 (without touch pins) ? I would not have a problem if some external would RC needed (e.g. 10M...
  4. K

    touchRead value bouncing all over the place

    Hi joshnishikawa :) .. just picking up this older thread and wanted to send you my THANKY YOU, as I always use (and love) your library, works awesome, great ! fyi: Using your TouchSwitch (on-off_stable example) The issue I have now: as The Teensy 3.2 (and LC) might no longer be supported (at...
  5. K

    Adjusting the Teensy MIDI device name

    Exactly. So as long the Teensy has always a unique number all is fine. But this is anyhow the case i learned (as long we do not write any ID manually). So let's see if user still struggle (with or without your sketch). Anyhow, thanks for your idea !
  6. K

    Adjusting the Teensy MIDI device name

    thx. Yes, your serial ID update DOES forces a new device .. (same as you would use an other new Teensy) .. but it is not more unique because of this (it was always a 'new' device, and different to an other Teensy with same sketch/name/id,right ?) .. i feel some (lazy) apps read the 'device name...
  7. K

    Adjusting the Teensy MIDI device name

    Hi vjmuzik ;) I did some detailed tests today, somehow mixed feelings, here what I found (maybe helps to understand): - i always use TyCommander to upload a new .hex file and see the results, shows the Serial number and name most easy. - compliment to you: your code allows me to update the...
  8. K

    Adjusting the Teensy MIDI device name

    Perfect, thx ! I will test (in particular also on iPad), with 2 devices (currently they always get mixed up), so this idea could solve it, i will post later :) ! Thx.
  9. K

    Adjusting the Teensy MIDI device name

    Great ! Thank you .. no idea where you found this :)) ... i will test for sure. I may remember from older threads that we should not change any ID's because the auto boot loader will not work longer, but i assume this was a different one. Did you find any side effects changing the SERIAL_NUM ...
  10. K

    Adjusting the Teensy MIDI device name

    @PaulStoffregen: first of all, thanks for the updated https://www.pjrc.com/teensy/td_midi.html ! :), great to have the option now to change name on a more easier way. (btw: I found it because struggled with the pitch bend issue .. I was wondering why my old sketches does not longer work well in...
  11. K

    Adjusting the Teensy MIDI device name

    interesting. I may have same issue as I will connect several Teensy 3.2 to my PC .. so how did you change the serial number ?? did you add any #define xySerial into names.c (in you sketch folder) ? detail: I also want to keep the USB_MIDI
Back
Top