Hi
Trying to get sfz playback inside renoise. I compiled linuxsampler
(libgig and linuxsampler) from svn and it shows up alright in renoise.
However the gui seems to be... a little un-finished. I can load or save
an xml file, that's about it. When I save the initial state i get this xml:
<?xml version="1.0" encoding="UTF-8"?>
<DssiPreset doc_version="0">
<CurrentBank>-1</CurrentBank>
<CurrentProgram>-1</CurrentProgram>
</DssiPreset>
Any idea if this could be edited to make linuxsampler load some sfz?
BTW: if there are other (easier/more straight forward) options for sfz
inside renoise (which supports vst, dssi and ladspa), I'd be more than
happy to hear about it!
I'm running 32bit wheezy...
Cheers
--
Atte
http://atte.dkhttp://a773.dk
Hi,
I just remembered this post from the alsa-devel list from last year that
said several Yamaha and Roland devices may work through a patch (which I
believe should have found it's way into Alsa 1.0.28):
http://mailman.alsa-project.org/pipermail/alsa-devel/2013-June/063475.html
I thought I'd give it a try: I own a Roland Integra-7 sound module which
is supposed to be able to send it's output over USB. I cannot get it to
output any sound, though. Here's what I'm trying to do (USB mode is set
to "Vendor (Audio + MIDI)" on the device):
mir@robotnik:~$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC272 Analog [ALC272 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: INTEGRA7 [INTEGRA-7], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
mir@robotnik:~$ arecord -d 10 -c 2 -f S32_LE -r44100 -D hw:INTEGRA7
test.wav
Recording WAVE 'test.wav' : Signed 32 bit Little Endian, Rate 44100 Hz,
Stereo
arecord: pcm_read:2031: read error: Input/output error
With different settings, arecord tells me that S32_LE and 44100 are the
only available format and rate. The "Recording WAVE..." message appears
instantly, the error message appears after the 10 seconds. The wave file
then exists with a header but no audio content.
Is there anything I'm doing wrong, or did I misinterpret the post on
alsa-devel and a quirk is still needed for the Integra?
Mirko
A little bit of self promotion, if you don't mind :)
I've updated my 'Companion' set adding a few more sounds. One I'm particularly
proud of is called 'Ghost Ensemble'. It is a slow pad sound that noticeably
morphs over several seconds. It never sounds quite the same and has elements of
strings, choir and slightly metallic sounds (this last isn't always audible).
It also uses all three synth engines :)
The patch set is on my site:
www.musically.me.uk/Companion.zip
I zipped it to make it readily accessible across all platforms.
P.S.
No work today - Play time Yay!
--
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
A rather quick turnaround on this, and we now have V 1.3.1.
We squashed a couple of bugs that were spoiling the fun for a few people, and
performed further optimisations. However, there are also extensions to some
features that are quite nice.
Effects compatibility has been checked and a couple of updates ported across -
thanks guys.
Copy and paste has been improved and works across instances, which lets you do
such things as non-destructively build up new instruments from bits of others,
and actually see both at the same time :)
The LV2 plugin can now handle individual part audio outputs. To maintain a
simple workflow it now presents either as yoshimi (just the main stereo pair) or
yoshimi-multi (pair + 32 individual outs - i.e. 16 part pairs). This has been
tested with a couple of hosts.
--
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
Hi,
Some old posts exist about the UAC2 support for the Sound Devices USBPre2 but some problem remains.
The current status is that this sound card is supported as a USB 1.1 card in high-speed mode.
But this card is not seen as a Usb Audio Class 2 on Linux. On Mac OS X this card is recognized as UAC2.
My principal problem is that the "device descriptor" provided by the card is always a USB1.1 class
There is two modes of boot for the card (pressing the "1" button, the card is in full speed mode, without pressing in UAC2 mode)
There is only one difference between these two modes in the lsusb -v : the "bInterval" go to 4 from 1.
This is already view by Clemens on:
http://lists.linuxaudio.org/pipermail/linux-audio-user/2011-October/081275.…
In this another post, we can seen:
Bernardo Barros wrote:
> Ok, I reconnected without pressing "1".
>
> Bus 002 Device 002: ID 0926:0202
> Device Descriptor:
> bNumConfigurations 2
Strange, I have never 2 on bNumConfigurations ! Somebody can test it on its card ?
This is perhaps my problem, my card only provides one "Configuration Descriptor".
The second one is certainly the UAC2 "Configuration Descriptor".
The lsusb without 1 pressed : http://pastebin.com/8yjjASv7
The lsusb with 1 pressed : http://pastebin.com/pGFdjR4K
The usbmon trace of the insertion of the usbpre2 (without "1") : http://pastebin.com/pySC4Age
This sound card is great, it is very disappointing to not be able to used it with all functionnalities.
I search help in order to debug this problem.
I am devlopper, I can test kernel patches without problem.
Thank for any idea (or patch).
Olivier
Does anyone know what is going on?
The information being put out is at best cryptic and the site seems to be up
and down like a whore's draws :(
--
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
Hi All!
I want to announce availability of MusE sequencer version 2.2beta1 with
LV2 host support.
Here is the summury of supported lv2 features:
1. State interface
2. Worker interface.
3. Instance-access.
4. KX studio Programs interface + extended programs interface to support
per-channel bank/patch change (only Yoshimi lv2 plugin now supports this
feature).
5. Common must-have features: atom, buf-size, event, options, uri-map, urid.
6. UI interface. Supported UI subtypes:
- QT4
- GTK2
- GTKMM2
- X11
- External interfaces (from kx studio specs).
- idle callbacks
Plus:
- sample-accurate control ports automation handling via variable-length runs
- sending transport events (play/stop and bpm are now supported) to
plugins that support them (via event port LV2_TIME__Position)
- freewheel ports automation
This is a intermediate testing release, so bug reports, wishes and test
results will be very valuable! :)
You can post them via:
- github issues page for muse-sequencer project (direct link can be
found on a News page of our website)
- lmuse mailing list on sf.net
- forum
- directly to me: andrewderyabin at gmail dot com
Here are some links:
News section:
http://muse-sequencer.org/index.php/News
Sourceforge files section:
https://sourceforge.net/projects/lmuse/files/muse-2.2/
Demos page:
http://muse-sequencer.org/index.php/Demos
Forum:
http://muse-sequencer.org/forum/
Regards,
Andrew
Hi all,
i'm looking for a spectrum analyzer that looks ace and by that I mean
aesthetically pleasing.
for example, calf eq has very nice gui, and you get a nice spectrum
analyzer at the back.
well i'm looking for something that is I can tweak (colours, bars, offsets,
perhaps the themes as well etc) but that is as pleasing to see as the calf
effects.
It might as well be heavily based on openg, to boost graphics or whatever
else.
is there anything out there?
I want to set it up on large video walls, to accompany music playing.
thank you
We're proud to announce the immediate availability of DrumGizmo version
0.9.7!
New features / fixes include:
* Resampling now implemented and working
* Gui lineedit fixes
* Global gui config file
Download it from http://www.drumgizmo.org
Visit us at the official irc channel at the Freenode network. Channel
name #drumgizmo. We would love to hear from you!
// The DrumGizmo team
Hey folks,
If this already hit the list, please forgive dupes. I've had some issues with gmail I guess.
Looking for info on being able to run / sync firewire with PCI. Is it even possible?
The Layla has adat, spdif, 8 I/O's.
Audiofire has no digital outs.
Both have clock.
Thanks in advance for any relevant info.
~ Russell