Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 856 Bytes

changelog.md

File metadata and controls

23 lines (22 loc) · 856 Bytes

Changelog

  • v0.11.0:
    • Allow configuration of ext_tail_size (config.extTailSize)
    • File selector slider
    • @block section (onBlock)
    • while loops
    • Start location getter for EelBuffer: EelBuffer.start()
    • Swap function for EelBuffer: EelBuffer.swap(otherEelBuffer)
    • New memory function: memset()
    • New file functions: file_open(), file_close(), file_avail(), file_riff(), file_mem()
    • FFT functions: fft(), ifft(), convolve_c()
    • Cab sim demo (very early stage)
  • v0.9.1:
    • New example: 4-Band RBJ EQ
  • v0.7.0:
    • Allow simple plain objects
    • Allow function declaration in block statement
    • Allow member expression returns
  • v0.5.0:
    • MacOS App is signed now 🖋️
    • More documentation
  • v0.3.0: Initial release