yes, http://sdif.sourceforge.net/ is the starting point, but SDIF is just a container format. The actual data can vary a lot. Anything specific you’re interested in?
Most useful would be things like exchanging f0, descriptors, partials between AudioSculpt, MuBu, OM, or generating spectral filters.
I tried Spear -> MuBu, and there is a glitch that will be fixed in the next release, but there is also a workaround I could tell you.
Best!
I have an almost mythical view of SDIF. I’ve been running into it for a long time and I’m a little afraid of it.
I understood that it’s a description format… But I thought that all the descriptions were cumulated in a single format… now that I see that there are a lot of different SDIF. I can see that it’s not going to be easy…
Yes, this is how I see things… I had to do some concrete processing. I did them with om# and supervp. I really want to go deeper. In om#, there are previews of the SDIF files which are useful… and as you can read, it seems to me that it’s harder with OM6…
Really sorry about that… But good to know !
I use AudioSculpt quite often and I understand that SDIF is its “natural” format. Using MuBu will be the cherry on the cake. It makes a great focal point…
Well, I really hope it will be fixed soon, I’ll be careful but, for the moment, I’m handling it with gloves…
Yes, tell me more, please…
I will study the sourceforge contents and what Karim tells me. But I’m pretty sure that I will go back to you soon…
Hi Karim ! Just so you know, I successfully built SDIF-Edit on Ubuntu 18.04, it works nicely in OM 6.16 and 6.17. I can post my edited Makefile and include.h if you’re interested in building and using it on your Linux system.
Hi Karim, here are the files I altered for a successful Linux build. I hope they work for you, please let me know if if they don’t. include.h (2.4 KB) Makefile.linux (1.1 KB)
since i installed the sdiflib in /usr/local/lib. (in debian there is no package of SDIFLib. Is there on ubuntu?)
And then all compiled well except some warnings like so:
SDIFViewerWindow.cpp:999:19: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
And got Jean on mail. He invites you if you want to do a pull request. It would be great.
I noticed that your Makefile goes in sources. If you do a pull, maybe change it and create a linux folder in the root project and put it there. You should then point out to the sources. Another thing is about the include file. Is it the original include.h modified ? or a totaly new.
one?
Anyhow thank you a lot on the behalf of all SDIF and OM lovers.
Hi Karim ! Excellent news, I’m glad it worked. I thought you might have to make some minor changes for your system. The include.h file I sent was edited, it is slightly different from the original. I’ve never done a pull request but will look into it.