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
Wave Player bug ?
22 posts
• Page 2 of 3 • 1, 2, 3
Re: Wave Player bug ?
tester wrote:I usually try to keep some sort of triggering order and green delays, to not overload things.
Yes i have to quote. In FS/SM you should always find a work-around for things. That is.
Trigger load on start and prevent loops, multi-triggering etc etc.
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
-
CoreStylerz - Posts: 327
- Joined: Sun Jan 22, 2012 2:19 am
- Location: italy
Re: Wave Player bug ?
Maybe it's visual, but still - it's programming. If you work around some simple rules to follow, then you don't have too many problems. I noticed, that green timer delays (set 10 to 500ms, depending where) are useful to separate certain types of events (streams, memory, access) happening in FS. It saved my projects many times, and thus - I can't confirm instabilities.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: Wave Player bug ?
tester wrote:Maybe it's visual, but still - it's programming. If you work around some simple rules to follow, then you don't have too many problems. I noticed, that green timer delays (set 10 to 500ms, depending where) are useful to separate certain types of events (streams, memory, access) happening in FS. It saved my projects many times, and thus - I can't confirm instabilities.
Well done. I also use timers to trigger events according to logics.
But i still belive that waveloader could be better. Loading files on FS is too much ram/cpu requesting and can be a problem.
I would like to make a dj software but it may be complicated.. Imagine to trigger external conversion than load wav files during the play...
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
-
CoreStylerz - Posts: 327
- Joined: Sun Jan 22, 2012 2:19 am
- Location: italy
deleted by uploader
deleted
Last edited by tiffy on Mon Aug 24, 2015 8:00 pm, edited 1 time in total.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
Re: Wave Player bug ?
It loads instantly also here a 64mb wave with an i7 3770k @ 3.5ghz, 8gb ram (dual channel 1600mhz), normal hdd.
But after loading a wave, try to coy and paste the waveplayer! you'll see how the memory leaks happens...
If i do that i get flowstone moving slowly, rendering slowly like a superbig schematic.
So that's the point. A single wave doesn't create any problem, but twice yes.
Are u using stock waveplayer tiffy?
But after loading a wave, try to coy and paste the waveplayer! you'll see how the memory leaks happens...
If i do that i get flowstone moving slowly, rendering slowly like a superbig schematic.
So that's the point. A single wave doesn't create any problem, but twice yes.
Are u using stock waveplayer tiffy?
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
-
CoreStylerz - Posts: 327
- Joined: Sun Jan 22, 2012 2:19 am
- Location: italy
deleted by uploader
deleted
Last edited by tiffy on Mon Aug 24, 2015 8:01 pm, edited 1 time in total.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
Re: Wave Player bug ?
Check if there are some old primitives no more available and replace them.
I made a video.
http://www59.zippyshare.com/v/80143643/file.html
When i open a single 64mb wave it instantly load. But when i copy paste the waveplayer with the wave loaded it takes longer and starts to render slow flowstone.
So when i move modules it's kind glitching, and i have also problem when i try to multi-select with mouse.
At the end when i remove both 2 additional waveloaders it returns to the normal.
In the past, with Core duo (centrino) and synthmaker, was also worst. When you release something in the market you migth have to be sure that it's working for all with different hardwares...
I didn't test but... Are we sure that if you make a kind of a dj software the schematic won't stop play during the load??
Imagine if it stops when you are djiing and loading next track..
I made a video.
http://www59.zippyshare.com/v/80143643/file.html
When i open a single 64mb wave it instantly load. But when i copy paste the waveplayer with the wave loaded it takes longer and starts to render slow flowstone.
So when i move modules it's kind glitching, and i have also problem when i try to multi-select with mouse.
At the end when i remove both 2 additional waveloaders it returns to the normal.
In the past, with Core duo (centrino) and synthmaker, was also worst. When you release something in the market you migth have to be sure that it's working for all with different hardwares...
I didn't test but... Are we sure that if you make a kind of a dj software the schematic won't stop play during the load??
Imagine if it stops when you are djiing and loading next track..
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
-
CoreStylerz - Posts: 327
- Joined: Sun Jan 22, 2012 2:19 am
- Location: italy
Re: Wave Player bug ?
I have not tried this, but there is a primitive called "Closing". Can it trigger wave removal from the schematic before the schematic is closed?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: Wave Player bug ?
Of course.
I tried to test loading a wave during the play and it crashes..
I tried to test loading a wave during the play and it crashes..
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
-
CoreStylerz - Posts: 327
- Joined: Sun Jan 22, 2012 2:19 am
- Location: italy
Re: Wave Player bug ?
Trigger stop playback, timer delay, trigger load next file?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
22 posts
• Page 2 of 3 • 1, 2, 3
Who is online
Users browsing this forum: No registered users and 69 guests