plugdata-team / plugdata

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

integrate pull request #1858 from main to develop branch #1869

Closed jyg closed 3 days ago

jyg commented 3 days ago

"adding argument 1/0 to method [;pdpluginmode( " I made this PR https://github.com/plugdata-team/plugdata/pull/1858 on main branch because I couldn't sync my develop branch. Now I fixed it. I don't know if this can help, but here is the same PR on the develop branch. (I just copied the code added in pluginprocessor.cpp)

dromer commented 3 days ago

Instead of copying the code it is better to merge main into develop (then it contains the complete history).

timothyschoen commented 3 days ago

Instead of copying the code it is better to merge main into develop (then it contains the complete history).

Just did this!

dromer commented 3 days ago

@timothyschoen I really think that making develop the default branch will save this reoccurring issue from happening :)