mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 02:52:40 +00:00
Merge branch 'tildearrow:master' into openmpt-paste
This commit is contained in:
commit
72f36381fa
12 changed files with 12 additions and 3 deletions
|
@ -1077,6 +1077,7 @@ if (NOT ANDROID OR TERMUX)
|
|||
set(CPACK_BUNDLE_PLIST ${CMAKE_SOURCE_DIR}/res/Info.plist)
|
||||
set(CPACK_BUNDLE_ICON ${CMAKE_SOURCE_DIR}/res/icon.icns)
|
||||
set(CPACK_BUNDLE_STARTUP_COMMAND "furnace")
|
||||
set(CPACK_BUNDLE_APPLE_CERT_APP "-")
|
||||
endif()
|
||||
|
||||
include(CPack)
|
||||
|
|
BIN
demos/virtualboy/God_Rest_Ye_Deadly_Gentlemen.fur
Normal file
BIN
demos/virtualboy/God_Rest_Ye_Deadly_Gentlemen.fur
Normal file
Binary file not shown.
BIN
demos/virtualboy/eek.fur
Normal file
BIN
demos/virtualboy/eek.fur
Normal file
Binary file not shown.
BIN
demos/virtualboy/ghx_melodic.fur
Normal file
BIN
demos/virtualboy/ghx_melodic.fur
Normal file
Binary file not shown.
BIN
demos/virtualboy/redshift.fur
Normal file
BIN
demos/virtualboy/redshift.fur
Normal file
Binary file not shown.
BIN
demos/virtualboy/virtual_namachuukei_pendant_race.fur
Normal file
BIN
demos/virtualboy/virtual_namachuukei_pendant_race.fur
Normal file
Binary file not shown.
|
@ -23,7 +23,7 @@ the **order list** is a smaller spreadsheet showing the overall song structure.
|
|||
- patterns may be used multiple times in the order list. changing a pattern's data in one order will affect the same pattern used in other orders.
|
||||
- each pattern is made of the same number of rows as seen in the tracker view.
|
||||
- during playback, the **playhead** moves down as described previously. when it reaches the end of the pattern view, it will go to the next order.
|
||||
- if the last order is reached and the playhear reaches the end of the pattern view, it will go back to the beginning of the song.
|
||||
- if the last order is reached and the playhead reaches the end of the pattern view, it will go back to the beginning of the song.
|
||||
|
||||
## time
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# oscilloscope (per-channel)
|
||||
|
||||
the "Oscilloscope (per-channel)" windows displays several oscilloscope views (one per channel).
|
||||
the "Oscilloscope (per-channel)" window displays several oscilloscope views (one per channel).
|
||||
|
||||
![oscilloscope per-channel configuration view](chanosc.png)
|
||||
|
||||
|
|
BIN
instruments/OPZ/Synth Bass.fui
Normal file
BIN
instruments/OPZ/Synth Bass.fui
Normal file
Binary file not shown.
|
@ -5,7 +5,7 @@
|
|||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>furnace</string>
|
||||
<string>Furnace</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string></string>
|
||||
<key>CFBundleIconFile</key>
|
||||
|
|
|
@ -414,8 +414,12 @@ void DivPlatformVB::forceIns() {
|
|||
chan[i].insChanged=true;
|
||||
chan[i].freqChanged=true;
|
||||
updateWave(i);
|
||||
if (romMode) {
|
||||
chWrite(i,0x06,chan[i].wave);
|
||||
}
|
||||
chWrite(i,0x01,isMuted[i]?0:chan[i].pan);
|
||||
}
|
||||
writeEnv(5,true);
|
||||
}
|
||||
|
||||
void* DivPlatformVB::getChanState(int ch) {
|
||||
|
|
|
@ -115,6 +115,7 @@ const char* aboutLine[]={
|
|||
"Lunathir",
|
||||
"LVintageNerd",
|
||||
"Mahbod Karamoozian",
|
||||
"Marisa Kirisame [DJ MasterSpark]",
|
||||
"Martin Demsky",
|
||||
"masicbemester",
|
||||
"MelonadeM",
|
||||
|
@ -123,14 +124,17 @@ const char* aboutLine[]={
|
|||
"nicco1690",
|
||||
"niffuM",
|
||||
"<nk>",
|
||||
"Notakin",
|
||||
"NyaongI",
|
||||
"Pale Moon",
|
||||
"PeyPey",
|
||||
"PichuMario",
|
||||
"potatoTeto",
|
||||
"psxdominator",
|
||||
"Raijin",
|
||||
"railzen7",
|
||||
"RevvoBolt",
|
||||
"scooblee",
|
||||
"sillygoose",
|
||||
"SnugglyBun",
|
||||
"SuperJet Spade",
|
||||
|
|
Loading…
Reference in a new issue