/[svn]/qsampler/trunk/src/qsamplerDevice.cpp
ViewVC logotype

Log of /qsampler/trunk/src/qsamplerDevice.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3555 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 13 10:19:32 2019 UTC (4 years, 7 months ago) by capela
File length: 34046 byte(s)
Diff to previous 3520 , to selected 442
- In late compliance to C++11, all NULL constants replaced for nullptr.

Revision 3520 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 1 10:53:41 2019 UTC (4 years, 8 months ago) by capela
File length: 33866 byte(s)
Diff to previous 3518 , to selected 442
- Traded QT_VERSION literal checking for sane QT_VERSION_CHECK macro.

Revision 3518 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 30 16:58:30 2019 UTC (4 years, 8 months ago) by capela
File length: 33832 byte(s)
Diff to previous 3413 , to selected 442
- Updated for the newer Qt5 translation tools (>= 5.13).

Revision 3413 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 26 16:55:50 2018 UTC (6 years, 2 months ago) by schoenebeck
File length: 33980 byte(s)
Diff to previous 3405 , to selected 442
* Fixed minor memory leak in device management dialog.


Revision 3405 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 10 19:04:03 2018 UTC (6 years, 2 months ago) by capela
File length: 33976 byte(s)
Diff to previous 3404 , to selected 442
- Fixed device management dialog not responding to user changes.

Revision 3404 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 10 18:55:12 2018 UTC (6 years, 2 months ago) by capela
File length: 33806 byte(s)
Diff to previous 3402 , to selected 442
- A little hardening on the configure (autoconf) macro side.

Revision 3402 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 3 13:01:00 2018 UTC (6 years, 2 months ago) by schoenebeck
File length: 33976 byte(s)
Diff to previous 2387 , to selected 442
* Fixed device management dialog not responding to user changes.


Revision 2387 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 29 00:21:11 2012 UTC (11 years, 3 months ago) by capela
File length: 33806 byte(s)
Diff to previous 2074 , to selected 442
* Preparations for Qt5 migration. (TESTING)

Revision 2074 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 29 17:00:30 2010 UTC (14 years ago) by capela
File length: 33568 byte(s)
Diff to previous 2059 , to selected 442
* General source tree layout and build configuration change.


Revision 2059 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 17 19:50:04 2010 UTC (14 years, 1 month ago) by capela
File length: 33564 byte(s)
Diff to previous 1698 , to selected 442
* Device parameter spin-box default maximum has been set higher:
  now at a magic 24-bit limit (16777216) instead of older 16-bit
  (65536), possibly fixing bug #136.


Revision 1698 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 16 19:41:05 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 33564 byte(s)
Diff to previous 1559 , to selected 442
* implemented MIDI device activity windows, selectable from the "View"
  main menu, still quite ugly I admit ;-)
* bumped version to 0.2.1.7


Revision 1559 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 6 14:23:39 2007 UTC (16 years, 3 months ago) by capela
File length: 33268 byte(s)
Diff to previous 1558 , to selected 442
* Fixed a stopping server crash on Windows, hopefully.


Revision 1558 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 6 09:35:33 2007 UTC (16 years, 3 months ago) by capela
File length: 33261 byte(s)
Diff to previous 1518 , to selected 442
* Qt4 migration: complete QSampler namespace overhaul.


Revision 1518 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 23 21:50:01 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 34007 byte(s)
Diff to previous 1511 , to selected 442
* minor beautification in device managment form (don't limit the table
  heights, added a splitter between device parameter pane and port
  parameter pane, don't fill a selected parameter table cell with a
  background color)


Revision 1511 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 22 21:22:34 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 34030 byte(s)
Diff to previous 1510 , to selected 442
* fixed another minor but important bug in device management dialog


Revision 1510 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 22 14:17:24 2007 UTC (16 years, 4 months ago) by capela
File length: 33985 byte(s)
Diff to previous 1509 , to selected 442
- Qt4 migration: code cleanup, personal standards beautification :)


