Search found 132 matches

by Waverley Instruments
Sat Apr 27, 2024 6:56 pm
Forum: Module Designer
Topic: Fun with MIDI
Replies: 6
Views: 2050

Re: Fun with MIDI

// report the error to a textLabel on the control textLabel1.SetText( e.toString() ); Personally, I wouldn't do UI updates in ProcessSample(). I'd set an error flag which you could check in your GUI update timer handler and set the status message there. Sorry just realised this was quite an old pos...
by Waverley Instruments
Sat Apr 27, 2024 1:03 pm
Forum: Module Designer
Topic: Saving Presets Within a Module
Replies: 3
Views: 68

Re: Saving Presets Within a Module

Hi, MIDIMONO is maybe not the best example as those presets are hard-coded! :oops: ANALOGy5, PERCSTATION and MIDIMONOX2, are maybe better examples as both factory and user presets are file-based, selectable from a pop-up menu. Factory presets are bundled as extra resources within the module itself, ...
by Waverley Instruments
Thu Apr 25, 2024 6:07 pm
Forum: Preset Exchange
Topic: Presets with Analogy for Modular
Replies: 1
Views: 141

Re: Presets with Analogy for Modular

Thanks for sharing Alfred - great work! -Rob @ WI
by Waverley Instruments
Thu Feb 15, 2024 12:33 pm
Forum: Voltage Modular
Topic: When will VM work with Logic on Ventura?
Replies: 47
Views: 628762

Re: When will VM work with Logic on Ventura?

https://cherryaudio.kayako.com/article/667-should-i-update-to-macos-ventura-13-3 :( As a VM developer, and "retired" iOS developer, I'd hoped that developing for VM would provide a bit of protection from Apple's "reverse Midas touch" as I call it. Sadly it would appear that nobo...
by Waverley Instruments
Thu Feb 01, 2024 1:01 pm
Forum: Waverley Instruments
Topic: Can anyone list for me an ANALOGy hardware equivelent?
Replies: 13
Views: 1455

Re: Can anyone list for me an ANALOGy hardware equivelent?

First off, let me say it's pretty cool to see this question being asked - normally it's the other way round! This is a Cherry Audio forum after all :) For those who don't know ANALOGy5 isn't based on any known hardware or software synth, and we like to think it has its own thing going on sound-wise....
by Waverley Instruments
Sat Nov 18, 2023 11:20 pm
Forum: Voltage Modular
Topic: Logic 10.8 Crashed Validation
Replies: 2
Views: 1257

Re: Logic 10.8 Crashed Validation

Thanks Centripidity.

The issue seems to be "handled" differently with (recently released) Logic 10.8.

Hence the heads-up.

-Rob
by Waverley Instruments
Sat Nov 18, 2023 5:39 pm
Forum: Voltage Modular
Topic: Logic 10.8 Crashed Validation
Replies: 2
Views: 1257

Logic 10.8 Crashed Validation

Hi Folks,

Just a heads-up that Logic version 10.8 is showing "crashed validation" in Logic's Plug-In Manager.

This is on macOS Ventura 13.5.2 M1. Voltage Modular 2.7.0.

So if you're on Logic 10.8 and Voltage Modular has "disappeared", that's probably why. :?

-Rob @ WI
by Waverley Instruments
Fri Sep 22, 2023 4:53 pm
Forum: Voltage Modular
Topic: When will VM work with Logic on Ventura?
Replies: 47
Views: 628762

Re: When will VM work with Logic on Ventura?

The good news is that we're finishing up work on our own solution and should have something shortly! That sounds more like fantastic news to me! Well done guys, and much appreciated. I'd also reached the stage where this issue was causing me a certain amount of grief. For what it's worth, I'm no st...
by Waverley Instruments
Wed Aug 16, 2023 12:32 pm
Forum: Module Designer
Topic: In praise of Java
Replies: 14
Views: 6498

Re: In praise of Java

As a possible point of interest, the semicolon is actually optional in Swift so the compiler is probably quite smart. Plus there's some other weird indexing voodoo that goes on inside Xcode that provides you with surprisingly meaningful warnings and error messages. Anyway, you'll probably find in mo...
by Waverley Instruments
Wed Aug 16, 2023 11:41 am
Forum: Module Designer
Topic: In praise of Java
Replies: 14
Views: 6498

Re: In praise of Java

I guess Microsoft's PascalCase inclination goes back to the C function-based Windows API, its thinly-veiled C++ object-based wrapper, MFC and then the C# / .NET Framework, the controversial offspring of Microsoft's short-lived version of Java aka Visual J++. Microsoft tech stack developers probably ...

Go to advanced search