[MBS] PortAudio stalling issues

2023-02-05 Thread Garth Hjelte
this issue that would be willing to cooperate. Garth Hjelte Sampler User ___ mbsplugins@monkeybreadsoftware.info mailing list Options and unsubscribe here: https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

[MBS] File Typing and Creator Code

2022-11-19 Thread Garth Hjelte
if not, I guess my solution would be to (hopefully) find the combination of Xojo that created 64-bit files that still had the ability to type files, and make a console Helper app that I could call via Socket (like my current Helper App) to type files. Garth Hjelte Sa

[MBS] PortAudioStreamRecorderMBS and dropouts

2022-11-18 Thread Garth Hjelte
recorded data while my Xojo app does what it does. My routines works great in everything I've tested it on since 10.6 to 10.14. They don't drop data. But for my client it is, and he's not doing anything other than this. Garth Hjelte Sampler User

[MBS] IconImageMBS - HIDPI?

2020-09-02 Thread Garth Hjelte
ot; - what are "overlays"? I have always just used IconImageMBS and IconMaskMBS and I draw them into a non-HIDPI Picture object, but I want the eventual Picture object to be HIDPI. Any suggestions? Garth Hjelte Sampler User ___ mbsplugins@monkeybreads

[MBS] PortAudio question

2020-08-23 Thread Garth Hjelte
made back when people thought WASAPI was going to replace ASIO." So, does your PortAudio implementation control this, and if not, can you put it in? Garth Hjelte Sampler User ___ mbsplugins@monkeybreadsoftware.info mailing list %(list_addres

[MBS] FolderItem DirID question

2020-08-23 Thread Garth Hjelte
<https://www.monkeybreadsoftware.net/folderitem-volgetfolderitemidmbs.shtml#24>VolGetFolderItemIDMBS give me the VolRefNum? If I"m totally offbase, what is the best way to test for equality on the latest Xojo? Garth Hjelte Sampler User _

[MBS] PortAudio question

2020-08-14 Thread Garth Hjelte
made back when people thought WASAPI was going to replace ASIO." So, does your PortAudio implementation control this, and if not, can you put it in? Garth Hjelte Sampler User ___ mbsplugins@monkeybreadsoftware.info mailing list %(list_addres

[MBS] DecompressZLibMBS question

2020-03-25 Thread Garth Hjelte
compressZLibMBS know this is deflated data, and second, how would I inflate this? (Note: I have tried using the inflate() code in C++, but with this data it still gives me the -3 error. I know the data is correct, my Mac easily unzips the ZIP file (it has a bunch of files in it). Garth

Re: [MBS] MIDI strangeness

2020-02-20 Thread Garth Hjelte
goes away when Audio/MIDI Setup is open? Can count on you for good thoughts. =) Garth Hjelte Sampler User ___ mbsplugins@monkeybreadsoftware.info mailing list %(list_address)s https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] MIDI strangeness

2020-02-20 Thread Garth Hjelte
while we have a pending call to main thread. I'm unsure where or why though. I mentioned that as a hint, I can circumvent this by simply having the Audio/MIDI Setup app open. Garth Hjelte Sampler User ___ mbsplugins@monkeybreadsoftware.info mailing li

[MBS] MIDI strangeness

2020-02-19 Thread Garth Hjelte
does not return an error message but hands back the info just like in regular mode. Any thoughts? Garth Hjelte Sampler User ___ mbsplugins@monkeybreadsoftware.info mailing list %(list_address)s https://ml-cgn08.ispgateway.de/mailman/listinfo

[MBS] SMJobBless 5 Years Later

2019-11-15 Thread Garth Hjelte
t and the first instance (not as root) shuts down The RTF says it's not possible in Xojo - is it now? And I'm not asking for Xojo to do everything, I'm happy to do any extra work post-compilation. Garth Hjelte Sampler User ___ mbsplugins@monkeybreads

[MBS] PortMidiStreamMBS and SysEx

2019-08-02 Thread Garth Hjelte
starts with F0, you grab the Data1 and Data2 and append your string, and stop as soon as you get to a F7. Do I have all that correctly? Garth Hjelte Sampler User ___ mbsplugins@monkeybreadsoftware.info mailing list %(list_address)s https://ml-cgn08

