Skip to content

Commit fbc13a2

Browse files
committed
News: 3.14.0
1 parent bc767cf commit fbc13a2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: post
3+
title: "SuperCollider 3.14.0"
4+
description: "SuperCollider 3.14.0 now available"
5+
category: Releases
6+
author: dyfer
7+
tags: []
8+
---
9+
10+
We are pleased to announce the release of SuperCollider 3.14.0! The release is available here: https://github.com/supercollider/supercollider/releases/tag/Version-3.14.0
11+
12+
This version has a number of changes since SC 3.13. Highlights include:
13+
14+
- Sclang functions now support collecting arbitrary keyword arguments via `{ |...args, kwargs| kwargs }`
15+
- The initialization sample of multiple UGens was fixed
16+
- Documentation can now also be themed like the IDE
17+
- Due to updated bundled boost libraries on macOS and Windows, FluCoMa UGens which were working under SuperCollider 3.13 are not compatible anymore with 3.14! Go to https://github.com/flucoma/flucoma-sc to check for compatible version.
18+
- This does not apply to other extensions - e.g. sc3-plugins version 3.13 will still work with SuperCollider 3.14, as the plugin interface was not changed
19+
- Even though these are not as much of user-facing changes, there were countless structural upgrades: we migrated to Qt6, added and improved tests, updated 3rd-party libraries, updated the build system for most recent build tools, and adapted a new organizational structure for development
20+
21+
A big thank you to all developers for your contributions!

0 commit comments

Comments
 (0)