/[svn]/jsampler/trunk/src/org/jsampler/view/fantasia/MainFrame.java
ViewVC logotype

Log of /jsampler/trunk/src/org/jsampler/view/fantasia/MainFrame.java

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1995 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 13 20:08:58 2009 UTC (14 years, 6 months ago) by iliev
File length: 28825 byte(s)
Diff to previous 1919
* Added check box "Remember decision and apply to all selected instruments"
  to the "Map MIDI instrument" dialog when adding multiple selection (#131)
* Fantasia: Added option to keep Fantasia always on top
  (View/Always On Top)


Revision 1919 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 20 19:25:50 2009 UTC (14 years, 9 months ago) by iliev
File length: 28055 byte(s)
Diff to previous 1915
* hack to make JXTaskPaneContainer transparent on Windows


Revision 1915 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 11 09:35:29 2009 UTC (14 years, 9 months ago) by iliev
File length: 28029 byte(s)
Diff to previous 1883
* added support for exporting the MIDI instrument maps
  as text file or web page


Revision 1883 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 5 09:15:35 2009 UTC (14 years, 11 months ago) by iliev
File length: 27995 byte(s)
Diff to previous 1872
* fixed the channel order when exporting sampler configuration
* don't mute channels muted by solo channel when exporting
   sampler configuration
* don't ask whether to replace a file on Mac OS when using
  native file choosers


Revision 1872 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 23 15:34:50 2009 UTC (15 years ago) by iliev
File length: 27987 byte(s)
Diff to previous 1871
* Variable number of channel lanes
  (choose Edit/Preferences, then click the `Channels' tab)


Revision 1871 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 22 18:11:39 2009 UTC (15 years ago) by iliev
File length: 26253 byte(s)
Diff to previous 1866
* Mac OS integration, work in progress:
* Added option to use native file choosers
  (choose Edit/Preferences, then click the `View' tab)


Revision 1866 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 15 19:40:29 2009 UTC (15 years ago) by iliev
File length: 26652 byte(s)
Diff to previous 1865
* show controller names in fx sends dialogs
* save send levels when exporting sampler configuration
* ask when removing nonempty map
* fixed compilation error


Revision 1865 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 15 14:33:48 2009 UTC (15 years ago) by iliev
File length: 26578 byte(s)
Diff to previous 1864
* Mac OS integration, work in progress: screen menu bar fixes


Revision 1864 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 14 20:44:58 2009 UTC (15 years ago) by iliev
File length: 26579 byte(s)
Diff to previous 1818
* Fixed bug in the parameter table when editing
  string list parameters with no possibilities
* Mac OS integration, work in progress:
* ant: added new target build-fantasia-osx
* Moved the menu bar on top of the screen
* Use custom application icon
* Register LSCP scripts to be opened with Fantasia
* Changed shortcut keys (use command key instead of ctrl key)


Revision 1818 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 24 17:29:47 2008 UTC (15 years, 3 months ago) by iliev
File length: 26295 byte(s)
Diff to previous 1786
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 8 22:38:15 2008 UTC (15 years, 5 months ago) by iliev
File length: 23949 byte(s)
Diff to previous 1785
* 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 1785 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 7 00:07:14 2008 UTC (15 years, 5 months ago) by iliev
File length: 23663 byte(s)
Diff to previous 1778
* Fantasia: Implemented multiple channels panels
* Fantasia: Refactoring - all basic UI components moved to
  org.jsampler.view.fantasia.basic package


Revision 1778 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 28 20:38:36 2008 UTC (15 years, 6 months ago) by iliev
File length: 23548 byte(s)
Diff to previous 1776
* Fantasia: Improved look and feel
* Fantasia: Added buttons for increasing/decreasing the key number
  of the MIDI keyboard (Ctrl+Up Arrow/Ctrl+Down Arrow)
* Fantasia: Added buttons for scrolling left/right on the MIDI keyboard
  (Ctrl+Left Arrow/Ctrl+Right Arrow)
* Added key bindings for triggering MIDI notes using the computer keyboard
  (from a to ' for the white keys and from 0 to 7 for changing the octaves)
* Notes are now triggered when dragging the mouse over the MIDI keyboard


Revision 1776 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 11 18:48:36 2008 UTC (15 years, 6 months ago) by iliev
File length: 21308 byte(s)
Diff to previous 1767
* Implemented virtual MIDI keyboard


Revision 1767 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 8 00:19:27 2008 UTC (15 years, 6 months ago) by iliev
File length: 20334 byte(s)
Diff to previous 1734
* 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 1734 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 4 18:40:13 2008 UTC (15 years, 10 months ago) by iliev
File length: 20149 byte(s)
Diff to previous 1729
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 29 22:22:40 2008 UTC (15 years, 11 months ago) by iliev
File length: 19991 byte(s)
Diff to previous 1688
* 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 1688 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 14 16:52:36 2008 UTC (16 years, 1 month ago) by iliev
File length: 20111 byte(s)
Diff to previous 1567
* 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 1567 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 6 19:37:41 2007 UTC (16 years, 3 months ago) by iliev
File length: 18661 byte(s)
Diff to previous 1496
* added confirmation dialog on exit
* some minor gui enhancements
* preparations for release 0.8a


Revision 1496 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 19 22:22:22 2007 UTC (16 years, 4 months ago) by iliev
File length: 18460 byte(s)
Diff to previous 1355
* Added option for turning off the custom window decoration
  (choose Edit/Preferences, then click the `View' tab)
* Added new menu item: Help/Online Tutorial
* Fantasia: first step of implementing a theme manager
* Fantasia: fixed the view of the channel's stream/voice count statistic
* some minor GUI fixes and enhancements


Revision 1355 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 17 23:55:27 2007 UTC (16 years, 6 months ago) by iliev
File length: 18353 byte(s)
Diff to previous 1325
* Added support for formatting the instruments database
* Now database instruments and directories can have multiline descriptions
* Fantasia: added detailed error dialog


Revision 1325 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 5 17:29:11 2007 UTC (16 years, 6 months ago) by iliev
File length: 18034 byte(s)
Diff to previous 1323
* Added context menu to the orchestra's instrument table with
  commands for editing an instrument, deleting an instrument,
  loading an instrument to a sampler channel and adding an
  instrument to MIDI instrument map


Revision 1323 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 4 15:41:13 2007 UTC (16 years, 6 months ago) by iliev
File length: 18076 byte(s)
Diff to previous 1318
* Fantasia: added new menu items - Edit/Add Channel,
  Edit/Create MIDI Device, Edit/Create Audio Device,
  View/Toolbar, View/Side Pane, View/Devices Pane


Revision 1318 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 1 13:46:04 2007 UTC (16 years, 7 months ago) by iliev
File length: 12755 byte(s)
Diff to previous 1311
* Fantasia: Added scrollbar to the channels pane
* Implemented automatic scrolling when new channel is
  created to ensure that it is visible on the screen


Revision 1311 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 29 21:23:16 2007 UTC (16 years, 7 months ago) by iliev
File length: 12743 byte(s)
Diff to previous 1308
* bugfix: the first loaded script was not always been executed


Revision 1308 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 28 17:00:19 2007 UTC (16 years, 7 months ago) by iliev
File length: 12792 byte(s)
Diff to previous 1285
* A lists of recently used instrument files, directories,
  database instruments, database directories are now available
  for quick access, where appropriate.


Revision 1285 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 10 19:55:03 2007 UTC (16 years, 7 months ago) by iliev
File length: 13045 byte(s)
Diff to previous 1204
* Updated to version 0.6a. The Fantasia distribution is now
  capable of controlling all features available in LinuxSampler


Revision 1204 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 24 21:43:45 2007 UTC (16 years, 10 months ago) by iliev
File length: 7753 byte(s)
Diff to previous 1143
upgrading to version 0.5a


Revision 1143 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 2 21:18:31 2007 UTC (17 years ago) by iliev
File length: 7507 byte(s)
Diff to previous 912
* upgrading to version 0.4a


Revision 912 - (view) (download) (annotate) - [select for diffs]
Added Mon Aug 7 18:34:40 2006 UTC (17 years, 7 months ago) by iliev
File length: 7453 byte(s)
* updating to JSampler 0.3a


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