Re: [MBS] NSWorkspaceMBS.iconForFile

2019-07-28 Thread Garth Hjelte
r if it'd be possible/fun to take an image and make a mask out of it with black. Later this year, since I'm changing to Xojo and 64-bit support, my distributions will have maybe up to 5 different binaries, so the problem will be solved naturally that way. Garth Hjelte Sampler User ___

Re: [MBS] NSWorkspaceMBS.iconForFile

2019-07-28 Thread Garth Hjelte
I will have to maintain multiple binaries, and I will later this year, but for now this is my last-ditch attempt to keep one binary. Garth Hjelte Sampler User ___ mbsplugins@monkeybreadsoftware.info mailing list %(lis

Re: [MBS] NSWorkspaceMBS.iconForFile

2019-07-25 Thread Garth Hjelte
At 01:34 AM 7/25/2019, you wrote: >> Am 25.07.2019 um 06:49 schrieb Garth Hjelte : >> (Please don't laugh that I'm using MBS 16.4) >Please update. Your license covers 18.x. I have to consider that I'm using RS2011r3 still, and need it to support PPC too. (I'm short time so I ca

[MBS] NSWorkspaceMBS.iconForFile

2019-07-24 Thread Garth Hjelte
: this works fine in all macOS, but it seems just in Mojave that the mask doesn't exist - the background is black. Was this fixed in later MBS's; if so, when - or is this just Mojave's behavior and is there a better way of doing this? Garth Hjelte

Re: [MBS] VolumeInformationMBS - file system type

2018-03-16 Thread Garth Hjelte
At 03:39 PM 3/14/2018, you wrote: >> Am 14.03.2018 um 15:50 schrieb Garth Hjelte <ga...@chickensys.com>: >> >> I have a question about VolumeInformationMBS.FileSystemID: >> >> I want to find out what type of file system (HFS, FAT12, FAT, FAT32, etc.) a &

[MBS] VolumeInformationMBS - file system type

2018-03-14 Thread Garth Hjelte
. What are they, or is there another way to find this out? https://www.monkeybreadsoftware.net/files-volumeinformationmbs-property.shtml#8 Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info

Re: [MBS] Black Friday & Cyber Monday Sales

2017-11-27 Thread Garth Hjelte
e's no place to enter 'BlackFriday2017'. What am I missing? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] The big cleanup for our Xojo plugins

2017-07-25 Thread Garth Hjelte
part if possible. I hope you can clean up to make things easier for you without ruining previous work. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispga

Re: [MBS] [ANN] 17.2pr2

2017-04-09 Thread Garth Hjelte
fine, and thank you for not throwing away the back door. =) Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] [ANN] 17.2pr2

2017-04-08 Thread Garth Hjelte
use with RS2011r3 (with the intent to create binaries that run on PPC and to use MBS) is 17.2pr1? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listi

Re: [MBS] New PortAudio

2016-11-14 Thread Garth Hjelte
At 02:29 PM 11/13/2016, you wrote: >> If you're not doing anything.. =) >> > >Done for next prerelease. Thanks! Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware

[MBS] New PortAudio

2016-11-03 Thread Garth Hjelte
ig thank you to everyone who contributed. PortAudio is an important tool >for a lot of developers. So congratulations to everyone involved. >Phil Burk If you're not doing anything.. =) Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsof

[MBS] No register when debugging?

2016-08-01 Thread Garth Hjelte
w my plugs and register line is correct. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

[MBS] CoreMIDI stall revisit

2016-06-20 Thread Garth Hjelte
as a result of "CoreMIDI initializing", but why is this only a problem with MBS and not anything else? Is there a better solution to this? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsof

Re: [MBS] [ANN] 16.1pr2

2016-02-12 Thread Garth Hjelte
de one binary (written in 2011r3). This year I'll start providing more binaries, but it'll be later this year. The goal for me is to keep the PPC/10.4/5 as effective as possible, even though it'll be using an older version of your plugs. Garth Hjelte Sample

Re: [MBS] PortAudioStreamRecorderMBS question

