OK. Once again... What about Android build of piggy?
34 Jul 24, 2021 11:49 am
Re: Marabu tracker / ORCA visual programming environment (7 replies, posted in Software & Plug-ins)
OK. I'd like to share some tips.
_______________________________________
HOW TO SET UP ORCA
FOR BEGINNERS
_______________________________________
It took me a while to figure some things, so, This could help somebody maybee..
_______________________________________
ORCA
_______________________________________
You can download ORCA here (bottom of the page) for different platforms:
https://wiki.xxiivv.com/site/orca.html
https://github.com/Hundredrabbits/Orca
(top of the page)
so:
Standalone versions grab here:
https://hundredrabbits.itch.io/orca
For Win it's available only for 64bit systems
For 32bit system, you have to use browser version:
https://hundredrabbits.github.io/Orca/
browser version is kind of tricky to run on Firefox (I didn't manage it to run), but it runs on Opera and should on Chrome and Safari... (can't find link to supported browsers and tutorial how to run it on firefox, but it's floating around)
ORCA doesn't run on WinXP on web browser for me. Browsers stopped to support WinXP while ago unfortunatelly.
_______________________________________
MIDI
_______________________________________
To run ORCA as a midi sequencer, you'll also need some virtual midi port ORCA could connect to...
It should connect to USB-Midi devices directly, but I didn't test it and I don't have any multitimbral Midi synthesizer to try it...
So you have to use some virtual midi cable / port
You can grab LoopMidi here:
http://www.tobias-erichsen.de/software/loopmidi.html
run loopMidi first, create new port (+ button on setup page), than run ORCA
Orca should connect to loopMidi port automatically
(or CTRL + > to circle through midi out ports of ORCA)
(CTRL + < circle through midi in ports of ORCA - it should slave to incoming midi clock from midi in port)
alternative to loopMidi could be MidiYoke
http://www.midiox.com/index.htm?http://
/myoke.htm
Now you can run simple ORCA command
.D.
..:03C
: for midi
0 for midi channel (0 in ORCA is midi channel 1)
3 for octave
C for C note
on loopMidi you should see some progress
_______________________________________
SOUND
_______________________________________
sure, there is no sound
you have to connect loopMidi port to some sound source
You can use DAW
You can use instruments dedicated to work with ORCA
Pilot (synth):
https://hundredrabbits.itch.io/pilot
Cassetter (sampler):
https://person0b.itch.io/cassetter
Both for 64bit systems, so doesn't work for me... shame...
I don't use DAW, so here are some other tips:
You'll need something that can map different instruments to different midi channels ORCA is sending
You could use some VST instruments.
I found Shortcircuit sampler working nice, it has user friendly interface and clearly understandable layout:
https://vemberaudio.se/shortcircuit/
https://web.archive.org/web/20180722062
-1_1_2.exe
To run VST you have to use some VST client:
MiniHost by Tobybear:
https://www.kvraudio.com/product/minihost_by_tobybear
https://web.archive.org/web/20120825153
nihost.zip
or VstHost
https://www.hermannseib.com/english/vsthost.htm
You'll also need Asio4all low latency audio driver:
https://www.asio4all.org
OK
ORCA >> loopMidi >> VST host (running VST instrument) >> AsioDriver
_______________________________________
SOUNDFONT
_______________________________________
But I had some idea.. to use some FM sounds with ORCA
...
Preciselly i'd like to use OPL3 soundfont
https://musical-artifacts.com/artifacts/15
Shortcircuit sampler can use soundfonts, but in kind of hard way...
And I'd like to use soundfont for my regular onboard windows Midi device
(yes, there is still that awkward sounding midi device built in windows7...)
OK.
If you'd like to use soundfont this way, you could use:
Bass midi driver:
https://web.archive.org/web/20130126063
ssmididrv/
alternative should be Coolsoft VirtualMIDISynth
https://coolsoft.altervista.org/en/virt
h#download
(or VST host and soundfont player - sfz):
https://web.archive.org/web/20060516203
sfz197.exe
for Bass midi driver - install, it should create folder on startup menu
go to bassmidi driver configuration
Soundfont port A - Add - OPL-3_FM_128M - Apply
you're good to go
Now you can run ORCA >> BassMidiDriver (port A)
Channel 10 (number 9 in ORCA) triggers drum sounds
but other channels triggers same sound...
_______________________________________
MIDI FILTER
_______________________________________
Now you have to assign different sounds of soundfont to different midi channels...
you'll need Midi-OX
http://www.midiox.com/index.htm
alternative is midiTools
https://mountainutilities.eu/miditools
so, in Midi-OX:
set up Options-Midi Devices
Midi input to: loopMidi
Midi output to: BassMidi (port A)
In ORCA set up Midi out to loopMidi.
Now you are running:
ORCA >> loopMidi >> Midi-OX >> BassMidi
in Midi-OX open View-Midi Status
now you can click to Patch column for single channel and change instrument (patch) for that Channel
Change channels in ORCA and map your patches in Midi-OX
Leave midi channel 10 in Midi-OX (9 in ORCA ) column empty, it's for drums
Now you can right-click to midi Status window and SAVE your snapshot
later you can load it to this window and SEND to midi out
EDIT:
you can assign patches (different instruments) from soundfont directly from ORCA:
just bang ORCA command:
.D.
.$pg:1;;;63
wich means:
$pg:1;000;000;063 (ORCA will ignore these 0)
wich means:
$ send orca command - program - : midi channel 2 (1 in ORCA) ; 000 Bank Select MSB – Most Significant Byte ; 000 Bank Select LSB – Least Significant Byte ( = Bank 0 ) ; patch 063
thus you can connect ORCA >> Bass MidiDriver and skip this Midi Filtering step
_______________________________________
END
_______________________________________
We're done
there are some shortcuts in ORCA you'd like to know:
CTRL + S (save - files need to have .orca extension to open in ORCA later)
CTRL + O (open - it took a while to open dialog window for me, but it works)
R_ALT + < or > (change BPM)
CTRL + > (Midi out port)
CTRL + < (Midi in port)
usefull links:
https://anapan.525lines.moe/oldscardemu.htm
https://www.donyaquick.com/midi-on-windows/
35 Jul 20, 2021 9:09 am
Re: Uxn - Virtual Computer (with DS version) (4 replies, posted in Nintendo Handhelds)
I reported to forum, Internal synths fixed, but it still play irregular notes. Anyway there's not much to do with synth implemented in Orca yet, maybee later there would be some more complex instruments implemented in UXN versions?
I tried to run Orca for past few days, unfortunatelly I have only 32bit Win system, so there are no standalone versions of Orca.. But I did managed to run web version nicely in my Opera browser. Shame that I have to use some VST instrument for sounds (there are no 32bit versions of Pilot or Cassetter). Didn't get to this for a long time, so... ![]()
36 Jul 16, 2021 6:38 am
Re: Uxn - Virtual Computer (with DS version) (4 replies, posted in Nintendo Handhelds)
Did you get it to work?
there are different releases for 3DS and for NDS...
and there is readme file..
https://github.com/asiekierka/uxnds
If you like to run ORCA, download it here:
https://hundredrabbits.itch.io/orca
Yeah, you're kind of limited to internal synth wich should have 4 sounds, but only 0 works for me
use command:
= 0-3 (sound) x (octave) x (note)
but it doesn't seem to work properly, it skips notes / play irregular notes from T (tracker) command
37 Jul 7, 2021 4:27 pm
Re: Question about a new GB USB 64 M Smard Card (2 replies, posted in General Discussion)
You have to wait about 5 secs after turning GB off to load different page (1?)
or if you switch off and on GB faster, you'll get another page (2?)
Hello mates, i have a little problem with my new gb usb smart card 64. I wanna change the page from 1 to 2. But when i switch off the gameboy and on to change the page, always and only page 1 starts ... what do i wrong?
Best regards Manfred/ duality micro
38 May 5, 2021 5:56 am
Re: Music 2000 (PSX) (2 replies, posted in Other Vintage Computers & Consoles)
It seems usefull to check this video tutorial.
https://www.youtube.com/watch?v=XbilnExv7Rs
Section around 16:20 is about sampling...
39 Jan 16, 2021 9:47 am
Re: Speech synthesis (2 replies, posted in General Discussion)
LSDJ
Pocket operator 35 - Speech (could be fun)
SAM - https://discordier.github.io/sam/
Speak and spell (or some recreation or samples...)
https://www.speaknspell.co.uk
https://play.google.com/store/apps/deta
&gl=US
there are some threads dedicated on Chipmusic...
e.g.
https://chipmusic.org/forums/topic/3679
is-thread/
40 Oct 15, 2020 12:05 pm
Re: Help me identify this hardware instrument (5 replies, posted in General Discussion)
41 Oct 15, 2020 11:49 am
Re: Help me identify this hardware instrument (5 replies, posted in General Discussion)
Def. a cloned stylophone
https://www.amazon.com/Dubreq-DU05151-S
B000SKHSRU
anyway old originals are way better for my taste, much smoother and richer sounding...
42 Oct 1, 2020 11:36 am
Re: Picoloop nanoloop clone (257 replies, posted in Software & Plug-ins)
I don't know...
I only tried it few days ago on my Dingoo A320 and it worked...
But I had to place it to Games Page in OD ... OD crashed if I placed picoloop to Apps page...
I think there is some kind of patch described in this thread for PocketGo... Maybee for RG350 too?
43 Sep 29, 2020 2:24 pm
Re: Picoloop nanoloop clone (257 replies, posted in Software & Plug-ins)
Picoloop OD executable is in this thread on page 9...
https://www.dropbox.com/s/p8e9pywlssnt0
6.zip?dl=0
OD (at least Kernel) is here:
https://web.archive.org/web/20190318170
pendingux/
44 Aug 3, 2020 10:54 am
Re: Complete Gameboy Trackers, Sequencers, Synths list . . . (94 replies, posted in Nintendo Handhelds)
Thanks
You can stick at least this to DS section...
https://chipmusic.org/forums/topic/1687
ds/page/2/
There is more stuff, but..
Time consuming research
https://remaincalm.org/index.php/ds-music-apps
lot of dead links, most of it can be found here:
https://web.archive.org/web/20190122033
o#mw-pages
45 Jul 29, 2020 6:45 am
Re: GlitchDS / RepeaterDS (21 replies, posted in Nintendo Handhelds)
GlitchDS, CellsDS Download and Documentation works here:
https://web.archive.org/web/20090510031
/download/
RepeaterDS Download here:
https://web.archive.org/web/20190122020
RepeaterDS
Tried GlitchDS now second time and what a nice program!
If you want to use own samples, It has to be:
22500 kHz, Mono(I didn't try stereo), RAW
46 Jul 15, 2020 6:25 am
Re: Complete Gameboy Trackers, Sequencers, Synths list . . . (94 replies, posted in Nintendo Handhelds)
https://tambalaya.itch.io/ has several pretty amazing glitch/noise/art roms, really fun playable weirdness
I mentioned it here
https://chipmusic.org/forums/topic/2234
tambalaya/
But Tinctu still have no time to stick it here... ![]()
/// Hej, Maťo, staraj sa...
47 Apr 16, 2020 7:55 am
Re: Chiptune guys and sound engineers, help me to understand chiptune (6 replies, posted in Audio Production)
Learning some basic theory of sound synthesis and synthesizers is good starting point... Lear about basic waveforms (sawtooth, sine, triangle, pulse, noise), envelopes and filters (not so usefull in chipmusic).
48 Apr 12, 2020 7:35 pm
Re: GB Tracker which outputs MOD (14 replies, posted in Software & Plug-ins)
Shame there's no native tracker on real hardware compatiblew with GB studio. eg. Carillon, or Musicbox. Or some convertor from these formats to something GB studio can handle with... Shame...
