Sunday, May 18, 2008

AVSynthesis version 15_05_08

  • Add gcRecorder parameter to config.xml.
  • Add new Sound Generator WaveTable.
  • Add new parameters to Wraping and BumpArt shaders.
  • GUI cosmetic changes.

The documentation with download link is here.

Sunday, May 11, 2008

AVSynthesis version 14_05_08

  • Add sr and srRecorder parameters to config.xmtl.
  • Clean opengl code in the main display loop (source of erratic behavior).
  • Clean internal string variables handling.
  • Expose several Effect parameters that were used but not editable
AVSynthesis video introduction has been updated to this version.

The documentation with download link is here.

Tuesday, May 06, 2008

AVSynthesis version 13_05_08

  • Change in csound handling to enhance stability (linux).
  • Add videoWidth and videoHeight
  • Fixes to the Recorder. Male it works correctly for a sample rate of 44100 and a FPS of 30. Wav file and number of generated frames will give the exact movie length

The documentation with download link is here

Sunday, May 04, 2008

AVSynthesis version 12_05_08

  • For solving stability issue on Linux, the csound thread design has been changed to the use of normal Java thread, in place of the CsoundPerformanceThread class provided by csound.
  • Fix: refresh main frame window title after bact rendering (aka wav image recorder for creating movie).
  • Fix: calculate the correct rendering length when a layer has a volume curve with no points.
  • As the jogl version is stable, and performing well, the lwjgl version is removed from the package and the documentation.

The documentation with download link is here

Saturday, May 03, 2008

AVSynthesis version 11_05_08

  • Switch back to TGA file recorder. Memory consumption seems to be solved with latest device driver. Also the code based on bmp file generation was not working on some linux environment.
  • JOGL is at 1.1.1 level

The documentation with download link is here

Friday, May 02, 2008

AVSynthesis version 10_05_08

  • Change the screen shot code for movie creation, as it was causing too much memory consumption. The picture file format is bitmap.
  • Add the possibility to use the shift key in place of the alt key for Linux environment.
  • Fix bug with the RMS max value display code.
After updating the ATI grahic device driver, the JOGL version is working perfectly on Vista. This version will be the reference version that will be developed further, the LWJGL being in freeze mode.

The documentation with download link is here