GaMBi is an iOS app for chiptune fans, performers, DJs, and remix artists, allowing deep customization of classic video game sound and connection with hundreds of other music-making apps via channel control, AudioCopy, Audiobus, and sample export.
New price | $3.99 |
Old price | $5.99 |
Author | David Ventura |
Type | Host |
Supports | Audiobus |
Mozaic runs inside your favorite AU MIDI host, and gives you practical building blocks such as LFOs, pre-fab GUI layouts, musical scales, AUv3 support (with AU Parameters, transport events, tempo syncing, etc.), random generators and a super-simple yet powerful script language.
New version | 1.0.3.1 |
Old version | 1.0.3 |
Release Notes | Thanks for all the helpful feedback and support. Version 1.0.3 has a whole lot of new features, fixes and improvements including the much-requested Pad Labels! 1. Pad labels You can now label pads. The obvious function call for this is: LabelPad padnum, {Label} 2. Handling of AU Parameters I completely reworked AU parameter handling to be more robust. It should now work as expected in all directions; sending them into the plugin, and getting them out of the plugin, either via the GUI or via scripts. 3. Scripts can now be much longer (up to 2500 lines). 4. Maximum number of user variables raised to 200 5. Improved keyboard support and behavior on iPad 6. Functions for keeping track of Note States Basically, this offers you a 16-channel x 128-note matrix for storing values to keep track of whatever you're doing with MIDI notes: SetNoteState channel, note, value value = GetNoteState channel, note 7. FillArray now accepts an optional index and number of cells to fill: FillArray variable, value [,numcells] FillArray a[50], 64, 25 // fill 25 cells with the value 64, starting with a[50] 8. Use note names and scale names in strings Log {The root note is: }, RootNoteName Log {The current scale: }, ScaleName Log {The third scale: }, (ScaleName 2) LabelKnob 0, {Note: }, (NoteName 3) // Note: D# LabelKnob 0, {Note: }, (NoteName 40, YES) // Note: E2 --> this shows the octave with the note name These 'macros' work in all Label and Log functions.. 9. OnMetroPulse timing improved when using extreme metronome resolutions (> 250) 10. PresetScale now also works with numerical values: PresetScale 3 Log ScaleName // MinorMelodic 11. Exit You can use the Exit command to immediately exit an event handler 12. Array initializer bugs fixed There were some issues when using mathematical operators in array initializers 13. MASSIVE internal refactoring of GUI and event handling code, resulting in higher performance and less complex code (=fewer bugs and easier maintenance ;-) ). 14. GetXYMorphValue was flipped. Flipped it back. 15. Pitchbend bug fixed 16. OnHostStart/OnHostStop are now fired before all other events 17. Really long labels could sometimes cause a crash - fixed |
Author | Bram Bos |
Type | Tool |
Supports | Audiobus, Audio Unit (AU) |
Chameleon is an AUv3 compatible sampler instrument plugin for your favourite DAW.
New version | 1.12 |
Old version | 1.11 |
Release Notes | Fix a possible crash when moving the Digital Delay Pad pointer out of bounds. Other minor fixes. |
Author | 4Pockets.com |
Type | Instrument |
Instrument type | Sampler |
Instrument sounds | Other |
Supports | Inter-App Audio (IAA), Audio Unit (AU) |
Harmonic Exciter is an AUv3 Compatible plugin for your favourite DAW such as Cubasis, Auria, AUM, Meteor, BM3 or GarageBand etc.
New price | $4.99 |
Old price | $6.99 |
Author | 4Pockets.com |
Type | Effect |
Effect type | Other |
Supports | Audio Unit (AU) |
Sculpt samples and sequence them in a real time.
New version | 1.3.2 |
Old version | 1.3.1 |
Release Notes | • Fixed a rare crash related to drum pads |
Author | Jérémy Pinat |
Type | Instrument |
Instrument type | Sampler |
Instrument sounds | Other |
Supports | Audiobus, Ableton Link |
Play or save the files with added reverb. Use play through mode or Audiobus for realtime reverberation.
New version | 6.0 |
Old version | 5.2 |
Release Notes | - Audio Recorder, improvement: No reverb is applied to confirmation sounds, so the reverb needs not be deactivated when using the "delayed start" option of the recorder. - Sounding Presets, bugfix: When a Sound Preset starts while already another one is playing, the current reverb settings are now kept. - Bugfix: It was not possible to use "Open In Rooms!" in the Files app to open files with Rooms!. - Convolution Reverb, improvement: Performance optimisations. - Convolution Reverb, improvement: Tweaking does not anymore need the Convolution Reverb in-app purchase and hence is now possible with the demo impulse responses. - Audiobus: Updated to version 3.0.7. - Various minor other improvements. - Internal code cleanup. Due to App Store and Audiobus requirements, and much to our regret, we are not anymore able to support iOS 5 and iOS 6. The minimum target system is now iOS 9.3.5. |
Author | Markus Sigg |
Type | Effect |
Effect type | Reverb, Delay, Echo |
Supports | Audiobus, Audio Unit (AU) |
Mozaic runs inside your favorite AU MIDI host, and gives you practical building blocks such as LFOs, pre-fab GUI layouts, musical scales, AUv3 support (with AU Parameters, transport events, tempo syncing, etc.), random generators and a super-simple yet powerful script language.
New version | 1.0.3 |
Old version | 1.0.2 |
Release Notes | Thanks for all the helpful feedback and support. Version 1.0.3 has a whole lot of new features, fixes and improvements including the much-requested Pad Labels! 1. Pad labels You can now label pads. The obvious function call for this is: LabelPad padnum, {Label} 2. Handling of AU Parameters I completely reworked AU parameter handling to be more robust. It should now work as expected in all directions; sending them into the plugin, and getting them out of the plugin, either via the GUI or via scripts. 3. Scripts can now be much longer (up to 2500 lines). 4. Maximum number of user variables raised to 200 5. Improved keyboard support and behavior on iPad 6. Functions for keeping track of Note States Basically, this offers you a 16-channel x 128-note matrix for storing values to keep track of whatever you're doing with MIDI notes: SetNoteState channel, note, value value = GetNoteState channel, note 7. FillArray now accepts an optional index and number of cells to fill: FillArray variable, value [,numcells] FillArray a[50], 64, 25 // fill 25 cells with the value 64, starting with a[50] 8. Use note names and scale names in strings Log {The root note is: }, RootNoteName Log {The current scale: }, ScaleName Log {The third scale: }, (ScaleName 2) LabelKnob 0, {Note: }, (NoteName 3) // Note: D# LabelKnob 0, {Note: }, (NoteName 40, YES) // Note: E2 --> this shows the octave with the note name These 'macros' work in all Label and Log functions.. 9. OnMetroPulse timing improved when using extreme metronome resolutions (> 250) 10. PresetScale now also works with numerical values: PresetScale 3 Log ScaleName // MinorMelodic 11. Exit You can use the Exit command to immediately exit an event handler 12. Array initializer bugs fixed There were some issues when using mathematical operators in array initializers 13. MASSIVE internal refactoring of GUI and event handling code, resulting in higher performance and less complex code (=fewer bugs and easier maintenance ;-) ). 14. GetXYMorphValue was flipped. Flipped it back. 15. Pitchbend bug fixed 16. OnHostStart/OnHostStop are now fired before all other events 17. Really long labels could sometimes cause a crash - fixed 18. Some odd behavior with uninitialized variables in NoteState matrix fixed. |
Author | Bram Bos |
Type | Tool |
Supports | Audiobus, Audio Unit (AU) |
Final Touch is a professional audio post production system for iPad.
New price | $13.99 |
Old price | $19.99 |
Author | Positive Grid Inc |
Type | Effect |
Effect type | All-in-one |
Supports | Inter-App Audio (IAA), Audiobus |
X Drummer is the drum production tool for guitarists, songwriters and mobile musicians.
New price | $13.99 |
Old price | $19.99 |
Author | Positive Grid Inc |
Type | Instrument, Tool |
Instrument type | Sampler |
Instrument sounds | Drums, Percussion |
Supports | Inter-App Audio (IAA), Audiobus |
Velocity Keyboard is a powerful velocity-sensitive MPE compatible MIDI controller.
New version | 1.2.2 |
Old version | 1.2.1 |
Release Notes | - new layout: "String - Free pitch": in this mode there is no pitch correction at all. The tuning is totally under your control as it would be in a real fretless instrument. - various bugs fixed. |
Author | Mani Consulting Limited Company |
Type | Controller |
Supports | Audio Unit (AU) |
Real Guitar is a realistic guitar simulator apps.
New version | 3.25.0 |
Old version | 3.24.0 |
Release Notes | We’re always updating our app because we want you to get the most out of it. That means fresh tracks, new instruments, awesome skins, and more! - Dive into your songbook Check out the latest hit songs we’ve added to your library. - Get your bugs fixed Performance and stability improvements are implemented. Don’t forget to report any bugs you come across - we’re constantly working hard to make improvements! |
Author | Gismart Limited |
Type | Instrument |
Instrument type | Sampler |
Instrument sounds | Guitar |
Supports | Inter-App Audio (IAA), Audiobus |
A streaming sound palette for experimental musicians, sound designers and artists. Includes over 40 preset randomized Internet audio streams.
New price | $1.99 |
Old price | $2.99 |
Author | Casey I.T. LLC |
Type | Tool |
Supports | Inter-App Audio (IAA), Audio Unit (AU) |
Made for complex and organic sounds, Factory sports a big modulation matrix with all kinds of features to create a wildlife of sounds. A vast array of DSP is ready to play: Analog style oscillators and filters, but also different flavors of wavetable synthesis, Wavetable driven Waveguide resonators and a 3-FX-Chain in a dynamic signal flow.
New version | 1.0.3 |
Old version | 1.0.2 |
Release Notes | Bug-fixes |
Author | Sugar Bytes GmbH |
Type | Instrument |
Instrument type | Synth |
Instrument sounds | Keyboards |
Supports | Audio Unit (AU), Ableton Link |
Velocity Keyboard is a powerful velocity-sensitive MPE compatible MIDI controller.
New version | 1.2.1 |
Old version | 1.2 |
Release Notes | - fix save button not working. - fix the app crashes when opening in drum pads layout. |
Author | Mani Consulting Limited Company |
Type | Controller |
Supports | Audio Unit (AU) |
Galileo Organ is the professional tonewheel & transistor modeling organ for your iPad.
New price | $4.99 |
Old price | $9.99 |
Author | Yonac Inc. |
Type | Instrument |
Instrument type | Synth |
Instrument sounds | Keyboards |
Supports | Inter-App Audio (IAA), Audiobus |
This shimmer effect is a combination of effects that creates an etherial wall of sound. The effect combines a digital delay and pitch shifter to create multiple harmonies before entering a rich long reverb with controllable filtering. The resulting effect is a monsterously huge sound adding a spacious atmospheric quality to any lead instrument or vocal.
New price | $4.99 |
Old price | $6.99 |
Author | 4Pockets.com |
Type | Effect |
Effect type | Reverb, Delay, Echo, Pitch effects |
Supports | Audio Unit (AU) |
AudioKit Synth One is a completely free & open-source professional iOS Synthesizer.
New version | 1.0.7.2 |
Old version | 1.0.7.1 |
Release Notes | THANKS EVERYONE! Here's even more bug fixes! We <3 you. + Poly/Mono mode works correctly! + Transpose above keyboard is saved with each preset! Plus everything in 1.0.7 - We're always improving Synth One! This update fixes the top two types of crashes people have with Synth One. Thanks to volunteer Matthias Frick for these fixes. Plus, NEW code by Marcus Hobbs: • Single Tap Display Control Value: single tap of a control displays it’s value in header…no more changing controls to see what their value is • LFO smoothing: Saw & Square wave LFO’s now are smoothed to reduce/eliminate clicks and pops • Taper: Master Volume and Filter Cutoff knob have values more evenly spread (does not affect presets…just how the controls make the most of their range when dialing in sounds) PLUS, • Fixed new sound bank "Sound of Izrael 2" (SOI) • New App Store Preview Movie for iPhone featuring music made with Synth One by Brice Beasley Synth one is getting better every day! That's the power of open-source. Any help spreading the word about this app would be appreciated. The more people that know about the apps, the more musicians can enjoy them! Thank you! Synth One, Share One: Tell one musician you care about. That's all it takes. Together we can change the world. Go. Create. Share. -- Matthew & the AudioKit Team COMING TO AUDIOKIT SYNTH ONE: + AUv3 Plugin functionality + MIDI Clock sync support + MPE support + More bug fixes and upgrades + Free Mac Plugin Version Please note that we all are volunteers. AudioKit does not have any sponsors or investors. We are all musician/developers who love making apps. We love hearing your music! Send it to us. For friendly conversation or to say hello, please email hello@audiokitpro.com The full & complete source code is available: https://github.com/AudioKit/AudioKitSynthOne |
Author | AudioKit Pro |
Type | Instrument |
Instrument type | Synth |
Instrument sounds | Keyboards |
Supports | Inter-App Audio (IAA), Audiobus, Audio Unit (AU), Ableton Link |
Modelled on a physical based algorithm and low level coding for state of the art performance and sound quality.
New version | 2 |
Old version | 1.0 |
Release Notes | New build for better performance. |
Author | Cristiano Piatti |
Type | Effect |
Effect type | Modulation effects |
Supports | Audio Unit (AU) |
Import audio and instantly get a mastered version. Immediately hear a boost in volume and overall sweetening of the mix.
New price | $13.99 |
Old price | $19.99 |
Author | Future Moments |
Type | Effect |
Effect type | Equalizer, Filter, Compressor, Limiter, Gate, Other |
Supports | Inter-App Audio (IAA), Audiobus, Audio Unit (AU) |