Skip to content

Releases: iani/tiny-sc

MiniSteno extended

12 Jul 09:28
Compare
Choose a tag to compare

First extension to MiniSteno: Enable multi-letter chuck names separated by .

SynthDefLoader

18 Jun 15:00
Compare
Choose a tag to compare

SynthDefLoader sends new SynthDefs to Server in strict order, and starts Chucks exactly as soon as their SynthDef has been loaded. This has two advantages:

  • Timing of starting of Chucks after loading new SynthDefs is precise, not dependent on arbitrary wait parameter.
  • Chucks are now ready to play with Event:play instead of synth-new.

Nested Par-Ser in MiniSteno

17 Jun 21:09
Compare
Choose a tag to compare

MiniSteno: Group order is now correct for multiple nestings of Par-Ser-Par.

MiniSteno fixed

17 Jun 13:18
Compare
Choose a tag to compare

Fixed serious omissions in Par - Ser Synth-Link insertion algorithm

MiniSteno

17 Jun 08:39
Compare
Choose a tag to compare

Reliable audio linking between chucks, in parallel and series.
Reconfiguration possible while the system is running.
No runaway links or unpredictable results.
Uses MiniSteno: A radically simplified version of Julian Rohrhuber's Steno. https://github.com/telephon/Steno

Task+Chuck Synth Release details improved

14 Jun 16:46
Compare
Choose a tag to compare

Tested Task+Chuck start/stop and the corresponding release of Synths, made adjustments to cover all cases.

All "Node not found" messages have disappeared.

+>

12 Jun 08:24
Compare
Choose a tag to compare
+>

=> replaced by +>

Advantages:

  1. Compatibility with Org-mode tables. For use as score system.
  2. No longer conflicts with DewDrop lib's => operator by James Harkins.

Canis plenus et libum soldum

12 Jun 06:27
Compare
Choose a tag to compare

Chuck add task pattern fixed.
README: + Task Filter examples

*>.xopattern Tox works

11 Jun 21:38
Compare
Choose a tag to compare

FIrst working tests with *>.xo operator to add Tox filter patterns

TaskStopAll

11 Jun 14:15
Compare
Choose a tag to compare

TaskPlayer:stopAll

README cleanup.