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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3067 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 2 15:31:47 2017 UTC (7 years, 2 months ago) by capela
File length: 18114 byte(s)
Diff to previous 3049 , to selected 1527
- Got rid of some top-level widget/window size shrinking on bootstrap time.

Revision 3049 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 3 09:47:38 2016 UTC (7 years, 3 months ago) by capela
File length: 18111 byte(s)
Diff to previous 3038 , to selected 1527
- Make builds reproducible byte for byte, by getting rid of
  the configure build date and time stamps.

Revision 3038 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 10 16:23:30 2016 UTC (7 years, 4 months ago) by capela
File length: 18153 byte(s)
Diff to previous 3014 , to selected 1527
- This is it! CONFIG_BUILD_VERSION (having git commit sha1/6) has landed.

Revision 3014 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 17 16:23:15 2016 UTC (7 years, 5 months ago) by capela
File length: 18145 byte(s)
Diff to previous 2847 , to selected 1527
- Set CONFIG_BUILD_DATE instead of the old and deprecated
  non-reproducible build compiler macros (__DATE__; __TIME__).

Revision 2847 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 1 18:22:23 2015 UTC (8 years, 5 months ago) by capela
File length: 18089 byte(s)
Diff to previous 2846 , to selected 1527
- Force an initial but temporary main window expose/realize/show.
  (REGRESSION)

Revision 2846 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 1 15:43:03 2015 UTC (8 years, 5 months ago) by capela
File length: 18087 byte(s)
Diff to previous 2843 , to selected 1527
- Force an initial but temporary main window expose/realize/show.

Revision 2843 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 17 20:43:47 2015 UTC (8 years, 6 months ago) by capela
File length: 18027 byte(s)
Diff to previous 2779 , to selected 1527
- Try to separate old (Qt4) and new (Qt5) widget gemometry persistence.

Revision 2779 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 15 14:11:33 2015 UTC (8 years, 9 months ago) by capela
File length: 17995 byte(s)
Diff to previous 2723 , to selected 1527
* A new top-level widget window geometry state save and restore
  sub-routine is now in effect. (EXPERIMENTAL)

Revision 2723 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 6 23:18:51 2015 UTC (9 years ago) by capela
File length: 17692 byte(s)
Diff to previous 2722 , to selected 1527
- Old generic combo-box history load/save methods fixing.

Revision 2722 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 3 17:41:04 2015 UTC (9 years ago) by capela
File length: 17456 byte(s)
Diff to previous 2718 , to selected 1527
* Added this "Don't ask/show this again" option to some if not most
  of the nagging warning/error message boxes. (EXPERIMENTAL)

Revision 2718 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 22 19:01:32 2015 UTC (9 years, 2 months ago) by capela
File length: 17078 byte(s)
Diff to previous 2712 , to selected 1527
* Better configure checking for alternate Qt4/5 builds.

Revision 2712 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 18 20:25:22 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 17074 byte(s)
Diff to previous 2646 , to selected 1527
* Mac OS X: Fixed default path of linuxsampler binary.


Revision 2646 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 18 08:39:54 2014 UTC (9 years, 9 months ago) by capela
File length: 17094 byte(s)
Diff to previous 2642 , to selected 1527
* Fixed configure check for SoundFont2 support (libgig/SF.h).

Revision 2642 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 19:31:33 2014 UTC (9 years, 9 months ago) by capela
File length: 17089 byte(s)
Diff to previous 2077 , to selected 1527
* A man page has beed added (making up Matt Flax's work on
  debian, thanks).

Revision 2077 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 31 09:07:30 2010 UTC (14 years ago) by capela
File length: 16997 byte(s)
Diff to previous 2028 , to selected 1527
* Initial widget geometry and visibility persistence logic has
  been slightly revised as much to avoid crash failures due to
  wrong main widget hidden state.


Revision 2028 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 4 18:59:57 2009 UTC (14 years, 4 months ago) by capela
File length: 16951 byte(s)
Diff to previous 1890 , to selected 1527
* Global configuration state is now explicitly saved/committed to
  disk when View/Options... dialog changes are accepted and applied.


Revision 1890 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 28 09:06:43 2009 UTC (14 years, 11 months ago) by capela
File length: 16744 byte(s)
Diff to previous 1803 , to selected 1527
- Got rid of some Qt3 support remnants: QApplication::argc() and
  QApplication::argv() replaced by QApplication::arguments().


Revision 1803 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 13:58:16 2008 UTC (15 years, 3 months ago) by schoenebeck
File length: 16697 byte(s)
Diff to previous 1749 , to selected 1527
* Added support for runtime max. voices / disk streams setting (accessible
  from the "Options..." dialog). Those fine tuning settins will be saved
  in case the user modified them and automatically restored to the sampler
  when reconnecting to a sampler the next time.
* bumped version to 0.2.1.20


Revision 1749 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 2 13:19:09 2008 UTC (15 years, 8 months ago) by capela
File length: 14170 byte(s)
Diff to previous 1738 , to selected 1527
* Due to some trouble with newer Qt >= 4.4 applications regarding font
  size configuration, a new global user option is now available to the
  rescue: View/Options... /Display/Other/Base font size (default none).


