You are here

QTractor - feature request

Evening all have a feature request, possible to add "Track icon" like some other DAW's we know about ;)

Please check my added image in post

I would love to have just a some track icon perhaps at the same location of track color or tracknr
maybe to start with just a general icon for wav, midi, etc and in the future possibility to add custom track icons

Sincerally
Martin

AttachmentSize
Image icon Qtractor track icon21.8 KB
Forums: 
rncbc's picture

you request has been noted. sorry for the quiet response :)

cheers

Thank you hoping for implementation soon ;) cheers

Hi sorry to bring this up again but i really would love a track icon to be added
for example when selecting new track where you select color you also perhaps could add pre images of piano/drums/mic/wav/etc
would be so great with a simple bling like that ;)

http://www.rncbc.org/drupal/files/track.png

Sincerally
Martin

rncbc's picture

sorry for being so lame. mea culpa solo :)

ok. you must know that i ain't that eager to cook and sugar up for eye-candy, whatever.

but you probably can! and most probably do it for fun. let's try a brand new git branch if you're on this. let's call it "xicon"... done.

there you can opt and propose some pull-requests, either from sf.net or github. your call :)

i can and may well teach you where to do it all the way! you'll have to learn some c++ and qt gui idioms then you're hired to the task :) unless you already have all it takes ofc.

don't get me wrong, i'm willing to help you to help me!

seeya

[UPDATE] there are news on git head's xicon branch:
- http://sourceforge.net/p/qtractor/code/ci/830e3a
- https://github.com/rncbc/qtractor/commit/830e3a2
still rough in the edges, please test and tell.

now, about your call and possible contribution

on the new track properties icon button--as is now seen to the right of track name entry text field--one can make it a drop-down menu in near future with standard/generic icon pictures on drums, guitar, bass-guitar, piano, synth, whatever

it's now your call

nb. any of those pictures should be originals, provided they are drawn or own by you or whom else willing to donate his/her pix-art rights preferably on a CC-BY or public domain basis--you know the drill.

note that the proposed pictures will get into source tree (eg. under src/images/... and hard code referred as ":/images/..." as a source code resource level).

so choose wisely :)

[UPDATE 2] i'm certainly feeling some kinda deep boredom, otherwise i wouldn't make it all for you.
- http://sourceforge.net/p/qtractor/code/ci/b9329a
- https://github.com/rncbc/qtractor/commit/b9329ad
i'm also sure that's all about it now :)

omg! am i the only one or is this thing freaking looking like GB? :S
cheers

Wow im certenly gonna try and learn c++ and qt gui :D
however i have to wait until weekend, love your work sofar :P

:D
Cheers

rncbc's picture

as from today, the "xicon" branch has been merged to "master", now making it sure it will get featured on next dot release (qtractor v0.7.4.12+)

cheers

Ok think i love you right now, opensource rocks ;) Or atleast all the great work you doing
But to be serius im gonna try and learn coding so i can contribute some to.

Cheers

This will really help me alot when having lots of instruments, and song tracks (better overview) :D

Trying to compile for the first time on Debian, hope i get it corrent ;)

Dear Rui,

I'm trying to get used to Qtractor at the moment, and I have a huge problem getting started. While I understand that it might be up to the user to sort out connections to JACK, I find it an enormous hindrance that no template or instrument is included, and no links to such vital resources seem provided (please correct me if I'm wrong).

At the moment, it's impossible for me to check if Qtractor is working because despite it receiving MIDI data, I hear no sound because I don't have ANY instrument or effects available, and Qtractor didn't even ask me where I might have put them.

I guarantee Qtractor would gain a huge following if functionality could be checked right away with basic drums / piano. There must be some open source instruments available, but I'm having a hard time finding them.

On a side note, it doesn't seem like using the mouse to create MIDI files is an option, but not everyone who wants to make music is equipped with a MIDI master keyboard.

I hope I'll sort out my present problems and start working soon,

Thanks a lot for your work and for thinking about your users ;)

Best regards,

Smoke

rncbc's picture

oh no, not again :)

please don't misunderstand me, i'm pretty sure your intentions are good and, in fact, really appreciated. however... there's a couple of things you should have in mind about qtractor's mission and design:

qtractor was and still is meant to be a part of the Linux audio/MIDI ecosystem, not the whole of it--how important that part is is entirely up to you--that is, it doesn't live on its own as a stand-alone sound and music production application. as i'm often found repeating it ad nauseam, qtractor is not a DAW rather an audio/MIDI sequencer with (some) DAW features.

as you already realized, you'll need MIDI sound generators, like synths or samplers, either in MIDI instrument plug-in form or external stand-alone soft-instruments, or even plain outboard hardware, to render MIDI stuff; qtractor is NOT like the all-in-one monolithic wonder applications that you usually find in the full-fledged DAWs out there.

iow. qtractor is some kind of a hybrid: it's not quite a monolith and not pure modular-to-the-bone, it's something in between and, on my watch, will stay like that for many and lasting years to come :)

finally, qtractor has no capital(istic) nor commercial agenda whatsoever; although a growing user-base might be certainly beneficial (to its own ego), it is NOT a life-and-death condition.

re. There must be some open source instruments available, but I'm having a hard time finding them.

don't tell me you've been living under a rock :D just kidding.

yours truly vee-ones are the nearest examples here found ;) but there are plenty of others, some with way greater prospects eg. linuxsampler (and would ya tell its official frond-end is also yours truly yet again?), zynaddsubfx or yoshimi">; i'd suggest you to try the awesome kxstudio and also get some acquaintance to the swiss army knife of linuxaudio ?

re. side note, it doesn't seem like using the mouse to create MIDI files is an option

please try:

  1. add a new MIDI track: Track/Add Track...
  2. add a new MIDI clip: Clip/New...
  3. enter a brand new session name which will do as file-name prefix (you do this only once, on a blank session).
  4. on the MIDI clip editor (aka. piano-roll) set Edit/Select Mode/Edit On (aka. the pencil button).
  5. use the mouse to enter notes and events by click and drag and move, etc.
  6. hit File/Save.

that's it.

hth.
cheers

Add new comment