Code Monkey home page Code Monkey logo

blow's Issues

Doesn't build on i386

Build BLow.lv2 GUI...../../src/BLow_GUI.cpp: In static member function 'static void BLow_GUI::valueChangedCallback(BEvents::Event*)':
../../src/BLow_GUI.cpp:192:53: error: no matching function for call to 'min(unsigned int, long unsigned int)'
  192 |      float value = std::min (vt->getValue() - 1, 9ul);
      |                                                     ^
In file included from /usr/include/c++/10/bits/char_traits.h:39,
                 from /usr/include/c++/10/string:40,
                 from ../../src/../BWidgets/BUtilities/to_string.hpp:21,
                 from ../../src/BLow_GUI.cpp:6:
/usr/include/c++/10/bits/stl_algobase.h:230:5: note: candidate: 'template<class _Tp> const _Tp& std::min(const _Tp&, const _Tp&)'
  230 |     min(const _Tp& __a, const _Tp& __b)
      |     ^~~
/usr/include/c++/10/bits/stl_algobase.h:230:5: note:   template argument deduction/substitution failed:
../../src/BLow_GUI.cpp:192:53: note:   deduced conflicting types for parameter 'const _Tp' ('unsigned int' and 'long unsigned int')
  192 |      float value = std::min (vt->getValue() - 1, 9ul);
      |                                                     ^
In file included from /usr/include/c++/10/bits/char_traits.h:39,
                 from /usr/include/c++/10/string:40,
                 from ../../src/../BWidgets/BUtilities/to_string.hpp:21,
                 from ../../src/BLow_GUI.cpp:6:
/usr/include/c++/10/bits/stl_algobase.h:278:5: note: candidate: 'template<class _Tp, class _Compare> const _Tp& std::min(const _Tp&, const _Tp&, _Compare)'
  278 |     min(const _Tp& __a, const _Tp& __b, _Compare __comp)
      |     ^~~
/usr/include/c++/10/bits/stl_algobase.h:278:5: note:   template argument deduction/substitution failed:
../../src/BLow_GUI.cpp:192:53: note:   deduced conflicting types for parameter 'const _Tp' ('unsigned int' and 'long unsigned int')
  192 |      float value = std::min (vt->getValue() - 1, 9ul);
      |                                                     ^
In file included from /usr/include/c++/10/algorithm:62,
                 from ../../src/../BWidgets/BWidgets/Supports/Linkable.hpp:21,
                 from ../../src/../BWidgets/BWidgets/Widget.hpp:25,
                 from ../../src/../BWidgets/BWidgets/Window.hpp:25,
                 from ../../src/BLow_GUI.cpp:7:
/usr/include/c++/10/bits/stl_algo.h:3468:5: note: candidate: 'template<class _Tp> _Tp std::min(std::initializer_list<_Tp>)'
 3468 |     min(initializer_list<_Tp> __l)
      |     ^~~
/usr/include/c++/10/bits/stl_algo.h:3468:5: note:   template argument deduction/substitution failed:
../../src/BLow_GUI.cpp:192:53: note:   mismatched types 'std::initializer_list<_Tp>' and 'unsigned int'
  192 |      float value = std::min (vt->getValue() - 1, 9ul);
      |                                                     ^
In file included from /usr/include/c++/10/algorithm:62,
                 from ../../src/../BWidgets/BWidgets/Supports/Linkable.hpp:21,
                 from ../../src/../BWidgets/BWidgets/Widget.hpp:25,
                 from ../../src/../BWidgets/BWidgets/Window.hpp:25,
                 from ../../src/BLow_GUI.cpp:7:
/usr/include/c++/10/bits/stl_algo.h:3474:5: note: candidate: 'template<class _Tp, class _Compare> _Tp std::min(std::initializer_list<_Tp>, _Compare)'
 3474 |     min(initializer_list<_Tp> __l, _Compare __comp)
      |     ^~~
/usr/include/c++/10/bits/stl_algo.h:3474:5: note:   template argument deduction/substitution failed:
../../src/BLow_GUI.cpp:192:53: note:   mismatched types 'std::initializer_list<_Tp>' and 'unsigned int'
  192 |      float value = std::min (vt->getValue() - 1, 9ul);
      |                                                     ^
make[1]: *** [makefile:97: BLow_GUI.so] Error 1
make[1]: Leaving directory '/build/blow-1.2.0+20220709'

Frequencies below 40Hz missing

Hello and thanks for this mind-blowing plugin.

Is it only me, or does it miss the frequency range b.low 40 Hz? Maybe I m affected by hearing loss, could be possible.

And how can I contribute to additional blow samples? Is there an upload repository for this?

kind regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.