Revision 1738 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 14 15:24:22 2008 UTC (15 years, 10 months ago) by capela
File length: 14050 byte(s)
Diff to previous 1643 , to selected 1527
* Messages file logging makes its first long overdue appearance,
  with user configurable settings in View/Options.../Server/Logging.


Revision 1643 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 13 16:44:00 2008 UTC (16 years, 2 months ago) by nagata
File length: 13605 byte(s)
Diff to previous 1558 , to selected 1527
* OSX Xcode project files are added (directory osx)
* OSX: PATH and plugin directory are modified on startup
* OSX: default timeout is set to 10000 ms (CoreMIDI is sometimes slow)


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: 13269 byte(s)
Diff to previous 1527
* Qt4 migration: complete QSampler namespace overhaul.


Revision 1527 - (view) (download) (annotate) - [selected]
Modified Mon Nov 26 16:00:21 2007 UTC (16 years, 4 months ago) by schoenebeck
File length: 13308 byte(s)
Diff to previous 1509
* Added recent new support of libgig for retrieving instrument names in a
  very fast way. If libgig provides this feature, then the respective
  name retrieval setting in qsampler is enabled by default.


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: 13063 byte(s)
Diff to previous 1504 , to selected 1527
* Audio routing table is initially hidden in the dialog, when
  creating a new sampler channel.

* README requirements and configuration notes update.


Revision 1504 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 21 11:46:40 2007 UTC (16 years, 4 months ago) by capela
File length: 13792 byte(s)
Diff to previous 1499 , to selected 1527
* Qt4 migration: Qt3Support is now scrapped.


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: 13846 byte(s)
Diff to previous 1464 , to selected 1527
* Qt4 migration: one first step forward to kiss Qt3Support goodbye.


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


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: 14651 byte(s)
Diff to previous 920 , to selected 1527
* 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 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: 14093 byte(s)
Diff to previous 753 , to selected 1527
GPL address update.


Revision 753 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 24 17:44:59 2005 UTC (18 years, 7 months ago) by capela
File length: 14090 byte(s)
Diff to previous 605 , to selected 1527
Attempt to bring those aging autoconf templates to date;
  sample SPEC file for RPM build is now being included and
  generated at configure time.


Revision 605 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 3 10:19:42 2005 UTC (18 years, 9 months ago) by capela
File length: 14111 byte(s)
Diff to previous 454 , to selected 1527
Include libgig version info on command line request (-v).


Revision 454 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 14 10:59:57 2005 UTC (19 years ago) by capela
File length: 13914 byte(s)
Diff to previous 404 , to selected 1527
New keep child windows always on top option; device icon retouching;


Revision 404 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 23 13:47:47 2005 UTC (19 years, 1 month ago) by capela
File length: 13792 byte(s)
Diff to previous 400 , to selected 1527
* Added new menu and toolbar option: Reset All Channels.

* Channel setup changes are now properly filtered, as for
  only those settings that are actually changed gets applied;
  change information are now also posted to messages window.


Revision 400 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 15:02:58 2005 UTC (19 years, 1 month ago) by capela
File length: 13792 byte(s)
Diff to previous 395 , to selected 1527
Major internal switch regarding channel strip change management.


Revision 395 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 20 19:13:33 2005 UTC (19 years, 1 month ago) by capela
File length: 13792 byte(s)
Diff to previous 341 , to selected 1527
* Drag-and-drop to an existing channel strip is now also
  featured, allowing the in-place change of the channel
  sampler instrument file.


Revision 341 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 18 11:29:01 2005 UTC (19 years, 2 months ago) by capela
File length: 13791 byte(s)
Diff to previous 267 , to selected 1527
* Actual instrument names are now optionally retrieved
  from the instrument file, even though libgig is available,
  avoiding excessively annoying load times while on the
  channel dialog, when huge instrument files are selected.


Revision 267 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 6 15:42:59 2004 UTC (19 years, 5 months ago) by capela
File length: 13650 byte(s)
Diff to previous 264 , to selected 1527
* Channel strip display glass effect is now an option.


Revision 264 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 29 13:12:45 2004 UTC (19 years, 6 months ago) by capela
File length: 13516 byte(s)
Diff to previous 176 , to selected 1527
Initial rewrite of sampler channel strips internal control structures.


Revision 176 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 6 10:54:45 2004 UTC (19 years, 8 months ago) by capela
File length: 13516 byte(s)
Diff to previous 119 , to selected 1527
* Channel dialog gets sensible engine and driver defaults
  on create time.

* Implied channel reset on successful instrument load.


Revision 119 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 9 20:24:48 2004 UTC (19 years, 9 months ago) by capela
File length: 13129 byte(s)
Diff to previous 106 , to selected 1527
* Maximum channel volume percent setting is now a global option,
  provided to override the default (which is 100%).

* Client/server transaction timeout option upper limit has been
  increased from 5000 to 60000 milliseconds.


Revision 106 - (view) (download) (annotate) - [select for diffs]
Added Fri Jun 4 18:34:58 2004 UTC (19 years, 9 months ago) by capela
File length: 13009 byte(s)
Diff to selected 1527
Initial alpha release.


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