Commit Graph

  • 2fb364b564 Accepting request 78101 from home:mseben:branches:multimedia:apps Michal Seben 2011-08-05 11:41:09 +00:00
  • ceb2607c7c Accepting request 50810 from multimedia:apps OBS User autobuild 2010-10-15 15:16:57 +00:00
  • 828bfc7bee Accepting request 50810 from multimedia:apps OBS User autobuild 2010-10-15 15:16:56 +00:00
  • 99f3c92113 Accepting request 49698 from home:plater Dave Plater 2010-10-03 22:22:11 +00:00
  • e789eeedbd Accepting request 49665 from home:plater Dave Plater 2010-10-02 18:10:50 +00:00
  • b93b3fd98f Accepting request 41595 from home:plater Dave Plater 2010-06-16 12:11:44 +00:00
  • 54bc832f8a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qtractor?expand=0&rev=9 OBS User autobuild 2010-03-18 15:25:44 +00:00
  • 715614e755 Updating link to change in openSUSE:Factory/qtractor revision 9.0 OBS User buildservice-autocommit 2010-03-18 15:25:44 +00:00
  • 89c0d75d4d Accepting request 30396 from multimedia:apps OBS User autobuild 2010-01-25 15:42:33 +00:00
  • 1b1759d9de checked in (request 30396) OBS User autobuild 2010-01-25 15:42:33 +00:00
  • d733ccc5e6 Accepting request 30395 from home:mseben:branches:multimedia:apps Michal Seben 2010-01-25 14:11:16 +00:00
  • 01826d9b4e Accepting request 29953 from multimedia:apps OBS User autobuild 2010-01-21 11:43:17 +00:00
  • 8a2bb1ab4b Updating link to change in openSUSE:Factory/qtractor revision 7.0 OBS User buildservice-autocommit 2010-01-21 11:43:17 +00:00
  • cbc0a4a333 checked in (request 29953) OBS User autobuild 2010-01-21 11:43:16 +00:00
  • 33bc3f96fc Accepting request 29952 from home:mseben:branches:multimedia:apps Michal Seben 2010-01-18 16:35:17 +00:00
  • 506ee379a6 checked in OBS User autobuild 2009-11-16 15:44:20 +00:00
  • 2614964469 - updated to 0.4.3 * External preset files are not removed nor deleted from the file-system anymore. * Connections support for UTF-8 encoded client/port names. * Force track and clip properties dialog widget to be modal as it should from their beginning dawn. * Audio effect send/return aux. inserts are implemented as special pseudo-plugins (Plugins/Inserts). * Reset play-head position on auto-backward and keep playback rolling when continue past end transport option is not set. * MIDI clip editor (aka piano-roll/matrix aditor) gets better on the virtual piano keyboard eye-candy side of things ;). * Plugins are now also referenced by label, avoiding plugin index clash/misses eg. when plugin object file/path changes or is moved externally. * Keyboard focus is now cleared/reset from the main toolbar time and tempo spin-boxes when editing gets finished (eg. Enter key is pressed). * First audio metronome beat/bar now played back correctly (fixes bug #2841437). * Client to/from port (dis)connections now found consistent as good ol'QjackCtl behavior (fixes bug #2834657). * All dirty open MIDI clip editors are now prompted to save before the main application closes (fixes bug #2835516). * Mixer level meters get their long deserved gradient look. * Fixed any ghost clip selections that were haunting the main track view, specially after undo/redo. * Increased tolerance on reading corrupt MIDI files (SMF). * A MIDI SysEx manager is being finally introduced, in some primordial rather basic form though. * A default MIDI instrument name may now be assigned to any MIDI output bus (see View/Buses.../MIDI). * More legacy headers, stdio.h and stdlib.h, are yet again necessary to build with gcc/g++ >= 4.4 (as patch noted by Alexis Ballier on Gentoo bug report #274168, thanks). * Bus manager dialog (View/Buses...) gets new columns on the left pane buses list as for displaying number of channels and bus mode. * Crash when updating bus probably fixed (bug #2811630). * Fixed glitch displaying beat snap/grid lines on MIDI clip editor, incidental to clips located at absolute zero time. * Overlapped MIDI clips were rendering garbled note events to DSSI/VSTi plugins, now fixed. * New MIDI Playback/Queue timer (resolution) option is now available (see View/Options.../MIDI). * MIDI instrument definitions may now be imported from plain SoundFont files. Michal Seben 2009-11-05 07:30:19 +00:00
  • 8a98d617b9 - updated to 0.4.2 * External preset files are not removed nor deleted from the file-system anymore. * Connections support for UTF-8 encoded client/port names. * Force track and clip properties dialog widget to be modal as it should from their beginning dawn. * Audio effect send/return aux. inserts are implemented as special pseudo-plugins (Plugins/Inserts). * Reset play-head position on auto-backward and keep playback rolling when continue past end transport option is not set. * MIDI clip editor (aka piano-roll/matrix aditor) gets better on the virtual piano keyboard eye-candy side of things ;). * Plugins are now also referenced by label, avoiding plugin index clash/misses eg. when plugin object file/path changes or is moved externally. * Keyboard focus is now cleared/reset from the main toolbar time and tempo spin-boxes when editing gets finished (eg. Enter key is pressed). * First audio metronome beat/bar now played back correctly (fixes bug #2841437). * Client to/from port (dis)connections now found consistent as good ol'QjackCtl behavior (fixes bug #2834657). * All dirty open MIDI clip editors are now prompted to save before the main application closes (fixes bug #2835516). * Mixer level meters get their long deserved gradient look. * Fixed any ghost clip selections that were haunting the main track view, specially after undo/redo. * Increased tolerance on reading corrupt MIDI files (SMF). * A MIDI SysEx manager is being finally introduced, in some primordial rather basic form though. MIDI System Exclusive (SysEx) event strings may now be freely assigned to MIDI output buses only, allowing for proper setup of external outboard MIDI equipment. Each bus may have an unlimited SysEx queue that gets sent out on every connection change (see View/Buses.../MIDI/SysEx...). * A default MIDI instrument name may now be assigned to any MIDI output bus (see View/Buses.../MIDI). * More legacy headers, stdio.h and stdlib.h, are yet again necessary to build with gcc/g++ >= 4.4 (as patch noted by Alexis Ballier on Gentoo bug report #274168, thanks). * Bus manager dialog (View/Buses...) gets new columns on the left pane buses list as for displaying number of channels and bus mode. * Crash when updating bus probably fixed (bug #2811630). * Fixed glitch displaying beat snap/grid lines on MIDI clip editor, incidental to clips located at absolute zero time. * Overlapped MIDI clips were rendering garbled note events to DSSI/VSTi plugins, now fixed. * New MIDI Playback/Queue timer (resolution) option is now available (see View/Options.../MIDI). * MIDI instrument definitions may now be imported from plain SoundFont files. Michal Seben 2009-10-06 06:11:34 +00:00
  • 6355624400 Accepting request 24092 from multimedia:apps OBS User autobuild 2009-11-16 15:44:21 +00:00
  • b73b0f3385 Accepting request 19315 from multimedia:apps OBS User autobuild 2009-08-31 19:57:00 +00:00
  • f486a18af0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qtractor?expand=0&rev=3 OBS User unknown 2009-08-04 21:44:43 +00:00
  • 1ebeb092ab OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qtractor?expand=0&rev=2 OBS User unknown 2009-07-24 14:49:38 +00:00
  • 73a63d2776 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qtractor?expand=0&rev=1 OBS User unknown 2009-07-09 08:55:37 +00:00