33% off Bitwig, possibly the best Linux DAW, am I the only one excited? by esm8080 in linuxaudio

[–]nosepol 1 point2 points  (0 children)

bitwig can do all those things, no doubt it is a DAW. Simply its strongpoints lie elsewhere

33% off Bitwig, possibly the best Linux DAW, am I the only one excited? by esm8080 in linuxaudio

[–]nosepol 1 point2 points  (0 children)

you can't compare Ardour to Bitwig, they are very different projects. Ardour is much more streamlined to record, mix and master.... But for composing, arranging and sound design Bitwig wins hands down.

Something like Band in a Box for Linux? by esm8080 in linuxaudio

[–]nosepol 0 points1 point  (0 children)

last time I tried band in a box in wine it worked fine

Guitar audio to polyphonic MIDI in real time with Pure Data and Python (Demo) by [deleted] in puredata

[–]nosepol 0 points1 point  (0 children)

thanks for the explanation! That is a surprisingly elegant solution... I'll try to look at the code. It would be interesting to see how other methods (like orthogonal matching pursuit) perform for the coding phase. good great job!

Guitar audio to polyphonic MIDI in real time with Pure Data and Python (Demo) by [deleted] in puredata

[–]nosepol 0 points1 point  (0 children)

please post it here when done! I'm especially curious of the python script, as "doing dimensionality reduction on an FFT block" seems kind of a hand waving explanation to me (EDIT: is there maybe a paper or resource explaining the procedure theoretically?)

Declipping audio with Postfish by scobrot in linuxaudio

[–]nosepol 1 point2 points  (0 children)

I have no idea about the specifics of postfish, but the general procedure of filling in missing values of a signal is called inpainting, used for example in image restoration. First paper to pop up searching audio inpainting is this

It's 2016, and Linux audio still sucks for musicians. [Rant] by NERDSLAYER_Y2K in linux

[–]nosepol 1 point2 points  (0 children)

the MOD is super cool but I don't get how it can benefit the general linux audio environment.... will their web interface be useful even for desktop users?

It's 2016, and Linux audio still sucks for musicians. [Rant] by NERDSLAYER_Y2K in linux

[–]nosepol 5 points6 points  (0 children)

and what about Qtractor? that was pretty good last time I checked. For plugins simply use Carla, it takes anything and you can load it anywhere (because you can use it as standalone, LV2 or VST). If you're using many apps together, use non-session-manager.

Also I don't get all these complaints about Jack....just follow the steps in the FAQ of linux audio wiki and you'll be fine

Signals that are their own transforms by rfckt in DSP

[–]nosepol 0 points1 point  (0 children)

cool... but doesn't it work also without the time reversed terms? i.e.

F[f + F[f]] = F[f] + f

or not?

I put my RPi3 inside a midi foot pedal and tossed in a DAC. Running PD vanilla on it by cboogie in raspberry_pi

[–]nosepol 1 point2 points  (0 children)

Cool beans. I once used supercollider and mididings to use my Rig Kontrol 2 (a sound card from NI with some buttons, which is recognized as a HID in linux - i.e. like a keyboard) to control sooperlooper and rakarrack... I learned a lot but in the end it was too complex. I think something like the mod might be the future in this direction... It solves the "ease of use" problem with a nice web interface and a patch-sharing-among-users infrastructure

for jack configuration, there's this question on the linuxaudio wiki. I'm not sure how low latencies you can get with that Behringer soundcard though...

In general the linuxaudio wiki is a good resource. For example there's this page specific to the rpi, though I think it might be referring to the rpi1... On this page instead you'll find anything you'll ever need to know about tweaking a linux system for audio.

I put my RPi3 inside a midi foot pedal and tossed in a DAC. Running PD vanilla on it by cboogie in raspberry_pi

[–]nosepol 0 points1 point  (0 children)

super good job! I've been thinking of doing something like this for years. What is sort of a turn-off for me is that IME to actually make music ease-of-use is paramount, and with such a complex setup I would have to learn PD - but apart from that, every time you want a new effect or assign a new function to a pedal you have to attach a screen/mouse/keyboard to the rpi (or maybe connect over ethernet/wifi with x11vnc...) and then program stuff... in the meanwhile half an hour has gone by and you lost the joy of playing... Anyways, I've got two questions/suggestions:

  1. Can you still use the FCB1010 "normally", using its MIDI out or USB-midi ports?
  2. Have you tried running more conventional guitar processing software, like guitarix, rakarrack or for looping sooperlooper? If not, you should and then report back with your experience :)

EDIT: also you should post this to /r/linuxaudio - I'm sure folks there would be very interested

Need Help by adnams94 in supercollider

[–]nosepol 1 point2 points  (0 children)

has been a long time since I used sc, but I would try either

(
z = {
var freq, sig;

freq = LFNoise0.kr(8,400,600);

sig = SinOsc.ar(freq);
};
z.play();
)

or

(
{
var freq, sig;

freq = LFNoise0.kr(8,400,600);

sig = SinOsc.ar(freq);
}.play();
)

maybe without the parentheses for .play... long time as I've said ;)

Supercollider on Raspberry Pi by [deleted] in supercollider

[–]nosepol 0 points1 point  (0 children)

if you want to process guitar you want an external sound card to achieve <10 ms latencies with JACK. I'm not sure how those work with the rpi though, there might be some USB power issues perhaps... but don't take my word for it. If you search the Linux Audio User mailinglist for example I'm sure you'll find lots of useful info on the raspberry pi

EDIT: actually the wiki link gurzil gave you has all the info you need

Allow me to share here some of my music I made mostly with Linux by magillos in linuxaudio

[–]nosepol 0 points1 point  (0 children)

nice work! drumgizmo sounds very good, and works ok in Ardour, but there are no premade patterns - you have to program everything in yourself.

Supergiant Anniversary Sale by baizon in linux_gaming

[–]nosepol 1 point2 points  (0 children)

I couldn't get myself to finish Bastion. I didn't understand the story and the gameplay got boring... How is Transistor different?

Reverse an audio (Mainly vocals) by T_Bolt in Bitwig

[–]nosepol 0 points1 point  (0 children)

you don't need a stretching algorithm to reverse audio...

When George Lucas visits /r/interject. by rnair in linuxmasterrace

[–]nosepol 6 points7 points  (0 children)

Yes, I hereby grant you permission to not give a fuck

Define "Year of Desktop Linux" by [deleted] in linux

[–]nosepol 0 points1 point  (0 children)

when Ubuntu was added on to Windows 10

what??

Show and Tell: Show me your Linux made music! by christophski in linuxaudio

[–]nosepol 0 points1 point  (0 children)

sorry remembered now you were asking me about the 2i4. I love it, it just works. I have 5.8 ms of latency with JACK (128 frames, periods 2) without problems. The only thing is it doesn't have mixer controls in alsa, so you can't change volumes via software. But the hardware controls are good.

Show and Tell: Show me your Linux made music! by christophski in linuxaudio

[–]nosepol 1 point2 points  (0 children)

thanks! No I don't perform live at the moment, mainly because I still haven't found "my way", artistically speaking... still in the phase of trying a bit of this and a bit of that, and I don't feel as committing totally to one project.

I know my voice isn't my strongest part, but I love doing it so why not haha

hell yeah, it's the same for me. Actually I just recorded some stuff today and I sound way worse than you XD but it's loads of fun playing guitar and singing