File ossia-score.changes of Package ossia-score

-------------------------------------------------------------------
Tue Jun 07 04:45:12 UTC 2022 - kv@kott.no-ip.biz

- Update to version 3.0.10:
  * v3.0.10
  * [ui] Improve object removal code
  * [gfx] Fix cases due to the render output change
  * [ci] Forgot an include
  * [exec] Update libossia
  * [gui] Fix constant refresh even when there isnt a timebar
  * [avnd] Fix a small build issue
  * [exec] Refactor time sync callbacks, disable unused CSP code
  * [avnd] Add support for assigning an unique instance number to processors
  * [exec] Fix a potential crash when closing a document
  * [gfx] Making window resizeable in gfx
  * [faust] Fix invalid buffer offset in double mode
  * [ysfx] Implement feedback for ui controls
  * [library] Cleanup protocol loading code
  * [audio] Implement reload upon sample rate change properly
  * [js] Add a missing include for non-pch build
  * [avnd] Mappings for knobs too
  * [avnd] Add two tests
  * [ports] Add a way to have a generic log-like mapping for ports
  * [avnd] Handle unsupported controls more gracefully
  * [fft][avnd] Add support for multichannel fft input, better handle ui busses
  * [expr] Add missing fs in non-audio expression
  * [avnd] Fix a small bug in calling update()
  * [vst] Accept inputs of any type by using convert instead of casting to float
  * [wip][preset] Double-click to add a preset
  * [sound] Do not try to load sound files that are directories or not readable
  * [avnd] Update submodule to fix soundfile callback
  * [mapper] Make callbacks unique
  * [ui] Fix that a process with a child curve process would cause issue with deletion
  * [avnd] Improve combobox support
  * [ci] Fix for Debian buster
  * [wasm] Do not try GL
  * [control surface] Implement adding nodes during execution
  * Painter.hpp with all basics functions

-------------------------------------------------------------------
Sun May 22 06:29:15 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>

- reorganize spec, put faustlibs in _service

-------------------------------------------------------------------
Sun May 22 01:50:45 UTC 2022 - kv@kott.no-ip.biz

- Update to version 3.0.9:
  * update version
  * [step] Fix an issue when dragging the mouse on the step sequencer
  * [ci] Update libossia, add PerlinNoise license
  * [ci] Update libossia
  * [ci] Build isf directly as part of gfx plugin to reduce complexity
  * [smooth] Fix smooth for std::vector<value> input
  * [ci] Remove a couple remaining references to eggs::variant
  * [ci] Fix usage of std::monostate
  * [preset] Allow saving presets by dropping the folder icon into library panes
  * [avnd] update

-------------------------------------------------------------------
Wed Apr 20 09:12:12 UTC 2022 - kv@kott.no-ip.biz

