Contributions:Patches: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
Patches contain modifications to the BCI2000 source code that may affect a few files, or many. | Patches contain modifications to the BCI2000 source code that may affect a few files, or many. | ||
Typically, such modifications are made in order to add some configuration option to a BCI2000 module, or you make a small modification to an analysis tool in order to make it easier to use. | Typically, such modifications are made in order to add some configuration option to a BCI2000 module, or you make a small modification to an analysis tool in order to make it easier to use. | ||
Patches are shared in form of text files that contain the differences between the unchanged source code, and your modified source code. | Patches are shared in form of text files that contain the differences between the unchanged source code, and your modified source code. | ||
Information about how to use patches may be found at [[Programming Reference:Patches]]. | Information about how to use or upload patches may be found at [[Programming Reference:Patches]]. | ||
== | ==KeyToAdvance== | ||
Author: juergen.mellinger@uni-tuebingen.de | |||
This patch adds a configuration option to the StimulusPresentation application. When a "KeyToAdvance" row is added to the "Stimuli" matrix, then the entries in this row represent keys that must be pressed in order for the presentation to advance from the stimulus associated with that key. Without the proper key press, presentation will wait indefinitely. | This patch adds a configuration option to the StimulusPresentation application. When a "KeyToAdvance" row is added to the "Stimuli" matrix, then the entries in this row represent keys that must be pressed in order for the presentation to advance from the stimulus associated with that key. Without the proper key press, presentation will wait indefinitely. | ||
Revision as of 16:41, 5 July 2012
Patches contain modifications to the BCI2000 source code that may affect a few files, or many. Typically, such modifications are made in order to add some configuration option to a BCI2000 module, or you make a small modification to an analysis tool in order to make it easier to use. Patches are shared in form of text files that contain the differences between the unchanged source code, and your modified source code.
Information about how to use or upload patches may be found at Programming Reference:Patches.
KeyToAdvance
Author: juergen.mellinger@uni-tuebingen.de
This patch adds a configuration option to the StimulusPresentation application. When a "KeyToAdvance" row is added to the "Stimuli" matrix, then the entries in this row represent keys that must be pressed in order for the presentation to advance from the stimulus associated with that key. Without the proper key press, presentation will wait indefinitely.