Giter Site home page Giter Site logo

figbug / virtualanalog Goto Github PK

View Code? Open in Web Editor NEW
25.0 6.0 3.0 334 KB

Virtual Analog VST / AU plugin

Home Page: https://socalabs.com/synths/virtualanalog/

License: BSD 3-Clause "New" or "Revised" License

C++ 94.22% Shell 5.78%
vst plugin synthesizer subtractive-synthesis

virtualanalog's Introduction

virtualanalog's People

Contributors

figbug 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  avatar  avatar

virtualanalog's Issues

Build fail "use of deleted function"

Hi Roland,

With recent updates 51fa18c there compile errors under Linux g++ 9.3.1:

 CONFIG=Release make
Compiling PluginEditor.cpp
In file included from ../../Source/PluginEditor.cpp:2:
../../Source/PluginEditor.h: In constructor ‘Editor::Editor(VirtualAnalogAudioProcessor&)’:
../../Source/PluginEditor.h:12:24: error: use of deleted function ‘OscillatorBox::OscillatorBox(OscillatorBox&&)’
   12 |         : proc ( proc_ )
      |                        ^
In file included from ../../Source/PluginEditor.h:5,
                 from ../../Source/PluginEditor.cpp:2:
../../Source/Panels.h:8:7: note: ‘OscillatorBox::OscillatorBox(OscillatorBox&&)’ is implicitly deleted because the default definition would be ill-formed:
    8 | class OscillatorBox : public gin::ParamBox
      |       ^~~~~~~~~~~~~
../../Source/Panels.h:8:7: error: use of deleted function ‘gin::ParamBox::ParamBox(gin::ParamBox&&)’
In file included from ../../../modules/gin/modules/gin_plugin/gin_plugin.h:87,
                 from ../../JuceLibraryCode/JuceHeader.h:19,
                 from ../../Source/PluginProcessor.h:3,
                 from ../../Source/PluginEditor.cpp:1:
../../../modules/gin/modules/gin_plugin/components/gin_parambox.h:45:7: note: ‘gin::ParamBox::ParamBox(gin::ParamBox&&)’ is implicitly deleted because the default definition would be ill-formed:
   45 | class ParamBox : public MultiParamComponent
      |       ^~~~~~~~

and so on...

Note frequency.

Hi,

When I press any on midi keyb. synth plays the note's with pitch of previous note and slowly rises\lowers frequency to actual pitch.
I haven't find any knob which turns that "feature".

Compiling Release Branch error

I'm getting this error on compiling the release branch

./../Source/VirtualAnalogVoice.h:38:5: error: use of class template 'VoicedStereoOscillator' requires template arguments; argument deduction not allowed in non-static class member
gin::VoicedStereoOscillator oscillators[Cfg::numOSCs] =

I'm doing this using clang 10. I've tried compiling with g++ 9, and errors appear about "template placeholder type must be followed by a simple declarator-id" . I'm using the master branch of Gin. Should builders use a different stable branch ?

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.