Hi
A new release of gxtuner is out.
It's a fast and lightweight guitar tuner with a analogue like window,
running with jack.
In this release we switched to use the latest pitch-tracker algorithm
from guitarix, which is more stable at the low end, and a lot lighter in
the CPU.
For better maintenance of the code, gxtuner is now hosted on github,
Check it out here:
https://github.com/brummer10/gxtuner
Or get the latest release directly here:
https://github.com/brummer10/gxtuner/archive/v2.3.tar.gz
regards
hermann
Hi all :)
A new release of io GNU/Linux is available for download (32 and 64-bits)
Features:
* Fully configured system for Live, Live persistent (DVD/USB) and Install
(HD)
* Kernels 4.6.3 and 4.6.3-rt
* Enlightenment e21 as window manager
* All sounds through Jack2
* Hundred of audio, graphics, video, internet, utilities and system programs.
* Improved desktop configuration and hard-drive installer
Get it at http://io.gnu.linux.free.fr/
Enjoy :)
MK
The Guitarix developers proudly present
Guitarix release 0.35.1
Guitarix is a tube amplifier simulation for
jack (Linux), with an additional mono and a stereo effect rack.
Guitarix includes a large list of plugins[*] and support LADSPA / LV2
plugs as well.
The guitarix engine is designed for LIVE usage, and feature ultra fast,
glitch and click free preset switching and is full Midi and/or remote
controllable (the Web UI is not included in the distributed tar ball).
This release mainly fix the build issue with GCC6.(Debian #831124)
Beside that, the changes are:
* Add back the oc_2 plugin
* fix icon size of widget-gxwidgets-gxhslider.png (make lintian happy)
* fix range of graphic eq
* add support for nominalBlockLength in GxAmps.lv2 and GxCabinet.lv2
* enable faust-0.9.73 as good version to build guitarix
* New themes: grungy sun, grungy sun dark, grandma, psycedelic, nebula
* enable file browser in remote interface
* add BassBoom plugin (sub-bass harmonics)
* add Multiband Clipper plugin
* add tooltip to the Master Volume controller
Please refer to our project page for more information:
http://guitarix.org
Download Site:
http://sourceforge.net/projects/guitarix/
Forum:
http://guitarix.sourceforge.net/forum/
Please consider visiting our forum or leaving a message on
guitarix-developer(a)lists.sourceforge.net
<mailto:guitarix-developer@lists.sourceforge.net>
regards
hermann
It has been like this for as long as I can remember: When I insert a
ZASFX plugin instance in a Qtractor session, gone is the joy I have
editing my session files, because all the ZADSFX entries are messed up:
the "<" character is represented by its ASCII entity: "<" and it make
even my Emacs choke: scrambles the formatting, the syntax highlight, the
indentation, everything. The right chevron is OK.
Looks like this:
(...)
<plugins>
<plugin type="LV2">
<filename>http://zynaddsubfx.sourceforge.net</filename>
<index>0</index>
<label>ZynAddSubFX</label>
<preset></preset>
<direct-access-param>-1</direct-access-param>
<activated>1</activated>
<configs>
<config key="urn:distrho:state">
<?xml version="1.0f" encoding="UTF-8"?>
<!DOCTYPE ZynAddSubFX-data>
<ZynAddSubFX-data version-major="2" version-minor="5"
version-revision="4" ZynAddSubFX-author="Nasca Octavian Paul">
<INFORMATION />
<BASE_PARAMETERS>
(...)
I hate to be the "Sales dept guy in the tech open-space" but surely
/this doesn't sound like something that would be that hard to fix/ (tm) ;p
Oh, and it doesn't cause any other problem that I can think of, BTW. But
still.
Phil
PS - ZynAddSubFx is, despite everything, the coolest synth I worked
with, by far. I want to warmly thank everybody that made using it in
Qtractor possible, guys, you are heroes of mine.
PPS -Is there any plans to have (at least some of) its controls
automatable? I asked this in a whisper because I want it so bad it's
ridiculous :p
--
Philip "xaccrocheur" Yassin
http://manyrecords.comhttp://bitbucket.org/xaccrocheur / https://github.com/xaccrocheur
Hi,
In pythonosc (https://pypi.python.org/pypi/python-osc) after
connecting with udp_client.UDPClient(...) from a "client", how can I
detect the IP to respond to in the "server"?
If I explicitly supply the return IP in the server's
udp_client.UDPClient(...) call it works. But I want the server to
listen for an incoming connection or call on a particular port and
figure out who sent it and reply to that IP.
I have no network-fu.
Thanx!
--
@ubuntourist
Hi all :)
A new release of io GNU/Linux is available for download (32 and 64-bits)
Features:
* Fully configured system for live and/or install
* Kernels 4.6.2 and 4.6.2-rt
* Enlightenment e21-rc as window manager
* All sounds through Jack2
* Hundred of audio, graphics, video, internet, utilities and system programs.
Get it at http://io.gnu.linux.free.fr/
Feedbacks welcome, enjoy
MK
Qtractor 0.7.8 - The Snobby Graviton is out!
-------------------------------------------
So it's first solstice'16...
The world sure is a harsh mistress... yeah, you read that right! <a
href="http://en.wikipedia.org/wiki/The_Moon_Is_a_Harsh_Mistress">Heinlein's
Moon</a> have been just intentionally rephrased. Yeah, whatever.
Just about when the UK vs. EU is there under close scrutiny and sizzling
winds of trumpeting (pun intended, again) coming from the other side of
the pond, we all should mark the days we're living in.
No worries: we still have some feeble but comforting news:
Qtractor 0.7.8 (snobby graviton) is out!
Nevertheless ;)
Qtractor [1] is an audio/MIDI multi-track sequencer application
written in C++ with the Qt framework [2]. Target platform is Linux,
where the Jack Audio Connection Kit (JACK [3]) for audio and the
Advanced Linux Sound Architecture (ALSA [4]) for MIDI are the main
infrastructures to evolve as a fairly-featured Linux desktop audio
workstation GUI, specially dedicated to the personal home-studio.
Change-log:
- MIDI file track names (and any other SMF META events) are now
converted to and from the base ASCII/Latin-1 encoding, as much to
prevent invalid SMF whenever non-Latin-1 UTF-8 encoded MIDI track names
are given.
- MIDI file tempo-map and location markers import/export is now
hopefully corrected, after almost a decade in mistake, regarding MIDI
resolution conversion, when different than current session's setting
(TPQN, ticks-per-quarter-note aka. ticks-per-beat, etc.)
- Introducing LV2 UI Show interface support for other types than Qt,
Gtk, X11 and lv2_external_ui.
- Prevent any visual updates while exporting (freewheeling) audio tracks
that have at least one plugin activate state automation enabled for
playback (as much for not showing messages like "QObject::connect:
Cannot queue arguments of type 'QVector<int>'"... anymore).
- The common buses management dialog (View/Buses...) sees the
superfluous Refresh button finally removed, while two new button
commands take its place: (move) Up and Down.
- LV2 plug-in Patch support has been added and LV2 plug-ins parameter
properties manipulation is now accessible on the generic plug-in
properties dialog.
- Fixed a recently introduced bug, that rendered all but one plug-in
instance to silence, affecting only DSSI plug-ins which implement
DSSI_Descriptor::run_multiple_synths() eg. fluidsynth-dssi, hexter, etc.
Website:
http://qtractor.sourceforge.net
Project page:
http://sourceforge.net/projects/qtractor
Downloads:
http://sourceforge.net/projects/qtractor/files
- source tarball:
http://download.sf.net/qtractor/qtractor-0.7.8.tar.gz
- source package:
http://download.sf.net/qtractor/qtractor-0.7.8-26.rncbc.suse.src.rpm
- binary packages:
http://download.sf.net/qtractor/qtractor-0.7.8-26.rncbc.suse.i586.rpmhttp://download.sf.net/qtractor/qtractor-0.7.8-26.rncbc.suse.x86_84.rpm
Git repos:
http://git.code.sf.net/p/qtractor/codehttps://github.com/rncbc/qtractor.githttps://gitlab.com/rncbc/qtractor.githttps://bitbucket.org/rncbc/qtractor.git
Wiki (on going, help wanted!):
http://sourceforge.net/p/qtractor/wiki/
License:
Qtractor [1] is free, open-source Linux Audio [5] software,
distributed under the terms of the GNU General Public License (GPL [6])
version 2 or later.
References:
[1] Qtractor - An audio/MIDI multi-track sequencer
http://qtractor.sourceforge.net
[2] Qt framework, C++ class library and tools for
cross-platform application and UI development
http://qt.io/
[3] JACK Audio Connection Kit
http://jackaudio.org
[4] ALSA, Advanced Linux Sound Architecture
http://www.alsa-project.org/
[5] Linux Audio consortium of libre software for audio-related work
http://linuxaudio.org
[6] GPL - GNU General Public License
http://www.gnu.org/copyleft/gpl.html
See also:
http://www.rncbc.org/drupal/node/1057
Enjoy && Have (lots of) fun.
--
rncbc aka Rui Nuno Capela
Just tried to run a mididing [sic?] with Boost 1.60. Using the latest git
of mididings. Got this:
TypeError: No to_python (by-value) converter found for C++ type:
boost::shared_ptr<mididings::backend::BackendBase>
I found many similar reports with other tools, all referencing Boost 1.60,
all talking about reverts to Boost 1.5* as the solution. Anyone have other
ideas? I'd rather not revert Boost if I don't have to do so.
--
*Jonathan E. Brickman jeb(a)ponderworthy.com
<http://login.jsp/?at=02e47df3-a9af-4cd9-b951-1a06d255b48f&mailto=jeb@ponder…>
(785)233-9977*
*Hear us at http://ponderworthy.com <http://ponderworthy.com> -- CDs and
MP3s now available! <http://ponderworthy.com/ad-astra/ad-astra.html>*
*Music of compassion; fire, and life!!!*
(sorry for cross-posting; please distribute)
The IEM – Institute of Electronic Music and Acoustics – in Graz, Austria
is happy to announce its call for the 2017 Artist-in-Residence program.
http://residency.iem.at/
The residency is aimed at individuals wishing to pursue projects in
performance, composition, installation and sound art, development of
tools for art production and related areas. Individuals are asked to
submit a project proposal that is related to the fields of artistic
research of the IEM, as:
* Spatialization/higher-order Ambisonics
* Sonic Interaction Design
* Audio-visuality
* Algorithmic Composition
* Algorithmic Experimentation
* Standard and non-standard Sound Synthesis
* Live Coding
Duration of residency: 5 months
Start date: June 1st 2017 (negotiable)
Monthly salary: approx. EUR 1100 (net)
*APPLICATION DEADLINE: 1st of October 2016*
_The Institute:_
The Institute of Electronic Music and Acoustics is a department of the
University of Music and Performing Arts Graz founded in 1965. It is a
leading institution in its field, with more than 25 staff members of
researchers and artists. IEM offers education to students in composition
and computer music, sound engineering, contemporary music performance
and musicology. It is well connected to the University of Technology,
the University of Graz as well as to the University of Applied Sciences
Joanneum through three joint study programs.
The artwork produced at IEM is released through the Institute's own
OpenCUBE and Signale concert series, as well as through various
collaborations with international artists and institutions.
IEM's main activities are centered around the following research areas
* Computer Music
* Artistic Research
* Signal Processing and Acoustics
_What we expect from applicants:_
* A project proposal that adds new perspectives to the Institute's
activities and resonates well with the interests of IEM.
* Willingness to work on-site in Graz for the most part of the Residency.
* Willingness to exchange and share ideas, knowledge and results with
IEM staff members and students, and engage in scholarly discussions.
* The ability to work independently within the Institute.
* A dissemination strategy as part of the project proposal that
ensures the publication of the work, or documentation thereof, in a
suitable format. This could be achieved for example through the release
of media, journal or conference publication, a project website or other
means that help to preserve the knowledge gained through the Music
Residency and make it available to the public.
* A public presentation as e.g. a concert or installation, which
presents the results of the Artist Residency.
_What we offer:_
* 24/7 access to the facilities of the IEM.
* Exchange with competent and experienced staff members.
* A desk in a shared office space for the entire period and access to
studios including the CUBE which has a 24-channel loudspeaker system and
infrared motion tracking, according to availability.
* During the period from July 1st until end of September the resident
will have extensive access to the studios of the IEM.
* Regular possibilities for contact and exchange with peers from
similar or other disciplines.
* Infrastructure (electroacoustic music studios, icosahedral
loudspeaker array, motion capture technology).
* Concert and presentation facilities (CUBE 24 channel loudspeaker
concert space).
* A monthly salary of approx. EUR 1100 net per month in addition to
health and accident insurance.
_What we cannot offer to the successful applicant:_
* We can not provide any housing.
* We also cannot provide continuous assistance and support, although
the staff is generally willing to help where possible.
* We can not offer any additional financial support for travel or
material expenses.
An application form providing more information is available at
http://residency.iem.at/
Feel free to contact residency(a)iem.at <mailto:residency@iem.at>if you
have any
questions.