If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
how do you store many waveforms in one array?
3 posts
• Page 1 of 1
how do you store many waveforms in one array?
I need some help how to add for example 32 waveforms into 1 array? how do i make this?
- Attachments
-
- Array.png (14.56 KiB) Viewed 7775 times
- djbrynte
- Posts: 613
- Joined: Mon Jun 22, 2009 10:51 am
Re: how do you store many waveforms in one array?
Decide on the maximum number of wavs you want to store (64 in the picture above).
Attach a trigger button to the Resize input and trigger it. If you want to add more later on you can increase the number and hit trigger and the already stored wavs will not be deleted. The N input doesn’t need the integer afterwards.
The Index input then addresses the slot number you wish to write and store into. Note this is zero-based, so if you have set 32 slots, the index value runs from 0 to 31.
Connect a Wav source to the Wave input (usually from a loading system).
Trigger the Add pin.
Note that if the Mono input is True any loaded Wavs will be stored as mono, otherwise they will retain the original channel count.
The schematic will then hold the Wavs when saved. If you save the loaded prim into your toolbox it will retain the Wavs in the Prim’s code, so you could use it elsewhere in a different schematic. I should mention that this can only be done from the edit environment and not from a user’s GUI in a plugin.
Hope that helps!
Cheers
Spogg
Attach a trigger button to the Resize input and trigger it. If you want to add more later on you can increase the number and hit trigger and the already stored wavs will not be deleted. The N input doesn’t need the integer afterwards.
The Index input then addresses the slot number you wish to write and store into. Note this is zero-based, so if you have set 32 slots, the index value runs from 0 to 31.
Connect a Wav source to the Wave input (usually from a loading system).
Trigger the Add pin.
Note that if the Mono input is True any loaded Wavs will be stored as mono, otherwise they will retain the original channel count.
The schematic will then hold the Wavs when saved. If you save the loaded prim into your toolbox it will retain the Wavs in the Prim’s code, so you could use it elsewhere in a different schematic. I should mention that this can only be done from the edit environment and not from a user’s GUI in a plugin.
Hope that helps!
Cheers
Spogg
- Attachments
-
- Write and read wave arrays.fsm
- (7.21 KiB) Downloaded 810 times
-
Spogg - Posts: 3358
- Joined: Thu Nov 20, 2014 4:24 pm
- Location: Birmingham, England
Re: how do you store many waveforms in one array?
spogg is best thanks mate!
- djbrynte
- Posts: 613
- Joined: Mon Jun 22, 2009 10:51 am
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 61 guests