4bgt
4bgt
When generating sounds via import psychtoolbox as ptb from psychopy import prefs prefs.hardware['audioLib'] = 'PTB' prefs.hardware['audioLatencyMode'] = '3' from psychopy import sound mySound = sound.Sound('A',secs=3) now = ptb.GetSecs() print(now) mySound.play(when=now+0.5)...
Hi Robin, thanks for all of this work, I highly appreciate it! I was wondering if one could add a filter to this collection that allows just intonation in midi...
**Describe the bug** Getting an error for some files: [memories] Fehler: Failed to index file /filename.JPG: No MIMEType in EXIF data: /filename.JPG **To Reproduce** uploaded an image with *.JPG or...
Hi, I used this package to build a demo for a VR university course. Therefore, I had to build to apk. I had to manually add a few UnityEditor exceptions...