[LAD] Laborejo Release 0.1 Announcement

2012-03-07 Thread Nils
Laborejo, Esperanto for "Workshop", is used to craft music through notation. It is a Lilypond GUI frontend, a MIDI creator and finally a tool collection to inspire and help you compose. It works by reducing music-redundancy and by seperating layout and data. Don't worry about the layout, just c

Re: [LAD] Laborejo Release 0.1 Announcement - Supplemental

2012-03-07 Thread Nils
On Thu, 8 Mar 2012 00:20:30 +0100 Nils wrote: > Laborejo, Esperanto for "Workshop", is used to craft music through notation. > > It is a Lilypond GUI frontend, a MIDI creator and finally a tool collection > to inspire and help you compose. > It works by reducing music-redundancy and by seperat

Re: [LAD] Tutorial for programming with JACK

2012-03-07 Thread kallipygos
Hi expertsI have some more beginner questions about jack API.Long time ago i writed lil test program - sine signal generator with OSS output and TUI level indicators.http://martini.pudele.com/radio/demos/sin_gen-01.cIt is possible with (curses-ansi escapes) TUI vary sine parameters - Frequency and

Re: [LAD] Tutorial for programming with JACK

2012-03-07 Thread Paul Davis
there are many example clients in the JACK source code's "example_clients" directory. including, as luck would have it, jack_sine, which generates a sine wave (based on MIDI input) and even simpler, jack_metro which outputs a beep every 1/Nth of a second. this list and google contain a wealth of