Support

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

Poly Slicer V1.0 Alpha

Post any examples or modules that you want to share here

Poly Slicer V1.0 Alpha

Postby Exo » Sun Jan 11, 2015 11:55 pm

Here is a plugin I am working on called Poly Slicer...
PolySlicer1A8.fsm
(627.41 KiB) Downloaded 1313 times


It is based on my Exo Loop Sample player.

Also here is a github project for the dll if anyone is interested FlowstoneAudioFiles , not the nicest of code but maybe there is something to learn there.

Features include....

*Support for Cue points in wave files. Cue points will be start and end markers for slices.
*Play back slices polyphonically. Each slice is assigned to a note on keyboard starting from "Base" ie C4
*Scroll and zooming in of waveform with nice graphical scroll/zoom bar.
*Multi channel wave files up to 7 channels are supported.

TO DO...

Add support for saving a new wave file containing the loop points (Cue points).
New GUI ( Anyone want to skin this? )

The plugin is pretty simple and nothing overly special but I think there is some nice functionality not available before to Flowstone users.

I do have a basic mp3 to wav converter but I have not included it because of possible patent issues.

Any ideas for improvements? what kinds of other features would you like to see on something like this? I'm thinking I could get all crazy with effects on the slices.
Attachments
PolySlicer.jpg
PolySlicer.jpg (48.63 KiB) Viewed 28920 times
Last edited by Exo on Tue Feb 10, 2015 11:31 pm, edited 5 times in total.
Reason: Updated file
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
Exo
 
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK

Re: Poly Slicer V1.0 Alpha

Postby Walter Sommerfeld » Mon Jan 12, 2015 12:22 pm

Hi exo,

this is a quantum leap forward for us FS users.

Glad we have a guru like u on board... :)

Will check this out later. I'm fiddling with ruby 24/7 right now...

I do have a basic mp3 to wav converter

Could i have a look at that part???

cheers,
Walter
User avatar
Walter Sommerfeld
 
Posts: 249
Joined: Wed Jul 14, 2010 6:00 pm
Location: HH - Made in Germany

Re: Poly Slicer V1.0 Alpha

Postby tulamide » Mon Jan 12, 2015 1:03 pm

Exo wrote:Here is a plugin I am working on called Poly Slicer...

Very good, Exo. I hope you keep working on it!

I didn't inspect all of its inner workings, so maybe it is my own fault, but clicking in the scrollbar with no wav loaded immediatly crashes Flowstone to desktop with a Visual C++ Runtime Error.

Also, it does not seem to work with 24-bit wav-files. But that's a Flowstone restriction, I assume?

Other than that, I love to see how this is evolving. And since you asked for feature requests: How about a rex file import? That format is only restricted for saving, there is no licence issue with importing. You can download the shared library on Propellerheads website: https://www.propellerheads.se/download/index.cfm?fuseaction=get_article&article=rexsharedlibrary
"There lies the dog buried" (German saying translated literally)
tulamide
 
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: Poly Slicer V1.0 Alpha

Postby Exo » Mon Jan 12, 2015 1:27 pm

Walter Sommerfeld wrote:Hi exo,

this is a quantum leap forward for us FS users.

Glad we have a guru like u on board... :)

Will check this out later. I'm fiddling with ruby 24/7 right now...

I do have a basic mp3 to wav converter

Could i have a look at that part???

cheers,
Walter


Thanks Walter, let me know what you think.

I can share the mp3 to wav converter, I will post that up later. I'm not adding it to this project though because I will release as a VSTI and then I think comes the patent issues.
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
Exo
 
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK

Re: Poly Slicer V1.0 Alpha

Postby Exo » Mon Jan 12, 2015 1:32 pm

tulamide wrote:
Exo wrote:Here is a plugin I am working on called Poly Slicer...

Very good, Exo. I hope you keep working on it!

I didn't inspect all of its inner workings, so maybe it is my own fault, but clicking in the scrollbar with no wav loaded immediatly crashes Flowstone to desktop with a Visual C++ Runtime Error.

Also, it does not seem to work with 24-bit wav-files. But that's a Flowstone restriction, I assume?

Other than that, I love to see how this is evolving. And since you asked for feature requests: How about a rex file import? That format is only restricted for saving, there is no licence issue with importing. You can download the shared library on Propellerheads website: https://www.propellerheads.se/download/index.cfm?fuseaction=get_article&article=rexsharedlibrary


Thanks for testing tulamide.

The crash will be a bug, I need to add some fail safe code to prevent that. It is trying to load a sample that doesn't exist on your system.

I had a feeling 24bit wouldn't work, it can be done though I think. I did the 24bit to 32bit conversion and thought "well I doubt that's going to work" but didn't have a 24bit file handy to test, and then forgot about it. I will look for the proper way to convert from 24 to 32bit.

I will look at REX support if it's not to difficult I will add it, thanks.
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
Exo
 
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK

Re: Poly Slicer V1.0 Alpha

Postby kortezzzz » Wed Jan 14, 2015 7:06 am

Was waiting a long time for this, and finally you started it 8-)
That's nothing but amazing project. improvements I would like to see:

Tempo synced stretch to each slice would be revolution!!! When disk streaming feature would be added into FS (and sample prims would be updated by dspr, of course), A "virtual guitarist" style project is a matter of time ;)
User avatar
kortezzzz
 
Posts: 763
Joined: Tue Mar 19, 2013 4:21 pm

Re: Poly Slicer V1.0 Alpha

Postby Exo » Mon Jan 26, 2015 9:16 pm

Small update...

*24bit wavefiles *might* work now I made a change but don't have a file to test or any software that creates 24bit files.

*Fixed crash on moving scrollbar with no file loaded.

I separated the wave loading from the scroll and zoom. This makes much more sense, now the scroll and zoom can be applied to any float array :)
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
Exo
 
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK

Re: Poly Slicer V1.0 Alpha

Postby djbrynte » Mon Jan 26, 2015 10:57 pm

Can this tool do this mybe?

If i load the plugin. If i have a big sample can i load it in and then cut out the parts i want. Like if i wana repeat something?

Then its so cool if it works.
djbrynte
 
Posts: 613
Joined: Mon Jun 22, 2009 10:51 am

Re: Poly Slicer V1.0 Alpha

Postby Exo » Mon Jan 26, 2015 11:20 pm

djbrynte wrote:Can this tool do this mybe?

If i load the plugin. If i have a big sample can i load it in and then cut out the parts i want. Like if i wana repeat something?

Then its so cool if it works.


Yes this is how it works. So can play back parts of the sample with your keyboard. Great for slicing up drum loops and stuff like that.
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
Exo
 
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK

Re: Poly Slicer V1.0 Alpha

Postby Exo » Mon Jan 26, 2015 11:22 pm

Was thinking exporting the slices to individual wave files would be pretty simple, so I might add an option for that too.
Flowstone Guru. Blog and download site for Flowstone.
Best VST Plugins. Initial Audio.
Exo
 
Posts: 426
Joined: Wed Aug 04, 2010 8:58 pm
Location: UK

Next

Return to User Examples

Who is online

Users browsing this forum: No registered users and 60 guests