/[svn]/web/trunk/www.linuxsampler.org/features.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/features.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 853 by schoenebeck, Mon Apr 17 14:31:10 2006 UTC revision 904 by schoenebeck, Sun Jul 23 11:54:27 2006 UTC
# Line 88  Line 88 
88                  bugsover = new Image();                  bugsover = new Image();
89                  bugsover.src = dir + "mbugshover.png";                  bugsover.src = dir + "mbugshover.png";
90    
91                  bugsout = new Image();                  bugsout = new Image();&
92                  bugsout.src = dir + "mbugs.png";                  bugsout.src = dir + "mbugs.png";
93          }          }
94          -->          -->
# Line 172  Line 172 
172                                                                                          <li class="partly">Gig v3 format                                                                                          <li class="partly">Gig v3 format
173                                                                                                  <ol>                                                                                                  <ol>
174                                                                                                          <li class="partly">large file support (64 bit file offsets are currently truncated to 32 bit)</li>                                                                                                          <li class="partly">large file support (64 bit file offsets are currently truncated to 32 bit)</li>
175                                                                                                          <li class="partly">24 bit samples (currently truncated to 16 bit), uncompressed as well as compressed</li>                                                                                                          <li class="ok">24 bit samples (uncompressed as well as compressed)</li>
176                                                                                                          <li class="ok">support for multi-file format (.gig, .gx01, .gx02, ...)</li>                                                                                                          <li class="ok">support for multi-file format (.gig, .gx01, .gx02, ...)</li>
177                                                                                                            <li class="partly">support for articulation (.art) files</li>
178                                                                                                          <li class="ok">support for Dimension Splits not equal to two</li>                                                                                                          <li class="ok">support for Dimension Splits not equal to two</li>
179                                                                                                          <li class="ok">up to 8 Dimensions or 256 Dimension Regions</li>                                                                                                          <li class="ok">up to 8 Dimensions or 256 Dimension Regions</li>
180                                                                                                  </ol>                                                                                                  </ol>
# Line 210  Line 211 
211                                                                          <li class="ok">Looping</li>                                                                          <li class="ok">Looping</li>
212                                                                          <li class="ok">Pitchbend wheel support</li>                                                                          <li class="ok">Pitchbend wheel support</li>
213                                                                          <li class="ok">Bidirectional voice state transition</li>                                                                          <li class="ok">Bidirectional voice state transition</li>
214                                                                          <li class="partly">Filter (VCF)                                                                          <li class="ok">Filter (VCF)
215                                                                                  <ol>                                                                                  <ol>
216                                                                                          <li class="ok">Highpass</li>                                                                                          <li class="ok">Highpass</li>
217                                                                                          <li class="ok">Bandpass</li>                                                                                          <li class="ok">Bandpass</li>
218                                                                                          <li class="false">Bandreject</li>                                                                                          <li class="ok">Bandreject</li>
219                                                                                          <li class="ok">Lowpass</li>                                                                                          <li class="ok">Lowpass</li>
220                                                                                          <li class="false">Turbo lowpass</li>                                                                                          <li class="ok">Turbo lowpass</li>
221                                                                                          <li class="ok">Cutoff frequency controllable by MIDI controller</li>                                                                                          <li class="ok">Cutoff frequency controllable by MIDI controller</li>
222                                                                                          <li class="ok">Resonance controllable by MIDI controller</li>                                                                                          <li class="ok">Resonance controllable by MIDI controller</li>
223                                                                                  </ol>                                                                                  </ol>
# Line 238  Line 239 
239                                                                                  altering portamento time, CC65 for enabling / disabling                                                                                  altering portamento time, CC65 for enabling / disabling
240                                                                                  portamento mode, CC126 for enabling solo mode and CC127 for                                                                                  portamento mode, CC126 for enabling solo mode and CC127 for
241                                                                                  disabling solo mode)</li>                                                                                  disabling solo mode)</li>
242                                                                            <li class="ok">Scale Tuning (via standard MIDI GS SysEx message)</li>
243                                                                  </ol>                                                                  </ol>
244                                                          </li>                                                          </li>
245                                                          <li style="partly"><a href="http://www.midi.org/about-midi/dls/abtdls.shtml">DLS</a> Engine                                                          <li style="partly"><a href="http://www.midi.org/about-midi/dls/abtdls.shtml">DLS</a> Engine
# Line 256  Line 258 
258                                          </li>                                          </li>
259                                          <li class="partly">Control interfaces                                          <li class="partly">Control interfaces
260                                                  <ol>                                                  <ol>
261                                                            <li class="ok">Native C++ <a href="http://en.wikipedia.org/wiki/Application_programming_interface">API</a></li>
262                                                          <li class="ok">Custom network interface for frontends (<a name="LSCP" href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html">LSCP</a>)                                                          <li class="ok">Custom network interface for frontends (<a name="LSCP" href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html">LSCP</a>)
263                                                          </li>                                                          </li>
264         <li class="false"><a name="OSC" href="http://www.cnmat.berkeley.edu/OpenSoundControl/">OSC</a>         <li class="false"><a name="OSC" href="http://www.cnmat.berkeley.edu/OpenSoundControl/">OSC</a>
# Line 297  Line 299 
299                                          <li class="partly">(Graphical) frontends                                          <li class="partly">(Graphical) frontends
300                                                  <ol>                                                  <ol>
301                                                          <li class="ok">Qt based frontend (<a href="http://qsampler.sourceforge.net">QSampler</a>)</li>                                                          <li class="ok">Qt based frontend (<a href="http://qsampler.sourceforge.net">QSampler</a>)</li>
302                                                            <li class="ok">Java based frontend (<a href="http://sourceforge.net/projects/jsampler">JSampler</a>)</li>
303                                                          <li class="false">VSTi frontend (based on the Qt frontend)</li>                                                          <li class="false">VSTi frontend (based on the Qt frontend)</li>
304                                                  </ol>                                                  </ol>
305                                          </li>                                          </li>
# Line 315  Line 318 
318                          </p>                          </p>
319    
320                          <p>                          <p>
321                           (Last page update on <b>$Date: 2006-04-17 14:31:10 $</b> by $Author: schoenebeck $,                           (Last page update on <b>$Date: 2006-07-23 11:54:27 $</b> by $Author: schoenebeck $,
322                           also see <a href="http://www.linuxsampler.org">CVS Log</a> for recent changes)                           also see <a href="http://www.linuxsampler.org">CVS Log</a> for recent changes)
323                          </p>                          </p>
324    

Legend:
Removed from v.853  
changed lines
  Added in v.904

  ViewVC Help
Powered by ViewVC