Releases: intechstudio/grid-editor
Grid Editor - Release v1.2.2
This is the second patch of the new Grid software, with new features, bug fixes and general stability improvements!
<?lua --[[@glut]] glut(param1,36,0,37,1) --[[@l]] local ch,cmd,param1,param2 = midi.ch,midi.cmd,midi.p1,midi.p2 ?>
New features:
- Lookup: Map source data (like MIDI OUT) to various outputs dynamically
- Local Cariables and Codeblock has now readable functions, no more acronyms
- New suggestion picker on action input fields
- Encoder velocity is now programmable by percentage
- Mouse move and mouse click functions are available in Codeblock
General improvements
- Fixed 3+ module freezes
- Improved configuration erase
- Fixed couple layout shifts
Beta Grid Editor - Release v1.2.1
This is the second patch of the latest Grid Editor version where lua scripting is available.
Below is an lua config example on a button, for sending MIDI note-on and note-off events:
<?lua --[[@l]]local num, val = this.ind(), this.bva() --[[@gms]]gms(0, 144, num, val) --[[@glp]]glp(num, 1, val) ?>
New features
- Store and Erase acknowledge with lastheader check for system (hardware-host) synchronization
- Cursor notification UX
- Configuration block for this.emo() - encoder modes
- Configuration block for this.bmo() - button modes
- PO16 and PBF4 UI LED and Knob response fixed
Known issues
- Only full If conditional block can be moved
- Missing discard, config erase alert
Pre-Release v1.2.0
Complete overhaul of Grid Editor and Grid Firmware.
- UI redesign
- lua configuration blocks
- simplified updater
- programmable page changes
- & many more!
Known issues:
- System Events are only working on EN16 modules
- Quick interaction with the UI before all background process initialization may result in unloaded pages
- Due to buffer overload configs may break
- gpl (page load) triggers multiple times
Please visit the discord group for help and info: https://discord.gg/GRUdF2R
Release v0.1.2
Hotfix, containing update for the broken macro input.
Works with firmware 1.1.9.
Release v0.1.1
Change log:
- Works with protocol 1.1.9
- Added Encoder velocity modes, slow & fast template parameters
Known issues:
- Initialization issues on selecting freshly generated profiles
- There is no check what kind of module's profile is loaded in
Release v0.1.0
Change log:
- Works with protocol 1.1.8
- Added profile save to file
- Select a folder first where the profiles will be located
- Make your changes or save your current profile to file
- Added profile load from file
- From the save destination select a profile
- Load the profile, this will configure connected module(s) based on profile
- Save local settings to keep the profile config on the module
Known issues:
- Initialization issues on selecting freshly generated profiles
- There is no check what kind of module's profile is loaded in
Grid Editor Stability Patch - Release v0.0.930
Change log:
- Added discord hook!
- Works with protocol 1.1.7
- Upon module remove, if the removed module's settings are in the local settings panel, the panel is reset
- Event value change is now slide or rotation
- Serial Port auto-open on Error 433, general force reload
- Removed Feedback Form, please contact support at intech dot studio for help
- Added synchronize, every 15ms runtime check for grid config sync
- Random age added to grid broadcast encoder
- Fixed macro action list order change issue
Release v0.0.920
Merge branch 'nightly' into stable Features added: - Now includes HID Macro support; - Keyboard Macro Action added; - Enable - disable the macro capabilities; - Added push rot event to EN16 encoders; Bugfixes: - Template parameter fixes (MIDI Static channel suggestions, etc);
Release v0.0.914
Merge branch 'stable' of https://github.com/intechstudio/grid-editor …
Grid Editor - Beta Release v0.0.913
Based on v0.0.912, Beta fixes are here!
New Feature:
- Added Copy and Paste functionality per control element;
Fixed bugs:
- MIDI Static suggestions and validator;
- MIDI Static now show correct channel and command informations;
- MIDI Static and MIDI Dynamic now shows the decimal values of MIDI parameters like control change (176);
- Fixed LED Color and LED Phase validators.