Patch ideas! I need patch ideas!

Not sure if I understand this correctly, but the delay/write ms and delay/read ms set I added recently should at least make millisecond-based delays easier? and from the full delay length you can go and calculate the current milliseconds or BPM if I am not mistaken

I guess one could easily add an integer outlet to the delay/read ms spitting out the current delay lenght

Indeed, it is possible to calculate the delay using this method but I was hoping for a millisecond readout on my OLED display. Maybe it’s doable with strings and an equation type of object? I’m not sure if these exist..

how do you add an integer outlet for the delay time in ms?

That’s what I would like to know - if it’s possible..


Can do, not as hard as i thought because the ms groundwork has been done in the delay ms object!

I’ll update the delay ms object after it’s tested and add the int2string object which will let you display those digits on the OLED

Ksoloti out

2 Likes

Wow - that’s so cool. Thank you so much!

Finally came around to fixing up the ms objects.

  • delay/read ms now has an integer milliseconds outlet.
  • New objects ksoloti/string/in2string and ksoloti/string/float2string will format numbers to strings which can be sent to the display.

File > Sync Libraries to update the object libraries.

These should work both on 1.0.12 and 1.1.0+.
Check out the combined int2string/float2string help patch.

4 Likes