Skylights - ADRIFT, ALAN, What Note?

I’ve been working on a plugin collection, Skylights. It contains a few nice things:

  • The “What Note?” CV tuner,
  • An open-source implementation of the Turing Machine, called ALAN, which also includes: the vactrol mix expander, the volts expander, and the pulse expander.
  • A multi-channel sample and hold for adding color to notes.

ko-fi

7 Likes

Mac build added (do you want to give me push access again and I’ll try to keep the Mac builds updated)?

Cheers.

Felt like coding this up today; it’s in pre-release form in the repo:

Screenshot%20from%202019-01-23%2004-05-01

The ALAN is based on the technical paper for Tom Whitwell’s Turing Machine and an amazing demo video of a real one, while the faceplate is a combination of component library and @David’s design template. It’s not the first turing machine, or the only one, but it’s pretty and it’s fun to play with.

4 Likes

Screenshot%20from%202019-01-27%2016-47-50

Finished the pulses module and added it to pre-release. It works both as a gate (when there is no clock) and as Whitwell’s module does when a clock is provided.

Contemplating either a Noisering style module that is compatible with the XPND port (and thus the pulses and volts) or some kind of multi sample-and-hold in the spirit of that thread talking about modules to randomize other modules.

6 Likes

cool Skrylar, let me know if you are needing some graphics!!

:wink: Slowly integrating the ones you made as I figure out how to get them in the code. Light versions of the plugs are in the pre-release of skylights, probably headed towards JACK after the Windows stuff is sorted out there.

1 Like

Screenshot%20from%202019-02-01%2004-26-28

Pre-release now includes the Vactrol Mix Expander. This is the last of the three turing machine expansion boards and the one which allows you to create randomized stereo landscapes.

6 Likes

Skylights sounds great. If everything basically works (i.e. doesn’t crash), even though it’s not feature complete yet, I would highly encourage you to submit this to the Plugin Manager. That would be great, thanks!

3 Likes

https://github.com/VCVRack/library/issues/536 :wink:

1 Like

Thankyou for these excellent modules!

Heres a quick generative percussion patch utilizing them.

https://patchstorage.com/alanperc/

2 Likes

Is there a Mac version to test?

You can build for Mac from the github source at this link, https://github.com/Skrylar/skylights-vcv

Instructions for how to setup dev environment & build plugins can be found here, https://vcvrack.com/manual/Building.html

2 Likes

One pain point is that Xcode is a very large download and install for someone to have that isn’t doing any developing. You might be able to get @Nik to do it, or install through the plugin manager when we show up there :wink:

@jue There you go. I haven’t added it on GitHub as it should be in the plugin manager soon.

Skylights-0.6.2-mac.zip (862.3 KB)

Thank you!
After being a musician, an artist, a composer und a producer over the years the next step to a developer is very hard for me!

And thank you for these modules!

1 Like

Hello,
for me the Vactrol Mix Expander shows some strange behavior on mac. Most of the time it works prefect but some times it starts producing noises like I would feed it with some low drum or gate signals, While this is the case even disconnect the inputs does not stop the noises. Have no idea what is going on. You have to close rack and start again. Some times this behavior comes when I save the rack file or doing something in a different window of the finder.

Probably worth a github issue, but…

  • Does this ever happen with any other modules (ex. on patches without turing machines present?)
  • Does this happen consistently (ex. the glitch is repeatable by loading the same patch?)

The problem is only coming when Vactrol is in the patch aside the ALAN module.
It does not happen consistently, sometimes the patch is working without problems.
Have several patches were the same problem occurs.
Combinations ALAN with Volts and/or Pulses only are working like a charm.

That does narrow down the search space quite a lot then :thinking: