Welcome to Fractal Forums

Fractal Software => Synthclipse => Topic started by: _revers_ on October 23, 2014, 08:19:32 AM




Title: Synthclipse 0.9.8 released.
Post by: _revers_ on October 23, 2014, 08:19:32 AM
Synthclipse 0.9.8 released. Downloads. (http://sourceforge.net/projects/synthclipse/files/synthclipse-0.9.7/)

Changelog:
- Fixed issues with WebGL JSX scripts on NVidia hardware (see the next point)
- Added "OpenGL profile" preferences options: "Compatibility" (default, since WebGL relies on this) or "Core"
- Added audio input recording capability (Windows only)
- Fixed audio playlist bug with refreshing the list after adding invalid track
- JSX API changes:
   - New class: JSTimer (http://synthclipse.sourceforge.net/scripting/api/index.html?org/synthclipse/scripting/core/JSTimer.html)
   - New function: Synthclipse.createTimer() (http://synthclipse.sourceforge.net/scripting/api/org/synthclipse/scripting/core/JSSynthclipse.html#createTimer--)
   - New function: Synthlcipse.addAnimationListener(listener) (http://synthclipse.sourceforge.net/scripting/api/org/synthclipse/scripting/core/JSSynthclipse.html#addAnimationListener-java.lang.Object-)
   - New functions: Synthclipse.isAnimationPlaying() (http://synthclipse.sourceforge.net/scripting/api/org/synthclipse/scripting/core/JSSynthclipse.html#isAnimationPlaying--)/isAnimationPaused() (http://synthclipse.sourceforge.net/scripting/api/org/synthclipse/scripting/core/JSSynthclipse.html#isAnimationPaused--)/isAnimationStopped() (http://synthclipse.sourceforge.net/scripting/api/org/synthclipse/scripting/core/JSSynthclipse.html#isAnimationStopped--)

(http://synthclipse.sourceforge.net/img/new/audio_recording.png)

(http://synthclipse.sourceforge.net/img/new/gl_profile_pref_thumb.png) (http://synthclipse.sourceforge.net/img/new/gl_profile_pref.png)


Title: Re: Synthclipse 0.9.8 released.
Post by: cKleinhuis on October 23, 2014, 08:46:11 AM
wow, thank you, that audio input is a super cool and nice feature!


Title: Re: Synthclipse 0.9.8 released.
Post by: _revers_ on November 04, 2014, 08:02:20 AM
I've finally build native binaries for the Linux. Now one can play a music or capture an audio input on the Linux as well. I've tested x86_64 binaries on Mint 17 Linux distribution. 32-bit version haven't been tested by me yet. Hope it also works.

The new files:

Code:
synthclipse-0.9.8.1-eclipse-luna-linux-gtk-x86_64.tar.gz
synthclipse-0.9.8.1-eclipse-luna-linux-gtk.tar.gz
synthclipse-0.9.8.1.zip

can be found in Synthclipse 0.9.8 directory (http://sourceforge.net/projects/synthclipse/files/synthclipse-0.9.8/).

Linux native libraries are only changes between 0.9.8 and 0.9.8.1 versions, so I haven't build 0.9.8.1 version for Windows or Mac OS.