All Projects → TextAliveJp → textalive-app-dance

TextAliveJp / textalive-app-dance

Licence: other
3Dモデルを使った複雑な処理を含むTextAlive App APIの作例

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to textalive-app-dance

DM-GY-9103-Advanced-Creative-Coding
Class repository for Advanced Creative Coding
Stars: ✭ 28 (+55.56%)
Mutual labels:  creative-coding
py-simple-lyric-generator
A simple Markov chains lyric generator written in Python.
Stars: ✭ 17 (-5.56%)
Mutual labels:  lyrics
Cider
A new cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind. 🚀
Stars: ✭ 3,146 (+17377.78%)
Mutual labels:  lyrics
JiosaavnAPI
Unofficial JioSaavn API Written in Javascript
Stars: ✭ 68 (+277.78%)
Mutual labels:  lyrics
use-tweaks
🎛️ Tweak React components with Tweakpane
Stars: ✭ 666 (+3600%)
Mutual labels:  creative-coding
SpotiSharp
Cross-platform music assistant
Stars: ✭ 22 (+22.22%)
Mutual labels:  lyrics
dots
Dots & Boxes Visualization
Stars: ✭ 16 (-11.11%)
Mutual labels:  creative-coding
givemelyrics
See the lyrics of the song that is playing, from any application.
Stars: ✭ 52 (+188.89%)
Mutual labels:  lyrics
toybox
a collection of computational playthings.
Stars: ✭ 94 (+422.22%)
Mutual labels:  creative-coding
ProcessingStuff
Various pretty-ish Processing sketches by Odditica. About 50% shaders.
Stars: ✭ 164 (+811.11%)
Mutual labels:  creative-coding
tidal-lyrics
Get the lyrics of what you're listening on Tidal
Stars: ✭ 39 (+116.67%)
Mutual labels:  lyrics
limnoria-plugins
Limnoria plugins I wrote or forked.
Stars: ✭ 35 (+94.44%)
Mutual labels:  lyrics
PdWebParty
An app that allows Pd users to run patches in a web browser and share them with a web link
Stars: ✭ 37 (+105.56%)
Mutual labels:  creative-coding
Lyrics-to-Audio-Alignment
Aligns text (lyrics) with monophonic singing voice (audio). The algorithm uses structural segmentation to segment the audio into structures and then uses hidden markov models to obtain alignment within segments. The final alignment is concatenation of time stamps of lyrics within the segments for each song.
Stars: ✭ 57 (+216.67%)
Mutual labels:  lyrics
NeteaseLyric
网易云音乐歌曲的歌词分享图片生成脚本
Stars: ✭ 56 (+211.11%)
Mutual labels:  lyrics
osc-simulator
A utility to test Open Sound Control sending and receiving from the browser
Stars: ✭ 23 (+27.78%)
Mutual labels:  creative-coding
genius-lyrics-api
A library for fetching song lyrics & album art from genius.com 🎶🌈
Stars: ✭ 129 (+616.67%)
Mutual labels:  lyrics
LyricViewDemo
LyricView is a powerful and flexible custom view to display lyrics within music player under Android
Stars: ✭ 654 (+3533.33%)
Mutual labels:  lyrics
amplyfm
A free and open-source web app for streaming music.
Stars: ✭ 46 (+155.56%)
Mutual labels:  lyrics
ICM-2018
Syllabus for ITP Foundation Course Introduction to Computational Media, Fall 2018
Stars: ✭ 57 (+216.67%)
Mutual labels:  creative-coding

TextAlive App API "dance" example

TextAlive App API のサンプルコードです。 3Dモデルを使った複雑な処理を行っています。 このアプリが TextAlive ホストと接続されていなければ再生コントロールやパラメタ調整用ユーザインタフェースを表示します。

デモページ: https://textalivejp.github.io/textalive-app-dance/

TextAlive ホストと接続された状態をテストするには TextAlive App Debugger のページにアクセスしてください。

sample

違う楽曲で試すには

TextAlive App API で開発されたWebアプリケーションは、(特定の楽曲向けに作り込んでいない限り)URLのクエリパラメタで ta_song_url={楽曲のURL} を指定すると異なる楽曲で演出を試せます。

開発

Node.js をインストールしている環境で以下のコマンドを実行すると、開発用サーバが起動します。

npm install
npm run build-dev

ビルド

以下のコマンドで docs 以下にビルド済みファイルが生成されます。 サンプルコードのデモページGitHub Pages で、このリポジトリの docs 以下のファイルが提供されています。

npm run build

TextAlive App API

TextAlive

TextAlive App API は、音楽に合わせてタイミングよく歌詞が動くWebアプリケーション(リリックアプリ)を開発できるJavaScript用のライブラリです。

TextAlive App API について詳しくはWebサイト TextAlive for Developers をご覧ください。


https://github.com/TextAliveJp/textalive-app-dance

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].