[LAD] `ags` and libinstpatch

2012-02-05 Thread Joël Krähemann
Hi, recently I found libinstpatch in debian repository. How can I read a Instrument with this library? Please take a look at sourceforge.net/projects/ags. libinstpatch will be initialized in main function. The following functions are involved: gboolean ags_ipatch_open(AgsPlayable *playable,

[LAD] who wants contribute to Advanced Gtk+ Sequencer

2013-09-24 Thread Joël Krähemann
Hi, I'm writing a software synth/sequencer called Advanced Gtk+ Sequencer. It won't take much time till first pre-release 0.4.0 I got basic functions working. Now I'm pleased to ask if someone wants to contribute. Note pulseaudio interferes with Advanced Gtk+ Sequencer to achieve best results I

Re: [LAD] [off-list] who wants contribute to Advanced Gtk+ Sequencer

2013-09-24 Thread Joël Krähemann
Am Dienstag, den 24.09.2013, 20:11 +0200 schrieb Ralf Mardorf: Hi :) I used the new tar, but next time I can checkout from svn. It failed to build again. checking for XMLRPC... no configure: error: Package requirements (xmlrpc = 1.32.5) were not met: No package 'xmlrpc' found

Re: [LAD] who wants contribute to Advanced Gtk+ Sequencer

2013-09-24 Thread Joël Krähemann
Am Mittwoch, den 25.09.2013, 01:10 +1000 schrieb Patrick Shirkey: On Wed, September 25, 2013 1:01 am, Joël Krähemann wrote: Hi, I'm writing a software synth/sequencer called Advanced Gtk+ Sequencer. It won't take much time till first pre-release 0.4.0 I got basic functions working. Now I'm

Re: [LAD] who wants contribute to Advanced Gtk+ Sequencer

2013-09-24 Thread Joël Krähemann
Am Dienstag, den 24.09.2013, 18:40 +0300 schrieb Vytautas Jancauskas: sourceforge? what is this 1999? On Tue, Sep 24, 2013 at 6:32 PM, Ralf Mardorf ralf.mard...@alice-dsl.net wrote: On Tue, 2013-09-24 at 17:01 +0200, Joël Krähemann wrote: http://sourceforge.net/projects/ags/ Hi

Re: [LAD] [off-list] who wants contribute to Advanced Gtk+ Sequencer

2013-09-24 Thread Joël Krähemann
Am Dienstag, den 24.09.2013, 20:51 +0200 schrieb Joël Krähemann: Am Dienstag, den 24.09.2013, 20:11 +0200 schrieb Ralf Mardorf: Hi :) I used the new tar, but next time I can checkout from svn. It failed to build again. checking for XMLRPC... no configure: error: Package

[LAD] Production release 0.4.2 planed of Advanced Gtk+ Sequencer

2014-09-19 Thread Joël Krähemann
Hi, as mentioned in subject: Production release 0.4.2 planed of Advanced Gtk+ Sequencer. Now, comes your part I would like you to test functionality. I'll do for you a wiki page of aspects to test. Please visit http://ags.sf.net and wiki page

[LAD] using libsndfile to write signed short

2014-09-25 Thread Joël Krähemann
Does someone know about writing WAV using libsndfile? My file becomes 174M big as using sf_writef_short() within 8s please take a look at http://ags.sf.net ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

Re: [LAD] using libsndfile to write signed short

2014-09-25 Thread Joël Krähemann
On Thu, 2014-09-25 at 21:02 +0100, Harry van Haaren wrote: On Thu, Sep 25, 2014 at 8:50 PM, Joël Krähemann weedli...@gmail.com wrote: Does someone know about writing WAV using libsndfile? My file becomes 174M big as using sf_writef_short() within 8s Are you sure you're only writing each

Re: [LAD] using libsndfile to write signed short

