Does anyone know of software that can generate MIDI messages from a touchpad?
The idea would be to send CCs to a sequencer or soft synth, but being able to
send it to an external hardware device would also be very useful.
--
Will J Godfrey
https://willgodfrey.bandcamp.com/http://yoshimi.github.io
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
This is Steinway_IMIS soundfont, version 2.2.
ftp://musix.ourproject.org/pub/musix/sf2/Steinway_IMIS2.2
This version fixes the issue with loops. I hope this is the good one
and there are no more remaining major bugs.
Marcos is a little busy right now, so he asked me to make this fix. He
is thinking to make other improvements, so expect more updates soon.
Is anybody out here in LAU land have experience with PISound?
https://www.blokas.io/pisound/
I have just bought one and am having quite sever teething problems with it.
It keeps freezing for ~45 seconds when running X and I cannot get it to
use the full display.
cheers
Worik
--
If not me then who? If not now then when? If not here then where?
So, here I stand, I can do no other
root(a)worik.org 021-1680650, (03) 4821804 Aotearoa (New Zealand)
Dear list,
I recently bought a LinnStrument from Roger Linn Design:
http://www.rogerlinndesign.com/linnstrument.html
It is a great isomorphic midi-controller, and as such it is immediately
recognized on Linux.
The distinguishing feature of the LinnStrument is that it senses 3
degrees of freedom on each note: x-direction, y direction and
z-direction (pressure). The x-direction is mapped to pitch-bend, and
y-direction to CC74.
A cool feature is the "slide", where the pitch-bend is used to slide
between all notes in a row.
To allow individual pitch and CC74 values for each note, it sends each
note on a separate midi-channel ("MPE"):
http://www.rogerlinndesign.com/implementing-mpe.html
Bitwig has added support for this, and there is 20 presets in version
1.3.11, where this is used (tag: linnstrument). The LinnStrument
controller is not recognized automatically on Linux in version 1.3.11,
but it can be configured manually, and then it works fine. Note that
both midi-in and midi-out has to be configured, if not there is no
sound! It should look like this: https://ibin.co/2msBJVgpKtf9.png
Now I would like to also use it with the free Linux synths.
Here's what I have been able to make work this far.
Synthv1:
PME works reasonably well: I can play polyphonic in MPE mode, but it
tends to miss the "note off"s.
I can get the slide to work, by setting
<param index="36" name="DEF1_PITCHBEND">2</param>
<param index="78" name="DEF2_PITCHBEND">2</param>
is a preset.
Zynaddsubfx:
I can not get MPE to work.
Sending only on one channel, and setting PWheelB.Rng to 2400 cents, I
cant get the sliding to work, but only when playing with one finger.
If I enable MPE on the LinnStrument there is only an occasional sound,
when it happens to send on the channel, that Zyn is listening on.
I'll love to hear if other LinnStrument users have been able to do more
with any of the free synths on Linux.
All the best,
Thomas
Hi folks,
Honestly hope I ask for what I need clearly.
I understand that there are some music programs that a low one to play
notes, using their computer keyboard.
Although I do not use Linux, Wondering, assuming I am correct of
course, if anyone knows of a mac option for this?
Thanks,
Karen
This has been progressively suffering with low numbers and we nearly lost it
completely. This month's theme is man V machine. As usual the definition is
pretty open to interpretation :P
So if you used to contribute, think about doing so again. If you never have,
give it a go. It's just for fun really.
This is my entry:
https://archive.org/download/BitsAndPieces/2208_Folderol_The_Machine.mp3
Likes BIG speakers :)
--
Will J Godfrey {apparently now an 'elderly'}
https://willgodfrey.bandcamp.com/http://yoshimi.github.io
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
I'm trying to get Surge XT running on debian/bullseye
Standalone: The GUI seems very unresponsive, and test audio stutters
Plugin (in reaper): doing long 2 octave bends from linnstrument is sluggish
as well, the final part of the bend is happening after the finger has
stopped.
Tried both the latest deb, lightly build and build from source.
Any suggestions?
--
Atte
http://latestyoutube.a773.dk
Old cd players just had play, eject, next, prev etc.
and the cd drive had audio outputs.
Now that cd drives is on sata, thoose audio outputs
does not exist any more, so thoose programs doesn't
work any more.
Is that any current cd player that is simple like the
old ones that works with current cd drives ?
E.g. there is too many clicks in clementine to just
play a cd.
/Regards
Karl Hammar
I am attempting to build the latest code from the Edisyn project, a
cross-platform synth patch editor in java.
https://github.com/eclab/edisyn
I am not familiar with java, and need help interpreting what this error
message implies is missing when building on linux:
adding: META-INF/maven/uk.co.xfactory-librarians/(in = 0) (out= 0)(stored 0%)
adding: META-INF/maven/uk.co.xfactory-librarians/coremidi4j/(in = 0) (out=
0)(stored 0%)
adding:
META-INF/maven/uk.co.xfactory-librarians/coremidi4j/pom.properties(in =
99) (out= 94)(deflated 5%)
adding: META-INF/maven/uk.co.xfactory-librarians/coremidi4j/pom.xml(in =
9447) (out= 1866)(deflated 80%)
adding: META-INF/services/(in = 0) (out= 0)(stored 0%)
adding: META-INF/services/javax.sound.midi.spi.MidiDeviceProvider(in = 59)
(out= 57)(deflated 3%)
java.nio.file.NoSuchFileException: /tmp/edisyn.jar18028387212799341374.jar
-> install/edisyn.jar
at
java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
at
java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:477)
at
java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
at java.base/java.nio.file.Files.move(Files.java:1432)
at jdk.jartool/sun.tools.jar.Main.validateAndClose(Main.java:463)
at jdk.jartool/sun.tools.jar.Main.run(Main.java:330)
at jdk.jartool/sun.tools.jar.Main.main(Main.java:1683)
make: *** [Makefile:24: jar] Error 1
My best guess is that there is an optional package involving Unix-style
system specific functions for file handling exceptions, but I searched my
distribution repositories (Fedora) for "java" then grepped "nio" "file"
"exception" and "unix" but only found asynchronous network IO packages,
nothing that looked like a package providing the file exception functions
that seem to be missing.
Either I am missing some name in the error messages and not searching for
the right package, or something else is going on and I completely
misinterpreted the error messages.
Using the Java 17 JDK (latest LTS release,
java-17-openjdk-17.0.4.0.8-1.fc36) and the git head from Edisyn downloaded
today (1 Aug).
Anyone else have experience with either building this package, or similar
Java error messages and could point me in the right direction?
--
Chris Caudle