Revision 1509 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 22 11:10:44 2007 UTC (16 years, 4 months ago) by capela
File length: 33967 byte(s)
Diff to previous 1508 , to selected 442
* Audio routing table is initially hidden in the dialog, when
  creating a new sampler channel.

* README requirements and configuration notes update.


Revision 1508 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 22 02:48:41 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 35115 byte(s)
Diff to previous 1499 , to selected 442
* fixed device manager dialog's amok run: the Qt4 QString::toLower(),
  QString::toUtf8() methods and Co only return temporary objects which can
  of course NOT directly be used as char* pointers for the liblscp C API
  (fixed this issue in qsamplerDevice.cpp only yet, expect all other source
  files to still have the same problem)


Revision 1499 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 20 16:48:04 2007 UTC (16 years, 4 months ago) by capela
File length: 32626 byte(s)
Diff to previous 1486 , to selected 442
* Qt4 migration: one first step forward to kiss Qt3Support goodbye.


Revision 1486 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 17 02:02:28 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 32169 byte(s)
Diff to previous 1477 , to selected 442
* Qt4 migration: finished / fixed device management dialog.
* Fixed creation of devices (don't try to set device parameters which the
  user did not touch in the device creation dialog, this bug already
  existed in the Qt3 version of QSampler).


Revision 1477 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 12 01:33:13 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 34124 byte(s)
Diff to previous 1464 , to selected 442
* again just a minor step for Qt4 port: couple fixes in device management
  list view


Revision 1464 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 1 17:14:21 2007 UTC (16 years, 5 months ago) by capela
File length: 34176 byte(s)
Diff to previous 1461 , to selected 442
- Qt4 migration: missing copyright headers update.


Revision 1461 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 28 23:30:36 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 34131 byte(s)
Diff to previous 980 , to selected 442
* started to port QSampler to Qt4 (NOTE: this version is yet broken, use
  the latest tarball release 0.1.5 until the Qt4 port is completed)


Revision 980 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 17 22:29:29 2006 UTC (17 years, 3 months ago) by capela
File length: 30294 byte(s)
Diff to previous 961 , to selected 442
* Revised and extended MIDI instrument mapping feature; this time
  two (2) MIDI maps are being implicitly created, ones designated
  as 'Chromatic' (0) and another as 'Drum Kits' (1), which can be
  assigned to each sampler channel. (ATTN: this commit elevates the
  requirements for liblscp >= 0.5.0, also on todays CVS and pending
  proper release very soon).


Revision 961 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 3 18:26:13 2006 UTC (17 years, 3 months ago) by capela
File length: 30279 byte(s)
Diff to previous 920 , to selected 442
- Adding preliminary MIDI instrument mapping support; now
  with an instrument list widget and editing capabilities.


Revision 920 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 24 12:47:51 2006 UTC (17 years, 6 months ago) by capela
File length: 28984 byte(s)
Diff to previous 759 , to selected 442
GPL address update.


Revision 759 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 28 11:44:10 2005 UTC (18 years, 7 months ago) by capela
File length: 28976 byte(s)
Diff to previous 525 , to selected 442
Usability changes on the new sampler channel audio routing functionality.


