Hi forum~,
I would like to save different data to a kind of data structure (it is the result of analyzing a sound file (with bonk~ and fiddle~):
- float velocity
- float frequency
- string (or symbol?) filename
These three values should be stored in an array or something like that. Later there should be added more values for other songs.
I would like to store that into a file to have like a directory of the values of analyzed songs. After that I want to play songs choosing them based on their velocity and frequency (the stored data).
I'm a newbie and all documentation about arrays (table) and data structures (struct) are pretty difficult to understand. If you could provide me a good tutorial, it'd help me a lot.
Some help would be nice!
Thanks,
Michael