Stream to float array experiment

Post any examples or modules that you want to share here
Post Reply
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Stream to float array experiment

Post by nix »

I have been having fun playing with this->
blocks_grains.fsm
(427.26 KiB) Downloaded 1677 times

So there is a realtime converter,
suitable for resampling to create a pitch shifter,
and a recorder.
These are experiments,
and the audio from them is glitchy,
but IMO a start of something-IDK what exactly.
I am a long-time user of SM,
looks like Robotics DSP is my new hangout.
There are tone generators included in the schematic-
for testing.
Enjoy the creation,
Nick
So by converting to float array,
we can use 'resample','section' & 'normalize'
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Stream to float array experiment

Post by nix »

I got this to work without pops,
just a little phasing-
as a pitch shifter.
I maybe post the schematic,
not sure if I want to keep it myself.
Anyway, to check the sound,
here is the VSTfx-
http://www.sendspace.com/pro/dl/aszp28
here is GUI-
shifter_redlight.png
shifter_redlight.png (211.16 KiB) Viewed 32720 times

It has 3 lines,
so you can play a chord.
Hope you like it,
I'm glad to get this working.
It sounds pretty good IMO.
Hope it gets tucked away in ur VST folder.
There is 1500 samples of delay,
but it seems responsive enough to run an
instrument through.
Cheers, Nick
Last edited by nix on Thu Feb 28, 2013 9:46 am, edited 3 times in total.
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Stream to float array experiment

Post by nix »

sorry there was a bad graphics bug-pls redownload-I have edited the original post with new link
philton
Posts: 25
Joined: Fri Nov 02, 2012 5:30 am

Re: Stream to float array experiment

Post by philton »

sounds interesting and looks GREAT.... i´ll test it right now ! thx nix !
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Stream to float array experiment

Post by nix »

Hope you find a use for it Phil,
it still has something wrong with the cc implementation in the sliders.
The version that is up is quite crashy,
but you can check the sound anyway.
It's better now, I'll squash the bug entirely before upping a new file.
Thanks for the compliment on GUI,
finally I have my own algo to put in this skin.
User avatar
trogluddite
Posts: 1730
Joined: Fri Oct 22, 2010 12:46 am
Location: Yorkshire, UK

Re: Stream to float array experiment

Post by trogluddite »

Looks great nix - and the weekend is here, so I can have a little play!

Re: the CC in the knobs. If you are using the stock FS3 sliders, there is a bug in the code of the knobs (reported) that makes the CC and VST presets/automation "upside down" so that it fights with the GUI control. You can get a fixed version HERE.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Stream to float array experiment

Post by nix »

I have I think the version 1 now,
it is available in the next post 8D
MIDI learn and automation are working...
it doesn't have discontinuities when changing pitch.
Hope u like it!
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Stream to float array experiment

Post by nix »

http://www.sendspace.com/pro/dl/aszp28
^ here is current version- #1.00
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: Stream to float array experiment

Post by nix »

I edited the post above with a new version.
It actually does have discontinuities when changing pitch,
however when the controls are static,
I have fixed an issue with distorsion when shifting
more than one octave.
Hope it's useful,
and less flawed now.
Cheers
Post Reply