2
0
Fork 0
Commit Graph

186 Commits

Author SHA1 Message Date
reales 00a42d24af
Update readme.md 2020-05-03 20:00:20 +02:00
reales 5104d80198
Update readme.md 2020-04-30 09:33:13 +02:00
reales 8bb25963c1
Update readme.md 2020-04-29 22:44:31 +02:00
reales b1bb59f1b0
Update readme.md 2020-04-29 22:42:20 +02:00
George Reales ed4e8522d4 Update readme.md 2020-04-29 20:05:43 +02:00
George Reales 4f15396e81 Custom jucer project and app icon 2020-04-29 20:04:37 +02:00
George Reales 55af434b95 Update readme.md 2020-04-29 20:01:52 +02:00
George Reales 619d1e6c1c Update PluginGui.h
Changed default location for macOS Build
2020-04-29 19:54:33 +02:00
Bruce Sutherland 0d54ea340f
Update readme.md 2020-02-16 09:36:31 +09:00
Bruce Sutherland 6bdb3e4524
File::nonexistent -> File()
As recommended in issue #82 for Juce v5.4.5
I haven't personally tested this.
2020-02-01 18:20:50 +09:00
Bruce Sutherland afc3752b22
Add maintenance status and link to ADLplug 2019-05-29 13:51:47 +09:00
Bruce Sutherland 7fa99fa8fa
Merge pull request #75 from jpcima/sbi
Make the instrument format more compliant to SBI
2019-05-29 13:46:33 +09:00
JP Cimalando ba0f61ad6d Make the instrument format more compliant to SBI 2018-11-04 11:57:29 +01:00
bsutherland 761069397c Remove unused code, fix more warnings. 2018-10-29 23:31:20 +09:00
bsutherland 018d4bfbc0 Finally fix colours of combobox and associated dropdown. 2018-10-29 23:10:49 +09:00
bsutherland 4b364db2e4 Apply OSX fixes supplied by jrrs. 2018-10-29 22:26:42 +09:00
bsutherland e128468819 Source code updates for 5.3.2 2018-10-29 22:12:16 +09:00
bsutherland 49e8b26241 Update module paths. 2018-10-29 22:09:13 +09:00
bsutherland 565a7bfdef Upgrade to 5.3.1 2018-10-29 22:05:38 +09:00
bsutherland 6f866111cf update to Projucer 5.2.0 2018-04-18 21:34:04 +09:00
bsutherland 62f32a1396 Update to Jucer 5.2, Visual Studio 2017. 2017-11-28 22:28:45 +09:00
bsutherland aa3e14ea70 Commit unfinished work in progress from June. 2017-11-28 22:10:16 +09:00
bsutherland 014408480c WIP - channel disablement, GUI layout.
TODO:
- flat shaded buttons
- DRO or VGM output
- component replacement
2017-05-28 22:57:32 +09:00
bsutherland 69987aada0 Replace dropdowns with buttons (algorithm, percussion). 2017-04-29 21:01:51 +09:00
bsutherland a86cd14e5f Implement gdreyband-style sliders and other UI tweaks. 2017-03-04 14:55:44 +09:00
bsutherland 7d4af8c78d Bug fixes and visual tweaks. 2017-03-04 12:44:56 +09:00
bsutherland af5580ca63 Fix carrier keyscale attenuation and velocity sensitivity. 2017-01-29 14:13:10 +09:00
bsutherland b5dbbc066b Apply and tweak UI changes from gdreyband. 2016-10-10 22:56:52 +09:00
bsutherland 21a27c978c Upgrade Juce to 4.2.4 and add x64 to 64-bit binary name. 2016-10-09 22:09:41 +09:00
bsutherland 95674ade12 Add load instrument button and version label. 2016-07-09 21:30:56 +09:00
bsutherland 745f8352a5 Add new SBIs and remove duplicates, upgrade Juce modules. 2016-05-14 21:20:37 +09:00
bsutherland d1824927f5 Fix noise issue in Reaper (and possibly other VST hosts) caused by calls with buffer lengths > 512 bytes. 2016-05-14 13:37:38 +09:00
bsutherland a1b70cebc4 Merge branch 'master' of https://github.com/bsutherland/JuceOPLVSTi 2016-03-17 21:58:33 +09:00
bsutherland a746cb8d04 Changes to allow build on Linux, build instructions for Linux (thanks to Dave Phillips) 2016-03-17 21:57:30 +09:00
Bruce Sutherland 2571261d4e Update readme.md 2016-02-21 10:39:30 +09:00
bsutherland 6b159c8f1d Upgrade all Juce components to v4.x, add Visual Studio 2015 build using latest SDK from Steinberg (but still building as VST 2). 2016-02-14 10:58:10 +09:00
bsutherland 4a1f20e76e Update readme. 2016-02-07 20:07:03 +09:00
bsutherland b53255598d Finally allow sample rates other than 44100 Hz. 2016-02-07 19:47:22 +09:00
bsutherland 0309b92e97 - Disable ZDoom mode.
- Used statically allocated intermediate integer buffer.
- Adjust DOSBox output scaling and add clamping.
2016-02-07 19:22:18 +09:00
bsutherland 63aa06b044 Remove record to DRO, add export to SBI. UI needs work. 2015-11-30 23:29:58 +09:00
bsutherland 6efe9e45c9 Tweak config.h after merge, delete extra .jucer file. 2015-11-30 22:08:08 +09:00
bsutherland ba95c32302 Merge branch 'Jeff-Russ-master' 2015-11-30 21:55:16 +09:00
bsutherland 54adf378bb Merge branch 'master' of https://github.com/Jeff-Russ/AdlibBlaster into Jeff-Russ-master
Conflicts:
	JuceOPLVSTi.jucer
	Source/DROMultiplexer.cpp
2015-11-30 21:53:53 +09:00
Jeff-Russ 755d3d7a27 Mac AU now works in {0,2}. see PluginProccessor.cpp line 826 2015-02-24 15:07:55 -05:00
Jeff-Russ 2216b7ba0d New jucer document added 2015-02-22 20:10:36 -05:00
Jeff-Russ 73a79be884 Merge remote-tracking branch 'origin/master' 2015-02-22 20:09:11 -05:00
Jeff-Russ 49a6f847ee Started over with an empty Introjucer template and it finally built the AU!! 2015-02-22 20:08:45 -05:00
Jeffrey Russ e39174f77a Delete README.txt 2015-02-22 13:21:06 -05:00
Jeff-Russ ec8f2fdebf name change
name change
2015-02-22 12:26:43 -05:00
Jeffrey Russ 41493c657e Create README.txt 2015-02-22 12:07:35 -05:00