2016-02-08 Thread Garth Hjelte
sked me "What parameters are you passing to Pa_OpenStream()? Have you selected the pro-audio CoreAudio mode?" Does MBS do that? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info htt

[MBS] PortAudioStreamRecorderMBS question

2016-02-06 Thread Garth Hjelte
se a big buffer". So if my buffer is REALLY big, and I call ReadFrames(m, ReallyBigSizeInBytes), it still only return the data received from the audio driver since the last call, and returns as an integer the amount of data in bytes (in other words, the ReallyBigBuffer may not be completely fi

Re: [MBS] Dropping PPC, OS X 10.4 and/or rbx plugins?

2016-01-02 Thread Garth Hjelte
system around is completely doable, even for a single-person op like yours. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] Dropping PPC, OS X 10.4 and/or rbx plugins?

2015-12-30 Thread Garth Hjelte
ojo plugins >to rbx plugins, so users in need of those plugins could do conversion >themselves. I would no longer need to upload those plugins. >What do you guys think about such changes? >PS: If you still use Real Studio, please use latest 15.4 plugins. They still >work

Re: [MBS] Port Audio HostApiCount Win 10

2015-11-30 Thread Garth Hjelte
t; >Sorry no. I think it's resolve per his system. He says something about "changing it in Cubase (a DAW)" and now he gets all the types when I poll HostApiCount. I guess for some reason his Cubase setup is changing system settings and makes

[MBS] Port Audio HostApiCount Win 10

2015-11-29 Thread Garth Hjelte
ogspot.com/2015/08/audacity-fix-for-windows-10-internal.html Do you know anything about this further than what the above say? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.isp

Re: [MBS] [ANN] MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 15.3

2015-10-02 Thread Garth Hjelte
! Having a built-in sampler natively is great! Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] [ANN] MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 15.3

2015-10-02 Thread Garth Hjelte
f support MIDI, and if so, how, and can it hook up to the AVAudioEngine classes? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] [ANN] MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 15.3

2015-10-02 Thread Garth Hjelte
ks of Audio, not MIDI. I do already have my own MIDI-system but I was hoping that the AVMBS stuff would have it within itself so I don't have to have Xojo do it. On the positive side, all this looks really laid out and matches a lot of what I've learned about CoreAudio (which is now AV

Re: [MBS] [ANN] 15.1pr7

2015-05-07 Thread Garth Hjelte
At 01:32 AM 5/7/2015, you wrote: * Changed Cocoa plugins for 32-bit to once again build for 10.6 and newer (instead of 10.7). Thanks! Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info

Re: [MBS] Someone still using our MBS Plugins for PPC?

2014-12-23 Thread Garth Hjelte
in REAL2011r3, so if you started implementing cool Windows stuff I'd love to use, but were forced to have an old MBS installed on my Mac -based REAL2011r3, that's a problem too. I could no longer compile final-binaries in one pass, I'd have to split them. Just feedback for you. Garth Hjelte

Re: [MBS] New AVFoundation Book Out

2014-10-29 Thread Garth Hjelte
not for reference books) but I bet it's worth it. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] AUPlayerMBS

2014-10-27 Thread Garth Hjelte
to FSRef's, while hailing it was the best thing ever. It didn't take very long to deprecate THAT into CFURL. In contrast to QT, QT's longevity is amazing, but nothing lasts forever. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info

Re: [MBS] AUPlayerMBS

2014-10-24 Thread Garth Hjelte
pretty interesting, especially the analysis stuff. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] FSCatalogSearch issues

2014-10-07 Thread Garth Hjelte
that is submitted to getting the FSIterator. I'm not checking for failure in this, perhaps 10.9 just doesn't handle a bad FSIterator gracefully (which is a Apple bug anyway). Thanks, still checking. Garth Hjelte Sampler User

Re: [MBS] FSCatalogSearch issues

