LABSN / expyfun

Experimental paradigm functions.
BSD 3-Clause "New" or "Revised" License
13 stars 21 forks source link

BUG: Order of `load_buffer` and `identify_trial` when `SOUND_CARD_TRIGGER_ID_AFTER_ONSET=True` #420

Open rkmaddox opened 4 years ago

rkmaddox commented 4 years ago

When load_buffer comes before identify_trial there are no triggers on the first trial, but there are for all the remaining trials. Will need to dig in further to see if it is the correct one or the previous one.

Seems to work fine when identify_trial comes before load_buffer.

rkmaddox commented 4 years ago

Would be ideal if it were order-agnostic.