Main > Free Download Search >

Free loop software for linux

loop

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 352
libloop 0.0.1

libloop 0.0.1


libloop is a small, simple library for manipulating loopback block devices (/dev/loop). more>>
libloop is a small, simple library for manipulating loopback block devices (/dev/loop). It is mainly of use to live CD distribution creators, and is used in the ibls distribution.
This library allows loopback devices to be set and deleted and allows retrieving the filename associated with the loop device.
Enhancements:
- This is the first beta release of libloop.
- It seems to work and includes a demo application to show how do use it.
- Documentation is avaliable in the ibls wiki.
<<less
Download (MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1067 downloads
POE::Loop 0.3502

POE::Loop 0.3502


POE::Loop is a documentation for POEs event loop bridge interface. more>>
POE::Loop is a documentation for POEs event loop bridge interface.

SYNOPSIS

$kernel->loop_initialize();
$kernel->loop_finalize();
$kernel->loop_do_timeslice();
$kernel->loop_run();
$kernel->loop_halt();

$kernel->loop_watch_signal($signal_name);
$kernel->loop_ignore_signal($signal_name);
$kernel->loop_attach_uidestroy($gui_window);

$kernel->loop_resume_time_watcher($next_time);
$kernel->loop_reset_time_watcher($next_time);
$kernel->loop_pause_time_watcher();

$kernel->loop_watch_filehandle($handle, $mode);
$kernel->loop_ignore_filehandle($handle, $mode);
$kernel->loop_pause_filehandle($handle, $mode);
$kernel->loop_resume_filehandle($handle, $mode);

POEs runtime kernel abstraction uses the "bridge" pattern to encapsulate services provided by different event loops. This abstraction allows POE to cooperate with several event loops and support new ones with a minimum amount of work.
POE relies on a relatively small number of event loop services: signal callbacks, time or alarm callbacks, and filehandle activity callbacks.

The rest of the bridge interface is administrative trivia such as initializing, executing, and finalizing event loop.

POE::Kernel uses POE::Loop classes internally as a result of detecting which event loop is loaded before POE is. You should almost never need to use a POE::Loop class directly, although there is some early support for doing so in cases where its absolutely necessary.

See "Using POE with Other Event Loops" in POE::Kernel for details about actually using POE with other event loops.

<<less
Download (0.32MB)
Added: 2006-07-12 License: Perl Artistic License Price:
1200 downloads
Live Loops 1.0

Live Loops 1.0


Live Loops is a audio looping software for live music production. more>>
Live Loops is a audio looping software for live music production. You need to have allegro library installed to compile/run this:
Download the latest Work in Progress version from here: http://sunsite.dk/allegro/wip.html

NOTICE: This program wont run unless you create a sub-directory where you are executing it called samples with all of your samples in it (wav format).

This program will attempt to run in a window. If that fails it will attempt to use framebuffer (under linux).

Essentially i wrote this for my own purposes and i wanted a very simple way of putting loops together, and outputting them through existing soundcard hardware into an external mixer.

To do in the following versions:

1) put in some code to send a pulse to the parallel port to control the timing of my Commodore64 computer (running custom music software found on this server in /dev/aSid/current/) This functionality was present in v0.1 before I ported to linux.

