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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

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

Revision 2059 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 17 19:50:04 2010 UTC (14 years, 1 month ago) by capela
File length: 9295 byte(s)
Diff to previous 1698
* 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) (as text) (annotate) - [select for diffs]
Modified Sat Feb 16 19:41:05 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 9295 byte(s)
Diff to previous 1558
* implemented MIDI device activity windows, selectable from the "View"
  main menu, still quite ugly I admit ;-)
* bumped version to 0.2.1.7


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


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


Revision 1509 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 22 11:10:44 2007 UTC (16 years, 4 months ago) by capela
File length: 9380 byte(s)
Diff to previous 1508
* 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) (as text) (annotate) - [select for diffs]
Modified Thu Nov 22 02:48:41 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 9942 byte(s)
Diff to previous 1499
* 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) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 16:48:04 2007 UTC (16 years, 4 months ago) by capela
File length: 9752 byte(s)
Diff to previous 1486
* Qt4 migration: one first step forward to kiss Qt3Support goodbye.


Revision 1486 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 17 02:02:28 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 9796 byte(s)
Diff to previous 1464
* 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 1464 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 1 17:14:21 2007 UTC (16 years, 4 months ago) by capela
File length: 9768 byte(s)
Diff to previous 1461
- Qt4 migration: missing copyright headers update.


Revision 1461 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 28 23:30:36 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 9723 byte(s)
Diff to previous 961
* 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 961 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 3 18:26:13 2006 UTC (17 years, 3 months ago) by capela
File length: 8021 byte(s)
Diff to previous 920
- Adding preliminary MIDI instrument mapping support; now
  with an instrument list widget and editing capabilities.


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


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


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


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


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


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


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


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


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


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


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


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


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


Revision 426 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Mar 7 11:09:32 2005 UTC (19 years ago) by capela
File length: 1761 byte(s)
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