Skip to content

Releases: neuromore/studio

1.7.3

11 Jul 10:10
914cc00
Compare
Choose a tag to compare

Installation

Windows 10 and 11

  • Download the according .msi file for your platform from assets below
  • Install the downloaded .msi (requires admin rights)
  • Use neuromore Studio entry in start menu

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-X.Y.Z-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
  • Fixed Design/Experience settings not correctly applied when loaded
  • Hide Channel Selection in Session Control widget if not enabled
  • Update Default, Experience Selection and Experience Player layouts

1.7.2

06 Jul 07:31
1346b3d
Compare
Choose a tag to compare

Installation

Windows 10 and 11

  • Download the according .msi file for your platform from assets below
  • Install the downloaded .msi (requires admin rights)
  • Use neuromore Studio entry in start menu

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-X.Y.Z-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

Improvements

  • Added MSI installer for Windows
  • Improved reusability of classifiers and experiences in conjunction with generic EEG device node
    • Added attribute Output Name to OutputNodes like CustomFeedbackNode to select between node name (old) and channel name (new) as upload name.
    • Added support for using channel numbers in attribute Channels of ChannelSelectorNode automatically mapping entries like 1,2 to first and second channel of current device.
    • Added new quick channel selection in Sesssion Control widget linked to ChannelSelectorNode in classifier that got its Quick Config attribute checked (allows to quickly run sessions using different channels)
    • Changed ParameterNode to use sample-rate from active BCI device if its sample-rate attribute is set to 0.0.
  • Improved Impedance/Signal Quality
    • Improved support for devices that provide signal quality without a dedicated test-mode
    • Added table showing impedances for up to first eight channels of a device to Devices widget
    • Reworked signal check in Devices widget
  • OpenBCI specific
    • Renamed channels to numbers 1-8
    • Always show impedances in Devices widget.
  • Render folder names multi-line on folder icons instead below if no folder icon is available in Experience Selection widget
  • Several small layout changes in Devices and Session Control widgets.

Fixes

  • Fix OSC not working when using same UDP ports for input and output (e.g. loop-back in classifier)
  • Fix some cases of RAW EEG widget not rendering more than a few seconds of data
  • Fix StringArray attribute on nodes not working correctly in some cases

Branding or Clinic specific

  • Automatically focus search on user selection popup
  • Increased button sizes on Report popup
  • Use HasMinimalDeviceInfo to limit info in Devices widget
  • Use HasColorCodesForChannels to apply special coloring on channels in Devices widget

1.7.1

12 May 13:45
58c28bd
Compare
Choose a tag to compare

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-X.Y.Z-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

Fixes

  • Timing Issue on Apple Silicon

1.7.0

09 May 11:10
354f784
Compare
Choose a tag to compare

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

1.6.0

29 Apr 19:15
f5e264d
Compare
Choose a tag to compare
  • Introducing a new UI turning neuromore Studio into an IDE and improving the user experience.

Changes

  • Feature: Tabbed Windows
  • Feature: New Default Layout
  • Feature: Visualizations for Mac and Linux
  • Fix: EDF export
  • Fix: Drag&Drop on OSX
  • Fix: Clear experience window when session is running
  • Fix: Crash on save
  • Fix: Cloud Account Registration Link
  • Other: README Updates

1.5.1

25 Aug 06:22
643b474
Compare
Choose a tag to compare

Changes:

  • Improves Visualization process tracking and interaction (on Windows)
  • Small bugfixes in the eego-perform build.

Setup Windows
Download Studio.zip (neuromore Studio) below.

  • Studio.zip for Windows 10 32/64-Bit (Full Package with Visualizations and SDK DLL)
  • Studio64.exe for Windows 10 64-Bit (Standalone, no Visualizations, no SDK DLL)
  • Studio32.exe for Windows 10 32-Bit (Standalone, no Visualizations, no SDK DLL)

Setup OSX
Download Studio.dmg below.

  • Studio.dmg container for OSX 64-Bit
  • Double click Studio.dmg to mount it
  • Drag & Drop the neuromore Studio app to your applications

Setup Ubuntu 18.04
Download Studio.deb below.

sudo apt-get install -f ./Studio.deb

And start using:

Studio

1.5.0

14 Jun 09:29
3dac20a
Compare
Choose a tag to compare

Changes:

  • Integrated @Andrey1994 's great BrainFlow library to support many popular EEG devices in neuromore Studio.

Setup Windows
Download Studio.zip (neuromore Studio) below.

  • Portable executables
  • Studio.zip for Windows 10 32/64-Bit (Full Package with Visualizations and SDK DLL)
  • Studio64.exe for Windows 10 64-Bit (Standalone, no Visualizations, no SDK DLL)
  • Studio32.exe for Windows 10 32-Bit (Standalone, no Visualizations, no SDK DLL)

Setup OSX
Download Studio.dmg below.

  • Studio.dmg container for OSX 64-Bit
  • Double click Studio.dmg to mount it
  • Drag & Drop the neuromore Studio app to your applications

Setup Ubuntu 18.04
Download Studio.deb below.

sudo apt-get install -f ./Studio.deb

And start using:

Studio

1.4.9

12 Apr 10:39
bbd4925
Compare
Choose a tag to compare
Merge pull request #99 from neuromore/master

Version 1.4.9

1.4.8

19 Feb 13:59
71571ea
Compare
Choose a tag to compare

Changes:

  • Support for Neurosity Notion1 and Notion2 EEG Devices
  • Fixed Special Feedbacks: Volume and ScreenBrightness work on all platforms, MasterVolume on Windows, LSD! was removed
  • Small reorganization/simplification of the menu bar
  • Fixed Impedance-Mode related UI bug in devices widget (if device supports it)
  • Fixed a refresh issue in the "Experience Selection" widget
  • Added basic branding support
  • First 'eego perform studio' release

Setup Windows
Download Studio.zip (neuromore Studio) below.

  • Portable executables
  • Studio.zip for Windows 8/10 32/64-Bit (Full Package with Visualizations and SDK DLL)
  • Studio64.exe for Windows 8/10 64-Bit (Standalone, no Visualizations, no SDK DLL)
  • Studio32.exe for Windows 8/10 32-Bit (Standalone, no Visualizations, no SDK DLL)

Note: EPStudio.zip is the eego perform studio. Ignore it unless you own an according product/account to use it.

Setup OSX
Download Studio.dmg below.

  • Studio.dmg container for OSX 64-Bit
  • Double click Studio.dmg to mount it
  • Drag & Drop the neuromore Studio app to your applications

Setup Ubuntu 18.04
Download Studio.deb below.

sudo apt-get install -f ./Studio.deb

And start using:

Studio

1.4.7

17 Sep 08:30
3839722
Compare
Choose a tag to compare

Changes:

  • Added 'Quick Config' attribute to 'Channel Selector' nodes (related to Experience Wizard)
  • Added 'Wizard Selectable' attribute to 'Frequency Band' nodes (related to Experience Wizard)
  • Added 'Experience Wizard' to simplify creation of experiences in clinic environments
  • Several other changes related to clinic environments

Setup Windows

  • Download portable executables and put wherever you want
  • Studio.zip for Windows 8/10 32/64-Bit (Full Package with Visualizations and SDK DLL)
  • Studio64.exe for Windows 8/10 64-Bit (Standalone)
  • Studio32.exe for Windows 8/10 32-Bit (Standalone)

Setup OSX

  • Studio.dmg container for OSX 64-Bit
  • Double click Studio.dmg to mount it
  • Drag & Drop the Studio app to your applications

Setup Ubuntu 18.04

sudo apt-get install -f ./Studio.deb

And start using:

Studio