<?xml version='1.0' encoding='utf-8' ?>
<feed xmlns='http://www.w3.org/2005/Atom'>
  <title type='text'>LAMA</title>
  <generator uri='http://effectif.com/nesta'>Nesta</generator>
  <id>tag:lama-audio.net,2009:/</id>
  <link href='http://lama-audio.net/articles.xml' rel='self' />
  <link href='http://lama-audio.net' rel='alternate' />
  <subtitle type='text'>The LAMA Audio Measurement Application</subtitle>
  <updated>2012-01-23T00:00:00+00:00</updated>
  <author>
    <name>lama-audio.net</name>
    <uri>http://lama-audio.net</uri>
  </author>
  <entry>
    <title>LAMA 1.34</title>
    <link href='http://lama-audio.net/blog/lama-134' rel='alternate' type='text/html' />
    <id>tag:lama-audio.net,2012-01-23:/blog/lama-134</id>
    <content type='html'>
      &lt;p&gt;The release notes for this version can be found &lt;a href='http://lama-audio.net/versions/1119'&gt;here&lt;/a&gt;.&lt;/p&gt;
      
      &lt;h2 id='enhancements_to_spectral_analysis'&gt;Enhancements to Spectral Analysis&lt;/h2&gt;
      
      &lt;p&gt;LAMA 1.34 adds an &lt;em&gt;accumulation mode&lt;/em&gt; setting to the &lt;a href='http://lama-audio.net/features/spectral-analysis'&gt;Spectrum Analyzer&lt;/a&gt;, it can be changed between&lt;/p&gt;
      
      &lt;ul&gt;
      &lt;li&gt;White Noise is flat&lt;/li&gt;
      
      &lt;li&gt;Pink Noise is flat&lt;/li&gt;
      
      &lt;li&gt;Peak&lt;/li&gt;
      &lt;/ul&gt;
      
      &lt;p&gt;Let me try to explain what it does: A &lt;a href='http://en.wikipedia.org/wiki/Fast_Fourier_transform'&gt;FFT&lt;/a&gt; analyzer works with a fixed number of points (called &lt;em&gt;bins&lt;/em&gt;) which are distributed linear in the spectrum. Suppose you have 8192 FFT points and a sample-rate of 44100Hz - this gives a linear resolution of 44100Hz/8192 which is approximately 5Hz. This resolution is quite low for bass frequencies and much too high for HF, as our ear perceives frequencies in a logarithmic domain - the difference between 80Hz &amp;amp; 85Hz is &amp;#8220;more&amp;#8221; than the difference between 10kHz and 10k005Hz.&lt;/p&gt;
      
      &lt;p&gt;To display the FFT-result in a logarithmic scale, some of the points in the high frequency area need to be averaged - a few thousand points have to be scaled down to a few pixels on the screen - a lot of frequency bins fall into the &amp;#8220;range&amp;#8221; of a &amp;#8220;pixel&amp;#8221;.&lt;/p&gt;
      
      &lt;p&gt;When the &lt;em&gt;white noise is flat&lt;/em&gt; setting is being used, the &lt;em&gt;level&lt;/em&gt; of the bins is averaged, the &lt;em&gt;pink noise is flat&lt;/em&gt; setting use the &lt;em&gt;power&lt;/em&gt; of the bins to calculate the average. Averaging the power is similar to our ears perception, while averaging levels is good for technical analysis. And &lt;em&gt;Peak&lt;/em&gt;? Well this simply takes the bin with the highest level in the particular frequency range and displays it.&lt;/p&gt;
      
      &lt;p&gt;While rewriting the averaging algorithm, also a new &lt;em&gt;curve smoothing&lt;/em&gt; in 1/n octaves has been introduced to the LAMA analyzers (both Spectrum Analyzer and Spectral History Instrument). I think it is better that you &lt;a href='http://lama-audio.net/downloads/LAMA.dmg'&gt;try&lt;/a&gt; by yourself - it is a graphical thing that is better seen as to be talked about &amp;#8211; however, it makes the results more readable.&lt;/p&gt;
      
      &lt;h2 id='dropping_powerpc_support_106_is_required'&gt;dropping PowerPC Support, 10.6 is required&lt;/h2&gt;
      
      &lt;p&gt;Sorry folks, yes it is true - and my heart is bleeding, but support for OS X 10.5 Leopard is dropped, and by that also support for PowerPC machines. The Mac eco system changed a lot in the last 12 months - not only for its best, I simply could not find a suitable way to support from 10.5 to 10.7 with a single build, and I do not want to have two different product versions out there.&lt;/p&gt;
      
      &lt;p&gt;A note on Leopard: it is quite likely that LAMA will work with an Intel machine (this is developer-speech for: &lt;em&gt;&amp;#8220;yes it works, but it is not tested&amp;#8221;&lt;/em&gt;), but remember to run in &lt;a href='support/lama-32bit'&gt;32-bit&lt;/a&gt; mode as Apple &amp;#8220;marked all the bugs filed against Leopard as &amp;#8216;not to be fixed&amp;#8217;&amp;#8221; and there is an 64-bit issue in the Accelerate Framework.&lt;/p&gt;
      
      &lt;h3 id='and_a_personal_note'&gt;and a personal note&lt;/h3&gt;
      
      &lt;p&gt;Yes I know it has been a long time since the last update, and some people thought LAMA would be dead. But no, it is not. Fitting the product into that what a Mac has become in 2012 has been hard, and let me add my personal opinion: I do not like the way how this platform changes (after about 15 years on the Mac&amp;#8230;) But I do like what I am doing here with LAMA, I do like what you guys out there are doing with it, and all the positive feedback form around the world keeps this project going. I hope I can shorten release-cycles in the future.&lt;/p&gt;
    </content>
    <published>2012-01-23T00:00:00+00:00</published>
    <updated>2012-01-23T00:00:00+00:00</updated>
    <category term='blog'></category>
  </entry>
  <entry>
    <title>LAMA 1.34 Build 1121</title>
    <link href='http://lama-audio.net/versions/1121' rel='alternate' type='text/html' />
    <id>tag:lama-audio.net,2012-01-23:/versions/1121</id>
    <content type='html'>
      &lt;p&gt;Some more information about this release is available in our &lt;a href='http://lama-audio.net/blog/lama-134'&gt;blog&lt;/a&gt;.&lt;/p&gt;
      
      &lt;h2 id='requirements_and_compatibility'&gt;Requirements and Compatibility&lt;/h2&gt;
      
      &lt;p&gt;This release &lt;strong&gt;requires&lt;/strong&gt; Mac OS X 10.6 &lt;em&gt;Snow Leopard&lt;/em&gt;. PowerPC machines are longer supported. (bye bye AltiVec and thank you for the joyful time!) LAMA is fully functional with OS X 10.7 &lt;em&gt;Lion&lt;/em&gt;.&lt;/p&gt;
      
      &lt;h2 id='new_features'&gt;New Features&lt;/h2&gt;
      
      &lt;ul&gt;
      &lt;li&gt;&lt;em&gt;Accumulation Mode&lt;/em&gt; for &lt;a href='http://lama-audio.net/features/spectral-analysis'&gt;Spectrum Analyzer&lt;/a&gt; and Spectral History instrument: the accumulation of spectrum analyzer can be switched between &lt;em&gt;pink noise is flat&lt;/em&gt;, &lt;em&gt;white noise is flat&lt;/em&gt; or &lt;em&gt;peak&lt;/em&gt;.&lt;/li&gt;
      
      &lt;li&gt;Ocatve smoothing for &lt;a href='http://lama-audio.net/features/spectral-analysis'&gt;Spectrum Analyzer&lt;/a&gt; and Spectral History instrument: new method for smoothing curves, creating more readable results for continuous traces.&lt;/li&gt;
      
      &lt;li&gt;Changed algorithm for &lt;em&gt;pink noise&lt;/em&gt; Signal Generator, having lower crest-factor and is &amp;#8220;pinker&amp;#8221; now&amp;#8230;&lt;/li&gt;
      &lt;/ul&gt;
      
      &lt;h2 id='bugs_fixed'&gt;Bugs fixed&lt;/h2&gt;
      
      &lt;ul&gt;
      &lt;li&gt;Fixed a bug where the &amp;#8220;frequency detail&amp;#8221; reading could disappear. &lt;em&gt;RS&lt;/em&gt;&lt;/li&gt;
      &lt;/ul&gt;
    </content>
    <published>2012-01-23T00:00:00+00:00</published>
    <updated>2012-01-23T00:00:00+00:00</updated>
    <category term='versions'></category>
  </entry>
  <entry>
    <title>LAMA 1.33</title>
    <link href='http://lama-audio.net/blog/lama-133-released' rel='alternate' type='text/html' />
    <id>tag:lama-audio.net,2011-05-08:/blog/lama-133-released</id>
    <content type='html'>&lt;p&gt;It is a pleasure to announce that LAMA Version 1.33 has just been released! This update is recommended for all users - for a detailed description of the new features have a look in the &lt;a href='http://lama-audio.net/versions/1110'&gt;Version History&lt;/a&gt;&lt;/p&gt;</content>
    <published>2011-05-08T00:00:00+00:00</published>
    <updated>2011-05-08T00:00:00+00:00</updated>
    <category term='blog'></category>
  </entry>
  <entry>
    <title>LAMA 1.33 Build 1110</title>
    <link href='http://lama-audio.net/versions/1110' rel='alternate' type='text/html' />
    <id>tag:lama-audio.net,2011-05-08:/versions/1110</id>
    <content type='html'>
      &lt;h2 id='new_features'&gt;New Features&lt;/h2&gt;
      
      &lt;ul&gt;
      &lt;li&gt;&lt;em&gt;Input Patch:&lt;/em&gt; With the new &lt;a href='http://lama-audio.net/features/input-patch'&gt;Input Patch Window&lt;/a&gt; it is easy to route instrument inputs to an other physical input. Furthermore it is possible to give a &lt;em&gt;Channel Name Alias&lt;/em&gt; to an input channel.&lt;/li&gt;
      
      &lt;li&gt;&lt;em&gt;Multiple Delay Finder Results:&lt;/em&gt; The &lt;a href='http://lama-audio.net/features/delay-finder'&gt;Delay Finder&lt;/a&gt; can store the last measured results in it&amp;#8217;s window.&lt;/li&gt;
      
      &lt;li&gt;&lt;em&gt;Session loading when Audio Hardware changes:&lt;/em&gt; The last session is now bound to an audio hardware device - when using a different device, LAMA can restore it&amp;#8217;s state into the one being used the last time with this hardware.&lt;/li&gt;
      
      &lt;li&gt;&lt;em&gt;Drop Files into Recordings Window:&lt;/em&gt; it is possible to drop audio files from the Finder into the Recordings Window - so it can act as a clipboard for often used files for the File Player.&lt;/li&gt;
      &lt;/ul&gt;
    </content>
    <published>2011-05-08T00:00:00+00:00</published>
    <updated>2011-05-08T00:00:00+00:00</updated>
    <category term='versions'></category>
  </entry>
  <entry>
    <title>The LAMA Website is Online</title>
    <link href='http://lama-audio.net/blog/lama-website' rel='alternate' type='text/html' />
    <id>tag:lama-audio.net,2011-05-07:/blog/lama-website</id>
    <content type='html'>&lt;p&gt;Good news: LAMA has got it&amp;#8217;s own dedicated website now. This should also be a place for some tutorials and how-to&amp;#8217;s regarding the LAMA Audio Measurement Application. I hope everybody will enjoy the new site - every kind of feedback is very welcome, either use one of the comment forms or use the &lt;a href='http://lama-audio.net/contact'&gt;contact&lt;/a&gt; form.&lt;/p&gt;</content>
    <published>2011-05-07T00:00:00+00:00</published>
    <updated>2011-05-07T00:00:00+00:00</updated>
    <category term='blog'></category>
  </entry>
  <entry>
    <title>LAMA 1.32 Build 1100</title>
    <link href='http://lama-audio.net/versions/1100' rel='alternate' type='text/html' />
    <id>tag:lama-audio.net,2010-10-19:/versions/1100</id>
    <content type='html'>
      &lt;h2 id='new_features'&gt;New Features&lt;/h2&gt;
      
      &lt;ul&gt;
      &lt;li&gt;The application is now named LAMA - &lt;em&gt;LAMA Audio Measurement Application&lt;/em&gt; (It&amp;#8217;s a feature&amp;#8230;)&lt;/li&gt;
      
      &lt;li&gt;The Level History Instrument shows &lt;em&gt;Level Distribution&lt;/em&gt;&lt;/li&gt;
      
      &lt;li&gt;SPL Log Window: A Window holding all SPL Logs.&lt;/li&gt;
      
      &lt;li&gt;Big SPL Window: A SPL Meter can open &lt;em&gt;Big Windows&lt;/em&gt; - they allow you to have a bigger numeric readout of the Sound Pressure Level. They can also work as a traffic light, as the text color can change with certain level thresholds.&lt;/li&gt;
      
      &lt;li&gt;Growl Notification when Audio Hardware or properties change. (For those of you fighting with loose Firewire connectors)&lt;/li&gt;
      
      &lt;li&gt;Meter: The table to show/hide a input channel can be controlled with the keyboard (use space bar to show or hide a channel)&lt;/li&gt;
      
      &lt;li&gt;Meter: You can check all channels to be shown or hidden by holding down &lt;em&gt;alt&lt;/em&gt; when clicking one of the checkboxes in the table.&lt;/li&gt;
      
      &lt;li&gt;Meter orientation can be changed with a &amp;#8220;rotate&amp;#8221; gesture on trackpad or Magic Mouse.&lt;/li&gt;
      
      &lt;li&gt;Some Instruments are moveable by dragging the instrument background - fixes an issue where a vertical meter could become too narrow to be moved by dragging the titlebar.&lt;/li&gt;
      
      &lt;li&gt;The Instrument Settings View can be shown by double-clicking into the instrument background. If requested, LAMA&amp;#8217;s default behavior (showing the settings view by moving the mouse into the lower area of the window) can be disabled with the new &lt;em&gt;show settings view only with double-click&lt;/em&gt; item in LAMA&amp;#8217;s Preferences.&lt;/li&gt;
      
      &lt;li&gt;More frequency labels are shown when there is sufficient space and the appropriate setting in the &lt;em&gt;Preferences&lt;/em&gt; is checked.&lt;/li&gt;
      
      &lt;li&gt;SPL: LEQ Prediction - A prediction (based on the linear average of the last minute) of the expected LEQ value is displayed.&lt;/li&gt;
      &lt;/ul&gt;
      
      &lt;h2 id='bugfixes'&gt;Bugfixes&lt;/h2&gt;
      
      &lt;ul&gt;
      &lt;li&gt;fixed a bug, where a SPL Instrument with a hidden log-area was not restored correctly. (The log-area was shown in this case)&lt;/li&gt;
      &lt;/ul&gt;
      
      &lt;h2 id='changes'&gt;Changes&lt;/h2&gt;
      
      &lt;ul&gt;
      &lt;li&gt;Improved Goniometer display.&lt;/li&gt;
      
      &lt;li&gt;Solid lines for frequency scales are drawn at the same frequencies. (was dependent on the lowest frequency before).&lt;/li&gt;
      
      &lt;li&gt;The Info Panel can be closed (and shown again with &lt;em&gt;Window - Info Panel&lt;/em&gt;).&lt;/li&gt;
      
      &lt;li&gt;Changed Meter Peak and RMS Fall Time (Peak: 1.7sec for 20dB, RMS: 20dB/sec).&lt;/li&gt;
      &lt;/ul&gt;
    </content>
    <published>2010-10-19T00:00:00+00:00</published>
    <updated>2010-10-19T00:00:00+00:00</updated>
    <category term='versions'></category>
  </entry>
  <entry>
    <title>LAMA in 32bit mode</title>
    <link href='http://lama-audio.net/support/lama-32bit' rel='alternate' type='text/html' />
    <id>tag:lama-audio.net,2010-09-24:/support/lama-32bit</id>
    <content type='html'>
      &lt;p&gt;&lt;span class=&quot;caps&quot;&gt;LAMA&lt;/span&gt; is a so called Universal Application. In the Application Bundle there is code for several &lt;span class=&quot;caps&quot;&gt;CPU&lt;/span&gt; types: &lt;em&gt;i386&lt;/em&gt;, &lt;em&gt;x86_64&lt;/em&gt; and &lt;em&gt;PowerPC&lt;/em&gt;.&lt;/p&gt;
      &lt;h2&gt;What are the advantages of 64 bits with &lt;span class=&quot;caps&quot;&gt;LAMA&lt;/span&gt;?&lt;/h2&gt;
      &lt;p&gt;On Intel CPU&amp;#8217;s the code is executed a little bit faster compared to 32 bits. The precision of the calculations remains the same.&lt;/p&gt;
      &lt;h2&gt;Known issues with 64-bit code&lt;/h2&gt;
      &lt;p&gt;Currently, there are some known issues when &lt;span class=&quot;caps&quot;&gt;LAMA&lt;/span&gt; works in 64-bit mode.&lt;/p&gt;
      &lt;ul&gt;
      	&lt;li&gt;The AUNetSend and AUNetReceive AudioUnits support only certain formats in 64-bit mode. As the Net Send and Net Receive functionality in &lt;span class=&quot;caps&quot;&gt;LAMA&lt;/span&gt; requires those AUs, the functionality is limited when &lt;span class=&quot;caps&quot;&gt;LAMA&lt;/span&gt; is in 64-bit mode.&lt;/li&gt;
      	&lt;li&gt;Under Mac OS X 10.5 (Leopard) there is an issue where the &amp;#8220;Continuos&amp;#8221; and &amp;#8220;Fill&amp;#8221; Mode of the Spectrum Analyzer and the coherence display of the Transfer Analyzer might not work and can lead to a crash of the application.&lt;/li&gt;
      &lt;/ul&gt;
      &lt;p&gt;When these issues affect you, you should start &lt;span class=&quot;caps&quot;&gt;LAMA&lt;/span&gt; in 32-bit mode.&lt;/p&gt;
      &lt;div class=&quot;wide&quot;&gt;
      
      &lt;h3&gt;Launching in 32-bit mode&lt;/h3&gt;
      &lt;p&gt;&lt;img src=&quot;/attachments/32_bit_info_small.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
      &lt;ul&gt;
      	&lt;li&gt;Select the &lt;span class=&quot;caps&quot;&gt;LAMA&lt;/span&gt; Icon in the Finder.&lt;/li&gt;
      	&lt;li&gt;Hit Command-I &lt;em&gt;(Show Info)&lt;/em&gt; (or right click with the mouse)&lt;/li&gt;
      	&lt;li&gt;Check the &lt;em&gt;Open in 32-bit mode&lt;/em&gt; checkbox.&lt;/li&gt;
      	&lt;li&gt;Restart &lt;span class=&quot;caps&quot;&gt;LAMA&lt;/span&gt;&lt;br /&gt;
       &lt;/div&gt;&lt;/li&gt;
      &lt;/ul&gt;
    </content>
    <published>2010-09-24T00:00:00+00:00</published>
    <updated>2010-09-24T00:00:00+00:00</updated>
    <category term='support'></category>
  </entry>
  <entry>
    <title>LAMA 1.31 Build 1093</title>
    <link href='http://lama-audio.net/versions/1093' rel='alternate' type='text/html' />
    <id>tag:lama-audio.net,2010-06-26:/versions/1093</id>
    <content type='html'>
      &lt;h2 id='new_features'&gt;New Features&lt;/h2&gt;
      
      &lt;ul&gt;
      &lt;li&gt;&lt;em&gt;Delay Time Offset:&lt;/em&gt; delay times are displayed relative to a variable reference point.&lt;/li&gt;
      
      &lt;li&gt;&lt;em&gt;Delay Finder:&lt;/em&gt; the delay finder window has some enhancements and responds to keyboard commands. Please refer to the user manual for the new functions.&lt;/li&gt;
      
      &lt;li&gt;&lt;em&gt;Spectrum Analyzer:&lt;/em&gt; the fall time for the peak curve is customizable.&lt;/li&gt;
      
      &lt;li&gt;&lt;em&gt;Peak Bar Drawing Mode:&lt;/em&gt; new drawing mode for Transfer and Spectrum Analyzer.&lt;/li&gt;
      
      &lt;li&gt;&lt;em&gt;SPL Limit Alert:&lt;/em&gt; you can be informed with a &lt;a href='http://growl.info/'&gt;Growl Notification&lt;/a&gt; when the current SPL exceeds a certain limit.&lt;/li&gt;
      
      &lt;li&gt;&lt;em&gt;Clipping Alert:&lt;/em&gt; you can be informed with a &lt;a href='http://growl.info/'&gt;Growl Notification&lt;/a&gt; when one of the input channels is clipping.&lt;/li&gt;
      &lt;/ul&gt;
      
      &lt;h2 id='bugfixes'&gt;Bugfixes&lt;/h2&gt;
      
      &lt;ul&gt;
      &lt;li&gt;Fixed a bug where the name of transfer instruments was not editable.&lt;/li&gt;
      
      &lt;li&gt;Faster redraw on SPL Meter when measurement speed is &lt;em&gt;fast&lt;/em&gt;.&lt;/li&gt;
      
      &lt;li&gt;Fixed a bug where the SPL Meter window could disappear from screen.&lt;/li&gt;
      &lt;/ul&gt;
    </content>
    <published>2010-06-26T00:00:00+00:00</published>
    <updated>2010-06-26T00:00:00+00:00</updated>
    <category term='versions'></category>
  </entry>
  <entry>
    <title>Aux Inputs and Summing Channels</title>
    <link href='http://lama-audio.net/support/aux-inputs' rel='alternate' type='text/html' />
    <id>tag:lama-audio.net,2010-06-01:/support/aux-inputs</id>
    <content type='html'>
      &lt;h2 id='about'&gt;About&lt;/h2&gt;
      
      &lt;p&gt;&lt;em&gt;Aux Inputs&lt;/em&gt; &amp;amp; &lt;em&gt;Summing Channels&lt;/em&gt; are additional stereo channels that are available in LAMA next to the &amp;#8220;native&amp;#8221; input channels of your audio interface.&lt;/p&gt;
      
      &lt;ul&gt;
      &lt;li&gt;Aux Inputs: This is either &lt;em&gt;File Player&lt;/em&gt;, &lt;em&gt;&lt;span&gt;&lt;span&gt;Net Receive&lt;/span&gt;&lt;/span&gt;&lt;/em&gt; or &lt;em&gt;Signal Generator.&lt;/em&gt;&lt;/li&gt;
      
      &lt;li&gt;Summing Channels: Create the &lt;em&gt;Sum&lt;/em&gt; and &lt;em&gt;Difference&lt;/em&gt; of two other channels (including Aux Inputs)&lt;/li&gt;
      &lt;/ul&gt;
      
      &lt;h3 id='cpu_power'&gt;CPU Power&lt;/h3&gt;
      
      &lt;p&gt;Aux Inputs and Summing Channels use CPU-Power, so it is recommended to deactivate them when not required. For Aux Inputs, closing the window is &lt;em&gt;not&lt;/em&gt; sufficient &amp;#8211; you need to deactivate them in the &lt;em&gt;Audio Settings&lt;/em&gt; window.&lt;/p&gt;
      
      &lt;h3 id='audio_configuration_change'&gt;Audio Configuration Change&lt;/h3&gt;
      
      &lt;p&gt;Creating or removing Aux Inputs or Summing Channels changes the audio configuration of LAMA and requires the audio-engine to be stopped and restarted. Therefore it is not possible to do so when a recorder is currently recording.&lt;/p&gt;
      
      &lt;h2 id='notes_about_aux_inputs'&gt;Notes about Aux Inputs&lt;/h2&gt;
      
      &lt;h3 id='audio_output'&gt;Audio Output&lt;/h3&gt;
      
      &lt;p&gt;The signal of an Aux Input is also fed to the default stereo-output of your Macintosh. This can be changed with the &lt;em&gt;Audio MIDI Setup&lt;/em&gt; application in your &lt;em&gt;Utilities&lt;/em&gt; folder.&lt;/p&gt;
      
      &lt;h3 id='sample_rate'&gt;Sample Rate&lt;/h3&gt;
      
      &lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; The Sample Rate of your default stereo-output device &lt;strong&gt;must&lt;/strong&gt; match the sample rate of the input device LAMA. You will get wrong measurements when they differ. To change Sample Rate of the output device, use the &lt;em&gt;Audio MIDI Setup&lt;/em&gt; application.&lt;/p&gt;
    </content>
    <published>2010-06-01T00:00:00+00:00</published>
    <updated>2010-06-01T00:00:00+00:00</updated>
    <category term='support'></category>
  </entry>
  <entry>
    <title>Purchase LAMA and License information</title>
    <link href='http://lama-audio.net/support/license-information' rel='alternate' type='text/html' />
    <id>tag:lama-audio.net,2010-05-26:/support/license-information</id>
    <content type='html'>
      &lt;p&gt;You can purchase a copy of &lt;span class=&quot;caps&quot;&gt;LAMA&lt;/span&gt; with eSellerate. eSellerate is a payment provider &amp;#8212; they perform the financial transaction and issue a serial number.&lt;/p&gt;
      &lt;p&gt;To purchase, click the &lt;em&gt;Buy Now&lt;/em&gt; button or &lt;a href=&quot;http://lama-audio.net/buy&quot;&gt;follow this link&lt;/a&gt; &amp;#8212; you will be redirected to the eSellerate webstore.&lt;/p&gt;
      &lt;h3&gt;How can I pay?&lt;/h3&gt;
      &lt;p&gt;You can pay with credit card or with your PayPal account.&lt;/p&gt;
      &lt;h3&gt;How to activate &lt;span class=&quot;caps&quot;&gt;LAMA&lt;/span&gt;&lt;/h3&gt;
      &lt;p&gt;When the transaction is complete, you&amp;#8217;ll receive an email with your serial number. Enter the serial number in the &lt;em&gt;&lt;span class=&quot;caps&quot;&gt;LAMA&lt;/span&gt;&lt;/em&gt; &amp;#8212; &lt;em&gt;License&lt;/em&gt; window &amp;amp; click &lt;em&gt;Activate&lt;/em&gt;.&lt;br /&gt;
      &lt;strong&gt;Note:&lt;/strong&gt; It may take a few minutes until the license server has processed your order &amp;#8211; so when it fails, have a cup of coffee and try again.&lt;/p&gt;
      &lt;h3&gt;License Information&lt;/h3&gt;
      &lt;p&gt;&lt;strong&gt;Can I activate &lt;span class=&quot;caps&quot;&gt;LAMA&lt;/span&gt; on a second machine?&lt;/strong&gt;&lt;br /&gt;
      One license is intended to be used by either &lt;em&gt;one person&lt;/em&gt; or &lt;em&gt;one computer&lt;/em&gt;. Since &amp;#8220;one person&amp;#8221; may use more computers, we grant a second activation &lt;strong&gt;per license&lt;/strong&gt;.&lt;/p&gt;
      &lt;p&gt;If you do need further activations, don&amp;#8217;t hesitate to &lt;a href=&quot;http://lama-audio.net/contact&quot;&gt;contact us.&lt;/a&gt;&lt;/p&gt;
      &lt;p&gt;&lt;strong&gt;Product deactivation&lt;/strong&gt;&lt;/p&gt;
      &lt;p&gt;If you stop using &lt;span class=&quot;caps&quot;&gt;LAMA&lt;/span&gt; on a machine, click &lt;em&gt;Deactivate&lt;/em&gt; in the license window &amp;#8211; now you have one activation left for an other machine. (again, give the server a few minutes to process your request). &lt;strong&gt;Important:&lt;/strong&gt; the number of deactivations is limited. If there are problems please &lt;a href=&quot;http://lama-audio.net/contact&quot;&gt;contact us.&lt;/a&gt;&lt;/p&gt;
    </content>
    <published>2010-05-26T00:00:00+00:00</published>
    <updated>2010-05-26T00:00:00+00:00</updated>
    <category term='support'></category>
  </entry>
</feed>

<!-- page cached: 2012-24-01 04:26:45 -->