2) Put in some audio-input functionality so that a user could record a bar of say, guitar, and that bar would be looped over whilst they played other stuff over the top. Nice for making very live sounding looped music. Sort of like a delay pedal.
<<less
Download (0.005MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1191 downloads
Closure::Loop 0.0.2

Closure::Loop 0.0.2


Closure::Loop is a Perl module with redo, last, next for closure based loops. more>>
Closure::Loop is a Perl module with redo, last, next for closure based loops.

SYNOPSIS

package MyIterator;
use Closure::Loop; # mixin

sub new {
my $class = shift;
return bless { }, $class;
}

sub forAll {
my $self = shift;
my $cb = pop || die "No callback";

for my $i (@_) {
eval {
$self->yield($cb, $i);
};
last if $self->is_last;
die $@ if $@;
}
}

package main;

my $iter = MyIterator->new();

my @in = ( 1, 2, 3 );
my @out = ( );

$iter->forAll(@in, sub {
my $i = shift;
$iter->next if $i == 2; # skip value
push @out, $i;
});

# @out is ( 1, 3 )

An idea that Perl programmers can usefully borrow from Ruby is the concept of synthesizing new looping constructs by passing a block of code to a function that repeatedly calls it with successive values in a sequence.
In Ruby this looks like this:

def count_to_ten
i = 1
while i<<less
Download (0.006MB)
Added: 2007-01-18 License: Perl Artistic License Price:
1009 downloads
mod_loopback 2.1

mod_loopback 2.1


mod_loopback module serves as a web client debugging tool and simply sends back plain text output of everything received. more>>
mod_loopback module serves as a web client debugging tool and simply sends back plain text output of everything received conerning a request: the request line, headers, any content received from a POST or PUT, and if installed, any data passed from mod_watch.

Configuration:

The commands below can be added to the general Apache configuration file, httpd.conf.

LoopbackLog boolean
Context: server

When true, save the contents of all requests into the log file specified by LoopbackLogFile. Default is false.

LoopbackLogFile file
Context: server

An absolute or server-root relative filename used to log loop-back requests. The default is "logs/loopback.log".

<<less
Download (0.013MB)
Added: 2006-05-08 License: Freeware Price:
1265 downloads
LOOP for Firefox 0.57

LOOP for Firefox 0.57


LOOP for Firefox is an extension that provides a revolutionary way to document web pages while browsing the Internet. more>>
LOOP for Firefox is an extension that provides a revolutionary way to document web pages while browsing the Internet.

You can seamlessly document URLs with the click of a button and then download or combine the web pages with other files to a single PDF.

<<less
Download (0.10MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
830 downloads
POE::Loop::Event 0.3502

POE::Loop::Event 0.3502


POE::Loop::Event is a bridge that supports Gtks event loop from POE. more>>
POE::Loop::Event is a bridge that supports Gtks event loop from POE.

SYNOPSIS

See POE::Loop.

This class is an implementation of the abstract POE::Loop interface. It follows POE::Loops public interface exactly. Therefore, please see POE::Loop for its documentation.

<<less
Download (0.32MB)
Added: 2006-07-18 License: Perl Artistic License Price:
1193 downloads
Animation fade-loop 1.02

Animation fade-loop 1.02


Animation fade-loop is a plugin for GIMP that can convert an animation to make it look better when played in a continuous loop. more>>
Animation fade-loop is a plugin for GIMP that can convert an animation to make it look better when played in a continuous loop (e.g. for DVD menus).

"This plug-in copies an animation frame by frame and adds a cross-fade effect at the end so that the last frame blends seamlessly back to the first.

Note that because of the resulting overlap, the output animation is [fade_length] frames shorter than the input. The currently loaded gimp image should be the first frame of the input animation.

<<less
Download (MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1173 downloads
Algorithm::Loops 1.031

Algorithm::Loops 1.031


Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*. more>>
Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*.

SYNOPSYS

use Algorithm::Loops qw(
Filter
MapCar MapCarU MapCarE MapCarMin
NextPermute NextPermuteNum
NestedLoops
);

my @copy= Filter {tr/A-Z.,"()/a-z/d} @list;
my $string= Filter {s/s*$/ /} @lines;

my @transposed= MapCarU {[@_]} @matrix;

my @list= sort getList();
do {
usePermutation( @list );
} while( NextPermute( @list ) );

my $len= @ARGV ? $ARGV[0] : 3;
my @list= NestedLoops(
[ ( [ 1..$len ] ) x $len ],
sub { "@_" },
);

If you want working sample code to try, see below in the section specific to the function(s) you want to try. The above samples only give a feel for how the functions are typically used.

<<less
Download (0.022MB)
Added: 2006-10-12 License: Perl Artistic License Price:
1107 downloads
Youhp3 3.8

Youhp3 3.8


Youhp3 is a preprocessor for XML, HTML, and other types of text. more>>
Youpee is an html preprocessor that allows you to embed any code of any script language as well as calling any external program to generate text files.
It is specially designed to work with html/xml documents and provides traditional features: define, include, macro, conditional tests, loop...
Installation
To compile youpee you need the gcc compiler, freely available under linux.
creat a youpee folder and copy the youpee.tgz inside
> mkdir youpee
> cp youpee.tgz youpee
> cd youpee
> tar xvzf youpee.tgz
unpack and compile the pcre package:
> tar xvzf pcre-4.3.tar.gz
> cd pcre-4.3
> configure
> make
and run the make command in the youpee folder
> cd ..
> make
you will have a binary file for youpee
Enhancements:
- Support negative value in the step field of a loop statement
<<less
Download (0.48MB)
Added: 2005-04-13 License: Freely Distributable Price:
1654 downloads
kluppe 0.5.1

kluppe 0.5.1


kluppe is a loop-player and recorder, designed for live use. more>>
kluppe is a recorder and loop-player, designed for live use.
kluppe is the austrian word for clip or peg and sounds even crazier if you loop it.
kluppe is a looper software, built with live performances in mind. It runs under linux and uses jack for audio i/o. It is released under the gnu license. you can download, use and redistribute it for free.
I wrote it for my own needs, but im always happy to hear about other peoples experiences or needs concerning kluppe.
Main features:
- loading of (.wav, .aiff...) soundfiles into (memory-)buffers
- saving / loading of settings
- creating of empty buffers
- playing and recording of multiple buffers via loop-players
- direct (gui-) access to all loopers
- combined- and per loop output-ports for jack
- different playmodes including "granular"
- uses 32bit buffers internally
Compiling:
if you have all libraries (and their corresponding developer-sources) installed,
it should simply compile with make.
make install as root copies the binary to /usr/local/bin
sorry - no nifty autogen, configure... yet
if you run into troubles please let me know.
Enhancements:
- corrected grain wrap around loopborders
- reduce grain offsets to smoothen pitch shift
- fix possible segfault for very small grains
- improve klopfers shuttle control
- simple midi control for granular pitchhift + bend
- avoid "differ in signedness" warnings for gcc4
- fix stepsize for output-volume fader
- fix grainsize spinbutton behaviour
- moved parts of main menu to "Edit" menu
<<less
Download (0.076MB)
Added: 2006-02-10 License: GPL (GNU General Public License) Price:
1351 downloads
MoreAmp 0.1.19

MoreAmp 0.1.19


MoreAmp is an audio player. more>>
MoreAmp is an FREE open-source audio player for Linux.

Audio player loads memory or vdisk with many files so the hard disk can spindown while playing. wxWidget on OS9/X win32 unixX11/GTK.

Play/create ogg flac wav aif mp3 aac. Play cd wma mp1/2 m2a m4a. Drag&drop, repeat loop, 31-band eq, many more features.

<<less
Download (16MB)
Added: 2006-12-30 License: GPL (GNU General Public License) Price:
1038 downloads
LPlay 0.2.0 RC1

LPlay 0.2.0 RC1


LPlay is part of Project Open Channel. more>>
LPlay is part of Project Open Channel. The LPlay plroject is a player for displaying different media on display(s). This can mean, for example, running a program loop on TVs.

<<less
Download (0.65MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1078 downloads
OpenRRCP 0.1.93

OpenRRCP 0.1.93


OpenRRCP is a cross-platform tool based on RRCP (Realtek Remote Configuration Protocol). more>>
OpenRRCP is a cross-platform tool based on RRCP (Realtek Remote Configuration Protocol).
OpenRRCP is able to configure and fetch status from L2 Ethernet switches based on some of Realteks chips. Linux and RTL8316B/RTL8326/RTL8326S are supported at the moment.
Enhancements:
- This release adds numerous new commands, including "eeprom set-mac-address" for permanently changing a switchs MAC address
- commands for configuring individual port status
- link loop detection
- port bandwidth
- mirroring control.
<<less
Download (0.034MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
989 downloads
orDrumbox 0.7.05

orDrumbox 0.7.05


orDrumbox is a audio sequencer and software drum machine in Java. more>>
orDrumbox is a audio sequencer and software drum machine in Java.
orDrumbox is pattern oriented, has an automatic composer, automatic sound assignations, custom drum kits, loop support, and the ability to import and export songs
Main features:
Pattern oriented
- You can create songs by assembling various patterns. Its up to you to determine the number of beats in each pattern (16 or 32 or whatever).
- Each pattern is composed of tracks (as many as you want). Each track corresponds to one sound.
- The tracks/sounds can be pitched and mixed and panoramized, and muted/unmuted with the interface. It is possible to add a loop point at the step you want, independently on each track.
- Each track is composed of notes (one note by beat). On each note, you can independently control pitch (from -12 to +12 semitones) and volume. Some notes can be loop point or scale notes
- The number of different sounds is not limited, neither the number of tracks in a pattern, nor the number of patterns in a song.
Automatic composer
- On each track you can use an automatic fill engine powered by artificial intelligence technology. This way you can add melodic scales and semi-random notes to make the orDrumbox compose rhythmic and melodic patterns under your control. Its designed for creativity. You only have to define some rules and the orDrumbox is going to generate beat variations and melodic lines using used designed scales. Some minor/major scales are pre-defined to help you with this feature
Automatic sound assignations
- The orDrumbox use Natural Language Processing for matching sounds to tracks and to "categorize" sounds. Its an amazing and powerfull feature. Just name a track with a "standard like" name of instrument (i.e: "electric bass 1" or just "bd" ) and the orDrumbox will assign it to the nearest instrument available in the current drum kit.
Drum Kits
- You can import, create, modify and save drum kits. Its a "sound library" in one single file.
- You can import your own sound files and use them as instruments with the orDrumbox. Use any standard WAV files for drum samples, so you can easily add your own ones or download wave files from the Net.
Loops
- Just import a loop wav file in your drumkit and the orDrumbox will automatically stretch loops to fit your rhythm. You just have to tag a wav file into loop with the interface.
Importing/Exporting
- The orDrumbox generates and exports songs and individual patterns in 16 bits /44 Khz/stereo sounds CD-quality, so you can re-use them in any other sound application.
- Your songs are loaded and saved in a XML format with the .orsg extension.
<<less
Download (0.88MB)
Added: 2007-05-04 License: GPL (GNU General Public License) Price:
2275 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5