Hi all:
I´ve starting a project in LabView, in which I need to synchronise some events with a sound track.
To do this, I tought that LabView would be the tool of choice, but now that I´m working on it, I
found my self faced with some serious problems.
What I want to do, is to represent a .wav sound file in a Waveform graph, and then use the cursors
to mark some points in the desired places where I want things to happen, but, these events are
going to be on during some period of time.
So, it will be natural that some consecutive events might overlap in time, and I need to have
some control on this.
The best solution would be to have a rectangular strip attached to the cursors, with a lenght
representing the exact time duration of the event.
But this is only possible on my dreams, because I dont see any tools on LabView that aloud us to implement
any extra graphical features on the cursors.
But as I learned more about LabView, I found that a user can program blocks of software in C, to implement
things that LabView does´nt do by default.
And now I´m wondering if this could be the solution for my problem.
Is it possible to add new custom features such as the one that I need?
If yes, how?
I have atached an image to give a clear ideia of what I need.
I´ll apretiate any help.
Thanks