Skip to content

2.15.1

Compare
Choose a tag to compare
@agraef agraef released this 12 Oct 12:20
· 494 commits to master since this release

As usual, please check the JGU packages on the OBS for binary Linux packages. Download
Mac and Windows packages can be downloaded below.

Bugfixes

  • Fixed the appearance of the dropdown properties dialog, as well as the window size offset on Windows. (Ico)
  • Fixed some cosmetic issues with message boxes not looking correctly while being edited. (Ico)
  • Fixed double-click on patch file not opening patch in existing Purr Data instance on Windows. (AG)
  • Updated zexy to the latest IEM version to make it work in 64 bit Windows. (AG)
  • Updated nw.js to 0.28.1 to fix Purr Data not opening any floating dialogs on Windows for some hardware configurations. (AG)
  • Added missing dlls to make fluid~ work on Windows again. (AG)

New features

  • Enabled visual feedback when clicking on the empty symbol gatom to edit its value. (Ico)
  • Substantial overhaul of fluid~ to make it work better. (AG)

Detailed list of fluid~ fixes and improvements:

  • Soundfonts are now searched for on the canvas and library path.
  • Optional support for the SMMF MIDI message format which lets you send all types of voice messages to fluidsynth, as well as sysex messages. The latter is useful to retune the synth to different temperaments using MTS (MIDI Tuning Standard) messages. (A pd-lua external for generating MTS messages from Scala tunings can be found in the pd-smmf package.)
  • Also fixed a memory leak and a minor issue with program numbers not being translated correctly.