-
Notifications
You must be signed in to change notification settings - Fork 809
3.14 -> main #7086
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
Merged
3.14 -> main #7086
+268,501
−139,038
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
…init class library: MIDIClient init cleans up old connections
* Add section 'Syntax subtleties' to Event helpfile Signed-off-by: Stefan Nussbaumer <[email protected]> * - add sntence about Event's inheritence from IdentityDictionary to introduction. - update subsection 'Syntax subtleties'. * remove last two lines in code example in subsection 'Syntax subtleties' (again) Signed-off-by: Stefan Nussbaumer <[email protected]> * set variable 'a' to nil before demonstrating the effect of using a variable as key in an Event Signed-off-by: Stefan Nussbaumer <[email protected]> --------- Signed-off-by: Stefan Nussbaumer <[email protected]>
The ugen assumes a valid initial phase [0..1], otherwise the first value(s) can explode.
also match mul arg description to match VarSaw's exactly
The code was commented 9 years ago when adding variable-rate args commit 1e451e5
No UGen is actually defined, there's just a commented-out struct, and the classlib code is commented out
Fixes #4228 + remove default arg values for x and y: scalar values aren't supported at *ar + update docs: state arg rate requirements, cleanup style
Previously, calling AmpComp_next when arg rates were anything but all scalar rate caused state vars to be uninitialized and init sample would always be zero.
Fix UGen initialization: LFUGens pt. 2/3
TestServer_clientID_booted: wait for the process to exit
registerUnit: make sure that the UGen class is not polymorphic
…ethod-regression sclang: fix unique method regression and rename variables to something useful
…sing to a pathname argument (#6752) * docs: PathName: update helpfile * Docs: PathName: documentation update
Add macOS universal build
* Help: update guides to reflect kwargs. Adds a guide explaining object prototyping using IdentityDictionary. Expands the documentation for IdentityDictionary and Functions to include information about its usage in object prototyping and variable arguments. Clarifies class writing documentation, including newCopyArgs and init methods.
matches the size of 3.13
…vior + fix regression (#7030) * QtCollider: QWheelEvent fix regression for scroll delta scaling for Qt6 Fixes regressions from 9d10e19 When migrating from deprecated .delta() to .angleDelta()/.pixelDelta() there were some errors in scaling, and some probably typos converting vertical scaling to horizontal * QtCollider: wheelEvent: improve scroll behavior - accumulate fractional steps while scrolling - inverted scrolling support (works only on macos) - counteract axes swap when pressing Alt (linux/windows) affected widgets: QcSlider, QcNumberBox, scide audio_status_box added wheelEvent support to: QcSlider2D, QcKnob
--------- Co-authored-by: wortsampler <[email protected]>
clarify build instructions with qt5 on macOS (#7025)
* ide: don't call resize(0, 0) on completion widget * change to adjustSize()
* add new doc credit * update changelog to 3.14.0-rc2 * remove known issues since they aren't issues anymore * add wortsampler to new contributors list * change wasapi changelog line
* documentation of kwargs for Maybe, Pbind, BinaryOpFunctions, superPerformArgs
* classlib: IdentityDictionary passes selector When an IdentityDictionary fails to understand and doesn't know, it should pass the selector when calling doesNotUnderstand on the superclass. This is now the case. This fixes #7060. * test: add test_doesNotUnderstand_when_know_is_off
When WASAPI device is not present/available, but ASIO is, ASIO was not selected by default anymore
Co-authored-by: PyoungRyang Ko <[email protected]>
Update CHANGELOG.md - remove empty categories
* Update CHANGELOG.md - 3.14.0 release date * update flatpak release date of 3.14.0 --------- Co-authored-by: Dennis Scheiba <[email protected]>
Merge 3.14 to main
capital-G
approved these changes
Jul 26, 2025
Contributor
capital-G
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @dyfer
capital-G
approved these changes
Jul 26, 2025
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.
3.14 -> main for the 3.14.0 release
Purpose and Motivation
Types of changes
To-do list