The following packages will be installed: caps Fetching README... 0%100%100%100%100%100%Done Fetching UPGRADE.txt... 0%100%100%100%100%100%Done Fetching caps.SlackBuild... 0%100%100%100%100%100%Done Fetching caps.info... 0%100%100%100%100%100%Done Fetching gcc7fix.diff... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done caps-0.9.26/README caps-0.9.26/COPYING caps-0.9.26/CHANGES caps-0.9.26/Makefile caps-0.9.26/caps.rdf caps-0.9.26/configure.py caps-0.9.26/Click.cc caps-0.9.26/basics.h caps-0.9.26/ladspa.h caps-0.9.26/dsp/RBJ.h caps-0.9.26/dsp/IIR2.h caps-0.9.26/dsp/complex.h caps-0.9.26/dsp/White.h caps-0.9.26/Click.h caps-0.9.26/dsp/IIR1.h caps-0.9.26/dsp/util.h caps-0.9.26/Descriptor.h caps-0.9.26/Cabinet.h caps-0.9.26/dsp/Oversampler.h caps-0.9.26/dsp/FIR.h caps-0.9.26/dsp/sinc.h caps-0.9.26/dsp/Sine.h caps-0.9.26/dsp/windows.h caps-0.9.26/dsp/v4f.h caps-0.9.26/dsp/v4f_FIR.h caps-0.9.26/dsp/v4f_IIR2.h caps-0.9.26/waves/click.h caps-0.9.26/waves/profit.h caps-0.9.26/Amp.cc caps-0.9.26/Amp.h caps-0.9.26/dsp/ToneStack.h caps-0.9.26/dsp/TDFII.h caps-0.9.26/dsp/Compress.h caps-0.9.26/dsp/RMS.h caps-0.9.26/dsp/polynomials.h caps-0.9.26/White.cc caps-0.9.26/White.h caps-0.9.26/Phaser.cc caps-0.9.26/Phaser.h caps-0.9.26/dsp/Roessler.h caps-0.9.26/dsp/Delay.h caps-0.9.26/dsp/FPTruncateMode.h caps-0.9.26/AutoFilter.cc caps-0.9.26/AutoFilter.h caps-0.9.26/dsp/SVF.h caps-0.9.26/dsp/Lorenz.h caps-0.9.26/CabIV.cc caps-0.9.26/CabIV_64_128.h caps-0.9.26/ToneStack.cc caps-0.9.26/ToneStack.h caps-0.9.26/Scape.cc caps-0.9.26/Scape.h caps-0.9.26/Pan.cc caps-0.9.26/Pan.h caps-0.9.26/Chorus.cc caps-0.9.26/Chorus.h caps-0.9.26/Reverb.cc caps-0.9.26/Reverb.h caps-0.9.26/CabIII.cc caps-0.9.26/CabIIIModels.h caps-0.9.26/interface.cc caps-0.9.26/version.h caps-0.9.26/Sin.h caps-0.9.26/Fractals.h caps-0.9.26/Compress.h caps-0.9.26/Eq.h caps-0.9.26/dsp/Eq.h caps-0.9.26/Saturate.h caps-0.9.26/dsp/Butterworth.h caps-0.9.26/dsp/ChebyshevPoly.h caps-0.9.26/Noisegate.h caps-0.9.26/Saturate.cc caps-0.9.26/Noisegate.cc caps-0.9.26/Sin.cc caps-0.9.26/Fractals.cc caps-0.9.26/Compress.cc caps-0.9.26/Eq.cc caps-0.9.26/dsp/polynomials.cc Makefile:62: warning: ignoring prerequisites on suffix rule definition g++ -MM -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC Amp.cc AutoFilter.cc CabIII.cc CabIV.cc Chorus.cc Click.cc Compress.cc Eq.cc Fractals.cc Noisegate.cc Pan.cc Phaser.cc Reverb.cc Saturate.cc Scape.cc Sin.cc ToneStack.cc White.cc interface.cc dsp/polynomials.cc > depend Makefile:62: warning: ignoring prerequisites on suffix rule definition rm -f Amp.o AutoFilter.o CabIII.o CabIV.o Chorus.o Click.o Compress.o Eq.o Fractals.o Noisegate.o Pan.o Phaser.o Reverb.o Saturate.o Scape.o Sin.o ToneStack.o White.o interface.o dsp/polynomials.o caps.so *.s depend Makefile:62: warning: ignoring prerequisites on suffix rule definition g++ -MM -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 Amp.cc AutoFilter.cc CabIII.cc CabIV.cc Chorus.cc Click.cc Compress.cc Eq.cc Fractals.cc Noisegate.cc Pan.cc Phaser.cc Reverb.cc Saturate.cc Scape.cc Sin.cc ToneStack.cc White.cc interface.cc dsp/polynomials.cc > depend Makefile:62: warning: ignoring prerequisites on suffix rule definition g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o Amp.o -c Amp.cc In file included from Amp.h:33, from Amp.cc:30: dsp/IIR2.h: In member function ‘T DSP::IIR2::process(T)’: dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_bp(T)’: dsp/IIR2.h:131:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_1()’: dsp/IIR2.h:154:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_2()’: dsp/IIR2.h:175:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_3()’: dsp/IIR2.h:195:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from dsp/sinc.h:31, from dsp/Oversampler.h:34, from Amp.h:35, from Amp.cc:30: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Amp.h:33, from Amp.cc:30: dsp/IIR2.h: In instantiation of ‘T DSP::IIR2::process(T) [with T = float]’: Amp.cc:140:32: required from ‘void AmpVTS::subcycle(uint, Over&) [with Over = DSP::Oversampler<8, 64>; uint = unsigned int]’ Amp.cc:83:23: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o AutoFilter.o -c AutoFilter.cc In file included from AutoFilter.h:38, from AutoFilter.cc:33: dsp/IIR2.h: In member function ‘T DSP::IIR2::process(T)’: dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_bp(T)’: dsp/IIR2.h:131:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_1()’: dsp/IIR2.h:154:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_2()’: dsp/IIR2.h:175:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_3()’: dsp/IIR2.h:195:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 197 | register T r = 0; | ^ dsp/IIR2.h: In instantiation of ‘T DSP::IIR2::process(T) [with T = float]’: AutoFilter.cc:100:35: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o CabIII.o -c CabIII.cc In file included from dsp/RBJ.h:29, from CabIII.cc:30: dsp/IIR2.h: In member function ‘T DSP::IIR2::process(T)’: dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_bp(T)’: dsp/IIR2.h:131:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_1()’: dsp/IIR2.h:154:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_2()’: dsp/IIR2.h:175:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_3()’: dsp/IIR2.h:195:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from dsp/sinc.h:31, from dsp/Oversampler.h:34, from Cabinet.h:38, from CabIII.cc:31: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Cabinet.h:39, from CabIII.cc:31: dsp/v4f.h: In member function ‘v4f_t Sin4f::get()’: dsp/v4f.h:168:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 168 | register v4f_t s = y[2] * y[z]; | ^ In file included from Cabinet.h:41, from CabIII.cc:31: dsp/v4f_IIR2.h: At global scope: dsp/v4f_IIR2.h:201:54: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 201 | inline v4f_t process (register v4f_t s) | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::_process(v4f_t)’: dsp/v4f_IIR2.h:185:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 185 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::process(v4f_t)’: dsp/v4f_IIR2.h:205:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 205 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::process_no_a1(v4f_t)’: dsp/v4f_IIR2.h:226:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 226 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process(v4f_t, uint)’: dsp/v4f_IIR2.h:326:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 326 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:329:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 329 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process_no_a0(v4f_t)’: dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 353 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 356 | register v4f_t r; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process_bp(v4f_t, uint)’: dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 383 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::Resonator4fBank::process(int, v4f_t)’: dsp/v4f_IIR2.h:586:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 586 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::Resonator4fBank::processplus(int, sample_t)’: dsp/v4f_IIR2.h:608:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:609:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 609 | register v4f_t r = s * a[0]; /* x * a[0] */ | ^ CabIII.cc: In member function ‘void CabinetIII::cycle(uint)’: CabIII.cc:81:40: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 81 | register cabinet_float acc = s[i] + normal; | ^~~ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o CabIV.o -c CabIV.cc In file included from dsp/RBJ.h:29, from CabIV.cc:30: dsp/IIR2.h: In member function ‘T DSP::IIR2::process(T)’: dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_bp(T)’: dsp/IIR2.h:131:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_1()’: dsp/IIR2.h:154:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_2()’: dsp/IIR2.h:175:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_3()’: dsp/IIR2.h:195:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from dsp/sinc.h:31, from dsp/Oversampler.h:34, from Cabinet.h:38, from CabIV.cc:31: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Cabinet.h:39, from CabIV.cc:31: dsp/v4f.h: In member function ‘v4f_t Sin4f::get()’: dsp/v4f.h:168:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 168 | register v4f_t s = y[2] * y[z]; | ^ In file included from Cabinet.h:41, from CabIV.cc:31: dsp/v4f_IIR2.h: At global scope: dsp/v4f_IIR2.h:201:54: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 201 | inline v4f_t process (register v4f_t s) | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::_process(v4f_t)’: dsp/v4f_IIR2.h:185:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 185 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::process(v4f_t)’: dsp/v4f_IIR2.h:205:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 205 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::process_no_a1(v4f_t)’: dsp/v4f_IIR2.h:226:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 226 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process(v4f_t, uint)’: dsp/v4f_IIR2.h:326:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 326 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:329:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 329 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process_no_a0(v4f_t)’: dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 353 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 356 | register v4f_t r; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process_bp(v4f_t, uint)’: dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 383 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::Resonator4fBank::process(int, v4f_t)’: dsp/v4f_IIR2.h:586:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 586 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::Resonator4fBank::processplus(int, sample_t)’: dsp/v4f_IIR2.h:608:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:609:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 609 | register v4f_t r = s * a[0]; /* x * a[0] */ | ^ dsp/v4f_IIR2.h: In instantiation of ‘v4f_t DSP::IIR2v4Bank::process_no_a0(v4f_t) [with unsigned int N = 16; v4f_t = __vector(4) float]’: CabIV.cc:140:26: required from ‘void CabinetIV::subcycle(uint, O&) [with O = DSP::NoOversampler; int Ratio = 1; uint = unsigned int]’ CabIV.cc:83:47: required from here dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 353 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 356 | register v4f_t r; | ^ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o Chorus.o -c Chorus.cc In file included from Chorus.h:29, from Chorus.cc:30: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Chorus.h:32, from Chorus.cc:30: dsp/Delay.h: In member function ‘sample_t DSP::Delay::get_cubic(float)’: dsp/Delay.h:104:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 108 | register sample_t c = | ^ In file included from Chorus.h:34, from Chorus.cc:30: dsp/IIR2.h: In member function ‘T DSP::IIR2::process(T)’: dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_bp(T)’: dsp/IIR2.h:131:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_1()’: dsp/IIR2.h:154:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_2()’: dsp/IIR2.h:175:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_3()’: dsp/IIR2.h:195:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from dsp/Delay.h:35, from Chorus.h:32, from Chorus.cc:30: dsp/FPTruncateMode.h: In constructor ‘DSP::FPTruncateMode::FPTruncateMode()’: dsp/FPTruncateMode.h:75:39: warning: ‘*this.DSP::FPTruncateMode::cw0’ is used uninitialized [-Wuninitialized] 75 | cw1 = cw0 | 0xC00; | ^~~ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o Click.o -c Click.cc In file included from dsp/RBJ.h:29, from Click.cc:29: dsp/IIR2.h: In member function ‘T DSP::IIR2::process(T)’: dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_bp(T)’: dsp/IIR2.h:131:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_1()’: dsp/IIR2.h:154:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_2()’: dsp/IIR2.h:175:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_3()’: dsp/IIR2.h:195:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from dsp/sinc.h:31, from dsp/Oversampler.h:34, from Cabinet.h:38, from Click.cc:158: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Cabinet.h:39, from Click.cc:158: dsp/v4f.h: In member function ‘v4f_t Sin4f::get()’: dsp/v4f.h:168:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 168 | register v4f_t s = y[2] * y[z]; | ^ In file included from Cabinet.h:41, from Click.cc:158: dsp/v4f_IIR2.h: At global scope: dsp/v4f_IIR2.h:201:54: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 201 | inline v4f_t process (register v4f_t s) | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::_process(v4f_t)’: dsp/v4f_IIR2.h:185:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 185 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::process(v4f_t)’: dsp/v4f_IIR2.h:205:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 205 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::process_no_a1(v4f_t)’: dsp/v4f_IIR2.h:226:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 226 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process(v4f_t, uint)’: dsp/v4f_IIR2.h:326:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 326 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:329:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 329 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process_no_a0(v4f_t)’: dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 353 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 356 | register v4f_t r; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process_bp(v4f_t, uint)’: dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 383 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::Resonator4fBank::process(int, v4f_t)’: dsp/v4f_IIR2.h:586:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 586 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::Resonator4fBank::processplus(int, sample_t)’: dsp/v4f_IIR2.h:608:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:609:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 609 | register v4f_t r = s * a[0]; /* x * a[0] */ | ^ In file included from dsp/RBJ.h:29, from Click.cc:29: dsp/IIR2.h: In instantiation of ‘T DSP::IIR2::process(T) [with T = float]’: Click.cc:143:17: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In instantiation of ‘T DSP::IIR2::process_bp(T) [with T = float]’: Click.cc:146:28: required from here dsp/IIR2.h:131:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ In file included from Cabinet.h:41, from Click.cc:158: dsp/v4f_IIR2.h: In instantiation of ‘v4f_t DSP::IIR2v4Bank::process_bp(v4f_t, uint) [with unsigned int N = 128; v4f_t = __vector(4) float; uint = unsigned int]’: Click.cc:191:30: required from here dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 383 | register v4f_t r = s * a[0]; | ^ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o Compress.o -c Compress.cc In file included from dsp/sinc.h:31, from Compress.h:35, from Compress.cc:28: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o Eq.o -c Eq.cc In file included from Eq.cc:31: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Eq.h:33, from Eq.cc:33: dsp/IIR2.h: In member function ‘T DSP::IIR2::process(T)’: dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_bp(T)’: dsp/IIR2.h:131:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_1()’: dsp/IIR2.h:154:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_2()’: dsp/IIR2.h:175:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_3()’: dsp/IIR2.h:195:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from Eq.h:35, from Eq.cc:33: dsp/v4f.h: In member function ‘v4f_t Sin4f::get()’: dsp/v4f.h:168:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 168 | register v4f_t s = y[2] * y[z]; | ^ In file included from Eq.h:36, from Eq.cc:33: dsp/v4f_IIR2.h: At global scope: dsp/v4f_IIR2.h:201:54: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 201 | inline v4f_t process (register v4f_t s) | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::_process(v4f_t)’: dsp/v4f_IIR2.h:185:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 185 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::process(v4f_t)’: dsp/v4f_IIR2.h:205:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 205 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::process_no_a1(v4f_t)’: dsp/v4f_IIR2.h:226:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 226 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process(v4f_t, uint)’: dsp/v4f_IIR2.h:326:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 326 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:329:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 329 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process_no_a0(v4f_t)’: dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 353 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 356 | register v4f_t r; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process_bp(v4f_t, uint)’: dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 383 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::Resonator4fBank::process(int, v4f_t)’: dsp/v4f_IIR2.h:586:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 586 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::Resonator4fBank::processplus(int, sample_t)’: dsp/v4f_IIR2.h:608:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:609:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 609 | register v4f_t r = s * a[0]; /* x * a[0] */ | ^ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o Fractals.o -c Fractals.cc g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o Noisegate.o -c Noisegate.cc In file included from Noisegate.h:32, from Noisegate.cc:31: dsp/IIR2.h: In member function ‘T DSP::IIR2::process(T)’: dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_bp(T)’: dsp/IIR2.h:131:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_1()’: dsp/IIR2.h:154:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_2()’: dsp/IIR2.h:175:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_3()’: dsp/IIR2.h:195:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from Noisegate.h:36, from Noisegate.cc:31: dsp/Delay.h: In member function ‘sample_t DSP::Delay::get_cubic(float)’: dsp/Delay.h:104:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 108 | register sample_t c = | ^ In file included from Noisegate.h:32, from Noisegate.cc:31: dsp/IIR2.h: In instantiation of ‘T DSP::IIR2::process(T) [with T = float]’: Noisegate.cc:61:35: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o Pan.o -c Pan.cc In file included from dsp/RBJ.h:29, from Pan.cc:30: dsp/IIR2.h: In member function ‘T DSP::IIR2::process(T)’: dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_bp(T)’: dsp/IIR2.h:131:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_1()’: dsp/IIR2.h:154:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_2()’: dsp/IIR2.h:175:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_3()’: dsp/IIR2.h:195:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from Pan.h:32, from Pan.cc:32: dsp/Delay.h: In member function ‘sample_t DSP::Delay::get_cubic(float)’: dsp/Delay.h:104:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 108 | register sample_t c = | ^ In file included from dsp/RBJ.h:29, from Pan.cc:30: dsp/IIR2.h: In instantiation of ‘T DSP::IIR2::process(T) [with T = float]’: Pan.cc:82:20: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o Phaser.o -c Phaser.cc In file included from Phaser.h:31, from Phaser.cc:30: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Phaser.h:33, from Phaser.cc:30: dsp/Delay.h: In member function ‘sample_t DSP::Delay::get_cubic(float)’: dsp/Delay.h:104:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 108 | register sample_t c = | ^ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o Reverb.o -c Reverb.cc In file included from Reverb.h:52, from Reverb.cc:48: dsp/Delay.h: In member function ‘sample_t DSP::Delay::get_cubic(float)’: dsp/Delay.h:104:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 108 | register sample_t c = | ^ In file included from Reverb.h:54, from Reverb.cc:48: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ Reverb.cc: In member function ‘void PlateStub::process(sample_t, sample_t, sample_t*, sample_t*)’: Reverb.cc:250:25: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 250 | register double xl = x + decay*tank.delay[3].get(); | ^~ Reverb.cc:251:25: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 251 | register double xr = x + decay*tank.delay[1].get(); | ^~ In file included from dsp/Delay.h:35, from Reverb.h:52, from Reverb.cc:48: dsp/FPTruncateMode.h: In constructor ‘DSP::FPTruncateMode::FPTruncateMode()’: dsp/FPTruncateMode.h:75:39: warning: ‘*this.DSP::FPTruncateMode::cw0’ is used uninitialized [-Wuninitialized] 75 | cw1 = cw0 | 0xC00; | ^~~ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o Saturate.o -c Saturate.cc In file included from dsp/sinc.h:31, from dsp/Oversampler.h:34, from Saturate.h:32, from Saturate.cc:30: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Saturate.h:36, from Saturate.cc:30: dsp/IIR2.h: In member function ‘T DSP::IIR2::process(T)’: dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_bp(T)’: dsp/IIR2.h:131:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_1()’: dsp/IIR2.h:154:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_2()’: dsp/IIR2.h:175:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_3()’: dsp/IIR2.h:195:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from Saturate.h:38, from Saturate.cc:30: dsp/Delay.h: In member function ‘sample_t DSP::Delay::get_cubic(float)’: dsp/Delay.h:104:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 108 | register sample_t c = | ^ In file included from Saturate.h:36, from Saturate.cc:30: dsp/IIR2.h: In instantiation of ‘T DSP::IIR2::process(T) [with T = float]’: Saturate.h:82:39: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o Scape.o -c Scape.cc In file included from Scape.h:29, from Scape.cc:28: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Scape.h:32, from Scape.cc:28: dsp/Delay.h: In member function ‘sample_t DSP::Delay::get_cubic(float)’: dsp/Delay.h:104:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 108 | register sample_t c = | ^ In file included from Scape.h:34, from Scape.cc:28: dsp/IIR2.h: In member function ‘T DSP::IIR2::process(T)’: dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_bp(T)’: dsp/IIR2.h:131:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_1()’: dsp/IIR2.h:154:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_2()’: dsp/IIR2.h:175:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_3()’: dsp/IIR2.h:195:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 197 | register T r = 0; | ^ In file included from dsp/Delay.h:35, from Scape.h:32, from Scape.cc:28: dsp/FPTruncateMode.h: In constructor ‘DSP::FPTruncateMode::FPTruncateMode()’: dsp/FPTruncateMode.h:75:39: warning: ‘*this.DSP::FPTruncateMode::cw0’ is used uninitialized [-Wuninitialized] 75 | cw1 = cw0 | 0xC00; | ^~~ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o Sin.o -c Sin.cc In file included from Sin.h:31, from Sin.cc:30: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o ToneStack.o -c ToneStack.cc In file included from ToneStack.cc:32: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o White.o -c White.cc g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o interface.o -c interface.cc In file included from dsp/sinc.h:31, from dsp/Oversampler.h:34, from Cabinet.h:38, from interface.cc:35: dsp/Sine.h: In member function ‘double DSP::Sine::get()’: dsp/Sine.h:75:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 75 | register double s = b*y[z]; | ^ dsp/Sine.h: In member function ‘double DSP::DampedSine::get()’: dsp/Sine.h:104:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register double s = b * y[z]; | ^ In file included from Cabinet.h:39, from interface.cc:35: dsp/v4f.h: In member function ‘v4f_t Sin4f::get()’: dsp/v4f.h:168:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 168 | register v4f_t s = y[2] * y[z]; | ^ In file included from Cabinet.h:41, from interface.cc:35: dsp/v4f_IIR2.h: At global scope: dsp/v4f_IIR2.h:201:54: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 201 | inline v4f_t process (register v4f_t s) | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::_process(v4f_t)’: dsp/v4f_IIR2.h:185:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 185 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::process(v4f_t)’: dsp/v4f_IIR2.h:205:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 205 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4::process_no_a1(v4f_t)’: dsp/v4f_IIR2.h:226:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 226 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process(v4f_t, uint)’: dsp/v4f_IIR2.h:326:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 326 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:329:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 329 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process_no_a0(v4f_t)’: dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 353 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 356 | register v4f_t r; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::IIR2v4Bank::process_bp(v4f_t, uint)’: dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 380 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 383 | register v4f_t r = s * a[0]; | ^ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::Resonator4fBank::process(int, v4f_t)’: dsp/v4f_IIR2.h:586:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 586 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h: In member function ‘v4f_t DSP::Resonator4fBank::processplus(int, sample_t)’: dsp/v4f_IIR2.h:608:47: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 608 | register uint h2 = h1 ^ 1; | ^~ dsp/v4f_IIR2.h:609:48: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 609 | register v4f_t r = s * a[0]; /* x * a[0] */ | ^ In file included from Chorus.h:32, from interface.cc:36: dsp/Delay.h: In member function ‘sample_t DSP::Delay::get_cubic(float)’: dsp/Delay.h:104:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 104 | register sample_t a = | ^ dsp/Delay.h:106:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 106 | register sample_t b = | ^ dsp/Delay.h:108:51: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 108 | register sample_t c = | ^ In file included from Chorus.h:34, from interface.cc:36: dsp/IIR2.h: In member function ‘T DSP::IIR2::process(T)’: dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_bp(T)’: dsp/IIR2.h:131:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 131 | register int z = h; | ^ dsp/IIR2.h:133:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 133 | register T r = s * a[0]; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_1()’: dsp/IIR2.h:154:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 154 | register int z = h; | ^ dsp/IIR2.h:156:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 156 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_2()’: dsp/IIR2.h:175:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 175 | register int z = h; | ^ dsp/IIR2.h:177:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 177 | register T r = 0; | ^ dsp/IIR2.h: In member function ‘T DSP::IIR2::process_0_3()’: dsp/IIR2.h:195:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 195 | register int z = h; | ^ dsp/IIR2.h:197:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 197 | register T r = 0; | ^ dsp/IIR2.h: In instantiation of ‘T DSP::IIR2::process(T) [with T = float]’: Saturate.h:82:39: required from here dsp/IIR2.h:110:46: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 110 | register int z = h; | ^ dsp/IIR2.h:112:44: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 112 | register T r = s * a[0]; | ^ g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o dsp/polynomials.o -c dsp/polynomials.cc g++ -shared -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o caps.so Amp.o AutoFilter.o CabIII.o CabIV.o Chorus.o Click.o Compress.o Eq.o Fractals.o Noisegate.o Pan.o Phaser.o Reverb.o Saturate.o Scape.o Sin.o ToneStack.o White.o interface.o dsp/polynomials.o Makefile:62: warning: ignoring prerequisites on suffix rule definition install -d /usr/src/slapt-src/audio/caps/package-caps/usr/lib/ladspa install -m 644 caps.so /usr/src/slapt-src/audio/caps/package-caps/usr/lib/ladspa install -d /usr/src/slapt-src/audio/caps/package-caps/usr/share/ladspa/rdf install -m 644 caps.rdf /usr/src/slapt-src/audio/caps/package-caps/usr/share/ladspa/rdf caps-doc-unofficial_0.9.26/ caps-doc-unofficial_0.9.26/Click,spectrum.png caps-doc-unofficial_0.9.26/Plate,both.png caps-doc-unofficial_0.9.26/Wider,spectrum.png caps-doc-unofficial_0.9.26/Fractal,mode=0,x=1,y=0,z=0,rate=.33.png caps-doc-unofficial_0.9.26/CabinetIII.png caps-doc-unofficial_0.9.26/index.html caps-doc-unofficial_0.9.26/COPYING caps-doc-unofficial_0.9.26/Scape,spectrum.png caps-doc-unofficial_0.9.26/Eq10,spectrum.png caps-doc-unofficial_0.9.26/Spice,100hz,150hz,lo.gain=0,spectrum.png caps-doc-unofficial_0.9.26/Compress,fs=48k,spectrum.png caps-doc-unofficial_0.9.26/Fractal,mode=0,x=0,y=0,z=1,rate=.33.png caps-doc-unofficial_0.9.26/Sin,spectrum.png caps-doc-unofficial_0.9.26/AmpVTS,spectrum.png caps-doc-unofficial_0.9.26/Fractal,mode=1,spectrum.png caps-doc-unofficial_0.9.26/CEO.png caps-doc-unofficial_0.9.26/ToneStack,spectrum.png caps-doc-unofficial_0.9.26/AmpVTS,250hz,squash=0.png caps-doc-unofficial_0.9.26/Saturate,250hz,gain=24,bias=.3,spectrum.png caps-doc-unofficial_0.9.26/Spice,100hz,150hz,spectrum.png caps-doc-unofficial_0.9.26/AmpVTS,250hz,squash=0,spectrum.png caps-doc-unofficial_0.9.26/AutoFilter,spectrum.png caps-doc-unofficial_0.9.26/Fractal,mode=1,x=0,y=0,z=1,rate=.32.png caps-doc-unofficial_0.9.26/PhaserII,spectrum.png caps-doc-unofficial_0.9.26/CabinetIII,spectrum.png caps-doc-unofficial_0.9.26/icon.ico caps-doc-unofficial_0.9.26/White.png caps-doc-unofficial_0.9.26/Saturate,250hz,gain=24,bias=.3.png caps-doc-unofficial_0.9.26/White,spectrum.png caps-doc-unofficial_0.9.26/Wider,right,spectrum.png caps-doc-unofficial_0.9.26/Fractal,mode=1,x=1,y=0,z=0,rate=.32.png caps-doc-unofficial_0.9.26/Click,model=2.png caps-doc-unofficial_0.9.26/CabinetIV,fs=44.1k,spectrum.png caps-doc-unofficial_0.9.26/Spice,spectrum.png caps-doc-unofficial_0.9.26/Fractal,mode=0,spectrum.png caps-doc-unofficial_0.9.26/EqFA4p,a.act=1,a.f=120,a.bw=.125,a.gain=24,spectrum.png caps-doc-unofficial_0.9.26/CabinetIV.png caps-doc-unofficial_0.9.26/Sin.png caps-doc-unofficial_0.9.26/Eq4p,a.gain=4,a.f=150,a.Q=.8,b.Q=.5,b.gain=-24,c.f=1.2k,c.Q=1,c.gain=-12,d.gain=24,spectrum.png Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/audio/caps/caps-0.9.26-i586-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/caps-0.9.26/ usr/doc/caps-0.9.26/CHANGES usr/doc/caps-0.9.26/COPYING usr/doc/caps-0.9.26/README usr/doc/caps-0.9.26/caps.SlackBuild usr/doc/caps-0.9.26/html/ usr/doc/caps-0.9.26/html/AmpVTS,250hz,squash=0,spectrum.png usr/doc/caps-0.9.26/html/AmpVTS,250hz,squash=0.png usr/doc/caps-0.9.26/html/AmpVTS,spectrum.png usr/doc/caps-0.9.26/html/AutoFilter,spectrum.png usr/doc/caps-0.9.26/html/CEO.png usr/doc/caps-0.9.26/html/COPYING usr/doc/caps-0.9.26/html/CabinetIII,spectrum.png usr/doc/caps-0.9.26/html/CabinetIII.png usr/doc/caps-0.9.26/html/CabinetIV,fs=44.1k,spectrum.png usr/doc/caps-0.9.26/html/CabinetIV.png usr/doc/caps-0.9.26/html/Click,model=2.png usr/doc/caps-0.9.26/html/Click,spectrum.png usr/doc/caps-0.9.26/html/Compress,fs=48k,spectrum.png usr/doc/caps-0.9.26/html/Eq10,spectrum.png usr/doc/caps-0.9.26/html/Eq4p,a.gain=4,a.f=150,a.Q=.8,b.Q=.5,b.gain=-24,c.f=1.2k,c.Q=1,c.gain=-12,d.gain=24,spectrum.png usr/doc/caps-0.9.26/html/EqFA4p,a.act=1,a.f=120,a.bw=.125,a.gain=24,spectrum.png usr/doc/caps-0.9.26/html/Fractal,mode=0,spectrum.png usr/doc/caps-0.9.26/html/Fractal,mode=0,x=0,y=0,z=1,rate=.33.png usr/doc/caps-0.9.26/html/Fractal,mode=0,x=1,y=0,z=0,rate=.33.png usr/doc/caps-0.9.26/html/Fractal,mode=1,spectrum.png usr/doc/caps-0.9.26/html/Fractal,mode=1,x=0,y=0,z=1,rate=.32.png usr/doc/caps-0.9.26/html/Fractal,mode=1,x=1,y=0,z=0,rate=.32.png usr/doc/caps-0.9.26/html/PhaserII,spectrum.png usr/doc/caps-0.9.26/html/Plate,both.png usr/doc/caps-0.9.26/html/Saturate,250hz,gain=24,bias=.3,spectrum.png usr/doc/caps-0.9.26/html/Saturate,250hz,gain=24,bias=.3.png usr/doc/caps-0.9.26/html/Scape,spectrum.png usr/doc/caps-0.9.26/html/Sin,spectrum.png usr/doc/caps-0.9.26/html/Sin.png usr/doc/caps-0.9.26/html/Spice,100hz,150hz,lo.gain=0,spectrum.png usr/doc/caps-0.9.26/html/Spice,100hz,150hz,spectrum.png usr/doc/caps-0.9.26/html/Spice,spectrum.png usr/doc/caps-0.9.26/html/ToneStack,spectrum.png usr/doc/caps-0.9.26/html/White,spectrum.png usr/doc/caps-0.9.26/html/White.png usr/doc/caps-0.9.26/html/Wider,right,spectrum.png usr/doc/caps-0.9.26/html/Wider,spectrum.png usr/doc/caps-0.9.26/html/icon.ico usr/doc/caps-0.9.26/html/index.html usr/lib/ usr/lib/ladspa/ usr/lib/ladspa/caps.so usr/share/ usr/share/ladspa/ usr/share/ladspa/rdf/ usr/share/ladspa/rdf/caps.rdf Slackware package /usr/src/slapt-src/audio/caps/caps-0.9.26-i586-2salix15.0.txz created. Installing package caps-0.9.26-i586-2salix15.0... | caps (audio plugin suite for LADSPA) | | CAPS, the C* Audio Plugin Suite, is a collection of refined LADSPA | audio plugins capable of (and mainly intended for) realtime | operation. The suite includes DSP units emulating instrument | amplifiers, stomp-box classics, versatile 'virtual analogue' | oscillators, fractal oscillation, reverb, equalization and more. | | | | | |