Page 1 of 1

Message about Zita not being built - but is anyway?

Posted: Sun Jan 26, 2020 12:21 pm
by oscillator
When running ./compile_muse.sh

Code: Select all

(...)


-- Checking for module 'rubberband>=1.8.1'
--   Found rubberband, version 1.8.1
Zita resampler disabled
-- Checking for module 'libinstpatch'

(...)

The following components WILL NOT be built:
-----------------------------------------------
   Python support
   LV2 makePath support
   Zita Resampler support
   Experimental features

(...)

[ 89%] Generating ui_zita_resampler_settings_base.h
[ 89%] Generating moc_zita_resampler_converter.cpp
Scanning dependencies of target zita_resampler_converter
[ 89%] Building CXX object audio_convert/zita_resampler/CMakeFiles/zita_resampler_converter.dir/zita_resampler_converter.o
[ 89%] Building CXX object audio_convert/zita_resampler/CMakeFiles/zita_resampler_converter.dir/moc_zita_resampler_converter.o
[ 90%] Linking CXX shared library zita_resampler_converter.so
[ 90%] Built target zita_resampler_converter
To my untrained eye it seems like Zita Resampler is built anyway. And if not, what could I be missing to get rid of the "Zita Resampler support" (WILL NOT be built) message?

Re: Message about Zita not being built - but is anyway?

Posted: Sun Jan 26, 2020 5:40 pm
by Tim E. Real
Don't worry about Zita for now. You can safely ignore it.
Zita support still needs to be completed internally.
There is no Zita cmake option at this time but when support is completed there will be.

Re: Message about Zita not being built - but is anyway?

Posted: Sun Jan 26, 2020 5:48 pm
by oscillator
Thanks Tim,

Just wanted to check so I can try out your new work on time/pitch-stretching! ☺

Re: Message about Zita not being built - but is anyway?

Posted: Sun Jan 26, 2020 9:13 pm
by Tim E. Real
It's brand new so there's much to be done. Still you can play around with it and have some fun.

Perhaps more important is the new automatic samplerate converters when importing any wave file,
where you now have a choice of a 'live' realtime samplerate converter, or conversion on-the-spot as before.