kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
842 stars 36 forks source link

newest version doesn't show the mixer anymore #15

Closed StudioDotfiles closed 11 years ago

StudioDotfiles commented 11 years ago

I just pulled the latest git, and now the mixer doesn't show anymore. When I press F9 when the mixer is hidden, nothing happens. When I show any other panels, the view updates with space reserved for the mixer, and if I then hide the mixer, the reserved mixer space collapses again, but at no point the actual mixer shows.

When I go back to version 87f6e8646a2611bf97973e515f1cd6c62f8e7a4a all is fine again.

kmatheussen commented 11 years ago

I can not reproduce this. It would be extremely useful to know which version you upgraded from, and which version you upgraded to, so that I have a place to start looking.

On Mon, Sep 9, 2013 at 5:43 PM, StudioDotfiles notifications@github.comwrote:

I just pulled the latest git, and now the mixer doesn't show anymore. When I press F9 when the mixer is hidden, nothing happens. When I show any other panels, the view updates with space reserved for the mixer, and if I then hide the mixer, the reserved mixer space collapses again, but at no point the actual mixer shows.

— Reply to this email directly or view it on GitHubhttps://github.com/kmatheussen/radium/issues/15 .

kmatheussen commented 11 years ago

Did you do a "make clean" before rebuilding?

On Mon, Sep 9, 2013 at 7:41 PM, Kjetil Matheussen k.s.matheussen@gmail.comwrote:

I can not reproduce this. It would be extremely useful to know which version you upgraded from, and which version you upgraded to, so that I have a place to start looking.

On Mon, Sep 9, 2013 at 5:43 PM, StudioDotfiles notifications@github.comwrote:

I just pulled the latest git, and now the mixer doesn't show anymore. When I press F9 when the mixer is hidden, nothing happens. When I show any other panels, the view updates with space reserved for the mixer, and if I then hide the mixer, the reserved mixer space collapses again, but at no point the actual mixer shows.

— Reply to this email directly or view it on GitHubhttps://github.com/kmatheussen/radium/issues/15 .

kmatheussen commented 11 years ago

Also, libpd has been updated, so you need to do

rm -fr bin/packages/libpd-master make clean make packages ./build_linux.sh -j16

On Mon, Sep 9, 2013 at 7:42 PM, Kjetil Matheussen k.s.matheussen@gmail.comwrote:

Did you do a "make clean" before rebuilding?

On Mon, Sep 9, 2013 at 7:41 PM, Kjetil Matheussen < k.s.matheussen@gmail.com> wrote:

I can not reproduce this. It would be extremely useful to know which version you upgraded from, and which version you upgraded to, so that I have a place to start looking.

On Mon, Sep 9, 2013 at 5:43 PM, StudioDotfiles notifications@github.comwrote:

I just pulled the latest git, and now the mixer doesn't show anymore. When I press F9 when the mixer is hidden, nothing happens. When I show any other panels, the view updates with space reserved for the mixer, and if I then hide the mixer, the reserved mixer space collapses again, but at no point the actual mixer shows.

— Reply to this email directly or view it on GitHubhttps://github.com/kmatheussen/radium/issues/15 .

kmatheussen commented 11 years ago

Sorry,

rm -fr bin/packages/libpd-master rm bin/packages/deletemetorebuild make clean make packages ./build_linux.sh -j16

On Mon, Sep 9, 2013 at 7:43 PM, Kjetil Matheussen k.s.matheussen@gmail.comwrote:

Also, libpd has been updated, so you need to do

rm -fr bin/packages/libpd-master make clean make packages ./build_linux.sh -j16

On Mon, Sep 9, 2013 at 7:42 PM, Kjetil Matheussen < k.s.matheussen@gmail.com> wrote:

Did you do a "make clean" before rebuilding?

On Mon, Sep 9, 2013 at 7:41 PM, Kjetil Matheussen < k.s.matheussen@gmail.com> wrote:

I can not reproduce this. It would be extremely useful to know which version you upgraded from, and which version you upgraded to, so that I have a place to start looking.

On Mon, Sep 9, 2013 at 5:43 PM, StudioDotfiles <notifications@github.com

wrote:

I just pulled the latest git, and now the mixer doesn't show anymore. When I press F9 when the mixer is hidden, nothing happens. When I show any other panels, the view updates with space reserved for the mixer, and if I then hide the mixer, the reserved mixer space collapses again, but at no point the actual mixer shows.

— Reply to this email directly or view it on GitHubhttps://github.com/kmatheussen/radium/issues/15 .

StudioDotfiles commented 11 years ago

Ah, that was the problem. Thanks.