plugdata-team / plugdata

Pure Data as a plugin, with a new GUI
https://plugdata.org
GNU General Public License v3.0
1.51k stars 67 forks source link

Standalone and Auv3 iOS bugs #1373

Open esrsound opened 9 months ago

esrsound commented 9 months ago

Hello there. Found a few bugs when using the auv3 plugin.

Tested on: Ios 17.1.2 iPad Pro m2, daw (Logic Pro for iPad, AUM, Cubasis)

Anyway, more thanks for your work and making a plugin for iOS. It's just a game changer for the iOS environment, now at least buying an iPad is starting to be justified ))

jsmonzani commented 9 months ago

Same issues here on iPad 9th Gen. I love the project and hope it will grow further, thanks for porting it!

okkobroderson commented 8 months ago

ipados: standalone: settings: added search path is not remembered.

timothyschoen commented 8 months ago
  • plugin freezes when I trying to open patch or save patch (dialog window doesn’t appear)

Fixed!

  • scrolling in right pane works only with two fingers (standalone and auv3)

This (for now) is by design. Since I had to port a whole desktop app to mobile, I just mapped the 2-finger pan gesture to scrolling everywhere. I might fix this someday, but I also want to somewhat limit the amount of iOS exclusive code if possible (because there is already quite a lot)

  • on auv3 plugin window tab icons are not available (documentation, console, etc) ui

This was because of a scaling issue, a part of the GUI would fall of the edge. Now fixed!

  • cannot exit from settings (auv3). Apparently the window is not scaled and there is no cross to exit plugin settings

Same problem as the last one, also fixed!

  • auv3 plugin doesn’t save plugin state. So when you restart AUM or any other host, the patch in the plugin will always be empty.

Should be fixed!

  • drop down menus don't work in settings, can't select anything - auv3

Not fixed yet, I'll work on it

  • It seems that plugdata does not have access to files outside the plugdata folder. When I try to open the file with play.file, I get an error in the console, something about permission (can't see the full message because copying this error doesn't work)

Yeah that is correct. This is definitely fixed in the app now, I'm now checking if this is also fixed in the AUv3

Thanks for reporting! The new version should be in the AppStore in 1-2 days

okkobroderson commented 8 months ago

wow, cool!:)can't wait.thank you very much!did you find out about adc~ no signal in standalone?daskunst.bandcamp.comOn 27. Jan 2024, at 22:32, Timothy Schoen @.***> wrote:

plugin freezes when I trying to open patch or save patch (dialog window doesn’t appear)

Fixed!

scrolling in right pane works only with two fingers (standalone and auv3)

This (for now) is by design. Since I had to port a whole desktop app to mobile, I just mapped the 2-finger pan gesture to scrolling everywhere. I might fix this someday, but I also want to somewhat limit the amount of iOS exclusive code if possible (because there is already quite a lot)

on auv3 plugin window tab icons are not available (documentation, console, etc) ui

This was because of a scaling issue, a part of the GUI would fall of the edge. Now fixed!

cannot exit from settings (auv3). Apparently the window is not scaled and there is no cross to exit plugin settings

Same problem as the last one, also fixed!

auv3 plugin doesn’t save plugin state. So when you restart AUM or any other host, the patch in the plugin will always be empty.

Should be fixed!

drop down menus don't work in settings, can't select anything - auv3

Not fixed yet, I'll work on it

It seems that plugdata does not have access to files outside the plugdata folder. When I try to open the file with play.file, I get an error in the console, something about permission (can't see the full message because copying this error doesn't work)

Yeah that is correct. This is definitely fixed in the app now, I'm now checking if this is also fixed in the AUv3 Thanks for reporting! The new version should be in the AppStore in 1-2 days

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

timothyschoen commented 8 months ago

wow, cool!:)can't wait.thank you very much!did you find out about adc~ no signal in standalone?

Yeah, broken audio input in the app should also be fixed :)

esrsound commented 8 months ago

Open dialog freezes ui (auv3)

image
okkobroderson commented 8 months ago

audio input is working now. thanks for fixing!

i like that window content is pushed aside when inspector is opened. would be nice to have the same behaviour when the touch keyboard is opened.