Tuesday, February 26, 2013

AVSynthesis version 40_5_19

This new version is synchronized with csound 5.19 and jogl 2 rc 1. See the documentation for important information on installing this version
https://docs.google.com/document/d/1peGruni-Ec2e27C9iZqCW1k5uHT-s0wkiriW1J9egMM/edit


This new version 40_5_19 is synchronized with csound 5.19 and jogl2 rc11. This jogl version is handling image files in a different way, and I had to take some design decisions that are unfortunately breaking ascendant compatibility: every picture must be a png file format.
The recommended way to keep your existing work is
  • unzip the AVSynthesis zip file in any location
  • verify the installation by launching avsynthesis.cmd, and quit AVSynthesis
  • migrate your data to this new intsallation
    • move your compositions in the data/save directory, 
    • move your PNG image files in data/textures - transform your JPG image files in PNG image files by keeping the current name (be sure to have a png extension - ex: cyclone.jpg -> cyclone.png), and move them in data/textures move your loops in data/loops
    • move your waves in data/waves
  • launch AVSynthesis, load any of your composition. AVSynthesis will automatically change the image file extension to PNG if it is a JPG/JPEG file. You can then save the composition with the correct image filename.



The package is here


Saturday, February 11, 2012

AVSynthesis version 37_05_15

A new version with many new Effects, sound generators and visual effect

Documentation with instructions for downloading is here

Saturday, February 19, 2011

new version 34_05_13


See the updated documentation for new features and download link

Sunday, November 22, 2009

AVSynthesis version 32

Score Sequencer bug fixes, time display in the rendering window (no more in the window title).
Packaged synchronized with csound 5.11

The new version can be downloaded here

Tuesday, September 01, 2009

AVSynthesis 31_05_10

Change to the event eidtor and fix. The documentation details all the changes.

The new version can be downloaded here, code only (jar file) here


Monday, August 17, 2009

AVSynthesis version 30_05_10

Many new features are been developped since the last post. The documentation details all the changes.

The new version can be downloaded here

Sunday, March 29, 2009

AVSynthesis version 27_05_10

Look and feel change 

For documentation and download link go here


Saturday, January 17, 2009

AVSynthesis 25_05_10


This is an important release with a lot of changes, the main being a new GUI.



For documentation and download link go here



Sunday, October 19, 2008

AVSynthesis 23_05_09

Csound developer Michael Gogins has solved the DLL loading problen on Windows. AVSynthesis is working out of the box with csound double edition version 5.09.02

This new version has some new features:
  • Effect amount added. If amount equals 1, the input signal is totally modified. At 0, it is not transformed by the effect
  • AudioIn generator. This generator reads the stereo input audio device, specified by -iadc in the csound field of config.xml
  • Preliminary OSC support.
Documentation is here

Tuesday, September 30, 2008

AVSynthesis 22_05_09

AVSynthesis 21_05_09 was introduced to be synchronized with csound 5.09. It has also new features
  • Enhanced ring modulator
  • New Sound Generator "CycleWave", oscilator using single cycle waveform sound files
  • New Sound Generator based on Vosim opcode (the vosim csound opcode is broken in the current csound package, a fix has been developped)
  • GUI cosmetic changes
  • The Real time Rendering size has the width and height of the AVSynthesis window (no more a 16/9 ratio)
  • Fix for Linux stability issue.
Version 22_05_09 fix a portablity bug.

Documentation

Monday, July 07, 2008

Csound Vimeo Group

Ben McAllister has created a group on Vimeo for the Csound/Video users.
http://www.vimeo.com/groups/1156

Ben is working with Processing.

AVSynthesis Version 20_05_08

Fix cosund thread synchronization

Documentation and instruction for download here

Sunday, June 29, 2008

AVSynthesis version 19_05_08

New features for the sequencer: Master clock synchronization and variable number of steps.

Documentation and instruction for download here


Saturday, June 28, 2008

AVSynthesis Version 18_05_08

No new features, corrections only.
MIDI Controller assignment and min-max fixes.

Documentation is here, with download link
The documentation has been updated by Dave Phillips on the use of MIDI Controllers.

Friday, June 27, 2008

AVSynthesis Version 17_05_08

AVSynthesis has been updated to version 17_05_08.
MIDI Controler support lets use AVSynthesis as a real time instrument, both for the visual transformation and the sound synthesis.
  • Parameter value can be controlled by MIDI Control Change.
  • Display min-max range values.
  • Change navigation structure (sound synthetizer structure shown on pair along the graphical navigation buttons).
  • Sound and graphical rendering can be individualy activated for each layer.
See the updated documention here for download instruction. This documentation has also been updated by Dave Phillips for using AVS on Linux.

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