Sine Sine Everywhere a Sine
-
- KVRian
- Topic Starter
- 595 posts since 20 Jan, 2006
@xh3rv - SVN 46 has (should have) a fully functional (Use) Osc X, but you mentioned that you could not see any text, so let me know how that's going. At one point I tweaked the background color to make the Windows build look sensible. If you want to fiddle with it, just to see if there is some OSX oddness, see lines 58 and 59 of oscpanel.cpp
- KVRAF
- 1617 posts since 11 Dec, 2008 from Minneapolis
-
- KVRian
- Topic Starter
- 595 posts since 20 Jan, 2006
I took SVN 48 and made a secret Alpha release on my website. It did not crash on Windows XP, but there was at least one bug with the pushwheel controls (Gain and Base Frequency). Can't say that I like them anyway, so they will probably change/go away. And there's a lot of things I plan to do or change, so take it for what it's worth... in theory you might actually be able to do something useful with it:
BlueberryThing 0.0.3.18 (Linux)
BlueberryThing 0.0.3.18 (MS Windows)
There are no installers, just unpack it somewhere convenient, and double click it.
BlueberryThing 0.0.3.18 (Linux)
BlueberryThing 0.0.3.18 (MS Windows)
There are no installers, just unpack it somewhere convenient, and double click it.
- KVRAF
- 4805 posts since 21 Jan, 2008 from oO
Ohhh..any chance to get the osx version as well?

- KVRAF
- 1617 posts since 11 Dec, 2008 from Minneapolis
Notes: Keep the image folder in the same directory as the 'Blueberrything' app. I believe this will run on OS X 10.4 and not PPC, but only really sure it will run on 10.5 / i386. It doesn't like to close properly.
Blueberrything OS X
Blueberrything OS X
-
- KVRian
- Topic Starter
- 595 posts since 20 Jan, 2006
@xh3rv - When you say it doesn't like to close properly, does it ever close, or does it have a (long) delay? I have seen a close delay when running under Wine, and if I click the drag/title bar it immediately closes. I did not see this in WinXP (lately). Linux has never done it that I can remember.
The new knob control code is written as of SVN 50, I just need to use it (for Gain and Base Frequency).
Regarding the images folder, it can be in either of these locations:
./images (i.e. the same folder as the executable)
/usr/share/blueberrything/images
And if I ever get around to making a real Linux installer I will undoubtedly use the latter of the two.
The new knob control code is written as of SVN 50, I just need to use it (for Gain and Base Frequency).
Regarding the images folder, it can be in either of these locations:
./images (i.e. the same folder as the executable)
/usr/share/blueberrything/images
And if I ever get around to making a real Linux installer I will undoubtedly use the latter of the two.
- KVRAF
- 4805 posts since 21 Jan, 2008 from oO
xh3rv wrote:Notes: Keep the image folder in the same directory as the 'Blueberrything' app. I believe this will run on OS X 10.4 and not PPC, but only really sure it will run on 10.5 / i386. It doesn't like to close properly.
Blueberrything OS X
by images you mean the samples right?
edit: doesn't work on osx 10.4.11 , just doesn't open..will try on 10.5 in a few days
thanks!
-
- KVRian
- Topic Starter
- 595 posts since 20 Jan, 2006
SVN 52 uses the new knob controls, and I wish MS Windows worked better because you can't mouse off the knob area... (it's complicated, and maybe a wxWidgets bug because Linux doesn't do it
). I wasn't sure if the fft calculations would keep up with realtime updating of the knob rotations, but it's tolerable here on 2.4 Ghz dual core (kinda flickery though -- buffered painting is on my TODO list). Depends on how much waveform is selected obviously, but anyways, it's very
Also new is clipping indication on the ZebraWave display, the stems turn red.
I might do Edit - Cut/Copy/Paste soon, seems like a useful/powerful thing to be able to do. Maybe (eventually) a Paste Selective dialog that lets you paste only certain things... lots of brain farts to think about.
Also new is clipping indication on the ZebraWave display, the stems turn red.
I might do Edit - Cut/Copy/Paste soon, seems like a useful/powerful thing to be able to do. Maybe (eventually) a Paste Selective dialog that lets you paste only certain things... lots of brain farts to think about.
- KVRAF
- 1617 posts since 11 Dec, 2008 from Minneapolis
It does close - the way a program crashing closes.billstei wrote:@xh3rv - When you say it doesn't like to close properly, does it ever close, or does it have a (long) delay? I have seen a close delay when running under Wine, and if I click the drag/title bar it immediately closes. I did not see this in WinXP (lately). Linux has never done it that I can remember
A curious thing is, the menu item for wxID_EXIT doesn't show up; it definitely feels like the app object doesn't quite register its own destruction method properly. Some example code for OS X has the wxMenuBar stuff declared at app level rather than frame level, don't know if this would make a difference?
I can probably test this in the near future, but am pretty busy this week - midterms and travel. Funny enough the midterm includes a very basic intro to objects, the instructor said just don't worry about destructors yet XD.
Naturally OS X has its own way of doing it too (buried in the app package) ... the easy way seems like just to change the paths in blueberrythingframe.cpp, there's probably a 'right' way /shrugAnd if I ever get around to making a real Linux installer I will undoubtedly use the latter of the two.
-
- KVRian
- Topic Starter
- 595 posts since 20 Jan, 2006
If you disable SDL stuff does it close normally (easier said than done) ? At some point I plan to have a way to turn these things on/off from the command line, as well as turning debug info on/off, so don't lose hope.xh3rv wrote:It does close - the way a program crashing closes.billstei wrote:@xh3rv - When you say it doesn't like to close properly, does it ever close, or does it have a (long) delay? I have seen a close delay when running under Wine, and if I click the drag/title bar it immediately closes. I did not see this in WinXP (lately). Linux has never done it that I can remember
A curious thing is, the menu item for wxID_EXIT doesn't show up; it definitely feels like the app object doesn't quite register its own destruction method properly. Some example code for OS X has the wxMenuBar stuff declared at app level rather than frame level, don't know if this would make a difference?
I can probably test this in the near future, but am pretty busy this week - midterms and travel. Funny enough the midterm includes a very basic intro to objects, the instructor said just don't worry about destructors yet XD.
Naturally OS X has its own way of doing it too (buried in the app package) ... the easy way seems like just to change the paths in blueberrythingframe.cpp, there's probably a 'right' way /shrugAnd if I ever get around to making a real Linux installer I will undoubtedly use the latter of the two.
My son's high school teacher told the class<--
Will look into the OSX menu issues, see what I can discover.
SVN 53 has Edit Copy/Paste. Very handy stuff.
-
- KVRian
- 743 posts since 14 Apr, 2004
Tried now on 10.5.7 cmd+o and crashes at start.Zork wrote:xh3rv wrote:Notes: Keep the image folder in the same directory as the 'Blueberrything' app. I believe this will run on OS X 10.4 and not PPC, but only really sure it will run on 10.5 / i386. It doesn't like to close properly.
Blueberrything OS X
by images you mean the samples right?
edit: doesn't work on osx 10.4.11 , just doesn't open..will try on 10.5 in a few days
thanks!
It don't open nor the gui.
- u-he
- 30193 posts since 8 Aug, 2002 from Berlin
Same here 10.4.11raikard233 wrote:Tried now on 10.5.7 cmd+o and crashes at start.
It don't open nor the gui.
