WinAmp in a Notebook Cell?! #27
TorreyBetts
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Not actually WinAmp, but an interactive media player built as a Verso extension using
ICellInteractionHandler. Player controls, a clickable playlist, and a visualizer all live in a single cell output, with every button click round tripping through the interaction handler to update state and rerender as necessary. Ever see a notebook do that?google-chrome-verso-notebook.mp4
Built this for fun to show off the interaction handler and to fulfill my need to put a media player within a notebook. 😂
Use the Verso.Blazor server after building the sample to view the included notebook. VS Code is a bit more restrictive with loading the cross origin content. After release 1.0.12 comes out you'll be able to start that server using
verso serveif you install the .NET global tool.Verso.Sample.Jukebox.zip
Beta Was this translation helpful? Give feedback.
All reactions