diff --git a/Repositories:Applications.php b/Repositories:Applications.php index 1b95383..997df0a 100644 --- a/Repositories:Applications.php +++ b/Repositories:Applications.php @@ -49,7 +49,8 @@ echo '

'; ' . $ROOT . '/catia' )); -?> - - - -
-

- claudia -

-
-

- Claudia (Session Manager)
- LADISH frontend; just like Catia, but focused at session management through LADISH.
- It has a bit more features than the official LADISH GUI, with a nice preview of the main canvas in the bottom-left.
- It also implements the 'Claudia-Launcher' add-application style for LADISH.
- Homepage and Documentation: /claudia
-

-
- - - - -
-

- ingen -

-
-

- Ingen (Modular Plugin Host)
- Ingen is a modular audio processing system for Linux using the JACK audio server and LV2 plugins.
- Any saved Ingen graph can be loaded as an LV2 plugin on any system where Ingen is installed.
- This allows users to visually develop custom plugins for use in other applications without programming.
- Homepage: http://drobilla.net/software/ingen/
-

-
- - - - -
-

- qtractor -

-
-

- jack-keyboard (MIDI Utility)
- jack-keyboard is a virtual MIDI keyboard - it allows you to send JACK MIDI events using your PC keyboard.
- It uses the same layout as trackers (like Impulse Tracker) did, so you have two and half octaves under your fingers.
- Homepage: http://jack-keyboard.sourceforge.net/
-

-
- - - - -
-

- qtractor -

-
-

- jack-midi-clock (MIDI Utility)
- This is a command-line application that sends MIDI beat clock pulses based on the current tempo given by the JACK transport.
- Homepage: http://www.teuton.org/~gabriel/jack_midi_clock/
-

-
- - - - -
-

- nogui -

-
-

- jalv (Plugin Host)
- Jalv is a simple but fully featured LV2 host for Jack.
- It runs LV2 plugins and exposes their ports as Jack ports, essentially making any LV2 plugin function as a Jack application.
- Homepage: http://drobilla.net/software/jalv/
-

-
- - - - -
-

- lmms -

-
-

- LMMS (DAW) [*]
- LMMS combines the features of a tracker-/sequencer-program (pattern-/channel-/sample-/song-/effect-management)
- and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user-interface.
- Homepage: http://lmms.sourceforge.net/
- Wiki: http://lmms.sourceforge.net/wiki/index.php/Main_Page
- [*] Ubuntu only, for now.
-

-
- - - - -
-

- luppp -

-
-

- Luppp (Live Looper)
- Luppp is a music creation tool, intended for live use.
- It focuses on real time processing and a fast intuitive workflow.
- Homepage and Tutorials: http://openavproductions.com/luppp/
-

-
- - - - -
-

- non-mixer -

-
-

- Non-Mixer (Mixer)
- Powerful, reliable and fast modular Digital Audio Mixer.
- It utilizes JACK for inter-application audio I/O and the NTK GUI toolkit for a fast and lightweight user interface.
- Non-Mixer can be used alone or in concert with Non-Timeline and Non-Sequencer to form a complete studio.
- Homepage: http://non.tuxfamily.org/wiki/Non Mixer
- User Manual: http://non.tuxfamily.org/mixer/doc/MANUAL.html
-

-
- - - - -
-

- non-session-manager -

-
-

- Non-Session-Manager (Session Manager)
- API and an implementation for session management in the context of Linux Audio.
- NSM clients use a well-specified OSC protocol to communicate with the session management daemon.
- Homepage: http://non.tuxfamily.org/wiki/Non Session Manager
- User Manual: http://non.tuxfamily.org/nsm/MANUAL.html
-

-
- - - - -
-

- non-timeline -

-
-

- Non-Timeline (Audio Sequencer)
- Powerful, reliable and fast modular Digital Audio Timeline arranger.
- It utilizes JACK for inter-application audio I/O and the NTK GUI toolkit for a fast and lightweight user interface.
- Non-Timeline can be used alone or in concert with Non-Mixer and Non-Sequencer to form a complete studio.
- Homepage: http://non.tuxfamily.org/wiki/Non Timeline
- User Manual: http://non.tuxfamily.org/timeline/doc/MANUAL.html
-

