I am trying to select a movie from a jit.playlist and play that movie on a specific midi note and another video on another note etc. I am using the ‘selection’ message to try and select a clip but can’t currently get it to work. Any idea what I might be doing wrong, or any other ways to select a specific movie and play it from a jit.playlist.
Selecting and playing movie from jit.playlist
892 views Asked by Ben Thompson At
1
There are 1 answers
Related Questions in SELECTION
- How to re-select the same text after modifying it in TinyMCE React
- How to deselect columns in PySide/Qt QColumnView
- contentEditable - how to force to write after tag, not inside
- Delete item in List
- How to get the current text selection with Javascript on ANY part of the website?
- Syncfusion Blazor. How to get the once current grid row (record)
- How to get Word VBA Convert Selection Range from one Shade to another Confined to End of Selected Range?
- How to resolve the issue of start time transformation to 00:00 and the buggy behavior when selecting dates in the provided video link?
- How do I give a unique aria label to the checkboxes for React MUI Datagrid row selection?
- How can I programmatically apply a selection to a range of mixed nodes (list nodes, paragraph nodes, etc.)?
- How to shift the igx-grid to show the selected row?
- How is ContiguousSelection mode set in QListWiget using Python?
- getSelection().collapseToEnd() does not work
- How to keep selection in a R Shiny app after changing input
- Why isn't pdf.js rendering not working and opening the model?
Related Questions in PLAYLIST
- How to implement "play next" feature in just_audio?
- Adding an AND operator into an FFmpeg command for both an MP3 and OGG lookup functionality
- I'm not able to play songs from my playlist stored in local storage in my react music player
- Creating a playlist that can be controlled via Bluetooth earphone in HTML
- Youtube Music API Python script mp3 files
- 'The system cannot find the file specified. ' when the count of the files is larger than 0
- set VLC player options
- How to add start time to a YouTube playlist that uses listType
- How to create playlist youtube by cookie using request in python
- How do I hide a playlist window on my video?
- New method required for adding tracks to a Spotify Playlist (from Windows command line)
- How to Load or Cue a playlist using PierfrancescoSoffritti 12.0.0. library
- Alexa echo cant add a song to a playlist on spotify - Alexa skill builder can be used to add this feature?
- Embedding YouTube video with playlist argument sometimes shows "This video is unavailable"
- How to find the total time all videos of a YT playlist have been viewed
Related Questions in MAX-MSP-JITTER
- Observe property changes inside the drum rack/chains
- Extracting a key/tonality from a filename using
- Can't receive data in MaxMSP via OSC from Node-RED instance (also mqtt)?
- how can I alter permissions in a bash script for application installation
- the argument of Max/Msp object [line]
- can't build max/msp external with onnx-runtime, "LNK2019: unresolved external symbol..."
- Automatically Turn a Toggle On and Off in Max MSP
- MaxMSP digital filter, understanding unroll and relation functions
- What does number~ output?
- Converting EEG osc signal as midi for use in Ableton Live
- Can I use MAX/MSP code to make an iOS app?
- Max For Live Not Patch Not Updating Data on Arduino Display
- Max/Msp as Java lib?
- Adding MSB and LSB to get 0-511
- python receive OSC message from Max
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
We have to see your patch please, because we can't know what you might be doing wrong.
What you are asking is pretty simple if I have understood well enough your question. Here is a pseudo patch:
notein -> sel ( put your desired midi notes) -> the number of the jit.playlist video file
If that's what you want the patching is pretty easy but let me know if I got it right.
p.s: I would't recommend using the jit.playlist object. I have encountered numerous bugs.