/[svn]/web/trunk/www.linuxsampler.org/news.xml
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/news.xml

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

revision 2157 by schoenebeck, Sun Jan 16 19:00:42 2011 UTC revision 2906 by schoenebeck, Wed May 4 14:47:37 2016 UTC
# Line 1  Line 1 
1  <?xml version='1.0' ?>  <?xml version='1.0' ?>
2  <news>  <news>
3      <entry date="2016-05-04">
4        There are is some progress regarding Gigedit's integrated
5        <link ref="http://doc.linuxsampler.org/Instrument_Scripts/NKSP_Language/">NKSP</link>
6        real-time instrument script editor. Check out the
7        <link ref="http://doc.linuxsampler.org/News/Instrument_Script_Editor_2016-05-04/">News Article ...</link>
8      </entry>
9      <entry date="2015-07-18">
10        LinuxSampler 2.0.0 had been released after six years of development!
11        Check the
12        <link ref="http://doc.linuxsampler.org/Release_Notes/LinuxSampler_2_0_0/">release notes</link>
13        for a detailed review of what's new with LinuxSampler and friends.
14      </entry>
15      <entry date="2015-06-11">
16        <link ref="http://download.linuxsampler.org/packages/osx/snapshots/" img="gfx/logos/apple.png"></link>
17        The Mac installer was broken on latest OS X 10.10 Yosemite. This had been
18        fixed today. Get the latest
19        <link ref="http://download.linuxsampler.org/packages/osx/snapshots/">snapshot for Mac</link>
20        with Yosemite support now.
21      </entry>
22      <entry date="2015-04-29">
23        <link ref="http://doc.linuxsampler.org" img="gfx/new_article.png"></link>
24        A new documentation site has been launched:
25        <link ref="http://doc.linuxsampler.org">http://doc.linuxsampler.org</link> -
26        This separate page dedicated to manuals, tutorials and other kind of
27        articles for the LinuxSampler project, is using a new solution to write
28        and maintain such articles with a minimum of effort. Be invited to help us
29        <link ref="http://doc.linuxsampler.org/Writing_Docs/">writing documentation</link>
30        for LinuxSampler and friends! As one of the first topics, this site is now
31        hosting an introduction to the new
32        <link ref="http://doc.linuxsampler.org/Instrument_Scripts/NKSP_Language/">NKSP Real-Time Instrument Script Language</link>.
33        The long-term plan is to move all documentation of this project from our www
34        server to that new site.
35      </entry>
36      <entry date="2015-01-18">
37        <link ref="http://download.linuxsampler.org/pix/screenshots/mac_installer_1.jpg" img="http://download.linuxsampler.org/pix/screenshots/mac_installer_1_240x169.jpg"></link>
38        For the Mac users out there: We finally have a convenient installer for the
39        OS X version of LinuxSampler. This is already integrated in our automatic
40        build system. So from now on all
41        <link ref="http://download.linuxsampler.org/packages/osx/snapshots/">daily snapshot builds for Mac</link>
42        are automatically built with an installer. By default the installer will
43        install all components (LinuxSampler stand-alone application, VST and
44        Audio Unit plugin version of LinuxSampler, QSampler, Fantasia, GigEdit and
45        command line tools. At step "Installation Type" you can however also
46        override the default installation and select which components to install.
47      </entry>
48      <entry date="2014-06-19">
49        <link ref="http://download.linuxsampler.org/packages/osx/snapshots/" img="gfx/logos/apple.png"></link>
50        <link ref="http://download.linuxsampler.org/packages/osx/snapshots/">gigedit finally included with OS X snapshots!</link>
51        Due to the variety of third party library dependencies it took a while, but
52        finally "gigedit", our graphical instrument editor for Gigasampler /
53        GigaStudio files, is now included with the automatic binary snapshots builds
54        for Mac OS X. The automatic snapshot installers are automatically compiled
55        by one of our servers each time a developer commits something new to our
56        Subversion (development) server. You can use gigedit on Mac OS X as
57        stand-alone instrument editor as well as in live-mode while running
58        LinuxSampler. In the latter case your changes with gigedit get immediately
59        audible while playing the instrument on the keyboard at the same time.
60      </entry>
61      <entry date="2011-08-25">
62        <link ref="sfz/" img="gfx/logos/sfz.png"></link>
63        <link ref="sfz/">Added SFZ implementation status page.</link>
64        We are currently in the works to implement support for the SFZ format,
65        which is a powerful and open sample library format, already adopted by
66        many commercial samplers. Check our new SFZ status page to see which
67        aspects of the format are already supported by LinuxSampler, and which
68        ones are yet to be implemented.
69      </entry>
70      <entry date="2011-07-18">
71        <link ref="http://download.linuxsampler.org/packages/osx/snapshots/" img="gfx/logos/apple.png"></link>
72        <link ref="http://download.linuxsampler.org/packages/osx/snapshots/">Download the latest OS X snapshot of the sampler!</link>
73        Following our ongoing sympathy for automatic snapshots, we finally provide
74        automatic builds also for Apple OS X! As soon as some developer commits
75        something new to our Subversion server, a new binary snapshot for OS X will
76        automatically be available for download from our webserver within minutes.
77        The snapshot tbz2 archive file contains universal binaries
78        (PPC 32 bit, Intel 32 &amp; 64 bit) of the stand-alone version of the
79        sampler, VST and AU plugin version, and the graphical frontend applications
80        QSampler and Fantasia. Only our graphical instrument editor gigedit is not
81        yet part of the snapshots, it might follow at a later point. Please read
82        the README file in the tbz2 archive file for instructions how to install
83        everything on your Mac.
84      </entry>
85      <entry date="2011-06-05">
86        <link ref="http://svn.linuxsampler.org" img="gfx/logos/subversion.png"></link>
87        From now on, our source code is managed by a Subversion server. We
88        converted our existing CVS repository for the
89        <link ref="http://svn.linuxsampler.org">new Subversion server</link>, so
90        the complete history from the beginning of this project is also
91        available in this new Subversion repository. Our
92        <link ref="http://cvs.linuxsampler.org">old CVS server, along with its web frontend</link>
93        is still available, however is now in read only mode, so no changes can be
94        commited to CVS anymore. On the downloads page you can find
95        <link ref="http://www.linuxsampler.org/downloads.html#svn">instructions how
96        to download ("checkout") source code from our Subversion server.</link>
97      </entry>
98      <entry date="2011-06-05">
99        <link ref="http://www.linuxsampler.org" img="gfx/sorryd.jpg"></link>
100        After a huge down time of almost one month, we decided to move to new, more
101        reliable servers. Thanks to the University of Heilbronn which kindly hosted
102        our servers for 8 years. We started to move the most important services to
103        a commercial server host, which will be financed by your donations. Sorry
104        for this long absence and thank you for your support!
105      </entry>
106      <entry date="2011-02-05">
107        <link ref="http://download.linuxsampler.org/packages/win32/snapshots/" img="gfx/logos/windows.png"></link>
108        <link ref="http://download.linuxsampler.org/packages/win32/snapshots/">Download the latest Windows snapshot of the sampler!</link>
109        Since we have to confess that we are a bit lazy about putting out official
110        releases, and since the latest official release of the sampler for Windows
111        is quite old, we decided to establish automatic builts of the sampler and
112        all other software components for Windows. As soon as some developer
113        commits something new to the CVS server for any of the project's software
114        components, a new snapshot binary for Windows will automatically built and
115        be available for download within few minutes. Sorry for neglecting you
116        Windows users out there for so long!
117      </entry>
118      <entry date="2011-01-23">
119        <link ref="nkitool/" img="nkitool/native-instruments-kontakt.png"></link>
120        In case you are working a lot on Native Instruments Kontakt instrument
121        files, or if you are just interested in the .nki file format, you might have
122        a look at <link ref="nkitool/">nkitool</link>. It is a simple console
123        application which allows to export and import the human readable XML file
124        from and to Native Instruments Kontakt .nki instrument articulation files.
125        It can be very handy to speedup or even automate the process of creating
126        and editing .nki instrument files.
127      </entry>
128    <entry date="2010-10-01">    <entry date="2010-10-01">
129      <link ref="misc/press/computer_music_special_44_2010/cms_44_2010_cover.jpg" img="misc/press/computer_music_special_44_2010/cms_44_2010_cover_s.jpg"></link>      <link ref="misc/press/computer_music_special_44_2010/cms_44_2010_cover.jpg" img="misc/press/computer_music_special_44_2010/cms_44_2010_cover_s.jpg"></link>
130      LinuxSampler is featured in the october special issue of the "Computer Music"      LinuxSampler is featured in the october special issue of the "Computer Music"

Legend:
Removed from v.2157  
changed lines
  Added in v.2906

  ViewVC Help
Powered by ViewVC