2014-10-06 Thread Garth Hjelte
PBCatalogSearchSyncInternal(FSCatalogBulkParam*, unsigned char) + 67 2 com.apple.CoreServices.CarbonCore 0x9a512035 FSCatalogSearch + 73 3 conversionengine.dylib 0x047f86fd MacCatSearch(std::basic_stringunsigned short, std::char_traitsunsigned short, Garth Hjelte Sampler User

Re: [MBS] [ANN] 14.4pr3

2014-10-04 Thread Garth Hjelte
; is that what you use as an API call? I've gotten some errors using that call in Mavericks but I've never been sure why. Using the call hard crashes an app at times, but it's clients that report and show me this, not me. Garth Hjelte Sampler User

Re: [MBS] [ANN] 14.4pr3

2014-10-04 Thread Garth Hjelte
At 11:57 AM 10/4/2014, you wrote: Am 04.10.2014 um 18:50 schrieb Garth Hjelte ga...@chickensys.com: At 02:20 AM 10/2/2014, you wrote: * Added WinOpenFolderAndSelectItemsMBS function. * Improved CatSearchMBS class to use UInt64 for file sizes. Some questions

Re: [MBS] [ANN] 14.4pr3

2014-10-04 Thread Garth Hjelte
to see how that relates. I was just asking here to see if you had an experience that paralleled that. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman

Re: [MBS] [ANN] 14.3pr8

2014-09-05 Thread Garth Hjelte
on construction and ends with destruction, not Mode starting/stopping? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo

Re: [MBS] [ANN] 14.3pr8

2014-09-05 Thread Garth Hjelte
a fast timer? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] WindowsTimerMBS

2014-08-27 Thread Garth Hjelte
and this time it seems to work. Thanks for swinging the bat! Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] WindowsTimerMBS

2014-08-27 Thread Garth Hjelte
as object goes out of scope. OK, makes sense. But I know you got lots on your plate. I just copied over code from CarbonTimer and also added Linux timer code. So we have now a cross platform timer :-) I may rename it to TimerMBS and kick the Windows from the name. Good idea. Garth Hjelte Sampler

[MBS] Port Audio recording question

2014-08-26 Thread Garth Hjelte
calling ReadFrames is expensive, I get that, but does it matter? Given a large ring buffer and getting as much out of ReadFrames() as possible, I'm kind fo rich as it is. I call ReadFrames with a timer, I call it every 250ms, could I call it quicker? Garth Hjelte Sampler User

Re: [MBS] PortAudioStreamRecorderMBS issue

2014-08-09 Thread Garth Hjelte
clear things up, either on this end or yours. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

[MBS] PortAudioStreamRecorderMBS issue

2014-08-07 Thread Garth Hjelte
this could be? Should I pose this to the PortAudio list? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] MBS Icon Routines redefined?

2014-06-30 Thread Garth Hjelte
. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

[MBS] AUSampler?

2014-06-24 Thread Garth Hjelte
Any chance of supporting the AUSampler audio unit type in CoreAudio? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo

Re: [MBS] IconImageMBS slow 10.9

2014-06-20 Thread Garth Hjelte
does no longer care about Carbon stuff... So IconImageMBS was Carbon calls in your plug? -I assume on Windows the IconImageMBS and IconMaskMBS still are valid? yes. OK, thanks very much for your time. Garth Hjelte Sampler User

[MBS] IconImageMBS slow 10.9

2014-06-19 Thread Garth Hjelte
Sorry, this is a carry over from something else. I'm finding on OSX 10.9 that especially in cases of folders, FolderItem.IconImageMBS can be pretty slow. Can you comment on that - is there anything smart that could speed such stuff up? Garth Hjelte Sampler User

Re: [MBS] PortAudio hanging

2014-05-21 Thread Garth Hjelte
that can be checked? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] Dropping PPC?

2013-06-10 Thread Garth Hjelte
creating two separate download pages - one for Xojo and one for REAL Studio. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo

Re: [MBS] Dropping PPC?

2013-06-09 Thread Garth Hjelte
I'm sorry if this is already noted somewhere else, but what is the last MBS I can use with 2011r3 to compile PPC/UB apps? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01

Re: [MBS] MBS Real Studio Audio Plugin crash