Revision 525 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 9 10:21:41 2005 UTC (18 years, 10 months ago) by capela
File length: 28970 byte(s)
Diff to previous 492 , to selected 442
* [bug #9] Fixed for a LSCP command syntax convention
consistency, regarding the enumeration of available
sampler engines, Audio and MIDI drivers.
* [bug #13] Update instrument names list when a new
instrument file is select on the channel setup dialog.


Revision 492 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 2 12:23:18 2005 UTC (19 years ago) by capela
File length: 28968 byte(s)
Diff to previous 490 , to selected 442
* Option "(none)" was added to device port/channel
  parameter settings which have multiplicity set on.


Revision 490 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 1 00:34:58 2005 UTC (19 years ago) by capela
File length: 28872 byte(s)
Diff to previous 484 , to selected 442
* Device setup right from the sampler channel dialog gets cleaner.


Revision 484 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 22 12:55:29 2005 UTC (19 years ago) by capela
File length: 28823 byte(s)
Diff to previous 482 , to selected 442
* Device management classes rearrangement for local messages support.


Revision 482 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 21 10:29:49 2005 UTC (19 years ago) by capela
File length: 21649 byte(s)
Diff to previous 471 , to selected 442
Multiplicity support is now officialy bogus.


Revision 471 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 17 00:14:41 2005 UTC (19 years ago) by capela
File length: 21650 byte(s)
Diff to previous 468 , to selected 442
Device configuration (re)touches.


Revision 468 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 16 09:49:37 2005 UTC (19 years ago) by capela
File length: 21790 byte(s)
Diff to previous 467 , to selected 442
* Device parameter dependencies are now properly handled.


Revision 467 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 15 23:54:14 2005 UTC (19 years ago) by capela
File length: 21409 byte(s)
Diff to previous 463 , to selected 442
Device port/channel configuration refreshing fix.


Revision 463 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 15 15:32:29 2005 UTC (19 years ago) by capela
File length: 18592 byte(s)
Diff to previous 462 , to selected 442
* Device port/channel configuration is now complete (EXPERIMENTAL).


Revision 462 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 15 11:39:12 2005 UTC (19 years ago) by capela
File length: 17373 byte(s)
Diff to previous 452 , to selected 442
Device port/channel configuration preparations.


Revision 452 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 13 22:06:59 2005 UTC (19 years ago) by capela
File length: 14936 byte(s)
Diff to previous 451 , to selected 442
* Device managament gets prettier with new icons.
* Channel device selection is now implemented.


Revision 451 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 11 17:24:06 2005 UTC (19 years ago) by capela
File length: 14914 byte(s)
Diff to previous 448 , to selected 442
Particular device parameter edit fix.


Revision 448 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 10 21:40:11 2005 UTC (19 years ago) by capela
File length: 14878 byte(s)
Diff to previous 447 , to selected 442
Primordial device configuration icons;
 yet another device parameter spinbox fix.


Revision 447 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 10 20:45:42 2005 UTC (19 years ago) by capela
File length: 14951 byte(s)
Diff to previous 442
Device parameter table custom spinbox range fix.


Revision 442 - (view) (download) (annotate) - [selected]
Modified Thu Mar 10 15:48:38 2005 UTC (19 years ago) by capela
File length: 14955 byte(s)
Diff to previous 436
Refinements on the device list view and parameter table editing.


Revision 436 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 9 20:55:04 2005 UTC (19 years ago) by capela
File length: 11975 byte(s)
Diff to previous 434 , to selected 442
Device configuration is now partially functional (2nd.fix).


Revision 434 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 9 17:23:57 2005 UTC (19 years ago) by capela
File length: 11670 byte(s)
Diff to previous 433 , to selected 442
Device configuration is now partially functional (fix).


Revision 433 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 9 16:44:04 2005 UTC (19 years ago) by capela
File length: 11669 byte(s)
Diff to previous 432 , to selected 442
* Device configuration is now partially functional.


Revision 432 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 9 11:33:27 2005 UTC (19 years ago) by capela
File length: 11400 byte(s)
Diff to previous 431 , to selected 442
Device configuration table is now editable, but non-applicable yet.


Revision 431 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 8 20:12:08 2005 UTC (19 years ago) by capela
File length: 10583 byte(s)
Diff to previous 430 , to selected 442
More work in progress for the device configuration stuff.


Revision 430 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 8 17:23:29 2005 UTC (19 years ago) by capela
File length: 10258 byte(s)
Diff to previous 429 , to selected 442
Still on-going with this new device configuration stuff.


Revision 429 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 8 14:56:05 2005 UTC (19 years ago) by capela
File length: 9576 byte(s)
Diff to previous 428 , to selected 442
On-going with new device configuration interface.


Revision 428 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 7 17:05:55 2005 UTC (19 years ago) by capela
File length: 2578 byte(s)
Diff to previous 426 , to selected 442
More device configuration interface preparations.


Revision 426 - (view) (download) (annotate) - [select for diffs]
Added Mon Mar 7 11:09:32 2005 UTC (19 years ago) by capela
File length: 1756 byte(s)
Diff to selected 442
Device configuration interface preparations.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC