Ive fixed up the array stuff a bit but it looks like darkbasic maxes out anyways.... i had an array that was music(20000,10,128,5)
That one doesnt work anyways....
So its currently at music(10000,10,128,5)
This works and can hold 6 music projects loaded at once that each could last a potential 20 mins+ depending on your playback speed.
I figure these days every ones pc is loaded with memory anyways.
And if i try to exceed 10000 on my array db crashes anyways...
This program is definetly not going to be memory friendly but if it loads on your machine then you can load up to 6 projects at once. I will also have it setup to be able to playback all curently loaded projects to make 1.
I know i should look into the re sizing memory stuff....but its just easier this way.
My array im using is not very efficient either since there is alot of space being wasted.
Thanks for the input guys!
I promiss a great music editor when its all said and done
Maby at the end i will program some tweeks to re size memory....for now i will leave it as is.
SMD3DInteractive