2013-06-07 Thread Garth Hjelte
plugins? Maybe it's fixed in 13.1 already. I'm still using 12.2, so i don't know if it's been addressed. Christian, what was the deal here? (It's about time I updated, to start working seriously with Xojo) Garth Hjelte Sampler User

[MBS] ASIO SampleRate limit?

2013-06-07 Thread Garth Hjelte
that you can only throw it certain rates, always DefaultSampleRate but also sometimes related ones like 48000 and 96000, depending. Is that the case as you know of it? Is that just how ASIO works? Garth Hjelte Sampler User

[MBS] PortAudioMBS slow in instantiating

2013-05-17 Thread Garth Hjelte
This didn't always happen, but on my dev laptop, when I do something like: PortAudio = New PortAudioMBS It takes about 5-10 seconds to do that line of code. Would you have any idea why this is taking time on getting going? Garth Hjelte Sampler User

[MBS] PortAudioMBS slow in instantiating 2

2013-05-17 Thread Garth Hjelte
do new PortAudioMBS one time for the time of an app, and just start streaming off of it? I was making a new object every time I needed it, it used to be fast, and on the Mac it's really fast. But currently not on Windows, at least with my laptop. Garth Hjelte Sampler User

[MBS] QLPreviewViewMBS

2013-04-14 Thread Garth Hjelte
, there's event-handling and ordering and etc. Really the task was to completely design an interface from the ground up, since REAL doesn't handle any of these things. Is that correct? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info

Re: [MBS] NSxx Control question

2012-10-30 Thread Garth Hjelte
external keyboards. When all is said and done, a sound starts usually around 25-30ms after you strike the key. That's an eternity in music time. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins

Re: [MBS] NSxx Control question

2012-10-28 Thread Garth Hjelte
callbacks. It's a huge problem, one I HOPE they'd address ASAP. Still nothing though. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo

[MBS] NSxx Control question

2012-10-26 Thread Garth Hjelte
or the WindowsMIDI classes? -Does it matter which is better, does REAL's slower event handling make this a non-issue? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de

Re: [MBS] Website Forum Instead of this Newsletter?

2012-09-24 Thread Garth Hjelte
, html-capable, reply notification, etc? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

[MBS] AuthorzationMBS question

2012-09-23 Thread Garth Hjelte
but they didn't seem so clear to me. Also, Christian, I asked this on the REAL list, but extending the conversation here, can't I just use IPC? Why the new XPC? Would IPC work, why the mention of XPC, and does REAL or MBS support it? Garth Hjelte Sampler User

Re: [MBS] AuthorzationMBS question

2012-09-23 Thread Garth Hjelte
/2012/02/29/modern-privileged-helper-tools-using-smjobbless-plus-xpc/ Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo

Re: [MBS] Popupmenu

2012-09-01 Thread Garth Hjelte
without any intervention. It displays the font fine and resizes the PopupMenu. (I could be wrong, but I recently refactored my app with explicit 11pt System fonts.) Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins

Re: [MBS] PortMIDI questions

2012-08-02 Thread Garth Hjelte
implementation and it seems easy, hard to think what would kill it (would like to know!). I actually started out with the ChoaticBox MIDI, talk about making MIDI way too complex, where a form has to receive events etc. I was considering ripping all that out and going with PortMIDI. Garth Hjelte

Re: [MBS] PortMIDI questions

2012-08-02 Thread Garth Hjelte
approaches like JUCE and others with various combinations of attachment with REAL. It would always be a onhand music-specialized resource for people using music with REAL. Dunno, sound like a good idea? Garth Hjelte Sampler User

Re: [MBS] PortMIDI questions

2012-08-02 Thread Garth Hjelte
able to get a stable app working with the performance I want so, I do it without PortMIDI. What is unstable about working with sysex and PortMIDI? Are there crashes? Hangs? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list

[MBS] PortMIDI questions

2012-08-01 Thread Garth Hjelte
but I thought I'd ask you first. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

[MBS] PortMIDI Ensoniq

2012-08-01 Thread Garth Hjelte
more troublesome, since the delay varies, and many musicians can detect this timing uncertainty when it exceeds about 5ms. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01

Re: [MBS] PortMIDI questions

2012-08-01 Thread Garth Hjelte
. Looking into code, I see there are a lot of things done differently depending on whether Latency is zero or not. Difficult to say what the problem is here. OK, thanks. I've got a request in to Ableton. Garth Hjelte Sampler User

Re: [MBS] Blog: Mac OS X 10.8 User Notifications with Filemaker and Real Studio

2012-07-28 Thread Garth Hjelte
the Windows system tray/notification area, where are the MBS User Notification equivilants? (I understand I can find them on my own, but since I'm being dense, I'll also be lazy too.) OK, it's WindowsSystemTrayMBS Garth Hjelte Sampler User

Re: [MBS] Dropping PPC?

2012-07-11 Thread Garth Hjelte
. and you have to make these choices. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

[MBS] IsZoomedMacMBS in Cocoa

2012-07-06 Thread Garth Hjelte
functions for Win and Mac? Why not combine them?) Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] PortAudio fun followup 2

