Giter VIP home page Giter VIP logo

sdatkinson / iplug2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iplug2/iplug2

27.0 27.0 4.0 42.37 MB

C++ Audio Plug-in Framework for desktop, mobile and web [PRE-RELEASE]

Home Page: https://iplug2.github.io

License: Other

C++ 39.65% C 50.03% Objective-C++ 6.02% Python 1.84% Shell 0.47% Objective-C 0.51% R 0.03% Makefile 0.15% PHP 0.22% Lex 0.03% Yacc 0.08% HTML 0.11% JavaScript 0.05% Batchfile 0.23% Inno Setup 0.14% TeX 0.01% Rich Text Format 0.04% CSS 0.02% Assembly 0.21% Vim Script 0.17%

iplug2's People

Contributors

alexharker avatar austensatterlee avatar azure-pipelines[bot] avatar b-vesco avatar bindernews avatar cfillion avatar ddf avatar djowel avatar dmsplugins avatar earlevel avatar enricocupellini avatar gurrgur avatar gvampgh avatar hor-net avatar jhernberg avatar justinfrankel avatar kayh avatar madronalabs avatar mmontag avatar neuroticflux avatar olilarkin avatar ppryamikov avatar pressplay-music avatar qrchackofficial avatar sachisakurane avatar sletz avatar taletn avatar tbproaudio avatar yesitsme avatar youlean avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

iplug2's Issues

macOS Compatibility Issues

Hello,

I created two Pull requests to fix issues with macOS:

1- Replace all occurrences of 'std::exception("message")' Error: "No matching conversion for functional-style cast from 'const char[76]' to 'std::exception'"

2- Update ../scripts/prepare_resources-mac.py Error: Multiple errors related to Python 3

Thanks!

Output Level

  • Move current knob to be input level.
  • Add output level
  • Both in dB, -20 to 20

No audio from NAM App

Hello,

I just get this sound after building the macOS app for /iPlug2/Examples/NAM/, any ideas where to trouble shoot? Thanks!

NAM.NOISE.mp4

MacBook Pro M1, Mac OS 12.4, Xcode Version 13.4.1

No matching constructor for initialization of 'wavenet::WaveNet' macOS 12.4 Apple M1 Xcode 13.4.1

I get this error while trying to build VST3 or APP Targets / macOS 12.4 Apple M1 Xcode 13.4.1

No matching constructor for initialization of 'wavenet::WaveNet'

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__memory/unique_ptr.h:728:32: error: no matching constructor for initialization of 'wavenet::WaveNet'
return unique_ptr<_Tp>(new _Tp(_VSTD::forward<_Args>(__args)...));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/user/Dev/iPlug2/Examples/NAM/get_dsp.cpp:83:17: note: in instantiation of function template specialization 'std::make_unique<wavenet::WaveNet, std::vectorwavenet::LayerArrayParams &, const float &, const bool &, nlohmann::basic_json<>, std::vector &>' requested here
return std::make_uniquewavenet::WaveNet(
^
In file included from /Users/user/Dev/iPlug2/Examples/NAM/get_dsp.cpp:7:
/Users/user/Dev/iPlug2/Examples/NAM/wavenet.h:202:5: note: candidate constructor not viable: expects an lvalue for 4th argument
WaveNet(
^
/Users/user/Dev/iPlug2/Examples/NAM/wavenet.h:200:9: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 5 were provided
class WaveNet : public DSP {
^
/Users/user/Dev/iPlug2/Examples/NAM/wavenet.h:200:9: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 5 were provided
5 warnings and 1 error generated.

wrapping DSP to a namespace

I think it would be a decent idea to wrap DSP into it's own namespace other than just DSP, since it is such a widely used shorthand name. I looked the sources and many others seemed to have a-ok names so just an idea! I had to modify em manually to fit on my own project.

Thank you for your hard work, this thing is awesome! :)

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.