Skip to content

Releases: kunstmusik/blue

2.10.1

03 May 23:19

Choose a tag to compare

[2.10.1] - 2026-05-03

FIX

  • Fixed arrangement synchronization so orchestra arrangement changes now stay in sync with related UI state and mixer/channel mappings when instruments are added, removed, reordered, or replaced.

2.10.0

28 Apr 21:42

Choose a tag to compare

[2.10.0] - 2026-04-28

NEW

  • Added interactive spacer panels between layer groups with add-above/add-below actions and popup options to move groups up or down.

  • Added cross-group layer selection and deletion support for audio and pattern layer panels, including coordinated shift-click selection and cleanup of empty groups.

  • User-Defined Opcodes and Effects now support Csound 7 modern syntax alongside classic syntax:

    • UDOs and Effects have an explicit Classic/Modern style selector
    • Modern style uses opcode name(inputArgs):outputSig declaration and function-call invocation
    • Classic style retains traditional opcode name, outTypes, inTypes declaration with xin/xout
    • Bidirectional conversion between styles preserves input argument names and type annotations
    • Parsing and CSD import handle both single-line and multi-line modern declarations
    • Newly created UDOs and Effects default to application setting default (new setting in Program Settings for "Default UDO/Effects Style"); existing projects load as classic for backward compatibility
  • Orchestra: added "Replace Instrument" action to context menu

Updated

  • Introduced new Time Unit system encompassing time signatures, measures, new tempo ruler, and new time units:

    • Beat Time Units: bars.beats.fraction (BBF), bars.beats.ticks (BBT), bars.beats.sixteenths.ticks (BBST), and Csound Beats
    • Clock Time Units: time, SMPTE, samples
    • Objects may have different time units for start and end times
  • Updated Jython interpreter to 2.7.3

  • Product Version information now includes commit hash and build date/time

FIX

  • Fixed always-on instruments to play for the full global duration including mixer extra render time, preventing premature cutoff of reverb tails and other effect decay

  • Redid filechooser manager to hold on to Filechoosers so that they will
    maintain last state (i.e., last file or folder selected) between uses

  • JMask:

    • Maintain name of parameter when changing parameter type

    • Show parameter name in the popup for setting visibility of parameters

  • BlueLive:

    • Do not generate e-statement when generating CSD for BlueLive

2.9.1

10 Sep 21:52

Choose a tag to compare

[2.9.1] - 2023-09-10

FIX

  • Issues #758 - fixed issues with selection of JMask, Tracker, and other objects
    due to issue with implementing equals()

2.9.0

27 Jul 00:39

Choose a tag to compare

[2.9.0] - 2023-07-26

NEW

  • macOS and Windows builds now include embedded Java JDK

  • MIDI Input Panel: Added AmpDBFS mode where amplitude is scaled to 0-1 range.

