Git Product home page Git Product logo

pharolivecoding's Introduction

Pharo LiveCoding Package

Experimental Package of convenient methods and classes for Pharo designed for live coding performances using Kyma or other musica languages by sending OSC messages in an economic, iconic and transparent way. It has been originally designed to work with SymbolicSound Kyma but can be used with any OSC compatible application.

Getting Started

Create a performance\

p := Performance uniqueInstance.

assign a Performer to the Performance (PerformerLocal or PerformerKyma or PerformerMIDI or PerformerSuperDirt)

p performer: aPerformerSubClass new

add sequencers to the performance

16 rumba to: #snare

or

16 semiquavers to: #hats; midich: 7

play the performance

 p play

if you want to stop your performance\

p terminate

Basic usage

The default OSC send port is 57120, the same of SuperCollider audio server.

Integers and arrays implements the messages\

9 toKyma: 'anOSCaddressWithoutTheFirstSlash'

and\

8 toLocal: 'anOSCaddressWithoutTheFirstSlash'

when arrays are sent, each index of the array will be sent to the corresponding OSCAddress suffixed with the array index.

Requirements

OSC package versions stable 1.0 must be available in your Pharo image. You can get it with this Metacello script (just copy and paste it into your Playground)

Metacello new
  baseline: 'OSC';
  repository: 'github://Ducasse/OSC/src';
  load.

MIDI Support

The Pharo LiveCoding Package can be used to play external MIDI hardware. (https://github.com/pharo-contributions/pharo-sound)

SuperDirt Connection

The Pharo LiveCoding Package can be used to play the SuperDirt audio engine for SuperCollider. ((https://github.com/supercollider/supercollider) (https://github.com/musikinformatik/SuperDirt)

pharolivecoding's People

Contributors

lucretiomsp avatar palumbon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.