Code Monkey home page Code Monkey logo

phantom's People

Stargazers

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

Watchers

 avatar  avatar

phantom's Issues

Failed AUv3 Validation on MacOS

Summary

This issue stems from some type of failure during the AU plugin's validation on a MacOS system. It likely has something to do with information such as the manufacturer string or code not being correctly formatted.

Error

validating Audio Unit Phantom by Maxwell Audio:

    AU Validation Tool
    Version: 1.6.1a1 
    Copyright 2003-2013, Apple Inc. All Rights Reserved.
    Specify -h (-help) for command options

--------------------------------------------------
VALIDATING AUDIO UNIT: 'aumu' - 'Phan' - 'Matt'
--------------------------------------------------
Manufacturer String: Maxwell Audio
AudioUnit Name: Phantom
Component Version: 0.0.1 (0x1)

* * PASS
--------------------------------------------------
TESTING OPEN TIMES:
COLD:
FATAL ERROR: OpenAComponent: result: -1,0xFFFFFFFF


validation result: couldn’t be opened

Notes

  • Checkout this JUCE forum post about AUv3 and DAW visibility (related to AU validation...)

Hanging Note Releases

Summary

At times, the notes hang indefinitely after releasing a note. It doesn't consistently do this across patches or even sometimes across notes played within the same patch.

System Info

Windows / MacOS

Notes

The behavior occurs when both the envelope generator's (EG) sustain parameter is set lower (lower = more intense hanging, i.e. -60dB is the worst while 0.0dB has no hanging) and the user plays a quick note. This helps to narrow down the cause of this issue because I suspect that playing quick notes results in some funkiness being caused in the renderNextBlock(...) method. While still not entirely clear, this is a good starting point.

If the sustain is set to -60.0dB, so long as the user releases the note before the decay duration is over then it will repeat whatever value is there indefinitely. If the user holds the note for long enough, the EG acts as normal. If the sustain is set to 0.0dB, there are no problems with this.

Linux build

Hi,

I am currently trying to build your project on Fedora Linux using :

  • gcc-x86_64-redhat_linux
  • clang-15.0.7-x86_64-redhat-linux-gnu
  • VSCodium

I had to add to CMakeLists.txt:

set(CMAKE_CXX_STANDARD 20)
add_compile_definitions(JUCE_MODAL_LOOPS_PERMITTED)

And in some source files to replace:
log10f,atanf,tanhf,..
with
log10,atan,tanh,...

But the compilation fails in the end with this error message:

/usr/bin/ld: libPhantomData.a(BinaryData1.cpp.o): relocation R_X86_64_32S against symbol _ZN11PhantomData17originalFilenamesE' can not be used when making a shared object; recompile with -fPIC [build] /usr/bin/ld: failed to set dynamic section sizes: bad value

The -fPIC option seems to be already passed to the compiler.

Any idea to solve this?

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.