Daniel
About
- Username
- Daniel
- Joined
- Visits
- 669
- Last Active
- Roles
- Member, Administrator, Moderator
Comments
-
I found the solution myself. OpenSesame doesn't like the quotes around the value "yes", but doesn't give a notice that this is wrong and simply regards the break_if field as empty so if I replace [count_trial_sequence] > 4 and [practi…
-
I have no idea. I've never worked with android before your project, so I sadly have too little knowledge about this subject.
-
Does anyone have feedback on how this plugin works for them and if the above problems have been solved? I would really like to know.
-
Hi there, Someone else notified me of this problem and I have since then noticed it too. It must be a problem that recently has only popped up, as I and other people in my lab have been using the plug-in without problems for a while now. Once I fin…
-
Hi Joe, you can also have a look at the gstreamer variant of the media_player plugin. It has a built-in looping option, and also allows you to draw stuff on top (or below) a video frame. If you don't manage to do this by yourself, let me know and I…
-
Did it also occur before you updated to 4.4? Might have something to do with that, because when we tested it we never(?) had these crashes. Good luck over there!
-
What's your limit on the file-size? I already managed to trim the whole framework down to 150 MB and that's just my first go. We can also sacrifice on some codecs, meaning that less file formats are supported, but if we were never going to use these…
-
No we need only a fraction of the plugins that are included with gstreamer. I'm certain we can trim it down quite a lot. I've started doing so, but with limited success up until now. Nevertheless I'll get there!
-
Thanks, it might indeed be a QT issue. I did not have the problem with 0.27.4, but pane that is open by default is vertically a bit smaller than the default pane in OS 2.8 Another small bug: If you quit OpenSesame and it asks you to save your exper…
-
I found a problem on windows 7 with ~pre12 (from source). I was working with OS on a a screen with a resolution of 1366x768 (probably of a dying breed I know), but when the interface becomes too large (for instance if you click on 'show the debug wi…
-
Winner of the funniest question of the month :)
-
It is not really possible from the GUI and you will need to use an inline script to achieve this. I haven't tried out myself what I'm proposing below, so I can't guarantee that it is a working solution: Add the following three items in a sequence: …
-
Hi Gabriel, Please keep in mind that the preferred duration is indicated in seconds instead of milliseconds, so if you want to play a clip for 5 seconds just enter 5 in the duration field and not 5000. Otherwise I am not really sure I understand y…
-
Hi Marjolein, In data merger you do not select individual files you want to merge, but a single folder which contains all files you like to see merged. Datamerger will then traverse through all the files in this folder and use those which are merge…
-
Great! Can't wait till this one is released. I did discover a little bug: In my version 2.8.0~pre7 (Win 7) I get squares before every line break (CR LF) in a text display item, as if it doesn't recognize the new line character.
-
I can see if I can add a voice response feature to the sound recorder plugin. It should not be that hard if I can figure out how to recognize if there is a "signal" in a wave packet. On that note, I would like to see block commenting in t…
-
Hi, Are you using the version of media_player_vlc that came with OpenSesame 0.27.4? There were some problems with the memory cleanup in that version that I have corrected in the meantime. Could you let us know if replacing the media_player_vlc plug…
-
Katie, I have taken better care that the plugin cleans up after itself, hopefully causing it to be more economic with available memory. Could you download the latest version of the plugin from https://github.com/dschreij/media_player_vlc/releases/t…
-
I found an option in the API to scale the video to its original size and have added this option to the latest version of the plugin in GitHub (https://github.com/dschreij/media_player_vlc/releases/tag/1.0)
-
Hi Ben, If you are just looking for video playback without sound, you could also try the OpenCV based player written by Sebastiaan once. This offers the ability to resize video, if my recollection is correct. As for the vlc plugin, the possibiliti…
-
Hi Katie, Communication of OpenSesame with the vlc libraries is very rudamentary and doesn't offer me a lot of control or insight on how the video is presented on screen or if a buffer is overflowing. I'll still try to see if I can make the vlc plu…
-
Disregard this bug. It seems specific to my installation. I'm leaving the thread open in case I find some other bugs in this version.
-
I found a small bug: When you quit opensesame while having an experiment open with unsaved changes, you are first asked if you are sure you want to quit opensesame. If you click "yes" then you are presented with another dialog stating &quo…
-
* I'm agreeing with froukehe on the option of being able to drag already drawn stimuli on a sketchpad to a new position! That really is a must-have in my experience * More "spreadsheet"/Excel-like behavior of the table in a list item. For …
-
Hi Patrick, I've no idea as I have never encountered this error, even after intensive use of the soundrecorder plugin. It seems as if your audio device was unavailable or engaged in some other activity. Is this the first time that this error occurr…
-
I haven't managed to get the vlc player working on Mac OS, because of a pygame bug on that platform. Basically I ask pygame for the id of the window it is displaying its contents in and pass this id to the vlc module to indicate where it should show…
-
I have some trouble diving into this as the page with the API of the vlc plugins for python seem to have disappeared. I remember that there was a "set_volume()" function or the like for the vlc player object, with which you could adjust th…
-
I also have this problem, and am using 1.9.2pre for pygame. A sidenote is that the problem does not occur with the multiprocess runner (which is work in progress), so this problem might easily be remedied in the future.
-
Hi Ying, this is quite weird. I will look into it and come back to you once I find an answer. Regards, Daniel
-
Regardless of my previous e-mail, I've looked into this matter and found a nice work-around. As you mentioned, movie playback works fine in windowed mode, which you can let mimick fullscreen mode by the following back-end tweaks. A word of warning …