/[svn]/jsampler/trunk/src/org/jsampler/task
ViewVC logotype

Log of /jsampler/trunk/src/org/jsampler/task

View Directory Listing Directory Listing


Sticky Revision:

Revision 1818 - Directory Listing
Modified Wed Dec 24 17:29:47 2008 UTC (15 years, 3 months ago) by iliev
* Added support for controlling the global sampler-wide limit of
  maximum voices and disk streams
  (choose Edit/Preferences, then click the `General' tab)
* Fantasia: store the view configuration of audio/MIDI devices and sampler
  channels in the LSCP script when exporting sampler configuration
* Fantasia: Implemented multiple sampler channels' selection
* Fantasia: Added option to move sampler channels up and down
  in the channels list
* Fantasia: Added option to move sampler channels
  to another channels panels


Revision 1786 - Directory Listing
Modified Wed Oct 8 22:38:15 2008 UTC (15 years, 6 months ago) by iliev
* Implemented option to launch the backend if it is not yet started
  (choose Edit/Preferences, then click the `Backend' tab)
* LSCP scripts can now be run by passing them to jsampler
  as command-line arguments
* The scripts in the `scripts' directory now pass the command-line
  arguments to the respective jsampler distribution
* ant: the default target is now build-fantasia
* bugfix: backend address was always set to 127.0.0.1 when adding
  backend to the backend list


Revision 1781 - Directory Listing
Modified Mon Sep 29 18:21:21 2008 UTC (15 years, 6 months ago) by iliev
* Implemented option for adding instruments in separate directories
  in the instruments database
  (patch by Chris Cherrett & Andrew Williams, a bit adjusted)


Revision 1776 - Directory Listing
Modified Thu Sep 11 18:48:36 2008 UTC (15 years, 7 months ago) by iliev
* Implemented virtual MIDI keyboard


Revision 1767 - Directory Listing
Modified Mon Sep 8 00:19:27 2008 UTC (15 years, 7 months ago) by iliev
* Added `Copy To' and `Move To' commands to the MIDI bank context menu
  and to the MIDI instrument context menu
* Added commands to the MIDI instrument context menu for moving
  a MIDI instrument to another program
  (right-click on a MIDI instrument and choose `Change Program')
* Added option to choose between zero-based and one-based
  MIDI bank/program numbering
  (choose Edit/Preferences, then click the `Advanced' button)
* Added option to choose whether to include MIDI instrument
  mappings when exporting a sampler configuration to LSCP script.
  (choose Edit/Preferences, then click the `Advanced' button)
* Added option to set the MIDI instrument loading in background
  when exporting MIDI instrument mappings to LSCP script.
  (choose Edit/Preferences, then click the `Advanced' button)
* Implemented an option to change the socket read timeout
  (choose Edit/Preferences, then click the `Backend' tab)
* Updated LscpTree
* Fantasia: Added option to hide the active stream/voice count statistic
  in the sampler channel's small view
  (choose Edit/Preferences, then click the `Channels' tab)
* Fantasia: `Turn off animation effects' checkbox moved to the `View' tab


Revision 1743 - Directory Listing
Modified Sat May 31 23:04:01 2008 UTC (15 years, 10 months ago) by iliev
* Renamed the column labels in the Channel Routing dialog: The column
  representing the sampler channel's audio channels is "Audio In" and
  the column representing the audio device's channels is "Audio Out"
* Remember the last used tab in the Preferences dialog
* Fantasia: The sampler channels are now referenced by their position
  in the list, not by their ID
* Fantasia: Implemented options to show the channel number and/or the MIDI
  input port/channel on the sampler channel screen when using Small View
  (choose Edit/Preferences, then click the `Channels' tab)
* Fantasia: Migrated to substance 5


Revision 1737 - Directory Listing
Modified Thu May 8 17:26:19 2008 UTC (15 years, 11 months ago) by iliev
* Major memory optimizations when too many sampler channels are present


Revision 1734 - Directory Listing
Modified Sun May 4 18:40:13 2008 UTC (15 years, 11 months ago) by iliev
* bugfix: JSampler took forever to load a configuration with
  too many sampler channels
* Implemented option to show different channel view when
  the mouse pointer is over sampler channel
  (choose Edit/Preferences, then click the `Defaults' tab)


Revision 1729 - Directory Listing
Modified Tue Apr 29 22:22:40 2008 UTC (15 years, 11 months ago) by iliev
* Added support for handling lost files in the Instruments Database
  (In the Instruments Database window choose Actions/Check For Lost Files)
* Fantasia: Added option to show the Instruments Database
  on the Right-Side Pane of the Fantasia's main window
  (choose Edit/Preferences, then click the `View' tab)
* Added new menu item in the Instruments Database window: Edit/Find
* Some minor bugfixes and enhancements


Revision 1719 - Directory Listing
Modified Wed Mar 19 10:07:36 2008 UTC (16 years, 1 month ago) by iliev
* Optimized the MIDI instrument update process


Revision 1688 - Directory Listing
Modified Thu Feb 14 16:52:36 2008 UTC (16 years, 2 months ago) by iliev
* Implemented a backend list with option to manually choose a backend
  to connect on startup(Edit/Preferences, then click the `Backend' tab)
  and option to change the backend without restarting JSampler
  (Actions/Change Backend or Ctrl + B)

* Added confirmation messages for removing sampler channels and
  audio/MIDI devices (Edit/Preferences, then click the `View' tab)


Revision 1540 - Directory Listing
Modified Mon Dec 3 23:22:02 2007 UTC (16 years, 4 months ago) by iliev
* Fantasia: by default the volume values are now shown in decibels
* Implemented support for retrieving instrument information
  from instrument files
* Some bugfixes and enhancements


Revision 1445 - Directory Listing
Modified Mon Oct 15 20:55:33 2007 UTC (16 years, 6 months ago) by iliev
* preparations for release 0.7a


Revision 1357 - Directory Listing
Modified Sat Sep 22 17:27:06 2007 UTC (16 years, 6 months ago) by iliev
* Added options for setting the maximum master and channel volume
  (choose Edit/Preferences)
* Fantasia: Edit instrument button is now shown on the channel
  screen only when there is loaded instrument on that channel
* Fantasia: Added options for showing additional device parameters in
  audio/MIDI device panes (Edit/Preferences, then click the `View' tab)
* Fantasia: Master volume is now fully implemented


Revision 1355 - Directory Listing
Modified Mon Sep 17 23:55:27 2007 UTC (16 years, 7 months ago) by iliev
* Added support for formatting the instruments database
* Now database instruments and directories can have multiline descriptions
* Fantasia: added detailed error dialog


Revision 1341 - Directory Listing
Modified Mon Sep 10 22:29:09 2007 UTC (16 years, 7 months ago) by iliev
* Fantasia: Added button to the channel screen for starting an instrument
  editor (point the mouse cursor over the channel screen and click 'Edit')


Revision 1334 - Directory Listing
Modified Sun Sep 9 17:43:30 2007 UTC (16 years, 7 months ago) by iliev
* Added options for choosing default channel volume and
  MIDI instrument map


Revision 1327 - Directory Listing
Modified Fri Sep 7 12:09:59 2007 UTC (16 years, 7 months ago) by iliev
* Implemented more proper retrieval of the MIDI/audio driver settings
* Implemented new table cell editor for editing string list
  parameters with possibilities
* Some javadoc documentation fixes


Revision 1313 - Directory Listing
Modified Thu Aug 30 22:44:29 2007 UTC (16 years, 7 months ago) by iliev
* Added option for default actions when channel is created
  (choose Edit/Preferences, then click the `Defaults' tab)


Revision 1285 - Directory Listing
Modified Fri Aug 10 19:55:03 2007 UTC (16 years, 8 months ago) by iliev
* Updated to version 0.6a. The Fantasia distribution is now
  capable of controlling all features available in LinuxSampler


Revision 1205 - Directory Listing
Modified Thu May 24 21:55:41 2007 UTC (16 years, 10 months ago) by iliev
* upgrading to version 0.5a


Revision 1204 - Directory Listing
Modified Thu May 24 21:43:45 2007 UTC (16 years, 10 months ago) by iliev
upgrading to version 0.5a


Revision 1144 - Directory Listing
Modified Mon Apr 2 21:39:15 2007 UTC (17 years ago) by iliev
- upgrading to version 0.4a


Revision 1143 - Directory Listing
Modified Mon Apr 2 21:18:31 2007 UTC (17 years ago) by iliev
* upgrading to version 0.4a


Revision 913 - Directory Listing
Modified Mon Aug 7 18:45:48 2006 UTC (17 years, 8 months ago) by iliev
updating to JSampler 0.3a


Revision 911 - Directory Listing
Modified Mon Aug 7 18:25:58 2006 UTC (17 years, 8 months ago) by iliev
updating to JSampler 0.3a


Revision 845 - Directory Listing
Modified Fri Mar 17 12:08:46 2006 UTC (18 years, 1 month ago) by iliev
* Updating to version 0.2a


Revision 842 - Directory Listing
Modified Thu Mar 16 18:08:34 2006 UTC (18 years, 1 month ago) by iliev
Updating to version 0.2a


Revision 787 - Directory Listing
Added Mon Oct 10 16:03:12 2005 UTC (18 years, 6 months ago) by iliev
* The first alpha-release of JSampler


  ViewVC Help
Powered by ViewVC