-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Sampler Device #67
Comments
What would be the advantage of this? Both the Multisample format (except ADSR) and SFZ can do this and are open documented. |
My request is about covering the standard set of a daw in daw project. A bunch of daws even do not support streamed audio clips, but using a (re-/ "real")sampler instead. Also most daws use a sampler in some kind for drums, e.g. Bitwig. These cases could be covered with a generic sampler device. Maybe "type=drums/tonal/atonal" what be a good attribute, too. I mean just the mininal featureset of a re-sampler-device (being about to change pitch on-the-fly). I would even consider a generic sampler device as more important than a generic compressor or limiter, since these drastically can be different and its hard to achieve an unique sound. |
I was surprised to see that the DAW format supported any generic devices at all. I don't think it's wise to have it in the first place because even a simple device like compressor can have multitude of different parameters and the resulting audio will for sure not be bit-perfect from DAW to DAW. However if this was the decision made and we have to live with it than I would argue that a generic sampler device is much more important than a compressor or gate. First of all, with a minimal amount of parameters (as stated in the original post) you can almost guarantee an exact result in any DAW but also it's a very fundamental part of producing. SFZ is definitely a no go as creating a SFZ instrument is cumbersome and I don't see anybody choosing it over a simple sampler if you're not working with 10-20+ samples. Long story short, +1 for this feature. |
well the only way to work around that is separate daw agnostic plugins. unless you want bitwig to shares its dsp with everyone and vice versa. it's the closest thing you can get |
+1 It is about automating the exchange. It would be totally fine for the exporter to export and SFZ and then declaring a generic sampler as a generator plugin. |
Hi,
please consider to add a generic Sampler device, which supports:
Thanks
The text was updated successfully, but these errors were encountered: