Skip to content

The live-stream MappEMG pipeline augments the traditional classical concert experience by giving listeners access, through the sense of touch, to the performer’s muscle effort, an intimate and non-visible dimension of the musicians’ bodily experience while performing.

License

IDMIL/MappEMG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

MappEMG allows the audience to experience the performer's muscle effort, an essential component of music performance typically unavailable for direct visual observation. The goal is thus to give the listeners access, through haptic vibrations, to an intimate and non-visible dimension of the musicians' bodily experience.

There are three steps to get MappEMG up and running: First, connect the acquisition device (Bitalino or Delsys) to your local machine. Then, initiate the server, responsible for constantly acquiring data from the sensor device, processing it, and streaming it to either a client or an MVC trial. Finally, initiate a client connection to the server. The client will post-process the EMG data and emit it to the Happtiks iOS mobile app. Server, client, and MVC modules are built upon the tools of the Python library biosiglive.

For more information on the project, check out ArtsIT2023 and NIME2022 papers!

Table of Contents

How to install

How to run

Citing

How to install

MappEMG relies on several dependencies. If you do not want to install everything separately, run the installation script using the command

source installation.sh

You will be prone to say if you already have a virtual environment you would like to use. If you do, press y and simply enter its name. If you do not, just press n (your new venv will be called mappemg_venv)

If you are running into issues or want to install everything yourself, refer to the sub-sections below

From Conda Forge

conda install -cconda-forge pyqtgraph 

From Pip

pip install PyQt5
pip install scipy
pip install numpy
pip install typing
pip install python-osc
pip install matplotlib
pip install bitalino
pip install pandas

Biosiglive Download and Installation

MappEMG uses a modified version of biosiglive. Once you have downloaded this biosiglive version, navigate to the root folder and (assuming your environment is loaded if needed) type the following command:

python setup.py install

If everything went well, that is it! You can already enjoy MappEMGing!

How to run

This is a section dedicated on how to properly run the program. There are two parts, running the server to acquire data from the device, and running the client to stream data from the server and convert it into haptics control values. For all of these steps, make sure you are in your virtual environment!

Running the server

To run the server, simply run the file server.py in the MappEMG directory. You will then have a menu that will resemble the following:

Client will connect to server on IP:'localhost' and PORT:'5005'
        To change IP -- Press 1 and 'Enter'
        To change PORT -- Press 2 and 'Enter'
        To continue -- Leave empty and press 'Enter': 

These are the parameters on which you would like to host the server. Follow the instructions if you would like to change the parameters. If you would like to continue press Enter.

The next question is:

>> With device connected? (y, or n for random data): 

Answer y if you would like to connect a device (such as a Bitalino or Delsys), or n if you would just like to use randomly generated data

>> Enter list of acquisition channels (e.g. for A1 A2 A3, write 1 2 3): 

Answer which acquisition channels you are using. On the Bitalino device, you can check at the back of the device next to the port, channel numbers are written there in small characters. For Delsys, they correspond to the sensor number used in the Trigno Control Utility interface. The number of the sensor used should match the number of channels entered.

>> Plot data in real-time? (y or n): 

If you would like to plot your data real-time, you can select that option by pressing y We recommend to only use it on Windows as it is not well supported on MacOS.

The prompt should then show:

Starting Server...

Starting EMG Processing...
Starting Sensor Acquisition...
Starting Streaming...

The server is now running and continuously acquiring data

Running an MVC trial

To run an MVC trial, the server should be running. So if that is not the case, please refer to the section above.

To start the trial, while the server is running, open another terminal and run MVC_trial.py in the MappEMG directory. Once MVC_trial.py is running, you should answer the questions from the prompt:

>> Do MVC with data from server? (y, or n for random data): 

Answer y if you would like to use the data acquired by the server or n for randomly generated data.

>> How many muscles will be used (e.g. for 2 muscles, write 2): 

Answer the total number of muscles you are targeting. The number should correspond to the number of channels used.

>> Give a name to muscle #1:  

