Skip to content

v2024.12.01

Compare
Choose a tag to compare
@Nytra Nytra released this 02 Dec 01:46
· 53 commits to main since this release
58ccc19

What's Changed

  • Add MIDI input device support, MIDI settings and add global refs to binding generator by @Nytra in #49
  • Improve AsyncWait to not freeze the whole app by @Nytra in #50
  • Handle 14 bit CC messages, add midi system realtime events handling, add program events handling, and more... by @Nytra in #52
  • Update Microsoft.CodeAnalysis.CSharp to v4.8.0 so the source generator works on Arch Linux by @Nytra in #55
  • Add audio filtering components (ButterworthFilter, EMA_IIR_SmoothSignal) by @Nytra in #57
  • Add BandPassFilter, FrequencyModulator, update ButterworthFilter defaults, improve filter sound by @Nytra in #58
  • Switch to using MidiDeviceConnectionManager so multiple midi device components can share the same connection by @Nytra in #56
  • Eye tracking node fix by @Nytra in #59
  • Add plugin settings to toggle loading the plugin when starting new sessions by @Nytra in #60
  • Fixed invalid values in RandomFloatQ node by @Xlinka
  • Added wizards (LightSourcesWizard, MeshColliderManagementWizard) by @Xlinka
  • Add IsUserEyeTracking node by @Xlinka

Full Changelog: v2024.07.15...v2024.12.01