Livecoding : Différence entre versions

De fablabo
Aller à : navigation, rechercher
(Artistes ou collectifs)
(The Force)
Ligne 67 : Ligne 67 :
 
== Punctual ==
 
== Punctual ==
 
* https://github.com/d0kt0r0/Punctual
 
* https://github.com/d0kt0r0/Punctual
 +
== Pilot ==
 +
*https://github.com/hundredrabbits/pilot
 
== The Force==
 
== The Force==
 
* https://videodromm.com/The_Force/
 
* https://videodromm.com/The_Force/
 +
 
==Ressources==
 
==Ressources==
 
===Artistes ou collectifs===
 
===Artistes ou collectifs===

Version du 7 mai 2019 à 12:37


Livecode.jpeg

Contributeur·ice·s

Status de la publication

Publié

License

CC-by-sa-3.0

Compétences requises



Présentation de logiciels de livecoding

  • installation
  • test
  • démo

FoxDot

Installation

- suivre https://foxdot.org/installation/

  1. sudo apt install python-pip
  2. pip install FoxDot

ou git clone https://github.com/Qirky/FoxDot.git cd FoxDot python setup.py install

  1. sudo apt install supercollider
  2. sudo apt install git
  3. sudo apt install python-tk

c'est ok ensuite Sinon, il y a ce script https://github.com/Noisk8/InstalandoFoxDot-En-linux

Dans Supercollider :

   Quarks.install("https://github.com/Qirky/FoxDotQuark.git")
   Quarks.install("https://github.com/supercollider-quarks/BatLib.git")

Documentation

En résumé, dans le Terminal faire : python -m FoxDot Puis dans la fenêtre p1 >> pluck() ça fait du son, p1 >> pluck().stop() ça s'arrête.

  • La liste des synth : ['sawbass', 'karp', 'gong', 'varsaw', 'bell', 'feel', 'scratch', 'pulse', 'audioin', 'blip', 'pads', 'rave', 'donk', 'saw', 'orient', 'creep', 'growl', 'marimba', 'razz', 'dub', 'pasha', 'keys', 'jbass', 'arpy', 'zap', 'viola', 'piano', 'quin', 'ambi', 'dbass', 'crunch', 'noise', 'star', 'bass', 'dab', 'dirt', 'twang', 'swell', 'pluck', 'glass', 'soprano', 'charm', 'spark', 'bug', 'squish', 'sitar', 'snick', 'play2', 'play1', 'sinepad', 'prophet', 'ripple', 'space', 'fuzz', 'lazer', 'klank', 'nylon', 'soft', 'scatter', 'loop']

qu'on peut lancer par un p1 >> scatter()

  • Un peu d'explication sur les notes jouées, et à quoi correspond la suite de nombre suivante en note :

p1 >> pluck([0, 2, 4], dur=[1, 1/2, 1/2], amp=0.75) soit pour CMajor = [C, D, E, F, G, A, B], les notes suivantes : CMajor[0] => C, CMajor[2] => E, CMajor[4] => G

  • jusque là, tout va bien d1 >> play("(x[--])xo{-[--][-x]}")
  • Pattern : my_pattern = Pattern([0, 1, 2, 3]) ou my_pattern = P[0, 1, 2, 3]

cool <code print(PRange(0, 10, 2).reverse() + [1, 2]) </code> P[9, 8, 5, 4, 1, 10, 7, 6, 3, 2]

  • Players attributes >>> print(Player.get_attributes()

('degree', 'oct', 'dur', 'delay', 'blur', 'amplify', 'scale', 'bpm', 'sample', 'sus', 'fmod', 'pan', 'rate', 'amp', 'vib', 'vibdepth', 'slide', 'sus', 'slidedelay', 'slidefrom', 'bend', 'benddelay', 'coarse', 'striate', 'pshift', 'hpf', 'hpr', 'lpf', 'lpr', 'swell', 'bpf', 'bpr', 'bits', 'amp', 'crush', 'dist', 'chop', 'tremolo', 'echo', 'decay', 'spin', 'cut', 'room', 'mix', 'formant', 'shape') Et aussi ces options là

>>> print(Scale.names())

['aeolian', 'chinese', 'chromatic', 'custom', 'default', 'diminished', 'dorian', 'dorian2', 'egyptian', 'freq', 'harmonicMajor', 'harmonicMinor', 'indian', 'justMajor', 'justMinor', 'locrian', 'locrianMajor', 'lydian', 'lydianMinor', 'major', 'majorPentatonic', 'melodicMajor', 'melodicMinor', 'minor', 'minorPentatonic', 'mixolydian', 'phrygian', 'prometheus', 'romanianMinor', 'yu', 'zhi']

Sonic Pi

TidalCycle

Installation

en suivant ceci : https://tidalcycles.org/index.php/Linux_installation

  1. ce script modifié : https://github.com/yaxu/Tidal/blob/master/doc/install-linux.sh cela donne cela :

http://etherpad.pingbase.net/tidal-install

  1. install ATOM, SuperDirt dans SC

Code libre : http://etherpad.pingbase.net/tidal

Veda for Atom

Ibniz

Hydra

Punctual

Pilot

The Force

Ressources

Artistes ou collectifs

- Medellin ou berlin  : https://noiskate.hotglue.me/
- Rennes : https://merri.carrd.co/?fbclid=IwAR0XelyJVkS8d4nh9IxXr7hS0refxnp3qDsn69RaTGGKp8gxppP351Ft6v8
- Mars : https://fg1er.noblogs.org/
- Projet collectif : https://github.com/Qirky/ten-lines-or-less

Espace de discussion

Médiathèques