Answer the name you would like to give to your muscle. Try to be as descriptive as possible. If you are targeting more than one muscle, you will have to write a different name at an ulterior iteration. If you do not wish to name it, simply press enter.

>> Please enter a name of your trial (string) then press enter or press enter.

Answer the name you would like to give to the trial. If you do not wish to name it, simply press enter.

Then you should get a message confirming the trial you would like to run

>> Ready to start trial: <trial_name>, with muscles :[<muscle_1>, <muscle_2>]. Press enter to begin your MVC. or enter a number of seconds

Either start it directly or enter the number of seconds the MVC trial will take, and do not forget to contract as much as you can for ~5 seconds to get the maximum value of contraction!

The questions you will get after are really straightforward, they are there if you would like to plot your trial. Simply follow the instructions in the prompt.

Running the client

In order to map and distribute your EMG data, you should run a client. To do so, firstly make sure that the server is running. To accomplish that you can refer to this part of the read me. Once the server is running, you should run the client.py file, which is under the MappEMG directory. Run it in a new terminal.

Once client.py is running, you should answer the questions from the prompt:

Client will connect to server on IP:'localhost' and PORT:'5005'
        To change IP -- Press 1 and 'Enter'
        To change PORT -- Press 2 and 'Enter'
        To continue -- Leave empty and press 'Enter': 

These are the parameters on which you would like to host the client. Follow the instructions if you would like to change those. If you would like to continue press Enter.

>> Do you want to load real MVC values? ('y' or 'n' for random): 

Press y if you would like to load real MVC value you have collected earlier on (to do that check out this section). If you would like to load random values then press n.

If you clicked on n skip this part, if you clicked on y you will be prompted to answer:

>> Input name of the MVC .csv file (for example "MVC_20220707-1915.csv"): 

where you simply should imput the name of the MVC file you collected earlier on. For example "MVC_20220707-1915.csv".

Then you will be asked if you would like to connect a device to the pipeline. This can only work if you have the hAPPtiks app installed. NOTE: YOUR HOST AND DEVICES SHOULD BE CONNECTED TO THE SAME WIFI

>> How many devices with the hAPPtiks app would you like to connect? 

Answer 0 if you do not want to connect a device, or any positive integer for the number of devices you would like to connect.

>> IP of device number 1 (e.g: XXX.XXX.X.X):

Enter the IP of your device (which you can find at the top of the hAPPtiks app or in your wifi settings).

>> PORT of device number 1 (e.g: 2222):

Enter the port of your device (which you can find at the top of the hAPPtiks app or in your wifi settings).

>> Attribute weights between 0 and 1 to each sensor (e.g for A1 A2 A3 A4, tou can write 1 0.45 1 0.80):

The client computes a weighted mean of all the EMG signals received, and mapps it to haptics control values. This is therefore an added tool to compute a weighted mean, where different sensors can have different weights when computing the mean. Here is a way to visualize the weights given in the example

Here is a way to visualize what the weights refer to, it is simply a way to compute a weighted mean for each of the acquisition channels: alt text

Meaning each EMG sensor you have connected can have a weight attributed to it. Weight 1 is 100% of the weight, while 0 is none.

That's it! Your devices should start vibrating. If it is not the case you might have to restart your hAPPtiks app and the client!

To stop the client, press ^C in the terminal in which it is running

Citing

If you use MappEMG, we would be grateful if you could cite this paper: https://link.springer.com/chapter/10.1007/978-3-031-55312-7_24

@inproceedings{piao2023mappemg, title={MappEMG: Enhancing Music Pedagogy by Mapping Electromyography to Multimodal Feedback}, author={Piao, Ziyue and Wanderley, Marcelo M and Verdugo, Felipe}, booktitle={International Conference on ArtsIT, Interactivity and Game Creation}, pages={325--341}, year={2023}, organization={Springer} }

About

The live-stream MappEMG pipeline augments the traditional classical concert experience by giving listeners access, through the sense of touch, to the performer’s muscle effort, an intimate and non-visible dimension of the musicians’ bodily experience while performing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%