Float Array to mem' only ever creates a mono

For general discussion related FlowStone
Post Reply
User avatar
Attic
Posts: 30
Joined: Sat Feb 13, 2010 1:40 pm
Location: San Francisco California

Float Array to mem' only ever creates a mono

Post by Attic »

Has anything changed or happened that helps with this issue? 'Float Array to mem' only ever creates a mono 'mem'. There's no simple way to take two mono arrays (left and right) and interleave them to form a single stereo buffer (or duplicate a mono channel for 'stereo conversion').
A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.
User avatar
CoreStylerz
Posts: 327
Joined: Sun Jan 22, 2012 2:19 am
Location: italy
Contact:

Re: Float Array to mem' only ever creates a mono

Post by CoreStylerz »

Use wave array.
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.
User avatar
Attic
Posts: 30
Joined: Sat Feb 13, 2010 1:40 pm
Location: San Francisco California

Re: Float Array to mem' only ever creates a mono

Post by Attic »

I need to shorten a sample after a MemCreate but also need stereo after that. The Wav Array helps in that situation?
A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: Float Array to mem' only ever creates a mono

Post by KG_is_back »

Try this... I didn't had time to test it, but it should be able to create stereo wave of any desired length that contains exact part of the stereo wave on input. If it works it can be easily modified to joint two mono waves to stereo etc.
Attachments
stereo-wave-section.fsm
(625 Bytes) Downloaded 887 times
User avatar
Attic
Posts: 30
Joined: Sat Feb 13, 2010 1:40 pm
Location: San Francisco California

Re: Float Array to mem' only ever creates a mono

Post by Attic »

That did the trick. Thank You. :)
A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.
Post Reply