sigourney

A modular audio synthesizer

  • 所有者: nf/sigourney
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Sigourney

Sigourney is a modular audio synthesizer.

It is mostly written in Go, with a thin layer of JavaScript to provide the UI.

Project status

Sigourney is largely unmaintained these days.
Pull requests that keep it building will be accepted,
but no further development work will happen in this repo.

Installation

Sigourney has been developed under Mac OS X 10.9.
It may run on other platforms, but I can only vouch for this one.
In the future Sigourney should run on OS X, Linux, and Windows.

First, install Go.
(Make sure you set GOPATH.)

Second, install portaudio and portmidi.
I used Homebrew to do this under OS X.

$ brew install portaudio portmidi

Third, download (or update) and build Sigourney and its dependencies:

$ go get -u github.com/nf/sigourney

Usage

Run the sigourney binary (which should be in $GOPATH/bin) from the
repository root directory:

$ cd $GOPATH/src/github.com/nf/sigourney
$ $GOPATH/bin/sigourney

Then open http://localhost:8080/ in your web browser.
(I have only tested with Google Chrome.)

At this point you should see a page with an "engine" module in the middle
and a list of modules in the top right. Drag the "sin" module somewhere onto
the canvas. Then you can click to draw a connection from the "sin" module's
output to the "engine" module's input. At this point you should hear a 440hz
sine wave. If not, something is wrong.

Control

  • Drag a module to move it.
  • Drag an output to an input to create a connection.
  • Shift-click a module to delete it.
  • Shift-click a connection to detach it.
  • Drag the canvas to select multiple modules. With multiple modules selected:
    • Drag to move them.
    • Press D to duplicate them.
    • Press Control-X to delete them.

Why "Sigourney"?

The project was originally named "gosynth" but a friend told me in no uncertain
terms that I needed a better name. Around that time, my pet rabbit Sigourney
died, and so I decided to honor her memory with this project.

Sigourney, the rabbit

I like the name because Sigourney liked to hang out in my studio and listen to
the music. (It's also convenient that it has "go" in it.)

Credits

Sigourney was written by Andrew Gerrand adg@golang.org and is licensed under Apache 2.0 license.

主要指標

概覽
名稱與所有者nf/sigourney
主編程語言Go
編程語言Go (語言數: 4)
平台
許可證Apache License 2.0
所有者活动
創建於2010-11-18 11:20:40
推送於2018-12-29 22:31:45
最后一次提交2018-03-28 13:54:07
發布數0
用户参与
星數362
關注者數26
派生數34
提交數198
已啟用問題?
問題數7
打開的問題數4
拉請求數7
打開的拉請求數0
關閉的拉請求數4
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?