Search found 53 matches

by jorge
Sat Aug 08, 2020 8:47 pm
Forum: Testing
Topic: v0.5.22 New Presets Component
Replies: 0
Views: 28622

v0.5.22 New Presets Component

This version has a new Presets component. It should allow you to Create/Delete/Rename/Commit/Discard. TestFlight v0.5.27 for iPadOS Here's a a very simple example using the new Presets component example0.5.22.vswift Below is a screenshot of the example schematic showing the new Presets component in ...
by jorge
Thu Aug 06, 2020 9:24 pm
Forum: Testing
Topic: v0.5.21 Generated code now supports Sawtooth, Sine, Square and Triangle waveforms
Replies: 0
Views: 28648

v0.5.21 Generated code now supports Sawtooth, Sine, Square and Triangle waveforms

This version fixes a few bugs, mainly the Oscillator in the generated Xcode project was only able to play a square wave, now you can select between Sawtooth, Sine, Square and Triangle. TestFlight v0.5.27 for iPadOS Here's a a very simple example synth ready to be exported and built without errors: e...
by jorge
Wed Aug 05, 2020 4:54 pm
Forum: Testing
Topic: v0.5.20 AUv3 Instrument Xcode Project Export
Replies: 0
Views: 30371

v0.5.20 AUv3 Instrument Xcode Project Export

This version is all about exporting an AUv3 Instrument Xcode Project ( Effects, Generators and Midi Effects will come later ). Here's the TestFlight public link: TestFlight v0.5.27 for iPadOS Testing this version is meant for advanced users from aspiring Audio Programmers to experienced AUv3 Develop...
by jorge
Tue Jul 28, 2020 2:55 pm
Forum: Testing
Topic: v0.5.18 with beginning of Xcode export
Replies: 0
Views: 28561

v0.5.18 with beginning of Xcode export

This version introduces the first step towards generating and sharing an Xcode project. This is an initial step and currently only supports VStack, Text and Knob. It doesn't yet generate AUv3 extensions or C code for Audio processing. Here's an example: https://visualswift.com/wp-content/uploads/202...
by jorge
Tue Jul 28, 2020 2:53 pm
Forum: Testing
Topic: v0.5.17
Replies: 0
Views: 28303

v0.5.17

This version introduces the PolyRun and FloatComplement components as shown in the Tutorial: How to create an audio Smooth module. Part 1

Following is the link for TestFlight iPadOS version:

iPadOS
by jorge
Mon Jul 27, 2020 7:14 pm
Forum: Audio/DSP/Modular Synthesis
Topic: Tutorial: How to create an audio Smooth module. Part 2
Replies: 0
Views: 29170

Tutorial: How to create an audio Smooth module. Part 2

Part 1 introduces the task of creating an audio Smooth module and shows some of the features of VisualSwift. In summary we want to create the following diagram as a reusable VisualSwift module with a GUI: https://visualswift.com/wp-content/uploads/2020/07/Screenshot-2020-07-27-at-18.32.21.png 3-How...
by jorge
Mon Jul 27, 2020 5:20 pm
Forum: Audio/DSP/Modular Synthesis
Topic: Tutorial: How to create an audio Smooth module. Part 1
Replies: 0
Views: 28780

Tutorial: How to create an audio Smooth module. Part 1

Version 0.5.17 of VisualSwift or higher is required for this tutorial as it introduces the components PolyRun and FloatComplement. Here are the links to both versions: iPadOS MacOS By the end of this tutorial you should know how to create an audio module from low level DSP components with a GUI and ...
by jorge
Mon Jul 27, 2020 10:40 am
Forum: Bugs
Topic: FIXED: Previews don't show contents on some iPad models
Replies: 8
Views: 21245

Re: FIXED: Previews don't show contents on some iPad models

Here's the solution I came up with ( for now ) to allow older devices to work and more recent devices to take full advantage of the GPU: In the settings you now have a Toggle switch for enabling/disabling GPU: https://visualswift.com/wp-content/uploads/2020/07/0B26EE79-CE66-4862-8C8A-4B446BC278F3.jp...
by jorge
Mon Jul 27, 2020 9:02 am
Forum: Bugs
Topic: FIXED: Previews don't show contents on some iPad models
Replies: 8
Views: 21245

Re: FIXED: Previews don't show contents on some iPad models

I've noticed that while fixing the bug for iPad Air 2 and 2nd generation iPad Pro, the 3rd generation iPad Pro is now not as smooth as before. I'll give some detail which can be useful for anyone testing: There is a modifier in SwiftUI called "drawingGroup" which when applied to a SwiftUI Views make...
by jorge
Mon Jul 27, 2020 8:39 am
Forum: Testing
Topic: V0.5.9 with host BPM
Replies: 2
Views: 13684

Re: V0.5.9 with host BPM

To be honest I don't have enough time to make music so I have very little experience with DAWs and music making software so that kind of information is very useful. I think the way you suggest is the best, to have a slider with a maximum value that makes sense but somehow allow the maximum to be cha...