Showing posts with label csound avsynthesis. Show all posts
Showing posts with label csound avsynthesis. Show all posts

Monday, July 07, 2008

AVSynthesis Version 20_05_08

Fix cosund thread synchronization

Documentation and instruction for download here

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.

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

Friday, April 25, 2008

AVSynthesis version 9_05_08

This is a more stabilized version, with some new features
  • fullscreen mode implementation for the jogl version
  • quit button for the jogl version
  • fix a weird behaviour in the OpenGL code
The documentation with download link is here

Saturday, April 19, 2008

AVSynthesis version 8_05_08

Logic design change in the csound rendering engine for better stability
Minor UI change in the lwjgl version (sound parameter description label)
Documentation is here

Thursday, April 17, 2008

AVSynthesis version 7_05_08

Save button animation added to the JOGL version
Documentation is here