MasterLu

Description

MasterLu is your electronic music teacher in Pharo. MasterLu will teach you Phausto, to program you own DSP (Digital Signal Processors) and Coypu to program music on-the-fly with Pharo.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
4
Forks
1
Created
Aug. 23, 2024
Updated
Dec. 29, 2025

Categories

Education / Howto System / OS Packaging / VCS

README excerpt

# MasterLu
MasterLu is your electronic music teacher in Pharo. MasterLu will teach you Phausto, to program you own DSP (Digital Signal Processors) and Coypu to program music on-the-fly with Pharo.
If Phausto is not already working in your Pharo image, download the Phausto libraries for your platform, open the package, and place the librariesBundle folder into documents/Pharo/images/yourPhaustimage/

Then, copy and execute in a Playground

```Smalltalk
Metacello new
    baseline: 'MasterLu';
    repository: 'github://lucretiomsp/MasterLu:main';
    load
```
← Back to results