hi all,
Just saw this online, thought it may be of interest to folks here.
http://www.cyberstep.com/kdj/
Looking at the features page, it seems to be a Meego based hardware unit -
may be a great base for experimentation if the price is right.
-michael
Please pardon cross-posting.
Changelog:
*fixed segfault when doing to-front/back without any object being selected
*added enabling/disabling menu options when appropriate (e.g. cannot cut/paste if nothing is selected)
*bound relevant canvas actions to the menu actions so that they can be invoked only if the menu actions are enabled (e.g. cut/copy/paste etc.)
*requires further testing
*relevant menu options reflect changes across all Pd windows (e.g. duplicate)
*added special behavior for the cut/copy/paste menu in the root window
*added previous window to the Window menu
Latest snapshot is available from the usual place:
http://l2ork.music.vt.edu/main/?page_id=56
Complete changelog since 11/25/2010 is available here:
http://l2ork.music.vt.edu/data/pd/Changelog
Best wishes,
Ico
I don't think linux was used to create this music (*), but I used
Linux to listen to it :-) (Fedora via Amarok on the desktop, Maemo on
Nokia n900 via http://gpodder.org/ in the car) ...
I'm posting because it's an excellent Mix by one of my favorite
producers: Mathew Jonson "in his full majestic flow" ... if talking
about music is like dancing about architecture, i'd say each of Mathew
Jonson's better songs sound like a little zen-rock-garden-of-music,
except there's like little Japanese anime gnomes and Dr. Zeuss
fluff-balls poking up from the crevices now and then.
File:
http://ra4.residentadvisor.net/audio/RA240_110103_Mathew-Jonson-residentadv…
around 47' are some remixes of his latest album's songs like the
tip-of-the-hat-to-the-John-Tejada-sound 'Girls Got Rhythm' and the
distinctive elastic-bass (from
http://www.vintagesynth.com/roland/sh101.php ??) of 'Thieves In
Digital Land' ...
Picture:
http://www.residentadvisor.net/images/features/2010/labyrinth-mj-full.jpg
(from http://www.residentadvisor.net/feature.aspx?1258 )
Podcast:
http://www.residentadvisor.net/xml/podcast.xml
Equipment: "two SH-101s, a 909 and 808, an Elektron Machinedrum, a
Midas V320, Yamaha and Eventide effects and some MIDI controllers for
the computer. Usually I only have one SH-101 but they had a spare for
me at the festival so it was better than usual! It's also the reason
why you hear so many new synth parts being played like in the
beginning of "Symphony for the Apocalypse." (Hopefully it's not too
busy.)"
(from http://www.residentadvisor.net/podcast-episode.aspx?id=240 )
Description: "His pool of original material is teaming with prodigious
12-inches, released chiefly via his own Wagon Repair imprint, while
tracks like "Marionette" and "Decompression" are rightly considered as
techno classics. You may recognize much of what Jonson plays during
performances in clubs and festivals around the world, but it will no
doubt have been expertly reconfigured, right there and then on the
fly. This virtuosity at the helm of hardware carries over to
Cobblestone Jazz, the live electronic improv group Jonson formed with
friends Tyger Dhula and Danuel Tate back in 2002. The group has since
released a pair of albums–23 Seconds and The Modern Deep Left
Quartet–while Jonson explored the format solo in 2010 through the
warmly received Agents of Time (
http://www.discogs.com/Mathew-Jonson-Agents-Of-Time/master/255472 ).
... Jonson's podcast for us captures the producer in his full majestic
flow. The set was recorded at Labyrinth festival 2010 in Japan, and
finds Jonson maneuvering among a substantial array of gear for what is
undoubtedly one of his favourite places to play."
Niels
http://nielsmayer.com
PS: (*) I would imagine
http://www.crunchgear.com/2009/06/30/review-the-elektron-machinedrum/
has got linux running somewhere deep inside ...
With season's greetings and the unexpected honor to be the first this year:
QMidiArp is finally reborn !
Although yet in another alpha state this arpeggiator, sequencer and MIDI LFO has grown quite a bit in functionality and, hopefully, usability.
Special thanks for his explanations and initial support go to Guido Scholz.
ENJOY and best wishes for 2011
Frank
QMidiArp is available for download at
http://sourceforge.net/projects/qmidiarp/files/qmidiarp/0.3.9/qmidiarp-0.3.…
and it now has an own sourceforge project page at
http://sourceforge.net/projects/qmidiarp
and git repo
git://qmidiarp.git.sourceforge.net/gitroot/qmidiarp/qmidiarp
(developers welcome)
Tutorial videos are available on youtube, just search for qmidiarp.
NEWS:
New Features
o Arpeggio pattern preset infrastructure
o Synchronized MIDI LFO modules added
LFOs have calculated and drawable waveforms, selectable frequency,
amplitude, offset, time resolution and length
o Synchronized step sequencer modules added
Step sequencer can be transposed and velocity-modulated by received
notes, sequence can be drawn on the fly
o Pianoroll-type display of arp patterns and cursor line
o Envelope function for chord arpeggios with high polyphony
o Latch mode or Footswitch for holding notes in arpeggio buffer
o Keyboard-triggered or -restarted arpeggiator mode
o Input note delay strongly reduced making QMidiArp suitable for live
play
o MIDI-learnable control of many live-relevant functions
o MIDI realtime clock slave synchronization
o JACK transport client synchronization
o Event log entries are color-coded, optional MIDI Clock event display
o Re-designed graphical user interface: all modules and dialogs
are dockable floatable windows, main and file icon toolbars added
o New .qmidiarprc file containing GUI settings, user arp patterns and
last file path
o Save and SaveAs functions with modification monitoring
o All relevant session parameters stored in new .qmax XML session file
o Manual pages in English, French and German
o Handler for SIGINT added to handle unsaved or changed files more
carefully at program termination.
o Handler for SIGUSR1 added to provide support for LADISH level 1.
o Separate threads for ALSA Sequencer Queue handler and arpeggio engine
General Changes
o Port form Qt3 to Qt4 library.
o MIDI Channels and ALSA port id's displayed from 1...16
o On-the-fly tempo changes are disabled
I'm writing a program that will make it so a standard guitar synth can
be used as a controller for rock band 3 pro guitar/bass mode. I need
some annotated dumps to be able to finish it, i've got most of the
program written, but the dumps I found were incomplete.
Here is what I gathered from the dumps I've already looked over:
it sends sysex data saying what fret's are 'pushed'.
when a string is plucked it sends a note off event identifying the
string that was played followed by a note on event saying what string
was played (string not note)
I'd like to get annotated dumps (with what your doing during each set of data)
start with the low e and play open, then push fret 1, play fret 1,
continue to fret 10
do the same for the other strings.
I'm using rtmidi for midi support, so this will work in linux,windows,and osx.
Thanks,
Nathanael
Hello all!
So here's some more from the organ and me. Oh, I forgot to mention: It's a
small instrument in a local church here. This time recorded from directly
behind me. The first take was done from the viccar's lectern. The organ has
five stops (gedackt 8ft., principal - probably 8ft. but sounds like 4ft. -,
Rohrfloete 4ft., Waldfloete 2ft. and two mixtures - for each half of the
keyboard and a 16ft. subbass, which sounds like gedackt 16ft.).
http://juliencoder.de/jb/xmas_10
The files endng in_close are the new ones. There's also the b minor prelude,
which I didn't take from the other session.
All files are available as ogg and mp3.
Enjoy!
Merry Christmas or wonderful holidays (whatever you prefer)
Julien
--------
Music was my first love and it will be my last (John Miles)
======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
======= AND MY PERSONAL PAGES AT: =======
http://www.juliencoder.de
Hi All,
I thought I'd let you know about some synthesizers I converted to LV2
plugins.
"50m30n3" wrote a few synthesizers using Jack. There is a "Feedback Drone
Synthesizer" (http://d00m.org/~someone/so666/), a Piano Synthesizer (
http://d00m.org/~someone/sokl5/), and a Bassline Synthesizer (
http://d00m.org/~someone/so404/)
I've converted them to LV2 plugins and added Debian packaging. You can find
the ports here: https://github.com/jeremysalwen/So-synth-LV2
I remember that recently someone was complaining about the lack of virtual
instruments for LV2, so these should help add to the bunch.
Jeremy Salwen
Hi to everyone,
I'm pretty new to this list but want to say that it's a great thing!
My question: I've got an openSuse 64 bit system running on C2D E4400, Intel
MB and 6 GB installed.
At startup th bios recognizes the RAM but my OS doesn't, it only sees 3.2
GB. Tried to find awnser to this on the www but only got more confused,
shouldn't a 64 bit OS be able to adress up to 16 exabites of ram?
Thanks for your time
Regards
Moshe