/[svn]/gigedit/trunk/src/plugin/linuxsamplerplugin.h
ViewVC logotype

Log of /gigedit/trunk/src/plugin/linuxsamplerplugin.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3177 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 11 20:59:46 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 2350 byte(s)
Diff to previous 3068 , to selected 2689
* Live mode performance optimization: fixed the editor to be non-responsive
  for a very long time, which happened if changing instrument parameters of
  a very large amount of dimension regions was requested.
* Bumped version (1.0.0.svn45).


Revision 3068 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 2 22:13:01 2017 UTC (7 years, 2 months ago) by schoenebeck
File length: 2131 byte(s)
Diff to previous 2689
- Preparations for Xcode project update.


Revision 2689 - (view) (download) (as text) (annotate) - [selected]
Modified Sun Jan 4 17:19:19 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 1911 byte(s)
Diff to previous 1877
* Automatically switch the sampler's (audible) instrument (in live-mode)
  whenever another instrument was selected in gigedit (this default
  behavior can be switched off in the settings menu of gigedit).


Revision 1877 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 27 12:18:12 2009 UTC (15 years ago) by schoenebeck
File length: 1831 byte(s)
Diff to previous 1660 , to selected 2689
* updated LinuxSampler plugin of gigedit to the latest liblinuxsampler
  C++ API changes


Revision 1660 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 3 00:19:55 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 1664 byte(s)
Diff to previous 1657 , to selected 2689
* call it virtually baby: the keyboard finally can trigger notes on
  sampler side (only in live-mode of course)
* added a red cross on top of the detached-mode icon to make
  it more obvious


Revision 1657 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 2 08:40:36 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 1533 byte(s)
Diff to previous 1656 , to selected 2689
- forgot to delete a method declaration with the last commit
  (would cause the plugin DLL load to fail)


Revision 1656 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 2 08:18:19 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 1572 byte(s)
Diff to previous 1654 , to selected 2689
* bugfix: key highlighting of active keys on the virtual keyboard is now
  working on multiple invocations from the sampler as well
* renamed misleading names regarding the gig format's "keyswitching"
  feature (the dimension is now displayed as "keyswitching" instead of
  "keyboard" in the dimregchooser widget and the two parameters for
  defining the actual keyswitching area on the keyboard in the instruments
  properties dialog are now called "Keyswitching range low/high" instead of
  "Dimension key range low/high")


Revision 1654 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 30 02:20:48 2008 UTC (16 years, 2 months ago) by schoenebeck
File length: 1592 byte(s)
Diff to previous 1376 , to selected 2689
* first step to make the virtual keyboard interactive: active keys of the
  sampler (in live-mode only of course) are highlighted on the virtual
  keyboard - NOTE: yet inaccurate draw of the keys and this mechanism
  yet only works on the first gigedit invocation by the sampler process,
  so this still has to be fixed


Revision 1376 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 3 19:15:47 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 1436 byte(s)
Diff to previous 1322 , to selected 2689
* honored recent LS refactoring: #include paths for LS instrument
  editor plugin classes have changed to:

  <linuxsampler/plugins/InstrumentEditor.h>,
  <linuxsampler/plugins/InstrumentEditorFactory.h>


Revision 1322 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 4 11:04:56 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 1436 byte(s)
Diff to previous 1213 , to selected 2689
* as counterpart to latest LS commit: added experimental support to
  synchronize gigedit with LinuxSampler to avoid race conditions / crash
  while modifying data structures and playing the instrument with LS at
  the same time
* packaging fixes: don't use a hard coded path to install the LS plugin
  DLL, trying to substitute the given LS plugin directory by the
  '${libdir}' automake variable (mandatory i.e. for Gentoo ebuild) and
  include plugin/linuxsamplerplugin.h into the release tarball
  ('make dist')
* updated German translation (po/de.po)


Revision 1213 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed May 30 00:14:05 2007 UTC (16 years, 10 months ago) by schoenebeck
File length: 1333 byte(s)
Diff to selected 2689
* moved instrument editor into a shared library 'libgigedit', the 'gigedit'
  binary is now just calling that shared library
* implemented an "instrument editor plugin" for LinuxSampler to allow
  on-the-fly instrument editing within the sampler's own process
  (this is an optional feature, auto detected at compile time)


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