polymorphicengine / tidal-gui

trying to make a GUI for tidal with threepenny-gui and codemirror
GNU General Public License v3.0
29 stars 2 forks source link

tidal-gui

Tidal-GUI is, as the name suggests, a general user interface for the live-coding language tidalcycles.

TidalInterface

The interface has three basic parts:

If you are familiar with the atom-plugin for tidal, most of the features of tidal-gui are very similar. There is one notable difference: if you want to print something to the console, you have to make sure to lift it to IO (via return).

Other commands are:

If you set a path to a folder of the definitions, you need to make sure that each file in the folder only contains one single 'let' expression.

You can currently send messages of the following form to the editor:

The first steps in the development of this application have been done during the Haskell Summer of Code.