2014-09-26 Thread Joël Krähemann
On Fri, 2014-09-26 at 10:20 +0200, Cedric Roux wrote: On 09/25/2014 11:50 PM, Joël Krähemann wrote: void ags_sndfile_write(AgsPlayable *playable, signed short *buffer, guint buffer_length) { AgsSndfile *sndfile; sf_count_t multi_frames, retval; sndfile = AGS_SNDFILE

Re: [LAD] using libsndfile to write signed short

2014-09-26 Thread Joël Krähemann
On Fri, 2014-09-26 at 12:15 +0200, Joël Krähemann wrote: On Fri, 2014-09-26 at 10:20 +0200, Cedric Roux wrote: On 09/25/2014 11:50 PM, Joël Krähemann wrote: void ags_sndfile_write(AgsPlayable *playable, signed short *buffer, guint buffer_length) { AgsSndfile *sndfile

Re: [LAD] using libsndfile to write signed short

2014-09-26 Thread Joël Krähemann
On Fri, 2014-09-26 at 13:40 +0200, Joël Krähemann wrote: On Fri, 2014-09-26 at 12:15 +0200, Joël Krähemann wrote: On Fri, 2014-09-26 at 10:20 +0200, Cedric Roux wrote: On 09/25/2014 11:50 PM, Joël Krähemann wrote: void ags_sndfile_write(AgsPlayable *playable, signed short *buffer

Re: [LAD] using libsndfile to write signed short

2014-09-27 Thread Joël Krähemann
On sab, 2014-09-27 at 09:36 +0100, Harry van Haaren wrote: On Sat, Sep 27, 2014 at 6:11 AM, Joël Krähemann weedli...@gmail.com wrote: Am I correct assuming 1 sample of stereo frames will be written 44100 times by a rate of 44100 Hz audio sampled data? Yes. Just to be 100% clear, a sample

Re: [LAD] Experience driven design and Linux Audio

2014-10-01 Thread Joël Krähemann
On tal, 2014-09-30 at 10:56 -0400, Paul Davis wrote: On Tue, Sep 30, 2014 at 9:58 AM, Harry van Haaren harryhaa...@gmail.com wrote: Hi Linux Audio Developers, TL;DR; Discussing experience driven design for linux audio. I'd

Re: [LAD] Experience driven design and Linux Audio

2014-10-01 Thread Joël Krähemann
On arb, 2014-10-01 at 12:39 +0100, Harry van Haaren wrote: On Wed, Oct 1, 2014 at 12:26 PM, Joël Krähemann weedli...@gmail.com wrote: Why doesn't Harry learn howto do a dial. I just take a look at his code and it just sucks. Hi Joel, The topic isn't the quality of my code: I'm sorry

[LAD] Advanced Gtk+ Sequencer API online

2014-10-14 Thread Joël Krähemann
Hi all Please take a look at http://ags.sf.net/api/ags and let me know what you're missing. There may follow some corrections if you find mistakes let me know, too. At the moment there probably plenty of them. kind regards Joël ___ Linux-audio-dev

[LAD] Advanced Gtk+ Sequencer 0.4.2

2014-10-20 Thread Joël Krähemann
Advanced Gtk+ Sequencer 0.4.2 is out Check download at: http://sourceforge.net/projects/ags/files/ags-0_4_2.tar.bz2/download or API Reference by issuing: http://ags.sourceforge.net/api/ags/index.html Advanced GTK+ Sequencer is intended to use for music composition. Use its piano roll, synth,

[LAD] Update advanced gtk+ sequencer

2014-10-28 Thread Joël Krähemann
Hi, I'd like to update wiki entry http://wiki.linuxaudio.org/apps/all/ags but can't log in anymore. regards Joël ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] Update advanced gtk+ sequencer

2014-10-29 Thread Joël Krähemann
Am Mittwoch, den 29.10.2014, 09:44 +0100 schrieb Jeremy Jongepier: On 10/29/2014 02:05 AM, Joël Krähemann wrote: Hi, I'd like to update wiki entry http://wiki.linuxaudio.org/apps/all/ags but can't log in anymore. regards Joël Hello Joël, Did you also try the Send new password

[LAD] Live DVD including Advanced Gtk+ Sequencer and Swami

2014-12-26 Thread Joël Krähemann
Hi all, please take a look at https://sourceforge.net/projects/ags/files/minos-lxdm.iso and https://sourceforge.net/p/ags/blog/2014/12/live-dvd-including-advanced-gtk-sequencer/ best regards Joël ___ Linux-audio-dev mailing list

[LAD] minos-one fixed live DVD

2014-12-27 Thread Joël Krähemann
Hi out there Download the enhanced ISO image of minos-one http://sourceforge.net/projects/ags/files/minos-one.iso ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

[LAD] minos-one_v1.1

2015-01-02 Thread Joël Krähemann
Hello everybody, please take a look at http://sourceforge.net/p/ags/files/minos-one_v1.1.iso It targets mainly users interested in gobject and gtk+ based applications. minos-one starts as default within openbox and proper systemd usage. It should be entirely based on Free Software, please

Re: [LAD] Linux Audio Conference 2015 - Extension of Deadline

2015-01-31 Thread Joël Krähemann
someone be interested in http://ags.sf.net me could prepare a speech or something alike to give an introduction or an overview of code organization if wished. http://ags.sourceforge.net/api/ags/index.html best regards Joël Krähemann ___ Linux-audio

[LAD] Advanced Gtk+ Sequencer aka GSequencer now on GitHub

2015-04-02 Thread Joël Krähemann
Hi all, me just migrated gsequencer to GitHub. http://www.gsequencer.org Further me did renamed binary from `ags` to `gsequencer`. About the state of the sequencer: Version 0.4.2-44 is believed to be stable. Since me don't have the time to test it well, me need people to test it. Please, let me

[LAD] Clean version of Advanced Gtk+ Sequencer 0.4.2-52

2015-04-22 Thread Joël Krähemann
Hi, Clean version available of Advanced Gtk+ Sequencer: http://gsequencer.org/downloads/ags-0_4_2-52.tar.bz2 A half year later after releasing 0.4.2 its end is fourseeing, for now me should be able to do extensive testing. To compile and run: ./configure make ags ./ags bests Joël Krähemann

[LAD] Lv2ui support for GSequencer

2015-05-18 Thread Joël Krähemann
://github.com/weedlight/ags-devel/issues There was a big refactoring going on and the birth of Advanced Gtk+ Sequencer libraries, namely * libags * ibags-thread * libags-audio * libags-gui For sure don't forget the application `gsequencer`. http://gsequencer.org Cheers, Joël Krähemann

[LAD] gsequencer help wanted

2015-05-12 Thread Joël Krähemann
Hi, all. Me just updated issues for gsequencer version 0.4.3, please help. https://github.com/weedlight/ags-devel/issues cheers, Joël ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

[LAD] Pledgie GSequencer v0.4.3

2015-06-04 Thread Joël Krähemann
Hi all Please visit and enjoy some updates like compile linux realtime kernel 4.0.4-rt1 or hardened Advanced Gtk+ Sequencer and for sure call for donation. http://gsequencer.org https://pledgie.com/campaigns/29411 cheers Joël ___ Linux-audio-dev

[LAD] Advanced Gtk+ Sequencer v0.5.0

2015-07-06 Thread Joël Krähemann
Hi all GSequencer has a new minor release v0.5.0. Some highlights are: * concurrent audio tree processing * Multi-Output * Improved notation pattern editor * Add custom LADSPA widgets to control ports * ... Please visit: http://gsequencer.org cheers, Joël

[LAD] Updated API Reference Manual to 0.4.3-beta of gsequencer

2015-05-24 Thread Joël Krähemann
Hi, me just updated API Reference Manual to 0.4.3-beta of gsequencer. Please visit: http://gsequencer.org/api/ags/index.html cheers, Joël ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

[LAD] unstable GSequencer 0.7.1 API

2015-11-12 Thread Joël Krähemann
Hi all The new GSequencer API in its version 0.7.1 is available for now at: http://gsequencer.org/api/ags/ Thought many things still need to implemented, here's a brief list of what I intend to achieve: * DSSI support * LV2 support * JACK midi input and audio output * Automation editor * Undo

[LAD] GSequencer v0.7.0 providing programming libraries

2015-10-16 Thread Joël Krähemann
Hi I've just released GSequencer v0.7.0 what provides you reusable libraries. http://gsequencer.org/download.html * libags * libags-thread * libags-server * libags-audio * libags-gui * libgsequencer The documentation is some kind of out-dated. Would be great if someone would show me interests

[LAD] Last call to contribute to GSequencer for implementing accessibility

2015-09-10 Thread Joël Krähemann
Hi all, I'm currently doing accessibility features to GSequencer the resulted code will be published as GSequencer v0.6.0. If you want to contribute feel free to contact me by email. http://gsequencer.org https://github.com/gsequencer bests Joël ___

Re: [LAD] libsndfile 1.0.26 release

2015-11-23 Thread Joël Krähemann
Hi Erik, Thank you very much for the release. cheers, Joël On Mon, Nov 23, 2015 at 11:48 AM, Erik de Castro Lopo wrote: > Hi all, > > After an embarrasingly long time between releases, I am pleased to > announce the release of libsndfile 1.0.26. > > Main things of note

[LAD] Advanced Gtk+ Sequencer v0.7.20

2016-05-26 Thread Joël Krähemann
Hi all libags_audio-1.0 is here and is provided by GSequencer v0.7.20. http://gsequencer.org/gsequencer/announcements/2016/05/26/libags-1_0.html cheers, Joël Krähemann ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http

[LAD] DSSI, OSC and Ladspa UUID vs MIDI channel

2016-06-01 Thread Joël Krähemann
Hi all Could someone explain me why the MIDI channel is used to identify DSSI instances? You could use the URL instead. Bests, Joël ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

[LAD] GSequencer v0.7.3

2016-02-09 Thread Joël Krähemann
hi all linux audio devs Advanced Gtk+ Sequencer libraries go to version 0.7.3. http://gsequencer.org/download.html Although the API is still unstable you might get insights, yet. http://gsequencer.org/api/ags/index.html * rudimentary JACK support * refactored AgsTurtle to interface with RDF

[LAD] Advanced Gtk+ Sequencer v0.7.0 stable

2016-03-28 Thread Joël Krähemann
Hi all GSequencer version 0.7.10 got released as stable. Plugin support has been extended from LADSPA to DSSI and LV2. Although it's not yet perfect some of those plugins can be used for now. It needs further investigation why certain plugins don't work. For now values from GUI get converted to

Re: [LAD] Ableton Link GPL...

2016-09-15 Thread Joël Krähemann
Hi GSequencer is pure C may be doing a C interface to communicate with such applications or devices. cheers, Joël On Thu, Sep 15, 2016 at 5:14 PM, Paul Davis wrote: > It will definitely be on a list for Ardour somewhere. Right now my > Ableton-related activities

[LAD] Advanced Gtk+ Sequencer v0.7.54 - minor version increases soon

2016-08-26 Thread Joël Krähemann
MIDI mapping. Cheers, Joël Krähemann ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

[LAD] Advanced Gtk+ Sequencer v0.7.88 audio export

2016-10-14 Thread Joël Krähemann
Hi Just want to share lost prototype 2nd stage https://youtu.be/vrdH11jxetc http://nongnu.org/gsequencer Cheers, Joël ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

[LAD] GSequencer enters a second time the MIDI awards

2023-06-02 Thread Joël Krähemann
Hi all, Please check and vote for your favorite sequencer: https://www.midi.org/component/zoo/item/advanced-gtk-sequencer-2?Itemid=1423 cheers, Joël http://gsequencer.org ___ Linux-audio-dev mailing list -- linux-audio-dev@lists.linuxaudio.org To