/[svn]/gigedit/trunk/src/plugin
ViewVC logotype

Log of /gigedit/trunk/src/plugin

View Directory Listing Directory Listing


Sticky Revision:

Revision 3364 - Directory Listing
Modified Tue Nov 14 18:07:25 2017 UTC (6 years, 5 months ago) by schoenebeck
* Added experimental support for upcoming GTK(MM)4
  (for now up to GTKMM 3.91.2 while still preserving backward compatibility
  down to GTKMM 2).
* Re-merged r2845 to compile now with and without Gtk "Stock ID" API
  (see also r3158).


Revision 3192 - Directory Listing
Modified Fri May 19 18:09:37 2017 UTC (6 years, 11 months ago) by schoenebeck
* GTK3: Bringing back icons and keyboard accelerators / mnemonics for menus
  and buttons with GTK3; Cudos to those GTK heros who thought it might be
  a clever idea to simply remove such features for all users, all devices
  and all apps by default with GTK3!
* Debian: Added build-dependency to either libgtk2.0-dev or libgtk-3-dev.
* Debian: Added dependency to to either gnome-icon-theme or
  hicolor-icon-theme.
* Bumped version (1.0.0.svn48).


Revision 3177 - Directory Listing
Modified Thu May 11 20:59:46 2017 UTC (6 years, 11 months ago) by schoenebeck
* 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 - Directory Listing
Modified Mon Jan 2 22:13:01 2017 UTC (7 years, 3 months ago) by schoenebeck
- Preparations for Xcode project update.


Revision 2920 - Directory Listing
Modified Wed May 18 11:50:49 2016 UTC (7 years, 11 months ago) by schoenebeck
- Added svn ignore filter for auto generated files.


Revision 2903 - Directory Listing
Modified Tue May 3 14:08:34 2016 UTC (7 years, 11 months ago) by schoenebeck
* Script Editor: altered keyboard shortcut Ctrl-X to Ctrl-Q (to avoid
  masking the common cut text shortcut).
* Script Editor: if editor is used in live-mode, inform the sampler that
  it needs to automatically reload the script after the script has been
  altered and applied with the script editor.
* Bumped version (1.0.0.svn13).


Revision 2841 - Directory Listing
Modified Sun Aug 30 10:00:49 2015 UTC (8 years, 7 months ago) by persson
* allow building with G_DISABLE_DEPRECATED
* fixed building without liblinuxsampler on Mac
* fixed some compiler and cppcheck warnings


Revision 2689 - Directory Listing
Modified Sun Jan 4 17:19:19 2015 UTC (9 years, 3 months ago) by schoenebeck
* 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 1959 - Directory Listing
Modified Fri Jul 31 10:15:27 2009 UTC (14 years, 8 months ago) by persson
* preparations for release 0.2.0


Revision 1877 - Directory Listing
Modified Fri Mar 27 12:18:12 2009 UTC (15 years ago) by schoenebeck
* updated LinuxSampler plugin of gigedit to the latest liblinuxsampler
  C++ API changes


Revision 1853 - Directory Listing
Modified Sun Mar 1 22:26:36 2009 UTC (15 years, 1 month ago) by schoenebeck
* bugfix: inform the sampler when new file(s) has been imported on save
  operation (#82)


Revision 1809 - Directory Listing
Modified Sun Dec 14 15:52:10 2008 UTC (15 years, 4 months ago) by persson
* fixes for building the plugin with MinGW


Revision 1680 - Directory Listing
Modified Tue Feb 12 14:14:26 2008 UTC (16 years, 2 months ago) by schoenebeck
- forgot to commit file with the recent CVS commit


Revision 1664 - Directory Listing
Modified Mon Feb 4 00:40:03 2008 UTC (16 years, 2 months ago) by schoenebeck
* show absolute velocity values of "real" MIDI sources
  in the editor as well


Revision 1660 - Directory Listing
Modified Sun Feb 3 00:19:55 2008 UTC (16 years, 2 months ago) by schoenebeck
* 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 - Directory Listing
Modified Sat Feb 2 08:40:36 2008 UTC (16 years, 2 months ago) by schoenebeck
- forgot to delete a method declaration with the last commit
  (would cause the plugin DLL load to fail)


Revision 1656 - Directory Listing
Modified Sat Feb 2 08:18:19 2008 UTC (16 years, 2 months ago) by schoenebeck
* 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 - Directory Listing
Modified Wed Jan 30 02:20:48 2008 UTC (16 years, 2 months ago) by schoenebeck
* 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 - Directory Listing
Modified Wed Oct 3 19:15:47 2007 UTC (16 years, 6 months ago) by schoenebeck
* 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 - Directory Listing
Modified Tue Sep 4 11:04:56 2007 UTC (16 years, 7 months ago) by schoenebeck
* 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 1230 - Directory Listing
Modified Sun Jun 10 11:58:01 2007 UTC (16 years, 10 months ago) by schoenebeck
* the correct plugin path of the installed LinuxSampler is now
  automatically retrieved by the configure script using LS's respective
  pkg-config variable field


Revision 1229 - Directory Listing
Modified Sun Jun 10 11:23:15 2007 UTC (16 years, 10 months ago) by schoenebeck
- tiny fix of the previous commit batch (directory structure has changed)


Revision 1226 - Directory Listing
Modified Sun Jun 10 11:01:16 2007 UTC (16 years, 10 months ago) by schoenebeck
* revised directories to a more automake-friendly structure
  to avoid compilation and install errors


Revision 1213 - Directory Listing
Added Wed May 30 00:14:05 2007 UTC (16 years, 10 months ago) by schoenebeck
* 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)


  ViewVC Help
Powered by ViewVC