Plug-ins, Hosts &
Mobile Apps Search
Developer Search
News & Products
Groups
Whats's in?
Banks & Patches
Download & Upload
Listen to Music
by KVR Members
Search
KVR
News » Developers » Impromptu
   
Impromptu updated to v2.5
7th October 2010

Impromptu has been updated to version 2.5. The most significant new addition is the compiler.

New Additions in 2.5:

  • The Impromptu Compiler Runtime (ICR): The main new addition for Impromptu v2.5 is a completely new compiler architecture. The compiler is a statically typed, type inferencing compiler with support for closures, tail recursion, memory zones etc.. Along with the compiler are two new "code" AUs - an fx AU and an instrument AU - both designed to support hot swappable DSP kernels compiled at runtime. You can find out more about the compiler and the "code" AU's here.
  • Better CIImage Support - Improved CoreImage support: In particular gfx:image2image now supports coreimage in both to and from positions. Additionally, you can now render a CIImage directly to an opengl canvas, which is significantly more efficient than previous options.
  • New String Processing Functions: There are a bunch of new native string processing functions: string-join, string-split, string-strip, string-replace, regex:match?, regex:matched, regex:match-all, regex:replace and regex:split.
  • Pattern Matching: Impromptu now ships with the Andrew Wright's pattern matching library. You can read the Gauche library reference for details.
  • Livecoding Error Hook: The interpreter will now throw to an error hook providing you with greater control over exception handling. You initiate the livecoding error hook by calling (sys:livecoding-error-hook #t). Errors are then passed to the *livecoding-error-hook* function - which you may rebind. By default the function simply returns 1 but can be modified for more specialised behaviour.

Fixed Stuff:

  • Fixed the catastrophic memory allocation problem discovered by Thor.
  • Fixed some AU View bugs, particular related to Komplete's new Cocoa AU Views.
Products related to this news item:
Discussion: Active
Posts displayed newest at the top
Replies to posts run old to new below the parent

Discussion

Please log in to join the discussion

Related news...

Username: Password:  
KVR Interview
Keeping it in the family - An interview with a founder of Universal Audio: Bill Putnam Jr