项目作者: altays

项目描述 :
Pulls messages from twitch and imports into a Max/MSP Patch using the Sadam Max/MSP Library
高级语言: Max
项目地址: git://github.com/altays/Twitch-To-MaxMSP.git
创建时间: 2020-10-17T18:29:08Z
项目社区:https://github.com/altays/Twitch-To-MaxMSP

开源协议:Creative Commons Zero v1.0 Universal

下载


Twitch-To-MaxMSP

Description

This project utilizes the Twitch Messaging Interface package, the datagram module in NodeJS, and the sadam library by Ádám Siska to pull messages from Twitch and present them in a readable form in Max/MSP

Table of Contents

  1. Installation
  2. Usage
  3. License
  4. Questions

Installation

To install this project, clone the repo and install the modules via npm install.

Be sure to install the sadam library, create an app through the Twitch Developer portal, and create a .env file. Set the CHANNEL_NAME, OAUTH_TOKEN, and BOT_USERNAME from Twitch in the .env file.

To start up the app, use npm run start and open up the max/msp patch.

Usage

The sadam Library uses the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License, except for [sadam.lzo], which is a GPLv2 project.

License

Copyright (c) 2020 Alex Taylor. Released under Creative Commons Zero v1.0 Universal. See the LICENSE file for more details.