- Update to version 3.0.8:
  * [vsts] Fix VST3 resizing, fix duplicate plug-ins if lib symlinks lib64
  * [update] v3.0.8
  * [ci] Fix build with newer Qt 6
  * [ci] Fix older distros build with libossia update
  * [vst3] Disable stdatomic.h as it looks like broken code on steinberg side wrt newer compilers
  * [linux] Wrap string literals referencing /usr/lib in QStringLiteral
  * [vst3] Try to see why appimage does not load them anymore
  * [plugins] Fix that faust was disabled
  * [update] v3.0.7
  * [midi] Fix that selected notes were not cleared upon deletion data model reset
  * [midi] Fix notes not updating after rescale
  * [video] Replace hard assert by soft assert in Graph::addEdge. Fix #1377
  * [musical] Fix that setting time signatures was broken
  * [ci] Fix unity build of _avnd
  * [settings] Remove the forced exec settings to allow manual override through settings file
  * [avnd] Fix small build issues, give it its own pch
  * Try to enable avnd in every case which works
  * [avnd] Build it with win32
  * [ci] Add missing quotes
  * [avnd] JIT support on macos debug
  * [avnd] Proper GPU nodes
  * [wip] declarative gpu plug-ins
  * [ci] Fix libossia
  * [linux] Fix invalid X11 so name
  * [dnssd] Check that bonjour is runnign on windows
  * [ci] Fix build due to flat 3rdparty issue
  * [avnd] Implement message bus support
  * fix typo
  * Add a prototype of painter concept and painted / imaged ui example
  * [ci] Update libossia
  * [various] Update with libossia
  * [ui] Fix that nodes would stay selected if clicking on a port
  * [ui] Improve widgets style
  * [ui] Continue the layouting work
  * [model] Be more lenient when loading a bad scenario
  * [ui] Fix that the position of comment blocks was not mapped correctly
  * [ci] Further work on compile time improvements
  * [ci] Try to fix gcc-8 build
  * [ci] Add concepts flag for gcc 8
  * [ci] Update avnd
  * [ci] Fix for GCC 8
  * [ci] Missing include
  * [ci] Forgot to update a submodule
  * [plugins] Work on a layout system
  * [mac] Try to ignore cases where we cannot recurse on subdirs
  * [ci] v3.0.6
  * [build] Add missing include
  * [build] Add missing include
  * [ci] Fix template build
  * [jit] Increase the minimum llvm version due to issues with c++20 and older headers
  * [linux] Remove the GDK error handler which crashes the app on too recent opengl
  * [ui] added trigger auto-select on user creation
  * [ui] Relax a validity issue until the root cause is figured
  * [libav] Fix missing calls to avcodec_close
  * [build] Add a few missing headers when building without PCH
  * [thumbnailer] Fix that the avframe were not freed...
  * [ui] Fix redundant calls to LayerView::widthChanged
  * [curve] Re-allow editing automtion points through the inspector
  * [avnd] Do not link against gfx if it is not built
  * [ci] Update libossia
  * [compiles] Work on improving compile times
  * [ci] Fix build of avnd when gfx plug-in is not available
  * [jit] WIP on compiling avnd plug-ins through jit
  * [ci] Updates, fixes for llvm 15
  * [nodal] Clarify a cleanup call
  * [avnd] Make texture examples work again
  * [avnd] Improve handling of messages in avnd models
  * [avnd] Introduca a type_if class for optionality
  * [avnd] Finish implementing control I/O
  * [avnd] Work on controls
  * [ci] Only build avnd plug-in where it makes sense
  * [avnd] Build fixes on GCC
  * [wip] avnd support...
  * [wip] Avendish integration starting to look ok
  * [minor] Fix a typo in Widget
  * Update pluginterfaces on win32
  * wip for merging avnd
  * [libpd] Update submodules which started failing

-------------------------------------------------------------------
Wed Mar 16 04:57:49 UTC 2022 - kv@kott.no-ip.biz

- Update to version 3.0.5:
  * [learn] Autoscroll learn dialog on new message
  * [ci] Update libossia
  * v3.0.5
  * [ci] Fix issues
  * [serial] Add missing default case
  * [protocols] Refactor asio device closing
  * [serial] Remove debug log leftovers
  * [serial] Port to ASIO, add new features to allow working with binary messages & raw streams
  * start copy and paste for midi notes
  * [selection] Handle a corner case more gracefully
  * [Copy] missing include
  * [ui] Node multi-move
  * [ui] Multi-selection for nodes
  * [ui] Refactor cable copying ; finish process copy-paste in nodal view
  * [library] use completeBaseName in more places
  * [docker] Update linux image to rockylinux:8, add pipewire headers
  * [library] use completeBaseName instead of baseName since there are a lot of things with dots in their names
  * [shmdata] Do not copy textures when nothing is being rendered
  * v3.0.4
  * [spout] Support enumerating inputs
  * added a way to disconnect multiple devices at once
  * [curve] Finish curve copy-paste
  * [wip] Curve copy-paste, also refactor a bit the paste API

-------------------------------------------------------------------
Wed Feb 23 23:42:10 UTC 2022 - kv@kott.no-ip.biz

- Update to version 3.0.3:
  * [ui] Fix scaling of splash screen on Qt 6
  * [ui] Fix scaling of splash screen. Fix #1241
  * [wip] Copy-paste of nodes
  * [ui] Defocus when clicking in the background in the nodal view
  * [nodal] Do not submit a command if the node did not move
  * [nodal] Deselect when clicking on the background
  * [spout] Fix wrongly overloaded method
  * [syphon] Implement input enumeration
  * [gfx] Fix that preview widget did not remove its nodes
  * [gfx] Improve the preview window rendering, make it not halt the rest of the rendering

-------------------------------------------------------------------
Fri Aug 27 01:29:50 UTC 2021 - kv@kott.no-ip.biz

- Update to version 3.0.4b4.1629913497.ce9e903be:
  * 3.0.0-b4
  * further fix for buster . . .
  * further fix for Buster
  * Try to fix Debian Buster build
  * Fix a concurrency issue in device explorer
  * Further fix for #507
  * Tentative fix for #507
  * Automations flat by default. Fix #1281
  * Remove frequency curve process which can be simulated with an automation + metro object
  * Disable changing name of the audio device

-------------------------------------------------------------------
Fri Aug 27 01:19:12 UTC 2021 - Konstantin Voinov <kv@kott.no-ip.biz>

- initial build
openSUSE Build Service is sponsored by