emviveros / Camomile-ELSE

An audio plugin with Pure Data embedded that allows to load and to control patches
GNU General Public License v3.0
11 stars 0 forks source link

Band limited objects not working #8

Closed bazilmuzik closed 3 years ago

bazilmuzik commented 3 years ago
  1. Objects starting with the suffix bl. don't work.

  2. Environment

    • OS: Windows 10
    • DAW: Waveform - 64bits
    • Plugin: VST3 - Camomile v1.0.7
    • Audio: 44100 Hz - 448 samples (DAW buffer)
  3. Band limited objects aren't working

    • Steps to reproduce: use any objects starting with bl. in a plugin form
    • Observed Results: they don't work.
    • My hypothesis: it's probably due to [brickwall~] used in the band limited objects, which itself doesn't work. See the All_objects.pd issue
emviveros commented 3 years ago

Maybe related to https://github.com/emviveros/Camomile-ELSE/issues/6 which is an else abstractions loading issue

bazilmuzik commented 3 years ago

Yes, I don't get error messages anymore ! Didn't test them yet but I don't see why it wouldn't work !

emviveros commented 3 years ago

There's no problem with sufix... The problem I see is it's a else abstraction object. And abstractions need to work we need to use [declare -path else] in the main patch used to create the Camomile-ELSE plugin.

bazilmuzik commented 3 years ago

It's all right now, thank you for your answers and let me close this issue !