Re: [Rosegarden-user] ROSEGARDEN 17.04, codename "Twice in a Blue Moon" RELEASED

2017-04-20 Thread Etienne Snyman
Great work! It looks like the Midi bug is fixed so I can use Rosegarden
again!

How do I install it on Ubuntu 17.04?

On Thu, Apr 20, 2017 at 2:15 AM Ted Felix  wrote:

> ROSEGARDEN 17.04, codename "Twice in a Blue Moon" RELEASED
>
> The Rosegarden team is proud to announce the release of version 17.04 of
> Rosegarden, an audio and MIDI sequencer and musical notation editor for
> Linux.
>
> http://www.rosegardenmusic.com/
>
> The most visible change in 17.04 is that David Faure has generously
> replaced our very brittle and complex style system with a complete
> rewrite using QStyle.  Ted Felix invested the past ten months grinding
> through bugs, and cleaning Rosegarden's code to make it more efficient
> and maintainable.  Significant areas cleaned up include: the Track
> Parameters box, TrackButtons, progress dialogs, and the Audio Mixer
> window.  Yves Guillemot and David Faure squashed a few bugs as well.
>
> BUG FIXES
>
>* Fix memory leak: delete StartupLogo when closing it (r14737)
>
>* Add compilation fix for Ubuntu 16.04.01 LTS (r14738)
>
>* TrackParameterBox: Fix initial track label problem (r14761)
>
>* Fix #1534: Send channel setup when output is changed (r14743)
>
>* TrackParameterBox: Make color combo visible for audio tracks
>  (r14762)
>
>* autoload: Fix audio track colors (r14763)
>
>* Fix #1532: Crash when trying to edit a triggered segment (r14772)
>
>* Fix #1536: Crash on dangling Instrument IDs (r14776)
>
>* Fix "Always use default studio" stickiness (r14781)
>
>* Fix #1538: No sound when entering notes with keyboard (r14783)
>
>* Fix time stamp bug in MIDI file export (r14785)
>
>* Improve progress dialogs throughout the application (r14793-r14899)
>
>* Repair control rulers in Qt 5 builds
>
>* Cleanup incorrect name and filter during audio file export
>
>* Fix compilation with -DQT_STRICT_ITERATORS (r14903)
>
>* Fix compilation without jack (r14904)
>
>* Enable -DQT_NO_URL_CAST_FROM_STRING and fix compilation accordingly
>  (r14905)
>
>* Fix "all piano" issue with empty connections (r14906)
>
>* Fix MIDI import connection problem (r14907)
>
>* Fix a bug in the parallels checker, bug #1544 (r14959)
>
>* Fix #1491 Xruns on exit (r14981)
>
>* Fix wait cursor (r14985)
>
> NEW FEATURES
>
>* Hide unused frames for audio tracks in track parameters (r14729)
>
>* Improve handling of collapsing frames in track parameters and
>  document properties (r14714)
>
>* Track 20 recent files, rather than 10 (r14868)
>
>* Replace stylesheet with custom QStyle (r14968)
>
> Ted.
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Rosegarden-user mailing list
> Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
> https://lists.sourceforge.net/lists/listinfo/rosegarden-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] ROSEGARDEN 17.04, codename "Twice in a Blue Moon" RELEASED

2017-04-20 Thread Abrolag
On Wed, 19 Apr 2017 20:14:25 -0400
Ted Felix  wrote:

> ROSEGARDEN 17.04, codename "Twice in a Blue Moon" RELEASED
> 
> The Rosegarden team is proud to announce the release of version 17.04 of 
> Rosegarden, an audio and MIDI sequencer and musical notation editor for 
> Linux.
> 
> http://www.rosegardenmusic.com/

Congratulations on this release. It's very easy to fail to realise just how
many improvements there have been when they come a few at a time, but a big
thankyou to all of you who have kept my absolute fave sequencer alive!

-- 
W J G

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


[Rosegarden-user] ROSEGARDEN 17.04, codename "Twice in a Blue Moon" RELEASED

2017-04-19 Thread Ted Felix
ROSEGARDEN 17.04, codename "Twice in a Blue Moon" RELEASED

The Rosegarden team is proud to announce the release of version 17.04 of 
Rosegarden, an audio and MIDI sequencer and musical notation editor for 
Linux.

http://www.rosegardenmusic.com/

The most visible change in 17.04 is that David Faure has generously 
replaced our very brittle and complex style system with a complete 
rewrite using QStyle.  Ted Felix invested the past ten months grinding 
through bugs, and cleaning Rosegarden's code to make it more efficient 
and maintainable.  Significant areas cleaned up include: the Track 
Parameters box, TrackButtons, progress dialogs, and the Audio Mixer 
window.  Yves Guillemot and David Faure squashed a few bugs as well.

BUG FIXES

   * Fix memory leak: delete StartupLogo when closing it (r14737)

   * Add compilation fix for Ubuntu 16.04.01 LTS (r14738)

   * TrackParameterBox: Fix initial track label problem (r14761)

   * Fix #1534: Send channel setup when output is changed (r14743)

   * TrackParameterBox: Make color combo visible for audio tracks
 (r14762)

   * autoload: Fix audio track colors (r14763)

   * Fix #1532: Crash when trying to edit a triggered segment (r14772)

   * Fix #1536: Crash on dangling Instrument IDs (r14776)

   * Fix "Always use default studio" stickiness (r14781)

   * Fix #1538: No sound when entering notes with keyboard (r14783)

   * Fix time stamp bug in MIDI file export (r14785)

   * Improve progress dialogs throughout the application (r14793-r14899)

   * Repair control rulers in Qt 5 builds

   * Cleanup incorrect name and filter during audio file export

   * Fix compilation with -DQT_STRICT_ITERATORS (r14903)

   * Fix compilation without jack (r14904)

   * Enable -DQT_NO_URL_CAST_FROM_STRING and fix compilation accordingly
 (r14905)

   * Fix "all piano" issue with empty connections (r14906)

   * Fix MIDI import connection problem (r14907)

   * Fix a bug in the parallels checker, bug #1544 (r14959)

   * Fix #1491 Xruns on exit (r14981)

   * Fix wait cursor (r14985)

NEW FEATURES

   * Hide unused frames for audio tracks in track parameters (r14729)

   * Improve handling of collapsing frames in track parameters and
 document properties (r14714)

   * Track 20 recent files, rather than 10 (r14868)

   * Replace stylesheet with custom QStyle (r14968)

Ted.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user