Hi!
gmorgan is a .. Rhythm Station, an organ with auto-accompaniment and a "small"
Band in a Linux Box. Uses MIDI and the ALSA sequencer for play the rhythm
patterns. Styles, patterns , sounds, and the mixer settings, can be edited
and saved.
Program is released GNU/GPL version 2.
News in v0.05
--------------------
- Major bugs solved now runs 3/4
- Added Play in thirds in Acc2.
- Added Play in sixths in Acc2.
- Added More chords in Batch Play-Editor.
- Added Clear Pattern in Pattern window edit.
- Added Patterns.
- Minor bugs solved.
REQUERIMENTS
--------------------------
Fast Computer
Linux
ALSA
Fltk
Take a look at http://personal.telefonica.terra.es/web/soudfontcombi/
And please ... if you enjoy this prog and wants to share patterns, send me,
and i will include in future versions, i have a large TODO, and i need some
help.
Josep
Hello all.
Here's the setup:
HW -
stoopid gateway e-3400
onboard AC'97 audio (blech!)
SW -
RedHat 9.0
portaudio (www.portaudio.com)
Now, the problem is portaudio is failing to play mono files. Portaudio lib
code is making an ioctl call that looks like this:
<snip>
int numChannels = 1 ;
ioctl( deviceHandle, SNDCTL_DSP_CHANNELS, &numChannels )
</snip>
This call doesn't fail, but when it returns 'numChannels' == 2. Portaudio
detects this and promptly dies.
Now, i just can't figure out if the problem is the onboard sound device is
just so crappy that it doesn't bother to support mono, or if there is some
wierd kernel module i can build that will fix this issue.
This isn't the worlds biggest deal, but it's just bugging me, you know?
thanks
-isaac
It seems every time theres a new release of ZynAddSubFX, a lot of mails
fly around regarding Paul's religious statement on his website...
It does start to get a bit repetitive, so lets just acknowledge the work
put into his software...
Those of us who make evil music (that doesn't imply me!) can still use
his software, but will just go to hell ;-)
d-.-b
--
nixx(a)nixx.org.uk | amSynth lead developer
JabberID: nixx(a)jabber.org | http://amsynthe.sf.net
Hi.
I released ZynAddSubFX 1.4.2 on
http://zynaddsubfx.sourceforge.net
News:
- (small) tutorials
- added full-featured, advanced formantic
filters
- added mixer panel which lets you to see/change
most important part settings, and shows a vu-meters
for each part
- you can choose to process the instrument's kit
items only with one Part effect (eg. you can make a
instrument kit that contains a reverberated piano and
flanged strings)
- enabled to launch more instances in Jack
- when is launched first time, it searches for
default.bnk_zyn file into /usr/share/zynaddsubfx and
/usr/local/share/zynaddsubfx directories (useful for
binary packages for Linux distributions)
- bugfixes
For those that you don't know, ZynAddSubFX is a
poweful software synthsizer for Linux and Windows.
Paul.
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
JACK-0.74.0
Jack-0.74.0 has been released. It is available at
https://sourceforge.net/projects/jackit/ .
Changes:
More portable/forgiving #defines in headers.
Documentation updates (reference and man page).
New --dither=none option for scripting help.
Transport is initialized to "Stopped, frame zero" when jack is started.
Removed error.h and put its function in jack.h.
Jack no longer sends event messages to clients not yet running a
dedicated JACK thread.
Taybin Rutkin
frank's radio article, care of google translation. this is great. it
makes me sound like a native german attempting to speak english, with
a result much less polished than frank b. or frank n.'s excellent
adoption of my native tongue. actually, it makes me sound as if i can
barely speak the language at all, which might not be so far from the
truth :)
http://translate.google.com/translate?u=http%3A%2F%2Fwww.dradio.de%2Fcgi-bi…
>From: Joost Yervante Damad <joost(a)lumatec.be>
>
>W. Richard Stevens's Unix Network Programming Volume 2, Interprocess
>Commumication contains samples for both SystemV and Posix shared memory
>routines.
Great thanks all of you.
I found following a cheaper alternative for Steven's book:
http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V40E_PDF/APS33DTE.PDF
Looks good.
Juhana
hi...
i just wanted to tell you all that i have a jackified sweep running
here.
recording does not work yet.
and you have to press play for a first time to open the jack port.
the diff is available at
http://galan.sourceforge.net/sweep-0.8.2-jack.diff.gz
dont look at the code: its still a little messy and i dont deallocate the
jack port yet. but hey, its a 5 hours hack.
the patch is a little big because of different autotools here.
but it seems to work.
ok... here are the steps needed.
unpack sweep.
apply the patch
configure.
edit config.h and search for DRIVER_
comment #define DRIVER_OSS
and add
#define DRIVER_JACK
also the make does another configure.
you need to edit the config.h after that. another time.
perhaps someone can find out where the configure is doing that.
--
torben Hohn
http://galan.sourceforge.net -- The graphical Audio language
The latest version of FreqTweak has been released. This is a
major feature update:
* arbitrarily selectable and reorderable modules
* preset blending feature
* two new modules: limiter and warp
* new preset format
(conversion script included: ft_preset_convert.py)
* internal design cleanup
Be sure to try out the first two features from the dialogs accessible
through the Control menu.
http://freqtweak.sourceforge.net
=======================================================================
FreqTweak is a tool for realtime audio spectral manipulation and
display. It provides several algorithms for processing audio data in
the frequency domain and a highly interactive GUI to manipulate the
associated filters for each. It also provides high-resolution spectral
displays in the form of scrolling-raster spectrograms and energy vs
frequency plots displaying both pre- and post-processed spectra.
=======================================================================
If anyone has any cool ideas for new tweak modules, please subscribe
and post them to freqtweak-user(a)lists.sourceforge.net.
As usual, have fun....
Jesse Chappell