Skip to content

Commit 35feb32

Browse files
New version: ossia.score version 3.5.3 (microsoft#271885)
1 parent 5b7c03e commit 35feb32

3 files changed

Lines changed: 105 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: ossia.score
5+
PackageVersion: 3.5.3
6+
InstallerLocale: en-US
7+
InstallerType: nullsoft
8+
Scope: machine
9+
Dependencies:
10+
PackageDependencies:
11+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
12+
ProductCode: ossia score 3.5.3
13+
ReleaseDate: 2025-07-07
14+
AppsAndFeaturesEntries:
15+
- DisplayName: ossia score 3.5.3
16+
ProductCode: ossia score 3.5.3
17+
InstallationMetadata:
18+
DefaultInstallLocation: '%ProgramFiles%\ossia score 3.5.3'
19+
Installers:
20+
- Architecture: x64
21+
InstallerUrl: https://github.com/ossia/score/releases/download/v3.5.3/ossia.score-3.5.3-win64.exe
22+
InstallerSha256: 826B4400E609B289753F1C3CB020663B89CAB43CBF915F388443F47B0C99705F
23+
ManifestType: installer
24+
ManifestVersion: 1.10.0
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: ossia.score
5+
PackageVersion: 3.5.3
6+
PackageLocale: en-US
7+
Publisher: ossia
8+
PublisherUrl: https://ossia.io/
9+
PublisherSupportUrl: https://github.com/ossia/score/issues
10+
PackageName: score
11+
PackageUrl: https://ossia.io/
12+
License: GPLv3
13+
LicenseUrl: https://github.com/ossia/score/blob/HEAD/LICENSE.txt
14+
ShortDescription: ossia score, an interactive sequencer for the intermedia arts.
15+
Tags:
16+
- art
17+
- creative-coding
18+
- digital-art
19+
- hacktoberfest
20+
- interactive
21+
- intermedia
22+
- media-art
23+
- midi
24+
- open-sound-control
25+
- open-source
26+
- osc
27+
- osc-messages
28+
- qt
29+
- sequencer
30+
ReleaseNotes: |-
31+
Discord Open Collective backers and sponsors GitHub Sponsors
32+
ossia score 3.5.3 is another series of small bugfixes and improvements after the large 3.5.0 release.
33+
Full Changelog: v3.5.2...v3.5.3
34+
New features and changes
35+
- Audio: Support using the PIPEWIRE_QUANTUM in addition to PIPEWIRE_LATENCY to set buffer size and sample rate under pipewire.
36+
- Linux: add a small independent binary that will run to devise whether the app has all the necessary dynamic libraries available.
37+
- OSC: allow to resolve by using DNS and not just IP addresses; refactor the DNS resolving code across the codebase. (#1689)
38+
- Windows: implement camera resolution enumeration using the most atrocious Win32 API.
39+
- Image node: add a stretch mode port.
40+
- AI models: add EmotionNet support for detecting emotions, DepthAnythingV2 for converting RGB frames into depth frames, and YOLO-segmentation support.
41+
- AI models: better default engine selection.
42+
- Gestures: add many new gesture detection algorithms courtesy of Yash Tiwary, our GSoC student. Thanks @pyandcpp-coder!
43+
Bugfixes
44+
- UI: Fix an UI bug when reloading an item with an XY slider.
45+
- Core: enforce using the same hash function in most places.
46+
- UI: improve rendering performance of cables.
47+
- Presets: fix loading presets of objects that may change ports.
48+
- Core: large cleanup of codebase compiler warnings which had accumulated.
49+
- Packaging: improve support for packaged KFR (#1819).
50+
- Core: update to boost 1.88.
51+
- Mapper: fix a concurrency bug which could have caused crashes when restoring a score which created and removed mapper devices.
52+
- Windows: fix open dialog sometimes having issues (QTBUG-138093).
53+
- Windows: fix that KFR was forced to SSE2.
54+
- Windows / Mac: fix the Window devices being jittery when moved (#1783).
55+
- CSV and audio recorder: ignore quotes in paths as they happen when using the "copy path" feature of Windows 11. (#1598)
56+
- Graphics: fix some textures still being inverted on Metal and D3D11/D3D12.
57+
- macOS: fix to enable running under Xcode frame capture.
58+
- Graphics: allow offscreen renderers to use something else than OpenGL now that it works fine.
59+
- MIDI: replace MIDI Pitch with MIDI Filter which is more powerful.
60+
- Graphics: handle more cases of texture formats in different processes, e.g. support R8 or RGB as input instead of only RGBA in Avendish nodes.
61+
- VST3: fix for some buggy plug-ins which do not follow the spec and do not allow deleting and recreating their IPlugView.
62+
- macOS: fixes for GL rendering (#1807).
63+
- UI: improvements to focus behaviour (#1811).
64+
- Camera: fix #1814.
65+
- UI: improvement to Graphics Combo ui widget.
66+
- Scripting: add Score.availableProcesses() and Score.availableProtocols() for introspection of available features and processes.
67+
- Scrpiting: implement removal of processes.
68+
- Audio: update Miniaudio on macOS and set it as default backend. Fix #1797.
69+
- Core: improvements to the quantization algorithm.
70+
- Core: lots of work to prevent bogus UBSAN warnings on hash functions.
71+
ReleaseNotesUrl: https://github.com/ossia/score/releases/tag/v3.5.3
72+
ManifestType: defaultLocale
73+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: ossia.score
5+
PackageVersion: 3.5.3
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)