Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter editing view doesn’t work in Logic Pro X #153

Closed
barnabywalters opened this issue May 16, 2019 · 3 comments
Closed

Parameter editing view doesn’t work in Logic Pro X #153

barnabywalters opened this issue May 16, 2019 · 3 comments
Labels
Projects

Comments

@barnabywalters
Copy link

Mac OS 10.14.1
Pd v0.48.1, v0.49.0
DAW: Logic Pro X
Plugin format: AudioUnit
Camomile v1.0.6

This is not a major issue, as a custom Puredata interface is usually going to be the best way to control any given plugin, but: in Logic Pro X, when switching the plugin “Editor” to Parameter view, parameters are listed correctly, but their values are empty.

This parameter configuration:

param -name Voices -min 2 -max 4 -default 4 -nsteps 3;
param -name Dry -label dB -min 0 -max 100 -default 100;
param -name Wet -label dB -min 0 -max 100 -default 100;
param -name MIDI Channel -min 1 -max 16 -nsteps 16 -default 1;
param -name Determine Pitch -list From MIDI/Set -default 0;
param -name Set Pitch -min 60 -max 71 -default 60 -nsteps 12;
param -name Temperament -list 12TET/5 limit/7 limit/pythagorean/quarter comma meantone -default 0;
param -name Transpose Semitones -min -24 -max 24 -default 0 -nsteps 49;
param -name Transpose Octaves -min -2 -max 2 -default 0 -nsteps 5;

…results in the following UI:

Screenshot 2019-05-16 at 10 24 41

When I click the boxes, some offer drop down menus with usually the wrong number of empty options.

@pierreguillot
Copy link
Owner

I don't have Logic so I can't test it... can you try in Reaper for example ? This way I can be sure there's no problem with the plugin in general but with the Logic compatibility. Perhaps I made a mistake with the AU...

@pierreguillot pierreguillot added this to To do in v1.0.7 via automation May 16, 2019
@barnabywalters
Copy link
Author

It looks like it’s a Logic compatibility issue rather than an issue with the AudioUnit, as the barebones UI works in both Audacity and Reaper.

I’m no C++ developer, but let me know if there’s anything I can do to help debug this.

Screenshot 2019-05-16 at 20 18 20

Screenshot 2019-05-16 at 20 15 23

@pierreguillot
Copy link
Owner

I found the problem. This is fixed and will be integrated in the next release!

v1.0.7 automation moved this from To do to Done Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
v1.0.7
  
Done
Development

No branches or pull requests

2 participants