2012-04-30 Thread Garth Hjelte
= paFloat32 DeviceInfo = MyPortAudio.DeviceInfo(MyIndex) OutputParameters.SuggestedLatency = DeviceInfo.DefaultHighOutputLatency // CoreAudio on my computer seems around .01; that is 10ms ErrCode = MyStream.OpenStream(OutputParameters, MySampleRate, paFramesPerBufferUnspecified, paNoFlag) Garth

[MBS] PortAudio fun followup

2012-04-29 Thread Garth Hjelte
it, but then the resolution of SamplePosition is unacceptable. Any ideas? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo

Re: [MBS] PortAudio bug?

2012-04-25 Thread Garth Hjelte
just zero. It works here with 0.2. OK. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] PortAudio bug?

2012-04-25 Thread Garth Hjelte
the drop out thing AND the response to the WASAPI drivers on Windows. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo

Re: [MBS] PortAudio bug?

2012-04-24 Thread Garth Hjelte
in Leopard and not Snow Leopard? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] PortAudio bug?

2012-04-24 Thread Garth Hjelte
that they don't tell me. I understand that DirectSound is really WASAPI now so it's no big deal, but I'm unsure why WASAPI doesn't work. I know you are just linking into the latest issue of PortAudio, but is there a way we can revisit some of this? Garth Hjelte Sampler User

Re: [MBS] PortAudio bug?

2012-04-24 Thread Garth Hjelte
, and made harder since it's only one certain computer config/OS setup, but can you think of anything that could be done to shake the funk? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins

Re: [MBS] PortAudio bug?

2012-04-24 Thread Garth Hjelte
my customers are choking me right now (on other stuff). Will check tonight, thanks for the update thing. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de

[MBS] PortAudio bug?

2012-04-23 Thread Garth Hjelte
good about this stuff.) Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] PortAudio bug?

2012-04-23 Thread Garth Hjelte
test project does the same thing, I think it's a bug on your side. I have a feeling it's only cropped up with 12.1pr3. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01

Re: [MBS] FolderChange Notifications - cross-platform

2012-03-07 Thread Garth Hjelte
think? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

[MBS] FSEventsMBS question

2012-03-07 Thread Garth Hjelte
in. The .dmg was on the desktop. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] FolderChange Notifications - cross-platform

2012-03-07 Thread Garth Hjelte
back into the mix. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] FSEventsMBS question plus WindowsDirectoryWatcherMBS question

2012-03-07 Thread Garth Hjelte
the directories except the ones you want to continue looking at? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

[MBS] FolderChange Notifications - cross-platform

2012-03-06 Thread Garth Hjelte
it, if WindowsFolderChangeMBS does the same thing? Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Re: [MBS] New installs with new MBS

2012-02-11 Thread Garth Hjelte
that all it's going to take is a preflight script in PM for the App element to completely delete it first. (Which is what I assumed it was doing.) Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins

[MBS] IconImageMBS memory issue Win

2012-02-06 Thread Garth Hjelte
down), it works just fine. So I really doubt my app is hogging that much memory, so I suspect there's some limit that IconImageMBS can deal with perhaps? This is Win only. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list

Re: [MBS] IconImageMBS memory issue Win

2012-02-06 Thread Garth Hjelte
in memory and create objects until memory is full) Fixed for next release. I can corroborate, it works here now. Garth Hjelte Sampler User ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01

  1   2   >