Skip to content

1.7.0

Compare
Choose a tag to compare
@cyberjunk cyberjunk released this 09 May 11:10
· 33 commits to release since this release
354f784

Note This has timing issues on Apple Silicon. Please use a later version in that case.

Installation

Windows 10 and 11

  • Download the according .zip file for your platform from the assets below
  • Extract the contents of the .zip to a desired location
  • Run Studio.exe in the extracted directory

macOS 10.15 and above

  • neuromore Studio can now be installed directly from the Mac App Store
  • Alternatively download and install the side-load package from the assets below

Ubuntu 20.04 and 22.04

  • Download the according .deb file for your platform from the assets below.
  • Install it using e.g. sudo apt-get install -f ./Studio-1.7.0-ubuntu-22.04-amd64.deb
  • Start it using the neuromore Studio icon in your Ubuntu Applications

Visualizations

Support for visualizations depends on platform

  • Windows 32/64-Bit Intel: all four visualizations
  • Windows 64-Bit ARM: no visualizations
  • macOS 64-Bit Intel/ARM: two visualizations
  • Ubuntu 64-Bit Intel: two visualizations
  • Ubuntu all other: no visualizations

Changes

Show

New Features and Improvements

  • Added: Support for Neurosity Crown device
  • Added: ToneGeneratorNode to generate different sounds using STK audio library
  • Added: VolumeControlNode to control different volume types
  • Added: Product Tour on first start
  • Added: Impedance Threshold Profiles
  • Added: Classifier Attribute “Init Time” to set a session and recording start delay.
  • Added: New ShowTextInput Action in State-Machine
  • Added: neuromore Studio is now/soon available in the official macOS store
  • Added: Support for Visualizations on Ubuntu X64
  • Added: Packages for less popular X86, ARM, ARM64 on Ubuntu 20.04 and 22.04
  • Improved: CustomFeedbackNode special cases are now covered by dedicated new nodes
  • Improved: OpenBCI Support
    • Converted output from Volts to Micro-Volts
    • Added support for Impedance testing
  • Improved: FFTNode received a new Attribute to control its “Input Zero Padding”
  • Improved: Allow access to some file operations for everyone (save/load/copy JSON)
  • Improved: Signal View Widget can now render up to 20min (limited by hardware)

Fixes

  • Fixed: BTLE HRM Device Support on macOS and Windows
  • Fixed: Many CheckBoxes for Electrodes in RAW EEG View causing too large window
  • Fixed: App hanging when saving a design
  • Fixed: Crash on Experience Load after Save
  • Fixed: Disabled Mouse-Wheel on Parameter Slider due to conflicts with Scrolling
  • Fixed: FileReaderNode not correctly outputting values from CSV

Other

  • Added: Binary Visualizations are now in the Repository
  • Added: Support for Visual Studio Code
  • Added: WebSocket Interface for Clients
  • Added: Github CI Integration
  • Improved: GNU Make with clang Build System
    • Added: Support for ARM64
    • Added: Support for creating debug builds
    • Added: Support for creating packages
  • Improved: Migrated from VS2019 to VS2022
  • Improved: Fixed and refactored the player engine libraries EngineLIB and EngineJNI