-
- - - - -
-

- paulstretch -

-
-

- PaulStretch (Audio Stretch) [*]
- PaulStretch is a program for stretching the audio.
- It is suitable only for extreme sound stretching of the audio (like 50x) and for applying special effects by "spectral smoothing" the sounds.
- Homepage and Documentation: http://hypermammut.sourceforge.net/paulstretch/
- [*] This is a custom version that uses NTK, see - this link.
-

-
- - - - -
-

- protrekkr -

-
-

- ProTrekkr (Tracker) [*]
- Tracker program combining a software synthesizer together with a traditional samples tracker
- which can be used to create electronic music (like psytrance, trance goa, hard acid, IDM, chip, techno, etc)
- for small sized intros, demos or games.
- Project Page: http://code.google.com/p/protrekkr/
- Wiki: http://code.google.com/p/protrekkr/wiki/introduction?tm=6
- [*] This is a custom version with JACK audio support, see - this link.
-

-
- - - - -
-

- qsampler -

-
-

- QSampler (Sampler Frontend)
- LinuxSampler GUI front-end; it wraps as a client reference interface for the LinuxSampler Control Protocol.
- Homepage: http://qsampler.sourceforge.net/
-

-
- - - - -
-

- qtractor -

-
-

- Qtractor (DAW)
- Qtractor is an Audio/MIDI multi-track sequencer application.
- It evolves as a fairly-featured Linux desktop audio workstation GUI, specially dedicated to the personal home-studio.
- Homepage: http://qtractor.sourceforge.net/
- User Manual (PDF): http://downloads.sourceforge.net/qtractor/qtractor-0.5.x-user-manual.pdf
-

-
- - - - -
-

- qtractor -

-
-

- Rosegarden (DAW)
- Rosegarden is a music composition and editing environment based around a MIDI sequencer that
- features a rich understanding of music notation and includes basic support for digital audio.
- Homepage: http://www.rosegardenmusic.com/
- User Manual: http://www.rosegardenmusic.com/wiki/doc:manual-en
-

