forked from pure-data/pure-data
-
Notifications
You must be signed in to change notification settings - Fork 0
update from master #3
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
switch to using grid, and use some configure binds
add Shift-Mousewheel binding to scroll horizontally
to fix no-display issue on linux
otherwise we can happily edit them to have formatted strings, but once the patch is reloaded/copied/duplicated/... all the formatting is gone. Closes: #1925
readsf~: if created with the "-m" flag, the object only has a single multichannel outlet; the channel count can be changed dynamically with the "channels" method. writesf~: the object uses all channels of all input signals. We post a warning if the channel count changes while the object is streaming; this can also happen when the "open" message is sent before DSP is turned on.
output a list of numbers, one for each channel
Use multiple creation arguments to generate a multichannel signal and spawn one inlet for each scalar.
we don't want to remake the whole clone object when we save an instance; instead we keep the current instance and remake all other instances. we need to check if the inlets/outlets have changed; if so, we just abort the reload and remake the whole clone object. we also make sure that the saved instance is properly connected (outlet connections might get lost during editing) + move canvas_suspend_dsp()/canvas_resume_dsp() out of clone_setn()
in clone_save() we ask all abstractions to save their state ("#A saved ...") to a temporary binbuf.
if the state is not empty, we prepend it with a "#A set <i>" message which will set the target abstraction instance.
when the clone object is reloaded, it will receive all the "saved" messages and forward them to the corresponding (= currently set) abstraction.
just like we do when remaking non-cloned abstractions (with cut + undo)
* dynamically set number of voices * dynamically set voice stealing * add note stealing * add sustain method
1) make v_used and v_sustain a single variable v_state 2) retrigger -> stack 3) fix handling of note repetitions with sustain
* pd_queue_mess(): send a message from a (helper) thread to a Pd object * pd_queue_cancel(): cancel all pending messages for a given object this is a safe alternative to sys_lock()/sys_unlock()
…ime the devicename is accessible from other files - like jack. If -jackname is provided - then that will be used. Otherwise devicename, or a default name will be used. Removed the silent setting of the Jack back end that was hidden in the -jackname arg check. Use the -jack flag instead.
partially closing this pure-data/pddp#277
…hannels and the phase input channels if one of the two is smaller, it simply wraps around.
offset the time of DSP computation in a reblocked subcanvas by N samples. this is useful for preventing CPU spikes with many simultaneously reblocked subcanvases. + remove unnused 'phase' variable in ugen_done_graph()
when building a normal 64-bit build the file gets overwritten with a 32-bit dll since commit 32a1449 and Pd fails to start.
a subcanvas's GOP status was changed
Currently translated at 100.0% (653 of 653 strings) Translation: pure-data/Interface Translate-URL: https://hosted.weblate.org/projects/pure-data/pure-data/ta/
invalidate pixel dimensions in rtext_retext() to force height recalculation
fixes build failure Closes: #2623
enter the commit message for your changes. Lines starting
commit 89be2b2 Author: porres <porres@gmail.com> Date: Fri Jun 13 20:31:18 2025 -0300 add another example to [bag] that shows the number of currently on voices commit dc179a0 Author: porres <porres@gmail.com> Date: Thu Jun 12 16:05:03 2025 -0300 document new data structures features in the data structures tutorial closes pure-data/pddp#283 - change 09.sequencer to include an example on how to use [vpointer] instead - Update 10.interaction.pd to document the '-d' flag and the click message with key modifiers and double click. commit f59775e Author: porres <porres@gmail.com> Date: Thu Jun 12 01:59:14 2025 -0300 revise draw shapes and struct basically just tell they've been updated for Pd 0.56 commit 1db7d06 Author: porres <porres@gmail.com> Date: Thu Jun 12 01:44:44 2025 -0300 revise ponter help file No real change here, just pure cosmetics, and also adding [vpointer] to help-intro.pd commit ba308da Author: porres <porres@gmail.com> Date: Tue Jun 10 23:47:10 2025 -0300 add a stereo sample for the help files this adds a 'stereo.wav' file for the convenience of readsf~ and soundilfer help files - closes pure-data/pddp#278 commit 8b912c8 Author: porres <porres@gmail.com> Date: Tue Jun 10 23:20:23 2025 -0300 fix some typos closes pure-data/pddp#280 commit a5d19f4 Author: porres <porres@gmail.com> Date: Tue Jun 10 23:09:42 2025 -0300 improve dac~help with 'set' example closes pure-data/pddp#279 commit 5b88879 Author: porres <porres@gmail.com> Date: Tue Jun 10 15:07:23 2025 -0300 document 'quit' message this last one now fully closes pure-data/pddp#277 commit adf348c Author: porres <porres@gmail.com> Date: Tue Jun 10 14:58:18 2025 -0300 document [savestate] with [clone] commit cf48696 Author: porres <porres@gmail.com> Date: Tue Jun 10 14:34:05 2025 -0300 document new array messages commit 5dc7383 Author: porres <porres@gmail.com> Date: Tue Jun 10 00:49:14 2025 -0300 document MC in delay objects commit f937d90 Author: porres <porres@gmail.com> Date: Tue Jun 10 00:29:16 2025 -0300 revise [poly] and [random] commit 711cca9 Author: porres <porres@gmail.com> Date: Mon Jun 9 23:35:18 2025 -0300 revise [bag] and add examples for sustain and arpeggiator examples as I proposed in #661 (comment)
…eturn behavior docs for clarity
Also fixed w32 compilation to restore missing libwinpthreads-1.dll (previously in pdprototype but cast out to help another build scenario)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.