Releases: ossia/score
Releases · ossia/score
v3.0.0-rc6
New features
- Allow to create after a selected process or port by double clicking in the library ; the newly created process will be selected. If there's an address, it will be moved to the output of the new process.
example-ports.mp4
- OSC device: allow to create addresses with paths and brace expansion
example-expansion-osc.mp4
- New processes (thanks @thibaudk !) : Value Filter and Rate Limiter. Value Filter allows to apply various smoothing algorithms (1€ filter, lowpass, average, median). Rate limiter allows to limit the rate of incoming values.
example-value-filter.mp4
-
Mapper device: allow to use the
[{address: "foo:/bar", value: 123}]
syntax as output ofread:
to be able to output to any address in the tree. -
Serial device: allow to select baud rate (thanks @thibaudk !)
-
WIP on libmapper support.
Bug fixes
- Improve drag and drop area on intervals
- Fix selection of intervals below the max bound of another interval
- OSC: properly reload ports & settings from exported devices
- Accessors are now correctly handled in automatic mappings, e.g. setting
window:/cursor/absolute@[position.cart2D.y]
in a slider will apply the whole range of the y axis of the window to the slider. - Add a lot of missing tool-tips (thanks @thibaudk !)
- Fix a small issue in window device deletion
- window: give a domain to the parameters such as cursor position, etc.
- Fix that opening a newly created interval in full view was super zoomed
- Fix that info panel text would disappear after a few seconds
v3.0.0-rc5
New features
- Holding Alt when dropping something in a scenario will disable the automatic creation of an interval, which is useful for doing more "live" stuff.
- Windows: should support back to Windows 7 again (note that the Windows update have to be done for the ucrt: https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c
Bugfixes
- Fix that a drop would sometimes end up at the top of the score instead of the mouse position in the Y axis.
- Fixes for loading externals in the Pd integration. Note that externals must be built with
#define PDINSTANCE 1
for this to work ! - Fix off by one error in bar computation
- Pd: look for externals in the folder of the loaded patch
- GFX bugfix when removing a window
- Fix issues where a deleted item could still be shown in the inspector, leading to... complications
- Various build fixes on various platforms
- Allow to build against Qt 6.2 directly on Arch since it now provides all the required libraries
- ALSA: fix period count to support RPi Audio Injector Ultra
- Mapper: use floats even in the int case. Fixes #1085
- Fix issue when removing an OSCQuery device. Fixes #1317
- Various LV2 bugfixes on Ubuntu 20.04 (#1319)
- Compatibility with latest PortAudio CMake
- PureData: use port metadata to allow automatic mapping
- Disable GL if only OpenGL 1.1 is available (don't laugh)
- CI: Use Big Sur / Xcode 13 for building macOS
v3.0.0-rc4
Bugfixes
- Fix some issues with audio buffer allocation
- Fix building on a system that has Lilv and Suil but not LV2.
v3.0.0-rc3
New features
-
Automatic mapping between parameters from the explorer and controls.
That is, assigning a MIDI CC (0..127) to a VST (0..1) or Faust (20..20000, -1..1 or anything really) parameter will automatically scale to the correct target range. See https://vimeo.com/647930195 for a demo. -
Simplified version of the LFO to take that into account.
-
New "Value display" process to easily see the value of something in the score.
-
Recenter-and-fit option in nodal view to show things at 1x zoom.
v3.0.0-rc2
New features
- Linux (experimental): add a direct ALSA implementation for some special hardware
Bugfixes
- Many CI fixes
- Fix issues when scanning VSTs
- Fix a note off bug with the Arpeggiator processor
- Fix that ArtNet universes weren't handled
- Fix a rare crash with Pd process
- Fix that intervals after a graph node looping back to the beginning of a trigger would get stuck
- Fix various issues when editing a faust DSP in a way that changes ports
- Improve VST2 compatibility
- Fix an error when a vst could not be instantiated
- Editing devices: prevent changing the protocol used
- Handle nodes that did not create their renderer (#1313)
- Fix an invalid factor in triangle waves in LFO (they had too much amplitude)
- Fix a lot of warnings
- Improvements to context menus
- Imrpovements to add-ons being JIT-compiled
- Compatibility with FFMPEG 4.4 and LLVM 13
v3.0.0-rc1
New features, changes
- New bigger and more readable icons for presets and showing plug-ins & script UIs (thanks @aklevy !)
- Show a warning if a file could not be saved due to insufficient permissions or stuff like that (thanks @aklevy !)
- Inspector : use same name in widget and in object tree (thanks @aklevy !)
- Add help tips in a lot of places in the central view
- Remove the add process "+" button ; use the library instead (or drop content directly !)
- Add support for pinch-to-zoom for instance on Mac touchpads
Bugfixes
- Fix issues with some network updates being done in two threads at the same time causing crashes
- Fix that window device settings did not reload
- Fix various timing issues due to bugs in the quantization code, for instance with the pattern sequencer.
- Fix issues with the trigger quantization logic which wasn't correct
- Fix issues when using the "play from here" feature (the start of the score would also start playing since b5 due to a change in the execution engine)
- Fix various issues with vst3 support, add support for MIDI pitch bend, and channel aftertouch.
- Fix issues when merging events in a chain of intervals
- Fixes for scrolling which should now correctly follow system settings
v3.0.0-b9
New features
- Two processes are added to convert a pair of LSB/MSB MIDI CC into a high-res value and conversely (
Midi hi-res input
/Midi hi-res output
). - Add a lot of status information in the score elements to improve documentation.
Bugfixes
- Improve timing accuracy for video playback
- Fix #1295 (Thanks @thibaudk !)
- Fix #786 by simplifying the execution settings which were pretty much unused anyways
- Improve detection of local IPs for ArtNet
- Fix an issue with the first ports of some processes not being able to change their address during execution of the score.
- Fix a rare crash when switching to nodal mode.
- Save the git commit and tag used in the save files (Fix #1280).
v3.0.0-b8
Bugfixes
- Fix pause behaviour
- Add various safeties for when VSTs & such don't load
- Faust: give a generic name instead of 0x00 when a control does not have a name
- Fix issues when switching between nodal and non-nodal mode
- Improve reloading of scores with missing processes
- Fix #1295 (#1296)
- Replace outdated french tutorial with online workshop
- Update dependencies
v3.0.0-b7
Bugfixes
- Fix build on ArchLinux due to an issue in a Faust header for sound files
- Fix an error when removing an interval during execution
- Fix an error when dropping multiple files on a state in sequence mode (shift)
- Optimize rerendering of the time widget by preventing relayout of the whole bottom bar
- Refactors and fixes
v3.0.0-b6
Bugfixes
- Fix a small memory leak when running execution
- Make the IP editable in the ArtNet window
- Fix a bug when closing a score with disconnected OSCQuery devices
- Fix bugs caused by switching between nodal and timeline view due to incoherent behaviour between different C++ standard libraries (https://stackoverflow.com/questions/69050714/observing-the-state-of-a-variant-during-construction)