UPDATED

  • Removed JavaFX: BlueSynthBuilder and Effects reimplemented to Swing GUI
    toolkit.

  • Redesigned SoundObjectLibrary window: supports drag and drop reorganization,
    additional popup menu options for editing and organization

  • Issue #639: Added JMask to Pattern Layers

  • JavaScript objects: Replaced Rhino processor with graal.js

  • Issue #625: Implemented resizing multiple selected objects and undo
    functionality

  • Issue #615: Implemented Looping option for AudioClips and allow resizing from
    sides beyond duration of audio clip when looping is enabled.

  • Issue #665: Implemented guidelines for start/end boundary of selected objects
    for easier visual alignment of objects when moving/resizing

  • Issue #696: Added "Reset Line" popup menu option to BSB LineObject editors

  • Issue #697: Added Test Button to slide in right panel for previewing score
    generation from object.

  • PatternObject:

    • now defaults to time behavior Repeat.

    • Updated UI style

    • Fixed to save pattern when modifying number of beats. (Still clears if
      number of subdivisions changes as there isn't a clear mapping.)

  • Issue #703: Add ability to edit font for BSBGroup panel title label

  • Issue #672: Reimplemented keyboard arrow movement of selected BSB Objects

  • Issue #502: Implemented different velocities on Virtual Keyboard keys by
    hitting different parts of the key (softer towards top, louder towards bottom)

  • Issue #721: Double click marker to edit marker name

2.8.1

30 Dec 03:12

Choose a tag to compare

Notes for 2.8.1 - 2020-12-29

NEW

  • Added "Open Example Project" menu option to File menu to make opening the
    examples easier

  • Added new Time Behavior "Repeat" implementation and renamed older algorithm as
    "Repeat (Classic)" for backwards compatibility. New implementation will repeat
    notes up to repeat point and truncate any notes that overlap boundary.

  • "Media Folder" property added to Project Properties: used for certain
    operations to copy files into the media folder which should be a child of the
    project root folder (or the root if the property is left empty).

  • BSB File Widget: Added "Copy to Media Folder" shortcut in popup menu that will
    copy the selected file to the media folder and update the value to use the
    version found in the media folder.

  • Implemented Copy audio files to media folder on import option in Project
    Properties which will be performed when importing audio into Audio Layers
    (via drag and drop), drag and drop onto soundObject layers, or changing audio
    file in AudioFile soundObject editor

  • The Blue Manual is now managed as a separate github project and published
    online at https://kunstmusik.github.io/blue-manual. Documentation help menu
    now opens the online site.

  • Issue #497: Implemented comment fields for BSB widgets that appear as tooltips
    when in usage mode. Added "Show Widget Comments" menu option to View menu to
    turn on and off showing of the comments in tooltips.

  • PianoRoll:

    • implemented rendering of notes in object view on timeline

    • New user-defined fields for PianoRoll and and field editor for notes; fields
      allow adding additional pfield values for notes that are graphically edited
      (similarly to how Velocity is handled in many MIDI-based DAW PianoRolls).
      User can customize how many fields and kinds of fields to use for PianoRoll.

    • Introduced dark area in background to show repeat point or scaled time area
      for notes

    • added keyboard shortcuts for undo (ctrl-z), redo (ctrl-shift-z), toggle snap
      (alt-s), and select all notes (ctrl-a)

  • Issue #520: Render waveform for Frozen SoundObject freeze file

  • Issue #480: Option added for Score to follow current playback time when
    rendering project

UPDATED

  • Issue #396: Updated how selected score objects are rendered; rather than all
    white, now uses white border, lighter derived background colors, and shows a
    bar at top behind object label

  • Issue #514: redid comments component for instrument editor and SSO to use
    Netbeans editor component to enable code repository option

  • Issue #392: made copy buffer shared between all BSB interface editors

  • PianoRoll: note templates for notes are now set to use the PianoRoll's note
    template by default but permit overriding on a note-by-note basis; backwards
    compatible with prior note template system but more convenient given the new
    Field system.

  • Restored using Rhino JS interpreter as Nashorn was removed from Java 15

  • Issue #532: Made zoom in/out buttons use a timer to repeatedly zoom when
    button is down and stop zooming when mouse is up (Score Timeline, PianoRoll)

  • Issue #524: Implemented checkbox editor for NoteProcessor properties that are
    true/false

  • PianoRoll and Tracker: Time Behavior set to Repeat by default

  • Tracker: "Steps per beat" property added to control start/duration generation;
    useful in conjunction with repeat behavior

  • Issue #539: UX improvement to select newly added instrument in Orchestra
    Manager

  • Default SoundObject duration changed to 4 beats from 2

  • Jython interpreter updated to 2.7.2

FIX

  • BSB: PresetManager dialog had bugs when dragging and dropping nodes around

  • Clojure: Dependency resolution for clojars-hosted libraries was broken due to
    using older http url; fixed by updating to https://repo.clojars.org

  • Audio Layers: Audio Clips were not generating use project-relative paths when
    audio files were children of project root folder

  • Issue #523: Comments tab for instruments did not scroll correctly

  • Issue #527: Fixed performance issue with drawing of PianoRoll canvas on Linux
    due to GradientPaint

  • Issue #545: Hide global tempo editor when editing PolyObject timeline

2.8.0

03 Jun 21:21

Choose a tag to compare

Notes for 2.8.0

[release 2020.06.03]

NEW

  • Score Timeline Shortcuts Added (active when timeline has focus)

    • SPACE - start/stop rendering of project
    • G - move to render start time (green line) (Issue #471)
    • Y - move to render end time (yellow line) (issue #471)
    • Alt-S - toggle snap (Issue #492)
    • [ - navigate to previous marker (or start of project)
    • ] - navigate to next marker (or end of project)

UPDATED

  • Blue updated for Java 11. Built and tested against OpenJDK 11. Users must
    upgrade to Java 11 for 2.8.0.

  • Clojure version updated to 1.10.1.

  • Issue #449: New implementation Parameter Automation system to allow for better translation
    and scaling of automation lines in both Single and Multi-line modes

  • Implemented undoability for all edits in Single-line and Multi-line mode

  • Issue #495: Commit name change for layers when focus lost

  • Comment SoundObject bar renderer now respects Color value set in properties

  • Issue #402: Added configuration option under General settings for maximum
    number of temp files per directory (i.e., temp CSD files); minimum of 1,
    default to 3

  • Issue #399: Redid zooming on scrollwheel to zoom around mouse location

  • Issue #281: Implemented importing of tempos (t-statements) from CSDs

  • Issue #388: Automation: added alt-click to insert point at time position of
    mouse but start y-value on current line. Moving is relative to the point's
    initial y-value. Works in conjunction with ctrl-dragging to restrict value
    change along one axis.

  • Issue #507: Navigation to previous/next marker now scrolls score view to
    location marker. Keyboard shortcut for [ and ] added. Will navigate to end
    or beginning of score once past all markers.

FIX

  • Score: Selection marquee in single-line mode did not calculate y-position
    correctly when multiple Score Layers were present

  • Fixed automation panels losing their lines when window configuration changed
    (e.g., opening/closing ScoreObject Properties)

  • Fixed exception thrown when using AudioLayerGroups with ScoreNavigatorDialog

  • Updated ScoreNavigatorDialog to fix issues with repainting, now updates as
    score changes

  • Fixed issue with multiple mixer strips being added to mixer for project that
    is open on first load

  • Fixed issue with multiple parameter options shown in popup menu in Single-Line
    mode for project that is open on first load

  • Issue #427: BSB/Effects: Slider banks did not copy properties when cloned

  • Issue #444: Fixed Sound SoundObjects not sounding when auditioning

2.7.4

20 Jul 15:56

Choose a tag to compare

Notes for 2.7.4

[release 2019.07.19]

UPDATED

  • Issue #398: Updated Line Editors within program to use thicker lines and
    circles for points

  • Issue #397: Using control to shift points within selection in Single-Line mode
    should only shift points for currently selected line

  • Automation: Single-line mode: Ctrl-drag to move selected points up/down was
    rewritten to add points at boundaries if necessary, also updated to only
    operate on the currently selected line

  • Issue #406: JMask: throw error when user attempts to use Constant p2 field
    with value < 0.0 (prevents infinite loop)

  • Issue #417: Use Csound ORC highlighting for "Generate CSD to Screen" and
    "Generate Realtime CSD to Screen"

  • Issue #431: implemented shortcut 1, 2, and 3 to switch between Score,
    Single Line, and Multi-Line modes on the Score timeline

  • Multiline Mode: Selection will default to only line data. Hold shift when
    releasing mouse button during selection to include ScoreObjects for movment.

  • Updated to Netbeans 11 Rich Client Platform

  • Issue #441: For automation lines, clean up dead time points (those with same
    time values as points surrounding them) for different line operations (e.g.,
    dragging points, pasting, dragging)

FIX

  • BlueSynthBuilder

    • Horizontal and Vertical Slider Banks did not properly reconnect properties
      from child sliders and slider bank when loading Blue projects from disk
      • SliderBanks did not properly listen to individual slider value changes to
        update automation parameters and channel values
    • BSBDropdown
      • Issue #383 - Fix problems due to empty string being reloaded from file as
        null (compilation, editing item)
      • Fix JavaFX thread exception thrown when item editor dialog was closed
        using [x] close button that is part of the window frame
  • Fixed install-desktop-starter.sh:

    • Generated .desktop file now uses "AudioVideo;Audio" category and script
    • Script now uses desktop-file-install program to install the .desktop file
      instead of copying blue.desktop to ~/Desktop location (which did not work
      on non-English systems)
  • Issue #386 - NullPointerException thrown from SubChannelDropdownList

  • Fix ctrl/cmd-wheel-scroll shortcut for adjust layer heights

  • Fix "All File" filter to show files that do not have extensions

  • Issue #390 - Removed optimization in mixer code generation that removed signal
    paths that were considered dead when channel had -96 dB and no automations

  • Fix resizing of marquee when zooming (single-line and multi-line score modes)

  • AudioLayers: Fixed generation of notes on Windows to use / instead of \

  • Issue #406: Fixed movement of timeline when dragging selected objects

  • Fix resizing of timeline on movement or resizing of Score Objects, whether by
    mouse or by ScoreObject Properties window

  • Issue #401: Fix setting of default/last directory/file path for open/save
    file dialogs

  • Issue #395: Fix initial showing of popup menu when number of items triggers
    scroller buttons to show

  • Issue #411: Fixed issue with having Single-Line mode selected and changing
    projects causing bad state where score mouse handling no longer functioned
    correctly

  • Issue #412: Update marquee and selected ScoreObjects around newly pasted data
    in each Score Mode

  • Issue #419: Fixed URL to use HTTPS to match server changes for BlueShare

  • Issue #423: Fixed automation for Single Line mode with Audio Layers

  • Score: Fix dragging of line points in single-line mode when snap is enabled to
    prevent snapping beyond previous and next points

  • Mixer: Sends were not changing values at runtime nor generating correct signal
    multiplier amounts

  • Issue #439: When pasting a BSB instrument as a Sound SoundObject, fixed
    transfer of comments to Sound as well as inadvertent resetting of widget
    values

  • Issue #443: Fix location of popup for UDO manager when selected item is
    scrolled off screen

  • Issue #416: Fixed incorrect insertion/sorting of Channel Strips into Mixer
    panel when new instrument was added to the Orchestra arrangement. Also fixed
    incorrect listener updates when enabling/disabling automation parameters for a
    layer or when automation source is removed (i.e., effect removed from mixer).

  • Issue #445: Fixed issue where vertical dragging of points in Single-Line mode
    was selecting/inserting the wrong points when points existed at selection
    boundaries

2.7.3

16 Dec 00:19

Choose a tag to compare

Notes for 2.7.3

[release 2017.12.15]

NEW

  • BlueLive

    • added new "Live Code" tab for live coding (ctrl-e evaluates selected code)

    • added definition of BLUE_LIVE orchestra and score macros that user can check
      with #ifdef to conditionally use code when rendering with Blue Live

UPDATED

  • CSD Import: import CSDs that do not have CsInstruments or CsScore sections

  • Issue #375 - Made Auditioning work with AudioClips on AudioLayers

FIX

  • Auditioning Frozen SoundObjects incorrectly calculated start/end times when
    considering object for rendering, resulting in object not playing

  • BlueSynthBuilder:

    • On OSX, opening dropdown item editor was causing app freeze

    • Improved Interface loading times to prevent hanging when switching items
      quickly

  • UDO - After importing UDOs, table of UDOs did not get refreshed with new ones

  • Issue #376 - Fixed Automation Line switcher not showing for AudioLayers

2.7.2

16 Oct 22:48

Choose a tag to compare

Notes for 2.7.2

[release 2017.10.16]

NEW

  • BlueSynthBuilder:

    • Knob - added Label, Label Font, and Label Enabled property. Label text is
      centered above knob in UI. Default is label to be shown, but older projects
      will load without label shown for backwards compatibility.

    • Ctrl-v keyboard shortcut will now paste copies of the last copied widgets
      at an offset from the originals.

  • Issue #372 - Added note to documentation about Debian/Ubuntu Linux install
    instructions for JavaFX

  • ObjectBuilder - Added JavaScript and Clojure language options; modified editor
    to use Combo Box to choose language(replaces "External" checkbox)

UPDATED

  • BlueSynthBuilder: Program now always rescales values when updating min/max
    properties for UI elements (e.g., Knob, Slider). (Removes need for popup
    dialog for every time user modifies min/max.)

FIX

  • Issue #368 - When double-clicking PolyObject in project SoundObject Library,
    Score editor now shows timeline of PolyObject and updates navigation bar

  • Mixer: Right-clicking on subchannels to remove made easier by allowing
    clicking on labels

  • Code Editor: fixed errors and exceptions when choosing an auto-completion for
    opcode or BSBWidget name

  • Orchestra Manager - right-click popup menu for Project did not work unless one
    instrument was added (would not allow right-clicking to paste instrument)

INTERNAL

  • Support for Csound 5 API removed

2.7.1

24 Sep 22:38

Choose a tag to compare

Notes for 2.7.1

[release 2017.09.24]

FIX

  • BlueSynthBuilder - UI Editor would hang on OSX when setting Min/Max values on
    widgets due to JavaFX/Swing UI threads interactions; replaced Swing code to
    with JFX code in affected areas