-
+print_app("claudia", "claudia", "Claudia", "Session Manager", ARRAY( +'LADISH frontend; just like Catia, but focused at session management through LADISH.', +'It has a bit more features than the official LADISH GUI, with a nice preview of the main canvas in the bottom-left.', +'It also implements the \'Claudia-Launcher\' add-application style for LADISH.', +'Homepage and Documentation: ' . $ROOT . '/claudia' +)); + +print_app("ingen", "ingen", "Ingen", "Modular Plugin Host", ARRAY( +'Ingen is a modular audio processing system for Linux using the JACK audio server and LV2 plugins.', +'Any saved Ingen graph can be loaded as an LV2 plugin on any system where Ingen is installed.', +'This allows users to visually develop custom plugins for use in other applications without programming.', +'Homepage: http://drobilla.net/software/ingen/', +)); + +print_app("jack-keyboard", "jack-keyboard", "jack-keyboard", "MIDI Utility", ARRAY( +'jack-keyboard is a virtual MIDI keyboard - it allows you to send JACK MIDI events using your PC keyboard.', +'It uses the same layout as trackers (like Impulse Tracker) did, so you have two and half octaves under your fingers.', +'Homepage: http://jack-keyboard.sourceforge.net/', +)); + +print_app("jack-midi-clock", "nogui", "jack-midi-clock", "MIDI Utility", ARRAY( +'This is a command-line application that sends MIDI beat clock pulses based on the current tempo given by the JACK transport.', +'Homepage: http://www.teuton.org/~gabriel/jack_midi_clock/', +)); + +print_app("jalv", "nogui", "jalv", "LV2 Plugin Host", ARRAY( +'Jalv is a simple but fully featured LV2 host for Jack.', +'It runs LV2 plugins and exposes their ports as Jack ports, essentially making any LV2 plugin function as a Jack application.', +'Homepage: http://drobilla.net/software/jalv/', +)); + +print_app("lmms", "lmms", "LMMS", "DAW", ARRAY( +'LMMS combines the features of a tracker-/sequencer-program (pattern-/channel-/sample-/song-/effect-management)', +'and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user-interface.', +'Homepage: http://lmms.sourceforge.net/', +'Wiki: http://lmms.sourceforge.net/wiki/index.php/Main_Page', +)); + +print_app("luppp", "luppp", "Luppp", "Live Looper", ARRAY( +'Luppp is a music creation tool, intended for live use.', +'It focuses on real time processing and a fast intuitive workflow.', +'Homepage and Tutorials: http://openavproductions.com/luppp/', +)); + +print_app("non-mixer", "non-mixer", "Non-Mixer", "Mixer", ARRAY( +'Powerful, reliable and fast modular Digital Audio Mixer.', +'It utilizes JACK for inter-application audio I/O and the NTK GUI toolkit for a fast and lightweight user interface.', +'Non-Mixer can be used alone or in concert with Non-Timeline and Non-Sequencer to form a complete studio.', +'Homepage: http://non.tuxfamily.org/wiki/Non Mixer', +'User Manual: http://non.tuxfamily.org/mixer/doc/MANUAL.html', +)); + +print_app("non-session-manager", "non-session-manager", "Non-Session-Manager", "Session Manager", ARRAY( +'API and an implementation for session management in the context of Linux Audio.', +'NSM clients use a well-specified OSC protocol to communicate with the session management daemon.', +'Homepage: http://non.tuxfamily.org/wiki/Non Session Manager', +'User Manual: http://non.tuxfamily.org/nsm/MANUAL.html', +)); + +print_app("non-timeline", "non-timeline", "Non-Timeline", "Audio Sequencer", ARRAY( +'Powerful, reliable and fast modular Digital Audio Timeline arranger.', +'It utilizes JACK for inter-application audio I/O and the NTK GUI toolkit for a fast and lightweight user interface.', +'Non-Timeline can be used alone or in concert with Non-Mixer and Non-Sequencer to form a complete studio.', +'Homepage: http://non.tuxfamily.org/wiki/Non Timeline', +'User Manual: http://non.tuxfamily.org/timeline/doc/MANUAL.html', +)); + +print_app("paulstretch", "paulstretch", "PaulStretch", "Audio Stretch", ARRAY( +'PaulStretch is a program for stretching the audio.', +'It is suitable only for extreme sound stretching of the audio (like 50x) and for applying special effects by "spectral smoothing" the sounds.', +'Homepage and Documentation: http://hypermammut.sourceforge.net/paulstretch/', +'Note: This is a custom version that uses NTK, see + this link.', +)); + +print_app("protrekkr", "protrekkr", "ProTrekkr", "Tracker", ARRAY( +'Tracker program combining a software synthesizer together with a traditional samples tracker', +'which can be used to create electronic music (like psytrance, trance goa, hard acid, IDM, chip, techno, etc)', +'for small sized intros, demos or games.', +'Project Page: http://code.google.com/p/protrekkr/', +'Wiki: http://code.google.com/p/protrekkr/wiki/introduction?tm=6', +'Note: This is a custom version with JACK audio support, see + this link.', +)); + +print_app("qsampler", "qsampler", "QSampler", "Sampler Frontend", ARRAY( +'LinuxSampler GUI front-end; it wraps as a client reference interface for the LinuxSampler Control Protocol.', +'Homepage: http://qsampler.sourceforge.net/', +)); + +print_app("qtractor", "qtractor", "Qtractor", "DAW", ARRAY( +'Qtractor is an Audio/MIDI multi-track sequencer application.', +'It evolves as a fairly-featured Linux desktop audio workstation GUI, specially dedicated to the personal home-studio.', +'Homepage: http://qtractor.sourceforge.net/', +'User Manual (PDF): http://downloads.sourceforge.net/qtractor/qtractor-0.5.x-user-manual.pdf', +)); + +print_app("rosegarden", "rosegarden", "Rosegarden", "DAW", ARRAY( +'Rosegarden is a music composition and editing environment based around a MIDI sequencer that', +'features a rich understanding of music notation and includes basic support for digital audio.', +'Homepage: http://www.rosegardenmusic.com/', +'User Manual: http://www.rosegardenmusic.com/wiki/doc:manual-en', +)); +?>