page200

Results 49 issues of page200

If, while the debugger is paused at a breakpoint, I decide to use `breakOn()` and run the snippet that defines it, then I get "breakOn is not defined" when I...

MIDI files sound different in musicope, not like a piano, not like the original instruments in the MIDI file. What might be the reason? Should I install some SoundFonts? How...

Please add an option to see the grid (axes of symmetry etc.) while drawing. Drawing according to certain plans is almost impossible without seeing the grid.

Please allow drag&drop to reorder todos. They can be reordered within their priority class (affecting the order in which they are listed in the text file). Dragging them into a...

feature request

In the "new todo" dialog, list all the Priorities that are currently in use (next to each other, like in the Filter pane) so that the user can assign them...

feature request

Please allow the user to drag&drop Priorities, Contexts, and Projects from the Filter pane onto todos in order to assign Priorities, Contexts, and Projects to todos. Similarly, allow the user...

feature request

Please always show context and project selectors in the "new todo" dialog. Currently they are shown only after the user starts typing `@` or `+`. If the respective Context or...

feature request

The following code should create a MIDI file whose duration is 1 hour (`1000*3600` milliseconds): ``` messages = [mido.Message('note_on', note = 100, time = 1000), mido.Message('note_off', note = 100, time...

enhancement
documentation

[The documentation](http://www.scikit-video.org/stable/modules/generated/skvideo.io.FFmpegWriter.html) doesn't explain what values the `inputdict` and `outputdict` of `FFmpegWriter` can have. It would be nice to point to the `ffmpeg` documentation. And to add examples. A nice...

I get `C:\Python27\lib\site-packages\skvideo\__init__.py:306: UserWarning: ffmpeg/ffprobe not found in path: C:\Python27\Lib\site-packages\skvideo\io` even though that directory contains ffmpeg.py, ffmpeg.pyc, ffprobe.py, ffprobe.pyc. What might be the problem? [Calling `setFFmpegPath` a second time](https://github.com/scikit-video/scikit-video/issues/38) doesn't...