Skip to content

Releases: OrganicOrchestra/LGML

1.4.0

01 Mar 14:23
Compare
Choose a tag to compare

LGML v1.4.0

Bug Fixes

  • [Preset] fix a bug where session where not correctly loaded
  • [looper] fix a crash when changing num channels from osc
  • [CutNPaste] fix some crashes
  • [stability] added stability thanks to safer pointer handling
  • [Looper] fix a bug if exporting while playing
  • [VST] refresh parameters

Improvements

  • [Fastmap] add backspace delete
  • [Fastmap] better filtering
  • [Fastmap] direct drag and drop between parameters
  • [Fastmap] support string and enum parameters
  • [Fastmap] add smoothing option
  • [Preset] save enable of current node
  • [looper] if quantize is none , don't follow transport
  • [MIDI] support midi feedback
  • [display] back to openGL
  • [NodeContainer] can have variables
  • [outliner] tuned display
  • [UI] remove mini mode timer for panels
  • [Mixer] add solo
  • [JSNode] are presetable!
  • [Looper] add rec trigger
  • [OSC] add Feedback filter to prune message

Notes

remove 32bit osx builds
add Raspberry Pi4

1.3.9

23 Sep 14:53
Compare
Choose a tag to compare

LGML v1.3.9

Bug Fixes

  • [Looper] fix volume parameter feedback
  • [FastMap] delete targets when exiting mapping mode
  • [Preset] fix deletion bug
  • [Stepper] fix scrollWheel troubles

Improvements

  • [Spat2D] faster and cleaner UI
  • [OSX] Adds 64 builds
  • [OSC] accepts 2DPoints messages
  • [Logger] Better MIDI Logging
  • [Preset] enabled parameters are now presetable
  • [UI] big improvements on redrawing mechanisms if interface gets refreshed a lot

Notes

update JUCE to 5.4.4

1.3.8

07 Jun 12:54
Compare
Choose a tag to compare

LGML v1.3.8

Bug Fixes

  • [FastMap] UI fully react if a parameter is mapped
  • [Preset] fix sub preset loading

Improvements

  • [session loading] faster loading time (avoid useless reconfiguration)
  • [UI] faster drawing time when lots of parameters are displayed

1.3.7

05 Jun 17:44
Compare
Choose a tag to compare

LGML v1.3.7

Bug Fixes

  • [Scripts] fix regression in scripts calling other js containers
  • [Presets] fix some dangling pointer bugs
  • [Mixer] safer checks before processing buffers
  • [Looper] safer checks before processing buffers

1.3.6

31 May 17:22
Compare
Choose a tag to compare

LGML v1.3.6

Bug Fixes

  • [VST] fix bug with some VST not saving their states
  • [NodeManager] group of Nodes are deselected if modifying a new one
  • [Session Loading] if user cancel session opening (version mismatch), the old one stays

Improvements

  • [Version Checking] check if file version is greater too
  • [Logger] panel tabs blink when a warning or an error is detected

1.3.5

12 May 13:24
Compare
Choose a tag to compare
1.3.5 Pre-release
Pre-release

LGML v1.3.5

Bug Fixes

  • [VST] Fix handling of inexistent VST

Improvements

  • [retrocompat] warn user and handle some cases when loading old session

1.3.4

16 Feb 16:54
42cabc7
Compare
Choose a tag to compare
1.3.4 Pre-release
Pre-release

LGML v1.3.4

Bug Fixes

  • [VST] Fix handling bad VST
  • [Containers] Fix Container connection not saved
  • [General] safer objects creation

1.3.3

27 Jan 23:37
42cabc7
Compare
Choose a tag to compare

LGML v1.3.3

Bug Fixes

  • [Trigger] Fix Trigger Regression
  • [Presets] Fix Preset Regression

1.3.2

24 Jan 16:37
42cabc7
Compare
Choose a tag to compare

LGML v1.3.2

New

  • [Outliner] Can switch user defined parameter type

Bug Fixes

  • [VST] VST not processing (Regression)

Improvements

1.3.1

09 Jan 17:09
42cabc7
Compare
Choose a tag to compare

LGML v1.3.1

New

  • [Looper] Force sample playback if LGML is playing

Bug Fixes

  • [PdNode] fix multi instance parameter bug
  • [Connections] fix bug when dragging end of a connections

Improvements

  • [PdNodeUI] slicker node UI
  • [Internal] secured out few complex bugs