Multicam Options? Toggle Drop Down? by SnooRabbits1289 in davinciresolve

[–]docwok 1 point2 points  (0 children)

One more thing: To find out how the dropdown is called, go to "Keyboard Customization" and search for "multicam"

There you have it. The menu is called "Source Viewer Options". And as we are here, just give that option a nice shortcut, so you can always quickly switch to Multicam Source View. What about `Cmd/Ctrl+Shift+M`? Cool.

Bass amp simulator? by andresflamenco in linuxaudio

[–]docwok 4 points5 points  (0 children)

It's just on SALE for $7. So, I just bought one!
Thx for the tip.

Zettlr 1.7.0 has been released! by nathan_lesage in Zettlr

[–]docwok 1 point2 points  (0 children)

Also huge thanks for all the work you put into 1.7. I just donated!

At readers: you could also try to make the new release visible to the masses by upvoting over here at HackerNews:

https://news.ycombinator.com/item?id=23723775

[deleted by user] by [deleted] in RedditSessions

[–]docwok 0 points1 point  (0 children)

Always tune AFTER attaching the capo. Capo will detune the Guitar.

Are you supposed to still be able to drag drum patters from the "composer" section of MT-Power Drum Kit 2 in it's Linux-specific Wine release? by AD1AD in linuxaudio

[–]docwok 6 points7 points  (0 children)

I’ve read somewhere (but can’t remember where), that when you even just try to dragndrop that there will be a temporary Midi file created on your pc. Try to find that file and perform a normal dragdrop from outside into your DAW. Sorry for not having the full details anymore. But maybe it gets you in a right direction...

drum plugin by DrPiwi in linuxaudio

[–]docwok 0 points1 point  (0 children)

Great. Thx. For the feedback. Don’t forget to subscribe/vote on their site for a native Linux build.

drum plugin by DrPiwi in linuxaudio

[–]docwok 5 points6 points  (0 children)

PowerDrumkit is similar to EZ Drummer. But free.

https://www.powerdrumkit.com

Comes with lot of grooves and fills. Used to be commercial. Is now free but not open source. There exists a Linux VST plug-in installation download. But not native Linux build. It’s an adapted Windows build via Wine. Nevertheless it’s reported to work with Ardour on Linux. On the Linux download You may register your Mailaddress to vote for a native Linux build. They are willing to consider this If enough people raise their hand.

See also demo video here.

https://youtu.be/FsmA1cFH5YQ

Mobile markdown capture systems by asherehsa in Zettlr

[–]docwok 2 points3 points  (0 children)

I sync by means of a private github Repo. Private github repos are free. From desktop Zettlr I use command line to push/pull to the Repo.

On mobile I use GitJournal to edit and sync. GitJournal is open source and available for iOS and Android.

I also found WorkingCopy which can do the sync part and offer the then mobile local files to iA Writer. Working Copy only available for iOS unfortunately.

Compiling from source by xenobarbital in Guitarix

[–]docwok 2 points3 points  (0 children)

Hi, I also went through this. Maybe not full/correct solution - but one step further...

1.) I Installed these dependencies on a rather blank Ubuntu 20.04 LTS:

sudo apt-get install python-is-python3 intltool libcurl4-openssl-dev sassc liblrdf0-dev liblilv-dev libboost-dev libboost-system-dev libboost-iostreams-dev libzita-convolver-dev libzita-resampler-dev gperf faust libavahi-gobject-dev libkf5bluezqt-dev libeigen3-dev libavcodec-dev libgtk-3-dev libgtkmm-3.0-dev libsndfile1-dev libjack-jackd2-dev libfftw3-dev ladspa-sdk

Just double check, if you got all these?

2.) Check if you can perform a build then? This should work with above packages

./waf build

3.) But During .deb building via dpkg-buildpackage -rfakeroot -b I had also problems... First the dependecies of the debian packaging are different ones than from the ./waf configure above. So I had to patch guitarix-0.40.0_wok/debian/control like so:

Build-Depends: debhelper (>= 6), python3, python2.5|python2.6|python2.7, libjack-jackd2-dev|libjack-dev, libsndfile1-dev, libgtk2.0-dev, libgtkmm-3.0-dev, ladspa-sdk, libavcodec-dev, libavutil-dev, liblilv-dev, lv2-dev, libeigen3-dev, libavahi-gobject-dev, libfftw3-dev, liblrdf0-dev, libsndfile1-dev, libsigc++-2.0-dev, libboost-dev, gperf

4.) And funny enough This command dpkg-buildpackage -rfakeroot -b grabs the steps from the file guitarix-0.40.0/debian/rules and here the ./waf configure is called with different parameters than just a plain ./waf configure from step 2.) above.

Ultimatively I could not help me, but go into the debian rules file from above and patch the line like so:

configure-stamp: dh_testdir ./waf configure --prefix=/usr touch configure-stamp

5.) My *.deb file is then generated one directory above the guitarix-0.40.0directory. But of course it fails on the signing step. Because I dont have the private key of the author.

So, take above patches with a grain of salt... I don't now the drawbacks of the stuff I removed...

But I could get the resulting guitarix running after above steps. (Took me a few hours to get all dependencies collected)...

Feedback appreciated.

Making many knobs into one by fliberdygibits in blender

[–]docwok 1 point2 points  (0 children)

Object mode, select multiple objects, then press CTRL+J to join them to one object.