03-04-2007 04:39 PM
03-04-2007 05:11 PM
There are many ways to extract lines from a string, only one is shown. Whenever you are not sure about a tool, right-click its icon and select "help".
All clear? 🙂
03-14-2007 04:54 PM
Hi
Thanks for the posts. It now makes perfect sense. To add to that, I also came up with code that could take input of a number (fundamental frequency) and output a corresponding note. This part was just to simulate the data that would come out of the DSP and get converted to a note. The next part I tried to do was the comparison. I want the comparison to work in such a way that I the element at the bototm of the screen is compared to the output note from the DSP and the code I wrote. For this I created a while loop. We will be receiving about 680 inputs from the DSP every second. I want the inner while loop to work in such a way that if a match is found between the note displayed at the bottom and the note played, the seond while loop should exit. However, if there isn't a match, the checking should continue until the time that there is a change in the last element of the display. All this need to be done without messing with the original 1 second interval of notes being displayed.
I thought the one 1000 ms input on the outer while loop would limit the amt of time the inner while loop could take but that is not the case. Any suggestions?
Thanks
-Karan
02-22-2025 05:24 AM
if you are using loop to read continuous data, then Text Scroll position property node will work as data updated update the position line by line.
02-22-2025 12:11 PM
@Aniket_Lomare wrote:
if you are using loop to read continuous data, then Text Scroll position property node will work as data updated update the position line by line.
This discussion form 18(!) year ago displays a fixed number of lines, so the scroll position does not apply.